1 Reply Latest reply on Feb 18, 2014 12:00 PM by mikebrungs

    Need help deploying my RAR file.. newbie here

    mikebrungs

      Okay... I used the code generator stuff to get started.   I think the code is good to go and

      I'm sitting here with my cesp-jca-dev.rarfile and want to give it a trying using JBoss EAP 6.1,

      which already includes IronJacamar down in the modules subdirectory.  I'm not exactly

      sure how to deploy it. Here's what I have tried:

      1) copied the cesp-jca-dev.rarfile in my JBoss \deployments folder.

      2) Opened up my configuration XML file and went down to the <subsystem xmlns="urn:jboss:domain:resource-adapters:1.1">

      section and... I start to flame out there since I'm not exactly sure what all I need to put in there and I've not found much in

      the way of documentation for this part of configuration when it comes to ironjacamar.

        <subsystem xmlns="urn:jboss:domain:resource-adapters:1.1">

               <resource-adapters>

                  <resource-adapter>

                     <archive>cesp-jca-dev.rar</archive>

                     <resourceadapter-class>com.medplus.cmax.cesp.jca.CMaxxResourceAdapter</resourceadapter-class>

       

      I get a parsing error on "resourceadapter-class"... probably because I'm doing it wrong !  ;-)

       

      I'm hoping someone can help me figure out exactly what I need to do.  I don't doubt that I'm mixing some things

      up since this is my first ironjacamar attempt.

       

      Thanks in advance for the help.