users@glassfish.java.net

Re: How to find out the actual JNDI name of a EJB 2.1 Compatibility

From: Sahoo <Sahoo_at_Sun.COM>
Date: Sun, 01 Jun 2008 11:34:54 -0700

Markus,

So, you have an 3.0 EJB which has adapted a 2.x interface? Is it
something similar to [1]? Else, can you describe relevant portions your
EJB using some pseudo code? We need to know how is it annotated or
described using XML file?

Thanks,
Sahoo

[1] https://glassfish.dev.java.net/javaee5/ejb/examples/Adapted.html

Markus Karg wrote:
> Sahoo,
>
> thanks for you kind help.
>
> I read the FAQ a second time now as you suggested, but still do not understand why I shall use "#<Your Remote Interface Name>": I neither run a standalone client nor have multiple remote interfaces. I am using ACC client, and have only 1 EJB 2.1 interface and ZERO EJB 3.0 business interfaces. And the FAQ says, only in that cases the hash is needed. So in my case, regardingthe FAQ, the hash is not needed.
>
> Before telling me to read the FAQ a third time, can you please be so kind and tell me where it says that in my case (having EJB 3.0 session bean with ONLY ONE EJB 2.1 remote view looked up from within the client container) I must use the syntax that you are suggesting?
>
> Point "4. If no global JNDI name has been specified, a default global JNDI name will be generated according to the following table :" says that in my case (Bean has 2.x Home: YES, Total No. of EJB 3.0 Remot Business Intf: ZERO, Default: fully-qualified name of Home interface". This is exactly what I did as you can see in the code sample that I have sent to you.
>
> So I do not understand why I must use "#<Your Remote Interface Name>" as you said.
>
> Can you elaborate on that please? :-)
>
> Thanks a lot! :-)
> Markus
>
> -----Original Message-----
> From: Sanjeeb.Sahoo_at_Sun.COM [mailto:Sanjeeb.Sahoo_at_Sun.COM] On Behalf Of Sahoo
> Sent: Sonntag, 1. Juni 2008 17:17
> To: users_at_glassfish.dev.java.net
> Subject: Re: How to find out the actual JNDI name of a EJB 2.1 Compatibility
>
> I don't think you did exactly what Ken suggested. You did not specify
> "#<Your Remote Interface Name>" to narrow down the view of the EJB you
> want to use from client. Read the FAQ again.
>
> Sahoo
>
> Markus Karg wrote:
>
>> As can be seen in my posting to Sahoo, I actually did exactly what is told in the EJB_FAQ (using full qualified name as JNDI name).
>>
>> So my question is: Why is it not working?
>>
>> Thanks
>> Markus
>>
>> -----Original Message-----
>> From: glassfish_at_javadesktop.org [mailto:glassfish_at_javadesktop.org]
>> Sent: Freitag, 30. Mai 2008 16:42
>> To: users_at_glassfish.dev.java.net
>> Subject: Re: How to find out the actual JNDI name of a EJB 2.1 Compatibility
>>
>> https://glassfish.dev.java.net/javaee5/ejb/EJB_FAQ.html#SessionBeanGlobalJNDINameAssignment
>> [Message sent by forum member 'ksak' (ksak)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=277560
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>