hi,
i have a confusion of what should be placed in ejb-ref and what should be placed in ejb-link?
-
Problem in ejb-ref and ejb-link (1 messages)
- Posted by: shankar gowda
- Posted on: December 26 2003 03:46 EST
Threaded Messages (1)
- Answer by Andrew Perepelytsya on December 26 2003 10:06 EST
-
Answer[ Go to top ]
- Posted by: Andrew Perepelytsya
- Posted on: December 26 2003 10:06 EST
- in response to shankar gowda
Hello.
ejb-ref is a reference from your code, i.e. how you write it in the java class.
ejb-link is a name of the enterprise bean in your ejb-jar.xml. please, do not confuse this with the JNDI name of the name. in ejb-link node you use a logical name instead.
regards,
Andrew