2 Replies Latest reply on Jul 17, 2006 11:21 AM by dkrizic

    Where is SystemPropertiesService in JBoss 4.0.4 (EJB 3.0)?

    dkrizic

      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?