-
Basically, the group is the Id as specified in the process definition. While this Is is unique in the process definition, it is not in the process instance, because the transition may be defined in an activity block and therefore instantiated more than once. In this case the Id is augmented with informations from the activity.
Define a process with ActivityBlock and have a look at the group...
2009-11-08 15:33:18 UTC in WfMOpen
-
Could you please be a bit more specific? Where in the documentation did you find this?.
2009-11-06 13:08:48 UTC in WfMOpen
-
This is a JBoss question. Have a look at
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch3.chapter.html
Nevertheless, I think you have forgotten the "jnp://" before the IP-Address.
\- Michael.
2009-11-03 20:02:29 UTC in WfMOpen
-
Please use the JBoss documentation.
[Here](http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/4/html/Connectors_on_JBoss-Configuring_JDBC_DataSources.html)
and...
2009-10-21 14:33:41 UTC in WfMOpen
-
Have you configured JMS in JBoss properly? You shouldn't use the out-of-the-box Hypersonic based configuration for serious work. If you're using Oracle, configure it to use an Oracle databse.
Also make sure that you use the Oracle XA drivers for the WfMOpen database. WfMOpen relies on distributed transaction, i.e. it must be possible to access the database and JMS in a single (distributed...
2009-10-21 12:04:11 UTC in WfMOpen
-
Hi,
open.not\_running.not\_started.unknown is simply the initial state of activities immediately after they have been created.
If you can see your start activities (i.e. the ones that have no predecessor) in this state, it usually means that you have not started your process yet (or you looked too fast after issuing the start command). However, I did notice the proc.start() in your code...
2009-10-20 21:08:40 UTC in WfMOpen
-
mlipp committed revision 3208 to the WfMOpen SVN repository, changing 1 files.
2009-10-01 22:10:40 UTC in WfMOpen
-
mlipp committed revision 3207 to the WfMOpen SVN repository, changing 1 files.
2009-10-01 22:06:11 UTC in WfMOpen
-
mlipp committed revision 3206 to the WfMOpen SVN repository, changing 2 files.
2009-09-27 21:38:57 UTC in WfMOpen
-
mlipp committed revision 3205 to the WfMOpen SVN repository, changing 35 files.
2009-09-27 17:13:47 UTC in WfMOpen