0 Replies Latest reply on Mar 5, 2008 7:14 PM by vbatista

    sar deployment problem on jboss-5.0.0.Beta4

      Hello,
      I have an ear which has one sar archive. My sar isn't being correctly deployed on JBoss5 Beta4. In Beta2 and Beta3 they were correctly deployed. With Beta4 they simply aren't deployed and I don't even get an error.
      I have DeviceIdentification interface and one POJO which implements this interface. The POJO has the following annotations:

      @Service(objectName="test:service=DeviceIdentification")
      @Management(DeviceIdentification.class)
      


      On jboss-app.xml I have
       <module>
       <service>device-identification.sar</service>
       </module>
      


      My sar archive has the interface and its POJO implementation.

      Any ideas? Any help would be appreciated.
      Thanks in advance.

      Victor