1 Reply Latest reply on Jan 19, 2007 5:06 AM by kconner

    WS-Transactions with default JBoss Transaction Manager

      Hello,

      I tried to deploy a web service on a JBoss (4.0.3sp1) instance with the default JBoss transaction manager, NOT the arjuna Transaction manager.
      At deployment, there was the following error:

      10:24:48,843 ERROR [[/xts]] Exception sending context initialized event to listener instance of class com.arjuna.services.framework.admin.TaskManagerInitialisation
      java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/common/arjPropertyManager
       at com.arjuna.webservices.logging.WSCLogger.<clinit>(WSCLogger.java:64)
       at com.arjuna.services.framework.task.TaskManager.setMinimumWorkerCount(TaskManager.java:185)
       at com.arjuna.services.framework.admin.TaskManagerInitialisation.contextInitialized(TaskManagerInitialisation.java:56)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
       at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)

      Can I use the WS-Transactions implementation on a JBoss instance with the default transaction manager, or is the Arjuna Transaction Manager required?

      Regards,
      Martin