1 2 Previous Next 18 Replies Latest reply on Aug 23, 2006 4:04 PM by system.out Go to original post
      • 15. Re: example JCA
        xiaoyi

        I have set the jca-res.rar and jca-test.jar in the deploy directory.and use a client jsp to call them.And i use the above jboss-service.xml.
        My jboss version is jboss4.0.0alpha.
        But when i start up the jboss server.the error message is below:
        09:10:23,664 ERROR [URLDeploymentScanner] MBeanException: Incomplete Deployment
        listing:
        Packages waiting for a deployer:

        Incompletely deployed packages:

        MBeans waiting for classes:
        [jboss.jca:service=NoTxPF,name=propertiesfile]
        MBeans waiting for other MBeans:

        { objectName: jboss.jca:service=NoTxCM,name=propertiesfile
        state: CONFIGURED
        I am waiting for:
        jboss.jca:service=CachedConnectionManager state: RUNNING,
        jboss.jca:service=RARDeployer state: RUNNING,
        jboss.jca:service=NoTxPool,name=propertiesfile state: CONFIGURED,
        jboss.security:service=JaasSecurityManager state: RUNNING
        } org.jboss.system.ServiceContext@2f04bb4b,


        { objectName: jboss.jca:service=NoTxPool,name=propertiesfile
        state: CONFIGURED
        I am waiting for:
        jboss.jca:service=NoTxPF,name=propertiesfile state: CLASSMISSING
        Waiting for me:
        jboss.jca:service=NoTxCM,name=propertiesfile state: CONFIGURED
        } org.jboss.system.ServiceContext@80c98add,


        { objectName: jboss.jca:service=NoTxPF,name=propertiesfile
        state: CLASSMISSING
        Waiting for me:
        jboss.jca:service=NoTxPool,name=propertiesfile state: CONFIGURED
        } org.jboss.system.ServiceContext@2f04bcd7,


        Cause: Incomplete Deployment listing:
        Packages waiting for a deployer:

        Incompletely deployed packages:

        MBeans waiting for classes:
        [jboss.jca:service=NoTxPF,name=propertiesfile]
        MBeans waiting for other MBeans:

        { objectName: jboss.jca:service=NoTxCM,name=propertiesfile
        state: CONFIGURED
        I am waiting for:
        jboss.jca:service=CachedConnectionManager state: RUNNING,
        jboss.jca:service=RARDeployer state: RUNNING,
        jboss.jca:service=NoTxPool,name=propertiesfile state: CONFIGURED,
        jboss.security:service=JaasSecurityManager state: RUNNING
        } org.jboss.system.ServiceContext@2f04bb4b,


        { objectName: jboss.jca:service=NoTxPool,name=propertiesfile
        state: CONFIGURED
        I am waiting for:
        jboss.jca:service=NoTxPF,name=propertiesfile state: CLASSMISSING
        Waiting for me:
        jboss.jca:service=NoTxCM,name=propertiesfile state: CONFIGURED
        } org.jboss.system.ServiceContext@80c98add,


        { objectName: jboss.jca:service=NoTxPF,name=propertiesfile
        state: CLASSMISSING
        Waiting for me:
        jboss.jca:service=NoTxPool,name=propertiesfile state: CONFIGURED
        } org.jboss.system.ServiceContext@2f04bcd7,


        09:10:23,864 INFO [URLDeploymentScanner] Started
        09:10:23,864 INFO [MainDeployer] Deployed package: file:/E:/jboss4/jboss-head/b
        uild/output/jboss-4.0.0alpha/server/default/conf/jboss-service.xml

        • 16. Re: example JCA
          xiaoyi

          who can tell me reason.
          And the directroy structure is:
          jca-test.jar(*.class files and META-INF\jboss-service.xml and ejb-jar.xml)
          jca-res.rar(jca-res.jar and META-INF\ra.xml)
          and another jboss-service.xml is at the deploy directory.
          But why there is wrong message.
          thanks!
          and when run the test javabean.
          the wrong message is "the NoTranspf not bound"

          • 17. Re: example JCA
            xiaoyi

            oh!
            It's ok!
            i set up the jboss3.2.1 and succeed.
            thanks!

            • 18. Re: example JCA
              system.out

               

              "wildwest59" wrote:
              Have attached a sample JCA app. Have tested it with
              JBoss 3.2.0 w/ Tomcat 4.1.24 on Win2K using JDk 1.4

              You would need to also have XDoclet installed.
              Look @ bin/build.properties to set things up.

              It's a non-transaction RA.

              Let me know if you run into problems.


              Where is the attachement? :)

              1 2 Previous Next