[jboss-user] [EJB3] - Re: injecting env-entry into interceptor by @Resource does not work

jaikiran pai do-not-reply at jboss.com
Thu Jun 28 09:34:42 EDT 2012


jaikiran pai [https://community.jboss.org/people/jaikiran] created the discussion

"Re: injecting env-entry into interceptor by @Resource does not work"

To view the discussion, visit: https://community.jboss.org/message/744774#744774

--------------------------------------------------------------
You have a mismatch between the ejb-name specified in the ejb-jar.xml (DicomConfiguration) and the annotated bean class implementation (LdapDicomConfigurationInterceptor). You can either change the ejb-jar.xml to use LdapDicomConfigurationInterceptor as the ejb-name or use the @javax.ejb.Singleton(name="DicomConfiguration") on the bean implementation class.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/744774#744774]

Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120628/6669c5a1/attachment-0001.html 


More information about the jboss-user mailing list