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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...