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]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to