8 Replies Latest reply on Oct 29, 2012 7:24 AM by fsalcher

    UserBusinessActivity Initialization in XTS Module?

    fsalcher

      Hi,

       

      I'm quite new to JBoss Transactions and have a problem using the WS-BA Implementation.

       

      The problem is that I always get a null back when calling:

       UserBusinessActivityFactory.userBusinessActivity();
      

       

      Acutally I don't fully understand at which point the UserBusinessActivity should be initialized in the client application? I already looked at the initialise part of the BasicClient in the xts-demo application where the preparations for calling the web services are done. I do it the same way in my client application so I'm not sure if this is the place where the error is hidden.

       

      So if anyone can give me a hint where the initialization is done I may find the problem in my application faster.

       

      I start JBoss AS 7.1.1.Final with

      standalone.bat -c standalone-xts.xml
      

      and use the 4.17.0.Final version of the XTS module.

       

      Thx,

      Fabian