1 Reply Latest reply on Aug 4, 2003 3:03 PM by adrian.brock

    SAP-JCA Deployment in Jboss

    nort

      Hi,

      I deployed some time ago my app in JBoss, which uses the SAP JCA to connect the SAP system. I used for this issue a *-service.xml file, which configures the JCA params. Now I tried JBoss 3.2.1 and it is not running. Are there any changes? I saw in the examples directory a new file "sapr3-ds.xml". Is this a substitution for the former service.xml?

      Juraj

        • 1. Re: SAP-JCA Deployment in Jboss

          The -ds.xml is designed to isolate you from changes
          to the underlying connection manager in future.
          It works by transforming your attributes into a -service.xml
          (but this is hidden from you).

          In fact, the configuration of the managed connection factory
          has moved to be an attribute on the pool.

          Regards,
          Adrian