Hi!
I need to start diff versions of one application (different ears) at one instance of
JBoss.
While I configure sepated loader repository, change file ear-deployer.xml I get an error
message on verification of my each deployed ear:
15:48:26,548 WARN [verifier] EJB spec violation:
| Bean : ejb/Address/MessageBean
| Section: 15.7.4
| Warning: The message driven bean must declare one onMessage() method.
|
In jboss-app.xml file I wrote next:
| <loader-repository>
| dot.com:loader=MyEar.ear
| <loader-repository-config>
| java2ParentDelegation=false
| </loader-repository-config>
| </loader-repository>
|
|
How can I decide this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975326#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...