I have discovered that the error appeared because there was one MDB which
contained the jboss specific dLQMaxResent property. The only was I was able
to solve this is by commenting out the property in question, although I
would have prefered to specify my own activationspec class in the ra.xml
instead of the default JobSpec class.
Nevertheless, now I have another problem: following the secutiry example
from the test, I created in my test case a stateless bean named ManagerBean
which is anotated with RunAs("Manager"). I have also added an empty
ejb-jar.xml in src/test/resources/META-INF so that the META-INF file
contains now 2 files: the ejb-jar.xml and the ra.xml. The problem is that
the ManagerBean is not discovered by openejb and when I look it up in the
context I get a NameNotFoundException: Name "ManagerBeanLocal" not found.
Any idea why this might happen?
--
View this message in context:
http://openejb.979440.n4.nabble.com/MDB-with-quartz-and-jms-tp3319390p3321159.html
Sent from the OpenEJB User mailing list archive at Nabble.com.