You cannot post messages because only members can post, and you are not currently a member.
Description:
OpenWFE development mailing list.
|
|
|
Why the worklists got lost ?
|
| |
I have used openWFE for several month in a project for a bank. But once I changed the openWFE the bank used for adding a workflow-definition which used the old participants.then openWFE continued run. Several days later, the banker said some worklists lost . Why? I have done something to check the problem, but I got no ideas .... more »
|
|
openwfe-jcr-1.7.2.jar error
|
| |
Hi, I have tested the openwfe-jcr capabilities and immediately ran into: "openwfe.org.jcr.JcrException: call to method getNodes() failed at openwfe.org.jcr.JcrProxy$SameM ethodNameProxy.invoke(JcrProxy .java: 197) at $Proxy0.getNodes(Unknown Source) at openwfe.org.jcr.beancoder.JcrB eanCoder.encode(JcrBeanCoder.j ava:... more »
|
|
jcr jars
|
| |
Hi, I'm not using maven and can't seem to find the jcr jar in the main zip. I want to use your beancoder class to persist beans to the repo. Can you help me out please? Thanks, Mark
|
|
Matelot status...
|
| |
John, Matelot, the Flow Navigator is on its way... I need a little more time to put it under svn but very soon... I can now load into the visualizer the 6 XPDL 2.0 example files from [link] (subprocesses need a little more work but close enough) I started the designer (dragn'drop onto the Canvas)...... more »
|
|
Workflow Solutions for Clinical work?
|
| |
Hello, I work for the NIH - we are looking into workflow software to use to model business processes involved in Clinical Trials Management - can anyone tell me if Bonita has been used for that purpose? - Alok
|
|
Recommendations for a Python Port?
|
| |
I'm about to start a Python port of the OpenWFE engine and would greatly appreciate any recommendations OpenWFE developers could offer. My initial strategy is going to be to work from the Ruby port, but I'm definitely open to working from the original project if that seems like the best approach. Some of the questions I have are:... more »
|
|
<description> unknown expression
|
| |
John, If I use <description> tag in a process-definition, I get that error from fe_raw.rb:76 Do I need something like: @map["description"] = IgnoreExpression (or equivalent) in expressionmap.rb unless you have a better idea. Pat.
|
|
JDK 1.6
|
| |
Hello, FYI, compilation whith JDK 1.6 of last sources extracted this morning on SourceForge (1.7.3pre0 ?) fails for AdHocDataSource.java. With JDK 1.6 a javax.sql.DataSource needs to implement two new methods (from interface java.sql.Wrapper) : isWrapperFor and unwrap. As we don't use AdHocDataSource, I poorly implements those methods in... more »
|
|
SimpleDateformat is not thread safe
|
| |
hello, The class openwfe.org.time.Time.java defines static method using static SimpleDateFormat instances but SimpleDateFormat is not thread safe and if, for example, 2 threads want to retreive headers at same moment, some random errors could appear if Time.fromISODate is used by the 2 threads (to sort headers).... more »
|
|
|