Hello,
JBoss 4.2.3, an application deployed as a ear. Works. Then I enable classloader isolation by adding a loader-repository
tag into jboss-app.xml
. In multiple beans @Resource TimerService stops being injected and the code throws NullPointerException
.
What could possibly be the reason of such behavior? I have no clue.
Thanks,
Artem B