Hi!

I have a JBoss 4.0.4 GA in the "ejb3" configuration and I try to deploy a sar 
file containing this:


  | <?xml version="1.0"?>
  | <jboss-service>
  | 
  |     <mbean name="test:type=Service,name=TestProperties" 
code="org.jboss.varia.property.SystemPropertiesService">
  |             <attribute name="Properties">
  |                     a=1
  |                     b=2
  |             </attribute>
  |     </mbean>
  | 
  | </jboss-service>
  | 

When I deploy this, I get this error:


  | 12:06:23,882 ERROR [MainDeployer] Could not create deployment: 
file:/D:/Programme/jboss-4.0.4.GA/ser
  | ver/default/deploy/eff-ds-dkrizic.sar
  | org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.varia.property.System
  | PropertiesService; - nested throwable: (java.lang.ClassNotFoundException: 
No ClassLoaders found for:
  |  org.jboss.varia.property.SystemPropertiesService)
  | 

Has this service been removed? Is it on purpose? Is there an alternative 
service?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958438#3958438

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958438
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to