1 Reply Latest reply on Jul 7, 2008 3:50 AM by vickyk

    jsr 88 and RAR deployment...

      Can I use JSR 88 to deploy a RAR file to JBoss. The spec says I could. However, JBoss takes an XML file and a RAR file for the deployment, unlike an EAR or WAR file. Has anyone tried this.. The test case at JBoss only tests this with EAR, WAR and JAR.

      http://www.google.com/codesearch?hl=en&q=deploymentFile.endsWith+show:14VbURi9WBA:PvbF4Z0DfOo:bIizH0tHxYo&sa=N&cd=1&ct=rc&cs_p=http://mirror.anl.gov/pub/redhat/linux/beta/JBEAP4.2.0-Beta1/jboss-4.2.0.CR2-src.zip&cs_f=testsuite/src/main/org/jboss/test/deployment/DeploymentTestCase.java

      Any help is appreciated.

      Thanks,
      M

        • 1. Re: jsr 88 and RAR deployment...
          vickyk

           

          "minamti" wrote:
          However, JBoss takes an XML file and a RAR file for the deployment, unlike an EAR or WAR file.

          The xml file basically deploys the Connection Factory for the RA .
          -ds.xml deployment should not be considered a part of RAR deployment , you can have the -ds.xml file as a part of EAR deployment or separate deployment .

          What problem are you facing ?