[jboss-user] [Installation, Configuration & Deployment] - Where is SystemPropertiesService in JBoss 4.0.4 (EJB 3.0)?

dkrizic do-not-reply at jboss.com
Mon Jul 17 08:10:27 EDT 2006


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



More information about the jboss-user mailing list