1 Reply Latest reply on Jun 22, 2002 9:55 AM by larsinge

    Tyrex Plugin

    matias_salvador

      Hy, I'm trying to configure Tyrex to work with JBoss but when I try tu run the JBoss, it shutdowns completely and throws me the following Exception:

      2002-04-25 17:05:27,471 ERROR [org.jboss.deployment.SARDeployer] start operation failed on package file:/desarr/java/jboss-3.0.0RC1/server/default/conf/jboss-service.xml
      javax.naming.NameNotFoundException: TransactionPropagationContextExporter not bound

      I looked at the log before, and found this important snippet:

      2002-04-25 17:05:19,959 DEBUG [org.jboss.system.ServiceCreator] code: org.jboss.tm.plugins.tyrex.TransactionManagerService
      2002-04-25 17:05:20,250 DEBUG [org.jboss.system.ServiceCreator] Class not found for mbean: jboss:service=TransactionManager

      I realised that I need this class to make it run, and this file, I heard, belongs to a tyrex-tm-plugin.jar... anybody has it?

      Thank You Very Much!

        • 1. Re: Tyrex Plugin
          larsinge

          Hi!

          I suspecy you are running JBoss 3?

          If you have the source, place your self in this catalog:

          (first you need to do a complete build)

          1. cd ~whatever/jboss-all/varia/output/classes/
          2. jar cvf tyrex_patch.jar org/jboss/tm
          3. cp tyrex_patch.jar ~whatever/jboss-all/build/output/jboss-3.1alpha/lib/

          4. You also need "castor.jar" and "xerces.jar" in the lib-catalog.

          Download from:
          ftp://ftp.exolab.org/pub/castor/castor_0.9.3.9/
          ftp://ftp.exolab.org/pub/jars/


          5. mkdir ~whatever/jboss-all/build/output/jboss-3.1alpha/conf
          6. mkdir ~whatever/jboss-all/build/output/jboss-3.1alpha/conf/default

          7. make a file called "domain.xml" in the catalog "~whatever/jboss-all/build/output/jboss-3.1alpha/conf/default"


          default


          8. Go to the bin-catalog and do a "./run.sh or ...bat".