[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't
itty06
do-not-reply at jboss.com
Fri Nov 17 05:43:18 EST 2006
Is it Math.ear or math.ear
Try deleting the ear and create again. I once had similar problem and when I rebuilt everything was fine.
Also you could do this
@Stateless(name="com.azavia.Math")
in your bean
access using math/com.azavia.Math/remote
This is what happened to my ejb. First I could not access using the way you are doing.. But when I gave a name, it was all fine.
Then later, I switched back to first way, it worked.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986789#3986789
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986789
More information about the jboss-user
mailing list