users@glassfish.java.net

Ejb3 help needed( <ejb-local-ref> )

From: <glassfish_at_javadesktop.org>
Date: Fri, 04 May 2007 04:56:17 PDT

hi

I have developed one enterprise application.In client refers the session bean in turn session bean refers the entity bean.
But the problem is when i run that application i am not getting desired output.I ahve used JNDI look up to refer the bean.
i am using netbeansIDE5.5 and sun's application server

i think my web.xml ( )is not correcct.
content of web.xml (partly)

<ejb-local-ref>
<ejb-ref-name>TaskSessionLocal</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local-home/>
<local>TaskEjb.TaskSessionLocal</local>
<ejb-link>TaskSession</ejb-link>
</ejb-local-ref>

can anybody please tell me what all these signifies(<ejb-local-ref> and all)

regards
shruthi
[Message sent by forum member 'shruthifcg' (shruthifcg)]

http://forums.java.net/jive/thread.jspa?messageID=215510