-
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 by mlipp
-
in java doc de.danet.an.workflow.api interface transition there is an field called "group".
2009-11-06 13:45:01 UTC by cyflhn
-
Could you please be a bit more specific? Where in the documentation did you find this?.
2009-11-06 13:08:48 UTC by mlipp
-
in the defintion of transition in wfmopen ,there is a attribute called group .what does the goup mean? how to group the transition.
2009-11-06 09:40:02 UTC by cyflhn
-
in the defintion of transition in wfmopen ,there is a attribute called group .what does the goup mean? how to group the transition.
2009-11-05 03:14:50 UTC by cyflhn
-
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 by mlipp
-
Hi Micheal,
I have a problem why deploy my application (a Web base application with Tomcat 6) on Linux.
When i deploy my application (Tomcat) and WfmOpen(JBoss) on my local computer (Window), it run ok.
But when I deploy them to a Linux server it, if I run my application and remote to WfmOpen, it throws error:
de.danet.an.workflow.api.FactoryConfigurationError: Problem accessing JNDI...
2009-11-03 03:18:11 UTC by nguyenhuanbk
-
Ok, Thanks michael,
2009-10-21 14:39:44 UTC by nguyenhuanbk
-
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 by mlipp
-
Yes, I have not config JMS in Jboss, and Oracle XA drivers (I set oracle.jdbc.driver.OracleDriver for Oracle in file wfmopen-ds.xml ). So could you show me how to config them. Thanks!
2009-10-21 14:06:14 UTC by nguyenhuanbk