Search code examples
jboss-eap-7

Jboss-service.xml in Jboss is not understood by EAP 7


1) We are migrating from Jboss 5 to EAP 7. 2) The same code deploys under jboss 5 but throws below error when deploying under EAP7

Can someone help with how we accomplish jboss-service.xml equivalent in EAP?

Thanks for your help.


Solution

  • There were many changes in between JBoss 5 and the latest EAP. You'll have to take a look at jboss-service.xml to see what it's trying to accomplish (this is generally just MBean configuration), there will be a new way to do this.