gunter zeilinger [
http://community.jboss.org/people/gunterze] created the discussion
"Re: @EJB injection not working in JBoss 6.x"
To view the discussion, visit:
http://community.jboss.org/message/623936#623936
--------------------------------------------------------------
Oops, I missed your comment at
http://exitcondition.alrubinger.com/2008/12/20/doing-two-models-at-the-sa...
http://exitcondition.alrubinger.com/2008/12/20/doing-two-models-at-the-sa... :
Perhaps a missing detail that gave you problems as well is the
no-fields by default.
Meaning one must change BeanAccessMode –> FIELDS or ALL.
Adding
<bean .. *access-mode="ALL"*>
and it works as expected. Thanks!
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/623936#623936]
Start a new discussion in JBoss Microcontainer at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]