[jboss-user] [EJB 3.0] - Re: EJB problem

2007-04-27 Thread Wolfgang Knauf
Hi !

I think you have to declare the ENC entries in jboss-web.xml, too. At least I 
did not manage it with ejb links.
web-xml should just 

Your jboss-web.xml should contain this:
ejb-ref
  | ejb-ref-nameejb/MovielistFacadeBean/ejb-ref-name
  | ejb-ref-typeSession/ejb-ref-type
  | homejava.lang.Object/home
  | remote.../remote
  | /ejb-ref 


ejb-ref
  | ejb-ref-nameejb/MovielistFacadeBean/ejb-ref-name
  | jndi-nameEARName/MovielistFacadeBean/remote/jndi-name
  | /ejb-ref

Hope this helps

Wolfgang

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4041395#4041395

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041395
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: @EJB problem

2006-08-08 Thread ziqew
I replace javax.ejb.EJB with javax.annotation.EJB,this problem resolved.I use 
jboss application server 4.0.4patch 1,jboss-EJB-3.0_RC8-FD.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3963723#3963723

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963723
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: @EJB problem

2006-08-08 Thread wolfc
That's weird, as of RC8 javax.annotation.EJB shouldn't exist. javax.ejb.EJB is 
the right one.

http://jira.jboss.com/jira/browse/EJBTHREE-608

Can you check if you have more than 1 version of jboss-ejb3x.jar installed?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3963740#3963740

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3963740
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user