users@glassfish.java.net
Re: looking up ejb3 from another deployed servlet
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Sun, 04 Nov 2007 18:24:11 PST
Please see glassfish EJB FAQ (search for corbaname):
https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html
You can also do it all with injection with mappedName, to avoid using sun-web.xml:
@EJB(name="fooejbref", mappedName="corbaname:iiop:host2:3700#Foo")
private FooRemote fooRemote;
-cheng
[Message sent by forum member 'cf126330' (cf126330)]
http://forums.java.net/jive/thread.jspa?messageID=243741
This message
: [
Message body
]
Next message
:
glassfish_at_javadesktop.org: "Re: NamingException ejb ref resolution error for remote business interface"
Previous message
:
glassfish_at_javadesktop.org: "Re: GlassFish V3 planning - What do *you* want in GlassFish V3?"
In reply to
:
glassfish_at_javadesktop.org: "looking up ejb3 from another deployed servlet"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]