[jboss-dev-forums] [Design of JBoss Transaction Services] - BusinessActivityManagerFactory doesn't create BusinessActivi

nielsvanharen do-not-reply at jboss.com
Wed Dec 17 05:45:54 EST 2008


Hello,

Im working on a project to create a bussiness activity webservice using EJB3 and Jboss5.0GA wich has JbossWS implemented. I Used the example given on the Jboss website called XTS-demo.

I tried to make a own implementation and stripped the BA to 1 participant wich calles a simple calculation function. So far so good actually.

The problem is the BusinessActivityManagerFactory wich resides in the arjuna package of Jboss. Whenever i call the following static method 

  | BusinessActivityManager activityManager = BusinessActivityManagerFactory.businessActivityManager();
  | 

I get a null pointer exception. The factory never made an instance of businessActivityManager . What am i doing wrong? is there a failure in the arjuna package or something else?

kind regards,

Niels van Haren

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197069#4197069

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197069



More information about the jboss-dev-forums mailing list