<entity>
<ejb-name>User</ejb-name>
<!--<jndi-name>User</jndi-name>-->
<method-attributes>
<method>
<method-name>get*</method-name>
<read-only>true</read-only>
</method>
<method>
<method-name>getLoggedInUserObject</method-name>
<read-only>false</read-only>
</method>
</method-attributes>
</entity>in the above block which is included in the jboss.xml and along with the ejb-jar.xml file deployed to Jboss
is the <jndi-name>User</jndi-name> necessary or i cani comment that as i did it..
any suggestion would be great ... thanks jani
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
