Hey All,

  I am just getting my hands dirty with Seam for the first time after months of 
deliberation. I have setup an EJB3 service that I would like to inject into a 
seam component/bean. I have tried using both @In and @EJB using the class name 
and the interface, as well as @EJB(name="blah")  (blah being the objectName for 
the service). None of these approaches seem to work, all @In attempts result in 
a Seam error stating the item is null, all @EJB attempts result in the property 
being left null.

Any ideas? I am a little lost..

Cheers,

David

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086428#4086428

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086428
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to