3 Replies Latest reply on Sep 30, 2003 7:21 PM by adrian.brock

    need cics-service.xml

    sameer_inn

      hello,

      has anyone developed cics jca adapter under jboss?
      i need cics-service.xml file?

      regards
      sameer


        • 1. Re: need cics-service.xml

          Look what happens when I search for CICS
          http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= your multiple postings asking the same question,
          and one useful from somebody who has clue.

          Regards,
          Adrian

          • 2. Re: need cics-service.xml
            sameer_inn

            when i deployed the same xml file
            it's throwing the exception

            10:10:38,359 INFO [Engine] StandardWrapper[/web-console:default]: Loading container servlet default
            10:10:38,468 INFO [Engine] StandardWrapper[/web-console:invoker]: Loading container servlet invoker
            10:10:38,484 INFO [MainDeployer] Deployed package: file:/E:/newjboss/jboss-3.2.1_tomcat-4.1.24/server/default
            /deploy/management/
            10:10:38,484 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeploym
            ents()'
            Cause: Incomplete Deployment listing:
            Packages waiting for a deployer:

            Incompletely deployed packages:

            MBeans waiting for classes:

            MBeans waiting for other MBeans:
            [ObjectName: jboss.jca:service=LocalTxCM,name=cicsr9s
            state: CONFIGURED
            I Depend On: jboss:service=TransactionManager
            jboss.jca:service=RARDeployer
            jboss.jca:service=LocalTxPool,name=cicsr9s
            jboss.jca:service=CachedConnectionManager
            jboss.security:service=JaasSecurityManager

            Depends On Me: , ObjectName: jboss.jca:service=LocalTxPool,name=cicsr9s
            state: CONFIGURED
            I Depend On: jboss.jca:service=LocalTxPF,name=cicsr9s

            Depends On Me: jboss.jca:service=LocalTxCM,name=cicsr9s
            , ObjectName: jboss.jca:service=LocalTxPF,name=cicsr9s
            state: CONFIGURED
            I Depend On: jboss.jca:service=RARDeployment,name=ECIResourceAdapter

            Depends On Me: jboss.jca:service=LocalTxPool,name=cicsr9s
            ]


            regards
            sameer

            • 3. Re: need cics-service.xml

              You haven't deployed the rar.

              ObjectName: jboss.jca:service=LocalTxPF,name=cicsr9s
              state: CONFIGURED
              I Depend On: jboss.jca:service=RARDeployment,name=ECIResourceAdapter

              Regards,
              Adrian