• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deploy JMX application in JBoss -4.0.5

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Im beginer in JBoss and JMX, I am facing a problem in deploying a sar file in JBoss. Here is the structure of my SAR [jmxsampleapp.war.sar] file
+com.example.mbeans.Calculator(MBean classes)
+META-INF
- jboss-service.xml
jmxsampleapp.war

I have downloaded the code from following link
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/ and Im trying to make the sample application mentioned on this link work

But while deploying my SAR on JBosss , Im getting following error:

org.jboss.deployment.DeploymentException: No nested mbean element given for xmbean; - nested throwable: org.jboss.system.ConfigurationException: No nested mbean element given for xmbean)

STAUS: FAILED

Please help in thsi problem
 
reply
    Bookmark Topic Watch Topic
  • New Topic