[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread djiska1
I am testing, but I happen the same. I don't know why? Any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925841#3925841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925841

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread yogendrarampuria
Hi, I have faced these issues in my short experience with jboss. Here are few points that i have found in this regards. IMPORTANT install JBoss4.0.4RC1 with ejb3 configuration it says not compliant with j2ee 1.4 but works fine 1) Deploying Session Bean (lets say MyBean) as a part of an .ear

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread yantriki
Yogendra, The annotations are @Remote and @Local for local and remote binding. Vivek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925925#3925925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925925

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread bdecoste
The annotations for local and remote jndi binding are LocalBinding and RemoteBinding, respectively. The @Local and @Remote annotations are used to specify the local and remote bean interfaces, respectively View the original post :

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-22 Thread drtog16
I too am having an issue. I was using 4.0.3 SP1 (I think) and just upgraded to 4.0.4 RC1 and now get something like this person. When the application deploys I, just like this person, see something like the following in the output 10:29:01,846 FATAL [PersistenceXmlLoader] test JTA (For me it

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-22 Thread drtog16
Found the solution (at least to my problem) Here is the solution http://jboss.com/index.html?module=bbop=viewtopict=76492 He is talking about this change that was made http://jira.jboss.com/jira/browse/EJBTHREE-393 One last last note.. when i tried to change the lookup string to what i thought