[JBoss jBPM] - Re: Modifying a process already in progress
by lfelser
I saw the subprocess capability, but have not looked into it in depth yet. I'll check it out to see if it applies. Of course, I'm looking to avoid a big code rewrite if I can.
Here's a scenario to consdier:
A (part of a) process has the following steps. The first step has to be completed (i.e. its task completed) before moving to the next step.
1) person A does task AA
2) persons B, C and D do tasks BB, CC and DD in parallel
3) person E does task EE
In the graph this looks like (very roughly) task node AA to fork node to task nodes BB, CC, DD to join node to task node EE. The process is started and gets to step 1. Now the process author decides he needs to add person Z to do task ZZ in parallel with persons B, C and D in step 2. He wants to just add this in to the running process. This is what I'm trying to solve.
LF
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079240#4079240
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079240
18Â years, 7Â months
[JBoss Seam] - TestNG Problems in my project - Seam 2.0.0 Bate
by hmwwy
it was my configurationg...
Seam 2.0.0 Bate
java-1.5.0_11
Try and run test
Got the following error
Quote:
[testng] ERROR 29-08 23:26:46,515 [org.jboss.dependency.plugins.AbstractContr
| oller.incrementState():350] Error installing to Start: name=JMXKernel state=Crea
| te
| [testng] java.lang.NoSuchMethodError: org.jboss.system.ServiceController.setK
| ernel(Lorg/jboss/kernel/Kernel;)V
| [testng] at org.jboss.embedded.adapters.JMXKernel.start(JMXKernel.java:16
| 0)
| [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
| sorImpl.java:39)
| [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
| hodAccessorImpl.java:25)
| [testng] at java.lang.reflect.Method.invoke(Method.java:597)
| [testng] at org.jboss.reflect.plugins.introspection.ReflectionUtils.invok
| e(ReflectionUtils.java:55)
| [testng] at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl
| .invoke(ReflectMethodInfoImpl.java:107)
| [testng] at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(Bas
|
| Any help would be very appreciated
|
| thanks
|
| hmwwy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079236#4079236
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079236
18Â years, 7Â months