2 Replies Latest reply on Aug 1, 2003 8:45 AM by nort

    *-service.xml

    nort

      Hi,

      I want to deploy the SAPJRA and need an *-service.xml file? Where can I find some information? Has anyone created such a file for the SAPJRA?

      Juraj

        • 1. Re: *-service.xml
          nort

          Okay, I found a r3-service.xml in the examples dir. But now I have some problems to deploy the RA. I get this output:

          08:23:47,286 INFO [MainDeployer] Deployed package: file:/C:/server/jboss-3.0.6/
          server/default/deploy/sapjra.rar

          MBeans waiting for other MBeans:
          [ObjectName: jboss.jca:service=XaTxCM,name=SAPConnectorFactory
          state: CONFIGURED
          I Depend On: jboss.jca:service=RARDeployer
          jboss.jca:service=XaTxDS,name=SAPConnectorFactory
          jboss.jca:service=XaTxPool,name=SAPConnectorFactory
          jboss.jca:service=CachedConnectionManager
          jboss.security:service=JaasSecurityManager

          Depends On Me: , ObjectName: jboss.jca:service=XaTxDS,name=SAPConnectorFactory
          state: CONFIGURED
          I Depend On: jboss.jca:service=RARDeployment,name=SAPConnectorFactory

          Depends On Me: jboss.jca:service=XaTxCM,name=SAPConnectorFactory
          ]

          But I cannot find the RA in the JNDI Context. There is no name which I configured in the ra.xml or sapjra-service.xml.

          Any ideas? I would be very happy to get deploy my app also with Jboss.

          Juraj

          • 2. Re: *-service.xml
            nort

            sapr3ds-xml

            <?xml version="1.0" encoding="UTF-8"?>
            <connection-factories>
            <tx-connection-factory>
            <adapter-display-name>SAPJRA</adapter-display-name>
            <jndi-name>eis/SAPJRA</jndi-name>
            <config-property name="SAPClient" type="java.lang.String">150</config-property>
            <user-name>CCMDEMO</user-name>
            debis
            <config-property name="Language" type="java.lang.String">DE</config-property>
            <config-property name="ServerName" type="java.lang.String">53.47.27.91</config-property>
            <config-property name="SystemNumber" type="java.lang.String">00</config-property>
            <config-property name="PortNumber" type="java.lang.String">10</config-property>
            </tx-connection-factory>
            </connection-factories>