6 Replies Latest reply on Sep 24, 2004 1:40 PM by dimitris

    JBossNotCompliantMBeanException, XMBean minimum requirements

    alexoscar

      I am a new user and trying to deploy an XMBean. What are the requirements for XMBean. I was under the impression that any POJO can be deployed as an XMBean, is that true ?
      As soon as I deploy my Sar file, I see this error

      org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/jboss-3.2.5/server/default/deploy/MyTest.sar; - nested throwable: (org.jboss.deployment.DeploymentException: Error parsing the XML file, from XMLMetaData: ; - nested throwable: (org.jboss.mx.util.JBossNotCompliantMBeanException: Error parsing the XML file, from XMLMetaData: ))

      Does it mean that, the code is not compatible or I did missed something in the XML file.

      Any direction, examples would be greatly appreciated.
      -alex