[
https://jira.jboss.org/jira/browse/EJBTHREE-1852?page=com.atlassian.jira....
]
Ian Springer commented on EJBTHREE-1852:
----------------------------------------
Starting up a recent build of EAP5 with the 'all' config, I get 49 of the
"EJBTHREE-1852: InterceptorInfoRepository is deprecated" warnings logged to the
console:
http://pastebin.com/f78c3bb4
I think this is excessive. Can we do one of the following?
1) Change the code to throttle how often the warning is printed.
2) Change the level of the log message to DEBUG.
3) Change the log4j config to log messages from that class only at ERROR level be
default.
ejb-jar.xml <interceptor-order> not supported
---------------------------------------------
Key: EJBTHREE-1852
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1852
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: 1.1.5
Reporter: John Gilbert
Assignee: Carlo de Wolf
Fix For: 1.1.8
The following exception is thrown when using <interceptor-order> in an
ejb-jar.xml.
Caused by: java.lang.NullPointerException
at
org.jboss.ejb3.interceptor.InterceptorInfoRepository.initialiseDefaultInterceptors(InterceptorInfoRepository.java:433)
at
org.jboss.ejb3.interceptor.InterceptorInfoRepository.initialise(InterceptorInfoRepository.java:115)
at
org.jboss.ejb3.Ejb3HandlerFactory$DDFactory.<init>(Ejb3HandlerFactory.java:48)
at org.jboss.ejb3.Ejb3HandlerFactory.getInstance(Ejb3HandlerFactory.java:83)
at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:611)
at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:491)
at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:182)
<assembly-descriptor>
<interceptor-binding>
<ejb-name>*</ejb-name>
<interceptor-order>
<interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
<interceptor-class>my.CustomInterceptor</interceptor-class>
</interceptor-order>
</interceptor-binding>
</assembly-descriptor>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira