[jBPM Users] - Re: NullPointerException using identityService
by cjmanju123
No identiyServcie is not null. With the same configuration I am able to do everything else (like starting a process, assigning task, etc.,) By the way the version of jBPM is 4.0. and here is the exception
Exception in thread "main" java.lang.NullPointerException
| at org.jbpm.pvm.internal.identity.cmd.CreateGroupCmd.execute(CreateGroupCmd.java:48)
| at org.jbpm.pvm.internal.identity.cmd.CreateGroupCmd.execute(CreateGroupCmd.java:32)
| at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
| at org.jbpm.pvm.internal.tx.StandardTransactionInterceptor.execute(StandardTransactionInterceptor.java:54)
| at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
| at org.jbpm.pvm.internal.svc.RetryInterceptor.execute(RetryInterceptor.java:55)
| at org.jbpm.pvm.internal.svc.IdentityServiceImpl.createGroup(IdentityServiceImpl.java:78)
Thanks
Manju
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254595#4254595
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254595
15 years, 4 months
[jBPM Users] - Re: JBPM Nested Fork/Joins Doesn't seem to work
by kukeltje
please do not do that... it often has the opposite effect. Besides that I do not understand your remark:
anonymous wrote : Sorry for not using assert() correctly, I currently can't remove the println() from my code.
|
I see no reason why this could not be made into a really full testcase with embedded processdefinition that I can run out of the box (see the first topic in this forum)
anonymous wrote : The questions I ask are in the test case comments
As mentioned earlier, a full unitest is the most explicit thing that we can easily use to confirm the bug AND if we change something that it works. So before imo before I take the time do do something for you, you have to do something for us... or you have to be more patient (or buy a commercial support contract or hire some JBoss expert)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254589#4254589
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254589
15 years, 4 months