[jboss-user] [Installation, Configuration & Deployment] - Re: JMX Deployment error
jaikiran
do-not-reply at jboss.com
Thu Oct 26 07:56:32 EDT 2006
anonymous wrote : 12:29:13,639 INFO [ServiceConfigurator] Problem configuring service java:NOC=NOCManagerService
| org.jboss.deployment.DeploymentException: No Attribute found with name: serviceStatus
|
I guess in your jboss-service.xml, you have mentioned something like:
<attribute name="serviceStatus">...
Change it to:
<attribute name="ServiceStatus">...
Note the capital "S".
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980983#3980983
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980983
More information about the jboss-user
mailing list