0 Replies Latest reply on Aug 23, 2011 12:20 PM by shptlucky

    SAR File in JBOSS 6.0

    shptlucky

      I created a SAR file which worked good in JBoss 4.0.3 version.

      but the SAR file is not working in JBoss 6.0 Version

       

      in Meta-INF i put on the jboss-service.XML file having following code

       

      <?xml version="1.0" encoding="UTF-8"?>

       

      <server>

          <mbean code="jmslistener.JMSListenerAgent"

                 name="jmslistener:service=JMSListenerAgent">

          </mbean>

      </server>

       

      The Folders are

      1) jmslistener

      2) Meta-INF

      3) Web-INF (containing related libraries)

      4) Properties (Contain Properties files)

       

      This all worked well in JBoss 4.0.3 version

       

      Kindly tell how to create a SAR file for JBoss 6.0 Version?

       

      Thank You