<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-13643</id>
	<title>Nabble - OpenWFE-developers</title>
	<updated>2008-06-03T06:30:48Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/OpenWFE-developers-f13643.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OpenWFE-developers-f13643.html" />
	<subtitle type="html">OpenWFE's developers mailing list.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-17623588</id>
	<title>Subprocess call engine error</title>
	<published>2008-06-03T06:30:48Z</published>
	<updated>2008-06-03T06:30:48Z</updated>
	<author>
		<name>emiliojge</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;We are using route-web (densha), the version from May 30th, but we are
&lt;br&gt;having a problem with a rather 'trivial' piece of code. It is just a
&lt;br&gt;&amp;quot;subprocess call&amp;quot;, as you can see below:
&lt;br&gt;&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;&amp;lt;process-definition revision=&amp;quot;1.0&amp;quot; name=&amp;quot;Proc-Main&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;description&amp;gt;
&lt;br&gt;&amp;nbsp; Main
&lt;br&gt;&amp;nbsp; &amp;lt;/description&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;participant ref=&amp;quot;alpha&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;subprocess ref=&amp;quot;subproc&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;participant ref=&amp;quot;alpha&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/sequence&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;process-definition name=&amp;quot;subproc&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;participant ref=&amp;quot;bravo&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/process-definition&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;/process-definition&amp;gt;
&lt;br&gt;&lt;br&gt;-----------------
&lt;br&gt;&lt;br&gt;After &amp;quot;stopping&amp;quot; in participant &amp;quot;alpha&amp;quot;, the subprocess &amp;quot;subproc&amp;quot; is
&lt;br&gt;called, and the workitem can be seen in &amp;quot;bravo&amp;quot; store. But clicking in
&lt;br&gt;&amp;quot;view&amp;quot; or &amp;quot;edit&amp;quot; results in the following error (listed at the end of
&lt;br&gt;the email). We have tried in several machines, and using different
&lt;br&gt;&amp;quot;participants&amp;quot;, but we are unable to make it work. What is happening?
&lt;br&gt;As a hint, I can say that this same piece of code runs perfectly in
&lt;br&gt;OpenWFE 1.7.2 (in Java)
&lt;br&gt;&lt;br&gt;Thanks for your help, and kind regards,
&lt;br&gt;&lt;br&gt;Emilio
&lt;br&gt;&lt;br&gt;----
&lt;br&gt;&lt;br&gt;&amp;nbsp;NoMethodError in WorkitemController#view
&lt;br&gt;&lt;br&gt;You have a nil object when you didn't expect it!
&lt;br&gt;The error occurred while evaluating nil.raw_representation
&lt;br&gt;&lt;br&gt;RAILS_ROOT: /home/isabel/ruote-web
&lt;br&gt;Application Trace | Framework Trace | Full Trace
&lt;br&gt;&lt;br&gt;vendor/openwfe/expool/representation.rb:73:in `update_rep'
&lt;br&gt;vendor/openwfe/expool/representation.rb:61:in `representation'
&lt;br&gt;vendor/openwfe/engine/expool_methods.rb:82:in `process_representation'
&lt;br&gt;app/controllers/workitem_controller.rb:279:in `load_workitem'
&lt;br&gt;app/controllers/workitem_controller.rb:83:in `view'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;1158:in `send'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;1158:in `perform_action_without_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:697:in `call_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:689:in `perform_action_without_benchmark'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;benchmarking.rb:68:in `perform_action_without_rescue'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;benchmarking.rb:68:in `perform_action_without_rescue'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;rescue.rb:199:in `perform_action_without_caching'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;caching.rb:678:in `perform_action'
&lt;br&gt;/var/lib/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
&lt;br&gt;connection_adapters/abstract/query_cache.rb:33:in `cache'
&lt;br&gt;/var/lib/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
&lt;br&gt;query_cache.rb:8:in `cache'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;caching.rb:677:in `perform_action'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;524:in `send'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;524:in `process_without_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:685:in `process_without_session_management_support'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;session_management.rb:123:in `process'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;388:in `process'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:78:in
&lt;br&gt;`service'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/commands/servers/webrick.rb:66
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:496:in `require'
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:342:in `new_constants_in'
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:496:in `require'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39
&lt;br&gt;&lt;br&gt;vendor/openwfe/expool/representation.rb:73:in `update_rep'
&lt;br&gt;vendor/openwfe/expool/representation.rb:61:in `representation'
&lt;br&gt;vendor/openwfe/engine/expool_methods.rb:82:in `process_representation'
&lt;br&gt;/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:171:in `handle_request'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:115:in `dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:126:in `dispatch_cgi'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:9:in `dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:112:in
&lt;br&gt;`handle_dispatch'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:62:in
&lt;br&gt;`dispatch'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
&lt;br&gt;`gem_original_require'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
&lt;br&gt;`gem_original_require'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
&lt;br&gt;script/server:3
&lt;br&gt;&lt;br&gt;vendor/openwfe/expool/representation.rb:73:in `update_rep'
&lt;br&gt;vendor/openwfe/expool/representation.rb:61:in `representation'
&lt;br&gt;vendor/openwfe/engine/expool_methods.rb:82:in `process_representation'
&lt;br&gt;app/controllers/workitem_controller.rb:279:in `load_workitem'
&lt;br&gt;app/controllers/workitem_controller.rb:83:in `view'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;1158:in `send'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;1158:in `perform_action_without_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:697:in `call_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:689:in `perform_action_without_benchmark'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;benchmarking.rb:68:in `perform_action_without_rescue'
&lt;br&gt;/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;benchmarking.rb:68:in `perform_action_without_rescue'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;rescue.rb:199:in `perform_action_without_caching'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;caching.rb:678:in `perform_action'
&lt;br&gt;/var/lib/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
&lt;br&gt;connection_adapters/abstract/query_cache.rb:33:in `cache'
&lt;br&gt;/var/lib/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
&lt;br&gt;query_cache.rb:8:in `cache'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;caching.rb:677:in `perform_action'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;524:in `send'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;524:in `process_without_filters'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;filters.rb:685:in `process_without_session_management_support'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;session_management.rb:123:in `process'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:
&lt;br&gt;388:in `process'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:171:in `handle_request'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:115:in `dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:126:in `dispatch_cgi'
&lt;br&gt;/var/lib/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/
&lt;br&gt;dispatcher.rb:9:in `dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:112:in
&lt;br&gt;`handle_dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:78:in
&lt;br&gt;`service'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
&lt;br&gt;/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:62:in
&lt;br&gt;`dispatch'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/commands/servers/webrick.rb:66
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
&lt;br&gt;`gem_original_require'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:496:in `require'
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:342:in `new_constants_in'
&lt;br&gt;/var/lib/gems/1.8/gems/activesupport-2.0.2/lib/active_support/
&lt;br&gt;dependencies.rb:496:in `require'
&lt;br&gt;/var/lib/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
&lt;br&gt;`gem_original_require'
&lt;br&gt;/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
&lt;br&gt;script/server:3
&lt;br&gt;&lt;br&gt;Request
&lt;br&gt;&lt;br&gt;Parameters:
&lt;br&gt;&lt;br&gt;{&amp;quot;id&amp;quot;=&amp;gt;&amp;quot;60&amp;quot;}
&lt;br&gt;&lt;br&gt;Show session dump
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;:launched_fei: !ruby/OpenWFE::FlowExpressionId
&lt;br&gt;&amp;nbsp; s: (fei 0.9.18 engine public/process_definitions/pruebecilla.xml
&lt;br&gt;Proc-Main 1.0 20080603-jagohisate process-definition 0)
&lt;br&gt;:user: !ruby/object:User
&lt;br&gt;&amp;nbsp; attributes:
&lt;br&gt;&amp;nbsp; &amp;nbsp; salt:
&lt;br&gt;&amp;nbsp; &amp;nbsp; name: admin
&lt;br&gt;&amp;nbsp; &amp;nbsp; hashed_password:
&lt;br&gt;&amp;nbsp; &amp;nbsp; admin: &amp;quot;1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; id: &amp;quot;4&amp;quot;
&lt;br&gt;&amp;nbsp; attributes_cache: {}
&lt;br&gt;&lt;br&gt;flash: !map:ActionController::Flash::FlashHash {}
&lt;br&gt;&lt;br&gt;:workitem: 60
&lt;br&gt;&lt;br&gt;Response
&lt;br&gt;&lt;br&gt;Headers:
&lt;br&gt;&lt;br&gt;{&amp;quot;cookie&amp;quot;=&amp;gt;[],
&lt;br&gt;&amp;nbsp;&amp;quot;Cache-Control&amp;quot;=&amp;gt;&amp;quot;no-cache&amp;quot;}
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17623588&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17623588&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Subprocess-call-engine-error-tp17623588p17623588.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14368663</id>
	<title>Re: Why the worklists got lost ?</title>
	<published>2007-12-16T17:17:19Z</published>
	<updated>2007-12-16T17:17:19Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 17, 2007 10:06 AM, sunshine kid &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368663&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lei.zhang@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have used openWFE for several month in a project for a bank.
&lt;br&gt;&amp;gt; But once I changed the openWFE the bank used &amp;nbsp;for adding a
&lt;br&gt;&amp;gt; workflow-definition which used the old participants.then openWFE continued
&lt;br&gt;&amp;gt; run.
&lt;br&gt;&amp;gt; Several days later, the banker said some worklists lost .
&lt;br&gt;&amp;gt; Why? I have done something to check the problem, but I got no ideas .
&lt;br&gt;&amp;gt; please help me to solve this problem , and I want to konw if I delete the
&lt;br&gt;&amp;gt; %openwfe-1.7.2%\work\engine files , what will happen ? please tell me more
&lt;br&gt;&amp;gt; about %openwfe-1.7.2%\work\engine files .
&lt;/div&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;if you delete the work/engine files, it will wipe the persistent
&lt;br&gt;memory of the engine off.
&lt;br&gt;If you delete the work/worklist files, it will wipe the persistent
&lt;br&gt;representation of the worklist off.
&lt;br&gt;&lt;br&gt;Deleting work/engine/ is a dangerous maneuver.
&lt;br&gt;If you delete only work/engine, the workitems stored under
&lt;br&gt;work/worklist will become orphans : their workflow isntances will have
&lt;br&gt;been wiped away.
&lt;br&gt;&lt;br&gt;It's OK to delete work/engine and work/worklist together if you REALLY
&lt;br&gt;want to reset the whole system.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368663&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14368663&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Why-the-worklists-got-lost---tp14331240p14368663.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14331240</id>
	<title>Why the worklists got lost ?</title>
	<published>2007-12-13T23:20:43Z</published>
	<updated>2007-12-13T23:20:43Z</updated>
	<author>
		<name>sunshine kid</name>
	</author>
	<content type="html">I have used openWFE for several month in a project for a bank.
&lt;br&gt;But once I changed the openWFE the bank used &amp;nbsp;for adding a workflow-definition which used the old participants.then openWFE continued run.
&lt;br&gt;Several days later, the banker said some worklists lost .
&lt;br&gt;Why? I have done something to check the problem, but I got no ideas .
&lt;br&gt;please help me to solve this problem , and I want to konw if I delete the %openwfe-1.7.2%\work\engine files , what will happen ? please tell me more about %openwfe-1.7.2%\work\engine files .</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Why-the-worklists-got-lost---tp14331240p14331240.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12436802</id>
	<title>Re: openwfe-jcr-1.7.2.jar error</title>
	<published>2007-08-31T20:25:01Z</published>
	<updated>2007-08-31T20:25:01Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;Hi Mark,
&lt;br&gt;&lt;br&gt;On 9/1/07, mwaschkowski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwaschkowski@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have tested the openwfe-jcr capabilities and immediately ran into:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;openwfe.org.jcr.JcrException: call to method getNodes() failed
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.JcrProxy$SameMethodNameProxy.invoke(JcrProxy.java:
&lt;br&gt;&amp;gt; 197)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at $Proxy0.getNodes(Unknown Source)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;&amp;gt; 485)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;&amp;gt; 835)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;&amp;gt; 816)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;&amp;gt; com.impromptx.server.jcr.dao.DataTemplateDao.saveDataTemplate(DataTemplateDao.java:
&lt;br&gt;&amp;gt; 68)&amp;quot;
&lt;/div&gt;&lt;br&gt;The error stack trace is that short ? No other lines ?
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Code used to get this exception:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Node fieldTemplatesNode = node.addNode(FIELD_TEMPLATES_NODE);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; JcrBeanCoder.encode(fieldTemplatesNode, &amp;quot;test&amp;quot; , &amp;quot;test&amp;quot;);
&lt;br&gt;&amp;gt; and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Node fieldTemplatesNode = node.addNode(FIELD_TEMPLATES_NODE);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; JcrBeanCoder.encode(fieldTemplatesNode, FIELD_TEMPLATES_NODE ,
&lt;br&gt;&amp;gt; &amp;quot;test&amp;quot;);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas why this isn't working? As well, the example shows:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javax.jcr.Node targetNode = whateverNode;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String beanNodeName = &amp;quot;myBean&amp;quot;;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JcrBeanCoder.encode(targetNode, new NadaObject(&amp;quot;some text&amp;quot;, new
&lt;br&gt;&amp;gt; Color(-69, true)));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;targetNode.save();
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but I don't see beanNodeName used anywhere, so I'm not sure what it
&lt;br&gt;&amp;gt; is, and there isn't an explanation in the source code either...
&lt;/div&gt;&lt;br&gt;BTW, are you using the same JCR as used when developping the
&lt;br&gt;JcrBeanCoder or a newer version ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;I should recheck that code. Not much people is using it at all.
&lt;br&gt;&lt;br&gt;The JCR / Jackrabbit people are using something else (formerly named
&lt;br&gt;&amp;quot;Graffito&amp;quot;) which does object persistence, you should probably go and
&lt;br&gt;check there, they are actively maintaining that
&lt;br&gt;(&lt;a href=&quot;http://jackrabbit.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jackrabbit.apache.org&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436802&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436802&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/openwfe-jcr-1.7.2.jar-error-tp12430919p12436802.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12436772</id>
	<title>Re: jcr jars</title>
	<published>2007-08-31T20:19:20Z</published>
	<updated>2007-08-31T20:19:20Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;On 9/1/07, mwaschkowski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436772&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwaschkowski@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not using maven and can't seem to find the jcr jar in the main
&lt;br&gt;&amp;gt; zip. I want to use your beancoder class to persist beans to the repo.
&lt;br&gt;&amp;gt; Can you help me out please?
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;you can google for that jar, search for &amp;quot;site:ibiblio.org maven2 jcr&amp;quot;
&lt;br&gt;and it will bring you there. It's a very useful trick for finding jar,
&lt;br&gt;even if you're not using maven.
&lt;br&gt;&lt;br&gt;OpenWFE specific jars can be found at : &lt;a href=&quot;http://maven.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436772&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12436772&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/jcr-jars-tp12429028p12436772.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12430919</id>
	<title>openwfe-jcr-1.7.2.jar error</title>
	<published>2007-08-31T11:33:02Z</published>
	<updated>2007-08-31T11:33:02Z</updated>
	<author>
		<name>Mark Waschkowski</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I have tested the openwfe-jcr capabilities and immediately ran into:
&lt;br&gt;&lt;br&gt;&amp;quot;openwfe.org.jcr.JcrException: call to method getNodes() failed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.JcrProxy$SameMethodNameProxy.invoke(JcrProxy.java:
&lt;br&gt;197)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at $Proxy0.getNodes(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;485)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;835)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at openwfe.org.jcr.beancoder.JcrBeanCoder.encode(JcrBeanCoder.java:
&lt;br&gt;816)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.impromptx.server.jcr.dao.DataTemplateDao.saveDataTemplate(DataTemplateDao.java:
&lt;br&gt;68)&amp;quot;
&lt;br&gt;&lt;br&gt;Code used to get this exception:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Node fieldTemplatesNode = node.addNode(FIELD_TEMPLATES_NODE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; JcrBeanCoder.encode(fieldTemplatesNode, &amp;quot;test&amp;quot; , &amp;quot;test&amp;quot;);
&lt;br&gt;and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Node fieldTemplatesNode = node.addNode(FIELD_TEMPLATES_NODE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; JcrBeanCoder.encode(fieldTemplatesNode, FIELD_TEMPLATES_NODE ,
&lt;br&gt;&amp;quot;test&amp;quot;);
&lt;br&gt;&lt;br&gt;Any ideas why this isn't working? As well, the example shows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;javax.jcr.Node targetNode = whateverNode;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String beanNodeName = &amp;quot;myBean&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;JcrBeanCoder.encode(targetNode, new NadaObject(&amp;quot;some text&amp;quot;, new
&lt;br&gt;Color(-69, true)));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;targetNode.save();
&lt;br&gt;&lt;br&gt;but I don't see beanNodeName used anywhere, so I'm not sure what it
&lt;br&gt;is, and there isn't an explanation in the source code either...
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430919&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430919&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/openwfe-jcr-1.7.2.jar-error-tp12430919p12430919.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12430564</id>
	<title>Re: jcr jars</title>
	<published>2007-08-31T11:12:53Z</published>
	<updated>2007-08-31T11:12:53Z</updated>
	<author>
		<name>Mark Waschkowski</name>
	</author>
	<content type="html">&lt;br&gt;Oh ya, you need openwfe-applic-1.7.2.jar too...
&lt;br&gt;&lt;br&gt;On Aug 31, 12:42 pm, mwaschkowski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430564&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwaschkow...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; No probs, I tracked it down to here:&lt;a href=&quot;http://ftp.cica.es/mirrors/maven2/org/openwfe/openwfe-jcr/1.7.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.cica.es/mirrors/maven2/org/openwfe/openwfe-jcr/1.7.2/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I didn't see it on sourceforge...I could be temporarily blind ;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If not, would be nice to see it on sourceforge too.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Aug 31, 11:47 am, mwaschkowski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430564&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwaschkow...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I'm not using maven and can't seem to find the jcr jar in the main
&lt;br&gt;&amp;gt; &amp;gt; zip. I want to use your beancoder class to persist beans to the repo.
&lt;br&gt;&amp;gt; &amp;gt; Can you help me out please?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Mark
&lt;/div&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430564&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430564&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/jcr-jars-tp12429028p12430564.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12430041</id>
	<title>Re: jcr jars</title>
	<published>2007-08-31T10:42:19Z</published>
	<updated>2007-08-31T10:42:19Z</updated>
	<author>
		<name>Mark Waschkowski</name>
	</author>
	<content type="html">&lt;br&gt;No probs, I tracked it down to here:
&lt;br&gt;&lt;a href=&quot;http://ftp.cica.es/mirrors/maven2/org/openwfe/openwfe-jcr/1.7.2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.cica.es/mirrors/maven2/org/openwfe/openwfe-jcr/1.7.2/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I didn't see it on sourceforge...I could be temporarily blind ;)
&lt;br&gt;&lt;br&gt;If not, would be nice to see it on sourceforge too.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;On Aug 31, 11:47 am, mwaschkowski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mwaschkow...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm not using maven and can't seem to find the jcr jar in the main
&lt;br&gt;&amp;gt; zip. I want to use your beancoder class to persist beans to the repo.
&lt;br&gt;&amp;gt; Can you help me out please?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430041&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12430041&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/jcr-jars-tp12429028p12430041.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12429028</id>
	<title>jcr jars</title>
	<published>2007-08-31T09:47:16Z</published>
	<updated>2007-08-31T09:47:16Z</updated>
	<author>
		<name>Mark Waschkowski</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I'm not using maven and can't seem to find the jcr jar in the main
&lt;br&gt;zip. I want to use your beancoder class to persist beans to the repo.
&lt;br&gt;Can you help me out please?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12429028&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=12429028&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/jcr-jars-tp12429028p12429028.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11215328</id>
	<title>Re: Workflow Solutions for Clinical work?</title>
	<published>2007-06-20T09:02:13Z</published>
	<updated>2007-06-20T09:02:13Z</updated>
	<author>
		<name>Alok-8</name>
	</author>
	<content type="html">&lt;br&gt;Thanks - is there a way to compare different open source workflow
&lt;br&gt;tools based on scalability, ease of use, security, and performance?
&lt;br&gt;&lt;br&gt;It's hard to find any comparison matrix or information on the
&lt;br&gt;features.
&lt;br&gt;&lt;br&gt;- Alok
&lt;br&gt;&lt;br&gt;On Jun 18, 6:47 pm, &amp;quot;John Mettraux&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11215328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmettr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 6/19/07, Alok &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11215328&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alokdo...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I work for the NIH - we are looking into workflow software to use to
&lt;br&gt;&amp;gt; &amp;gt; model business processes involved in Clinical Trials Management - can
&lt;br&gt;&amp;gt; &amp;gt; anyone tell me if Bonita has been used for that purpose?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Alok,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know anything about Bonita.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I would recommend OpenWFEru (&lt;a href=&quot;http://openwferu.rubyforg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwferu.rubyforg.org&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; John Mettraux &amp;nbsp; -///- &amp;nbsp;&lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11215328&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11215328&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Workflow-Solutions-for-Clinical-work--tp11180203p11215328.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11204884</id>
	<title>Re: Matelot status...</title>
	<published>2007-06-19T17:37:38Z</published>
	<updated>2007-06-19T17:37:38Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;Hi Pat, Hi List,
&lt;br&gt;&lt;br&gt;On 6/19/07, Pat Cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11204884&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Matelot, the Flow Navigator is on its way... I need a little more time to
&lt;br&gt;&amp;gt; put it under svn but very soon...
&lt;br&gt;&amp;gt; I can now load into the visualizer the 6 XPDL 2.0 example files from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wfmc.ipbhost.com/index.php?showtopic=52&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wfmc.ipbhost.com/index.php?showtopic=52&lt;/a&gt;&lt;br&gt;&amp;gt; (subprocesses need a little more work but close enough)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I started the designer (dragn'drop onto the Canvas)...
&lt;br&gt;&lt;br&gt;Good to read, well done !
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I will then need to be able to save back to the server in XPDL and have an
&lt;br&gt;&amp;gt; export capability to OpenWFERu. &amp;nbsp;This part is the easiest of all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then we need to work out the client API (unless it is already done) to the
&lt;br&gt;&amp;gt; WorkFlow Engine. &amp;nbsp;We might want to consider if some standards exist and are
&lt;br&gt;&amp;gt; worth following to enable interoperability and leverage some synergies.
&lt;br&gt;&lt;br&gt;There is the old REST interface to OpenWFE :
&lt;br&gt;&lt;a href=&quot;http://openwferu.rubyforge.org/old_rest.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwferu.rubyforge.org/old_rest.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'd like to continue this REST effort : implementing the old REST
&lt;br&gt;interface to the engine and then devising a new REST (maybe Rails
&lt;br&gt;makes it really really easy).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Any help would be welcome.
&lt;br&gt;&amp;gt; I would love to get some examples of all the OpenWFEru patterns.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://openwferu.rubyforge.org/patterns.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwferu.rubyforge.org/patterns.html&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openwferu.rubyforge.org/expressions.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwferu.rubyforge.org/expressions.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Maybe others would like to express their needs, motivations, whatever...
&lt;br&gt;&lt;br&gt;My personal initial ideal would be to have a web 'component' that
&lt;br&gt;displays a process definition (and the position of a set of workitems
&lt;br&gt;within it, geolocalization for work...)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11204884&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11204884&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Matelot-status...-tp11193568p11204884.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11193568</id>
	<title>Matelot status...</title>
	<published>2007-06-19T06:20:05Z</published>
	<updated>2007-06-19T06:20:05Z</updated>
	<author>
		<name>Pat Cappelaere-2</name>
	</author>
	<content type="html">&lt;br&gt;John,
&lt;br&gt;&lt;br&gt;Matelot, the Flow Navigator is on its way... I need a little more time to
&lt;br&gt;put it under svn but very soon...
&lt;br&gt;I can now load into the visualizer the 6 XPDL 2.0 example files from
&lt;br&gt;&lt;a href=&quot;http://wfmc.ipbhost.com/index.php?showtopic=52&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wfmc.ipbhost.com/index.php?showtopic=52&lt;/a&gt;&lt;br&gt;(subprocesses need a little more work but close enough)
&lt;br&gt;&lt;br&gt;I started the designer (dragn'drop onto the Canvas)...
&lt;br&gt;&lt;br&gt;I will then need to be able to save back to the server in XPDL and have an
&lt;br&gt;export capability to OpenWFERu. &amp;nbsp;This part is the easiest of all.
&lt;br&gt;&lt;br&gt;Then we need to work out the client API (unless it is already done) to the
&lt;br&gt;WorkFlow Engine. &amp;nbsp;We might want to consider if some standards exist and are
&lt;br&gt;worth following to enable interoperability and leverage some synergies.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The WfMC has a specification document
&lt;br&gt;&lt;a href=&quot;http://www.wfmc.org/standards/docs/if2v20.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.wfmc.org/standards/docs/if2v20.pdf&lt;/a&gt;&lt;br&gt;We could contact them...
&lt;br&gt;&lt;br&gt;Oracle: 
&lt;br&gt;&lt;a href=&quot;http://download-east.oracle.com/docs/cd/B14117_01/workflow.101/b10286/toc.ht&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download-east.oracle.com/docs/cd/B14117_01/workflow.101/b10286/toc.ht&lt;/a&gt;&lt;br&gt;m 
&lt;br&gt;&lt;br&gt;IX workflow API: 
&lt;br&gt;&lt;a href=&quot;http://www.imixs.org/websites/imixs-org.nsf/chapter/0010.?OpenDocument&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.imixs.org/websites/imixs-org.nsf/chapter/0010.?OpenDocument&lt;/a&gt;&lt;br&gt;&lt;br&gt;JBOSS looks to BPELy for my taste
&lt;br&gt;&lt;br&gt;Any help would be welcome.
&lt;br&gt;I would love to get some examples of all the OpenWFERu patterns.
&lt;br&gt;I would love to get more XPDL test files
&lt;br&gt;Any Flex enthusiasts out there? Or flash graphics designers?
&lt;br&gt;&lt;br&gt;We also need some sponsors!!!!!! &amp;nbsp;Developing Open Source is hard!
&lt;br&gt;&lt;br&gt;BTW, I hope to hear from the Open Geospatial Consortium at end of the
&lt;br&gt;month...
&lt;br&gt;&lt;br&gt;V/R,
&lt;br&gt;Pat.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: John Mettraux &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmettraux@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Date: Tue, 19 Jun 2007 15:12:16 +0900
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matt@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: Nicolas Modrzyk &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hellonico@...&lt;/a&gt;&amp;gt;, &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: fluxr
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Matt,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; would you need help for Fluxr ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It would be a real plus for OpenWFEru to have a web based interface. I
&lt;br&gt;&amp;gt; only noticed now that you registered Fluxr.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'd be glad to help (and be able thus to focus on just the workflow
&lt;br&gt;&amp;gt; engine and some worklist stuff). I started some ActiveRecord oriented
&lt;br&gt;&amp;gt; stuff for OpenWFEru at
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/densha/?root=ope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/densha/?root=ope&lt;/a&gt;&lt;br&gt;&amp;gt; nwferu
&lt;br&gt;&amp;gt; It's meant to be just a gem (openwferu-densha), not a full blown rails
&lt;br&gt;&amp;gt; application.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pat Cappelaere has also started &amp;quot;matelot&amp;quot;
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://rubyforge.org/projects/matelot&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rubyforge.org/projects/matelot&lt;/a&gt;), he intends to make it a Rails
&lt;br&gt;&amp;gt; + Flex BPMN editor with OpenWFEru as an execution target in mind.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Many possibilities.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best regards and thanks for the kudo on Ohloh,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11193568&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Matelot-status...-tp11193568p11193568.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11185557</id>
	<title>Re: Workflow Solutions for Clinical work?</title>
	<published>2007-06-18T16:47:23Z</published>
	<updated>2007-06-18T16:47:23Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;On 6/19/07, Alok &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11185557&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;alokdoshi@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I work for the NIH - we are looking into workflow software to use to
&lt;br&gt;&amp;gt; model business processes involved in Clinical Trials Management - can
&lt;br&gt;&amp;gt; anyone tell me if Bonita has been used for that purpose?
&lt;br&gt;&lt;br&gt;Hi Alok,
&lt;br&gt;&lt;br&gt;I don't know anything about Bonita.
&lt;br&gt;&lt;br&gt;I would recommend OpenWFEru (&lt;a href=&quot;http://openwferu.rubyforg.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openwferu.rubyforg.org&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11185557&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11185557&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Workflow-Solutions-for-Clinical-work--tp11180203p11185557.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11180203</id>
	<title>Workflow Solutions for Clinical work?</title>
	<published>2007-06-18T11:19:29Z</published>
	<updated>2007-06-18T11:19:29Z</updated>
	<author>
		<name>Alok-8</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;I work for the NIH - we are looking into workflow software to use to
&lt;br&gt;model business processes involved in Clinical Trials Management - can
&lt;br&gt;anyone tell me if Bonita has been used for that purpose?
&lt;br&gt;&lt;br&gt;- Alok
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11180203&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11180203&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Workflow-Solutions-for-Clinical-work--tp11180203p11180203.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11133719</id>
	<title>Re: JavaDoc link broken?</title>
	<published>2007-06-15T00:10:01Z</published>
	<updated>2007-06-15T00:10:01Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;Hi Sakaguchi-san,
&lt;br&gt;&lt;br&gt;On Fri, 15 Jun 2007 14:24:14 +900 JST, saka
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11133719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sakag_blue@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HI John.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nowadays, I want to see OpenWFE's Javadoc:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.openwfe.org/javadoc/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openwfe.org/javadoc/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But 404 Not Found.
&lt;br&gt;&lt;br&gt;The new link is at : &lt;a href=&quot;http://www.openwfe.org/apidocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openwfe.org/apidocs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sorry for the confusion.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks so much for the Japanese website for OpenWFEru :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;So bad there were no tickets left for the RubyKaigi, you would have loved it.
&lt;br&gt;&lt;br&gt;How are you doing ?
&lt;br&gt;&lt;br&gt;John
&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11133719&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11133719&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recommendations-for-a-Python-Port--tp9827480p11133719.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11134084</id>
	<title>Re: JavaDoc link broken?</title>
	<published>2007-06-15T00:07:36Z</published>
	<updated>2007-06-15T00:07:36Z</updated>
	<author>
		<name>saka</name>
	</author>
	<content type="html">&lt;br&gt;Hi John,
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;The new link is at : &lt;a href=&quot;http://www.openwfe.org/apidocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openwfe.org/apidocs/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Sorry for the confusion.
&lt;br&gt;&lt;br&gt;Oh, I find it! Thank you, John.
&lt;br&gt;&lt;br&gt;&amp;gt;So bad there were no tickets left for the RubyKaigi, you would have loved it.
&lt;br&gt;&lt;br&gt;I Really think so when I read RubyKaigi's log (Especially your great speech's log).
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;How are you doing ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Fine, and I think you so.
&lt;br&gt;It will be very very hot summuer in this year in Japan.
&lt;br&gt;&lt;br&gt;Please take care.
&lt;br&gt;&lt;br&gt;Regars,
&lt;br&gt;&lt;br&gt;saka
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11134084&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11134084&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recommendations-for-a-Python-Port--tp9827480p11134084.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11133673</id>
	<title>JavaDoc link broken?</title>
	<published>2007-06-14T23:24:14Z</published>
	<updated>2007-06-14T23:24:14Z</updated>
	<author>
		<name>saka</name>
	</author>
	<content type="html">&lt;br&gt;HI John.
&lt;br&gt;&lt;br&gt;Nowadays, I want to see OpenWFE's Javadoc:
&lt;br&gt;&lt;a href=&quot;http://www.openwfe.org/javadoc/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openwfe.org/javadoc/&lt;/a&gt;&lt;br&gt;&lt;br&gt;But 404 Not Found.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;and, I cat't find recent-version's OpenWFEja source-tar-ball on sourceforge.net.
&lt;br&gt;Where is Recent OpenWFEja's JavaDoc?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Saka
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11133673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11133673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recommendations-for-a-Python-Port--tp9827480p11133673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9827969</id>
	<title>Re: Recommendations for a Python Port?</title>
	<published>2007-04-03T16:57:41Z</published>
	<updated>2007-04-03T16:57:41Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/4/4, Scott Stults &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9827969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sstults@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm about to start a Python port of the OpenWFE engine and would
&lt;br&gt;&amp;gt; greatly appreciate any recommendations OpenWFE developers could
&lt;br&gt;&amp;gt; offer. &amp;nbsp;My initial strategy is going to be to work from the Ruby port,
&lt;br&gt;&amp;gt; but I'm definitely open to working from the original project if that
&lt;br&gt;&amp;gt; seems like the best approach. &amp;nbsp;Some of the questions I have are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Is OpenWFEru an appropriate starting point given that Python is
&lt;br&gt;&amp;gt; closer akin to Ruby than Java?
&lt;br&gt;&amp;gt; - Should I consider doing a C++ port instead and use SWIG for the
&lt;br&gt;&amp;gt; higher-level bindings?
&lt;br&gt;&amp;gt; - How solid are the integration points within OpenWFE -- meaning, how
&lt;br&gt;&amp;gt; often is external compatibility intentionally broken to offer new
&lt;br&gt;&amp;gt; functionality?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, if anyone else is interested in contributing please let me know
&lt;br&gt;&amp;gt; and I'll expose the project infrastructure.
&lt;/div&gt;&lt;br&gt;Hi Scott,
&lt;br&gt;&lt;br&gt;as you have posted on the OpenWFEru-dev mailing list, I'll be replying there.
&lt;br&gt;&lt;br&gt;Very interesting.
&lt;br&gt;&lt;br&gt;&lt;br&gt;( &lt;a href=&quot;http://groups.google.com/group/openwferu-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwferu-dev&lt;/a&gt;&amp;nbsp;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9827969&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9827969&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recommendations-for-a-Python-Port--tp9827480p9827969.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9827480</id>
	<title>Recommendations for a Python Port?</title>
	<published>2007-04-03T16:21:53Z</published>
	<updated>2007-04-03T16:21:53Z</updated>
	<author>
		<name>Scott Stults</name>
	</author>
	<content type="html">&lt;br&gt;I'm about to start a Python port of the OpenWFE engine and would
&lt;br&gt;greatly appreciate any recommendations OpenWFE developers could
&lt;br&gt;offer. &amp;nbsp;My initial strategy is going to be to work from the Ruby port,
&lt;br&gt;but I'm definitely open to working from the original project if that
&lt;br&gt;seems like the best approach. &amp;nbsp;Some of the questions I have are:
&lt;br&gt;&lt;br&gt;- Is OpenWFEru an appropriate starting point given that Python is
&lt;br&gt;closer akin to Ruby than Java?
&lt;br&gt;- Should I consider doing a C++ port instead and use SWIG for the
&lt;br&gt;higher-level bindings?
&lt;br&gt;- How solid are the integration points within OpenWFE -- meaning, how
&lt;br&gt;often is external compatibility intentionally broken to offer new
&lt;br&gt;functionality?
&lt;br&gt;&lt;br&gt;Also, if anyone else is interested in contributing please let me know
&lt;br&gt;and I'll expose the project infrastructure.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-Cheers
&lt;br&gt;Scott Stults
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9827480&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9827480&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Recommendations-for-a-Python-Port--tp9827480p9827480.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9525089</id>
	<title>Re: &lt;description&gt; unknown expression</title>
	<published>2007-03-16T18:51:39Z</published>
	<updated>2007-03-16T18:51:39Z</updated>
	<author>
		<name>Pat Cappelaere-2</name>
	</author>
	<content type="html">&lt;br&gt;oops...
&lt;br&gt;&lt;br&gt;On Mar 16, 8:40 pm, &amp;quot;John Mettraux&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9525089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmettr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2007/3/17, cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9525089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappela...@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If I use &amp;lt;description&amp;gt; tag in a process-definition, I get that error
&lt;br&gt;&amp;gt; &amp;gt; from fe_raw.rb:76
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Do I need something like:
&lt;br&gt;&amp;gt; &amp;gt; @map[&amp;quot;description&amp;quot;] = IgnoreExpression (or equivalent)
&lt;br&gt;&amp;gt; &amp;gt; in expressionmap.rb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; unless you have a better idea.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi Pat,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sorry to play the cop, but could you please post that to the OpenWFEru
&lt;br&gt;&amp;gt; dev list ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://groups.google.com/group/openwferu-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwferu-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (I will fix this problem)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your understanding,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; John Mettraux &amp;nbsp; -///- &amp;nbsp;&lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9525089&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9525089&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%3Cdescription%3E-unknown-expression-tp9524943p9525089.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9524992</id>
	<title>Re: &lt;description&gt; unknown expression</title>
	<published>2007-03-16T18:40:45Z</published>
	<updated>2007-03-16T18:40:45Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/3/17, cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9524992&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I use &amp;lt;description&amp;gt; tag in a process-definition, I get that error
&lt;br&gt;&amp;gt; from fe_raw.rb:76
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do I need something like:
&lt;br&gt;&amp;gt; @map[&amp;quot;description&amp;quot;] = IgnoreExpression (or equivalent)
&lt;br&gt;&amp;gt; in expressionmap.rb
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; unless you have a better idea.
&lt;/div&gt;&lt;br&gt;Hi Pat,
&lt;br&gt;&lt;br&gt;sorry to play the cop, but could you please post that to the OpenWFEru
&lt;br&gt;dev list ?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/openwferu-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwferu-dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;(I will fix this problem)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your understanding,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9524992&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9524992&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%3Cdescription%3E-unknown-expression-tp9524943p9524992.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9524943</id>
	<title>&lt;description&gt; unknown expression</title>
	<published>2007-03-16T18:34:40Z</published>
	<updated>2007-03-16T18:34:40Z</updated>
	<author>
		<name>Pat Cappelaere-2</name>
	</author>
	<content type="html">&lt;br&gt;John,
&lt;br&gt;&lt;br&gt;If I use &amp;lt;description&amp;gt; tag in a process-definition, I get that error
&lt;br&gt;from fe_raw.rb:76
&lt;br&gt;&lt;br&gt;Do I need something like:
&lt;br&gt;@map[&amp;quot;description&amp;quot;] = IgnoreExpression (or equivalent)
&lt;br&gt;in expressionmap.rb
&lt;br&gt;&lt;br&gt;unless you have a better idea.
&lt;br&gt;&lt;br&gt;Pat.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9524943&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9524943&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%3Cdescription%3E-unknown-expression-tp9524943p9524943.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9394417</id>
	<title>Re: JDK 1.6</title>
	<published>2007-03-09T05:35:46Z</published>
	<updated>2007-03-09T05:35:46Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/3/9, fmireaux &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9394417&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mireaux@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI, compilation whith JDK 1.6 &amp;nbsp;of last sources extracted this morning
&lt;br&gt;&amp;gt; on SourceForge (1.7.3pre0 ?) fails for AdHocDataSource.java. With JDK
&lt;br&gt;&amp;gt; 1.6 a javax.sql.DataSource needs to implement two new methods (from
&lt;br&gt;&amp;gt; interface java.sql.Wrapper) : isWrapperFor and unwrap.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As we don't use AdHocDataSource, I poorly implements those methods in
&lt;br&gt;&amp;gt; init method :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; =====================================
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; datasource = new DataSource()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // only implements getConnection()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; // BEGIN CHANGE
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public boolean isWrapperFor (Class ca)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Object unwrap (Class ca) throws SQLException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw new SQLException();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; // END CHANGE
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; ================================================
&lt;/div&gt;&lt;br&gt;Hi Francois,
&lt;br&gt;&lt;br&gt;I guess I'll simply add those methods to OpenWFE as it should have no
&lt;br&gt;impact on JDK 1.4 and 1.5 builds.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1677216&amp;group_id=54621&amp;atid=474246&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1677216&amp;group_id=54621&amp;atid=474246&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9394417&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9394417&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JDK-1.6-tp9394182p9394417.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9394182</id>
	<title>JDK 1.6</title>
	<published>2007-03-09T05:18:45Z</published>
	<updated>2007-03-09T05:18:45Z</updated>
	<author>
		<name>fmireaux</name>
	</author>
	<content type="html">&lt;br&gt;Hello,
&lt;br&gt;&lt;br&gt;FYI, compilation whith JDK 1.6 &amp;nbsp;of last sources extracted this morning
&lt;br&gt;on SourceForge (1.7.3pre0 ?) fails for AdHocDataSource.java. With JDK
&lt;br&gt;1.6 a javax.sql.DataSource needs to implement two new methods (from
&lt;br&gt;interface java.sql.Wrapper) : isWrapperFor and unwrap.
&lt;br&gt;&lt;br&gt;As we don't use AdHocDataSource, I poorly implements those methods in
&lt;br&gt;init method :
&lt;br&gt;&lt;br&gt;=====================================
&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; datasource = new DataSource()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // only implements getConnection()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;// BEGIN CHANGE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public boolean isWrapperFor (Class ca)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Object unwrap (Class ca) throws SQLException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throw new SQLException();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;// END CHANGE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };
&lt;br&gt;...
&lt;br&gt;================================================
&lt;br&gt;&lt;br&gt;François Mireaux
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9394182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9394182&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JDK-1.6-tp9394182p9394182.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9390968</id>
	<title>Re: SimpleDateformat is not thread safe</title>
	<published>2007-03-09T01:17:32Z</published>
	<updated>2007-03-09T01:17:32Z</updated>
	<author>
		<name>fmireaux</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Sorry,
&lt;br&gt;&lt;br&gt;I don't how I have skipped some changes in Time.java with my Tortoise
&lt;br&gt;Merge utility.
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390968&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390968&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SimpleDateformat-is-not-thread-safe-tp9379538p9390968.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9390279</id>
	<title>Re: SimpleDateformat is not thread safe</title>
	<published>2007-03-09T00:28:23Z</published>
	<updated>2007-03-09T00:28:23Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/3/9, fmireaux &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390279&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mireaux@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I look for the new version of Time.java on SourceForge and see that
&lt;br&gt;&amp;gt; one method is left unsynchronized :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public static String toRfcDate (final java.util.Date d)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any reason ?
&lt;/div&gt;&lt;br&gt;If you take a look at the call chain, you'll notice that the final
&lt;br&gt;call, the one that wraps the access to the thread-unsafe resource is
&lt;br&gt;done within a synchronization.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390279&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390279&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SimpleDateformat-is-not-thread-safe-tp9379538p9390279.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9390213</id>
	<title>Re: SimpleDateformat is not thread safe</title>
	<published>2007-03-09T00:23:20Z</published>
	<updated>2007-03-09T00:23:20Z</updated>
	<author>
		<name>fmireaux</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;I look for the new version of Time.java on SourceForge and see that
&lt;br&gt;one method is left unsynchronized :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public static String toRfcDate (final java.util.Date d)
&lt;br&gt;&lt;br&gt;Is there any reason ?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;François Mireaux
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390213&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9390213&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SimpleDateformat-is-not-thread-safe-tp9379538p9390213.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9385103</id>
	<title>Re: SimpleDateformat is not thread safe</title>
	<published>2007-03-08T14:51:30Z</published>
	<updated>2007-03-08T14:51:30Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/3/9, fmireaux &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9385103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mireaux@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The class openwfe.org.time.Time.java defines static method using
&lt;br&gt;&amp;gt; static SimpleDateFormat instances but SimpleDateFormat is not thread
&lt;br&gt;&amp;gt; safe and if, for example, 2 threads want to retreive headers at same
&lt;br&gt;&amp;gt; moment, some random errors could appear if Time.fromISODate is used by
&lt;br&gt;&amp;gt; the 2 threads (to sort headers).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We use a trivial solution &amp;nbsp;replacing SimpleDateFormat instances by
&lt;br&gt;&amp;gt; String instances of format :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public final static String F_ISO_DATE = &amp;quot;yyyy-MM-dd HH:mm:ssZ&amp;quot;;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and creating an instance of SimpleDateFormat each time we need it :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public static String toIsoDate (final long time)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; final java.util.Date d = new java.util.Date(time);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return (new SimpleDateFormat(F_ISO_DATE)).format(d);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But may be a better solution is to use : &amp;nbsp;synchronised(SDF_ISO_DATE)
&lt;br&gt;&amp;gt; {...}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What do you think about that ?
&lt;/div&gt;&lt;br&gt;Hi F,
&lt;br&gt;&lt;br&gt;thanks for the feedback, the latest version of OpenWFE includes a fix
&lt;br&gt;for that problem. As Sourceforge.net is down now, I can't tell you
&lt;br&gt;which svn revision holds the fix (1.7.3pre0 IIRC). Anyway, the latest
&lt;br&gt;Maven snapshots (&lt;a href=&quot;http://maven.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.openwfe.org&lt;/a&gt;) do include the fix.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks a lot and best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9385103&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9385103&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SimpleDateformat-is-not-thread-safe-tp9379538p9385103.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9379538</id>
	<title>SimpleDateformat is not thread safe</title>
	<published>2007-03-08T09:55:41Z</published>
	<updated>2007-03-08T09:55:41Z</updated>
	<author>
		<name>fmireaux</name>
	</author>
	<content type="html">&lt;br&gt;hello,
&lt;br&gt;&lt;br&gt;The class openwfe.org.time.Time.java defines static method using
&lt;br&gt;static SimpleDateFormat instances but SimpleDateFormat is not thread
&lt;br&gt;safe and if, for example, 2 threads want to retreive headers at same
&lt;br&gt;moment, some random errors could appear if Time.fromISODate is used by
&lt;br&gt;the 2 threads (to sort headers).
&lt;br&gt;&lt;br&gt;We use a trivial solution &amp;nbsp;replacing SimpleDateFormat instances by
&lt;br&gt;String instances of format :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public final static String F_ISO_DATE = &amp;quot;yyyy-MM-dd HH:mm:ssZ&amp;quot;;
&lt;br&gt;&lt;br&gt;and creating an instance of SimpleDateFormat each time we need it :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public static String toIsoDate (final long time)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; final java.util.Date d = new java.util.Date(time);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return (new SimpleDateFormat(F_ISO_DATE)).format(d);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;But may be a better solution is to use : &amp;nbsp;synchronised(SDF_ISO_DATE)
&lt;br&gt;{...}
&lt;br&gt;&lt;br&gt;&lt;br&gt;What do you think about that ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9379538&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9379538&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SimpleDateformat-is-not-thread-safe-tp9379538p9379538.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9092001</id>
	<title>Re: xpdl2owfe</title>
	<published>2007-02-21T16:12:23Z</published>
	<updated>2007-02-21T16:12:23Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;Hi Pat,
&lt;br&gt;&lt;br&gt;thanks for the feedback,
&lt;br&gt;&lt;br&gt;2007/2/22, Pat Cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9092001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; John,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My understanding is that BPMN is a GUI guideline to draw workflows.
&lt;br&gt;&amp;gt; You still need to save it in some form.
&lt;br&gt;&amp;gt; XPDL 2.0 seems to be an upcoming standard to do that.
&lt;br&gt;&amp;gt; We should be able to do it one way XPDL 2.0 to OpenWFE.
&lt;br&gt;&amp;gt; The reverse might be hard since a lot of graphical information is not
&lt;br&gt;&amp;gt; captured in the OpenWFE language (like X,Y...).
&lt;br&gt;&lt;br&gt;OpenWFE-droflo, while ugly manages to suggest a graphical display from
&lt;br&gt;OpenWFE process definitions, without things like coordinates.
&lt;br&gt;&lt;br&gt;&amp;gt; The best way would be to execute directly from XPDL with no translation
&lt;br&gt;&amp;gt; involved.
&lt;br&gt;&amp;gt; I am certainly open to anything better :)
&lt;br&gt;&lt;br&gt;It's true that XPDL 2.0 seems interesting. I wonder what's the status
&lt;br&gt;of Romina's team work. The result might not be open sourced though.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9092001&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9092001&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--xpdl2owfe-tp8088159p9092001.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9091885</id>
	<title>Re: xpdl2owfe</title>
	<published>2007-02-21T15:52:30Z</published>
	<updated>2007-02-21T15:52:30Z</updated>
	<author>
		<name>Pat Cappelaere-2</name>
	</author>
	<content type="html">John,&lt;br&gt;&lt;br&gt;My understanding is that BPMN is a GUI guideline to draw workflows.&lt;br&gt;You still need to save it in some form.&lt;br&gt;XPDL 2.0 seems to be an upcoming standard to do that.&lt;br&gt;We should be able to do it one way XPDL 
2.0 to OpenWFE.&lt;br&gt;The reverse might be hard since a lot of graphical information is not captured in the OpenWFE language (like X,Y...).&lt;br&gt;The best way would be to execute directly from XPDL with no translation involved.
&lt;br&gt;I am certainly open to anything better :)&lt;br&gt;Pat&lt;br&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 2/19/07, &lt;b class=&quot;gmail_sendername&quot;&gt;John Mettraux&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9091885&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmettraux@...&lt;/a&gt;&amp;gt; wrote:
&lt;/span&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;2007/2/20, cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9091885&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt;:&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; I woudl love to see that happening.&amp;nbsp;&amp;nbsp;Might be able to help if&lt;br&gt;&amp;gt; necessary.&lt;br&gt;&amp;gt; Ideally you would want to use BPMN for modeling and save to XPDL 2.0.&lt;br&gt;&amp;gt; If OpenWFEru can ingest it, then we are done! :)
&lt;br&gt;&amp;gt; I am still investiguating the best applications to do this...&lt;br&gt;&amp;gt; Thought I had seen that capability being developed for OpenWFE...&lt;br&gt;&amp;gt; Is it for real?&lt;br&gt;&amp;gt; Has some progrees been made?&lt;br&gt;&amp;gt; This will be for a Rails app :)
&lt;/div&gt;&lt;br&gt;Hi Pat,&lt;br&gt;&lt;br&gt;then what about a BPMN to OpenWFEru two-way converter ?&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;&lt;br&gt;--&lt;br&gt;John Mettraux&amp;nbsp;&amp;nbsp; -///-&amp;nbsp;&amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&lt;br&gt;
--~--~---------~--~----~------------~-------~--~----~&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group. &lt;br&gt; To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9091885&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt; &lt;br&gt; To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9091885&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt; &lt;br&gt; For more options, visit this group at http://groups.google.com/group/openwfe-dev?hl=en &lt;br&gt; -~----------~----~----~----~------~----~------~--~---&lt;br&gt;
&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--xpdl2owfe-tp8088159p9091885.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9051848</id>
	<title>Re: xpdl2owfe</title>
	<published>2007-02-19T15:34:17Z</published>
	<updated>2007-02-19T15:34:17Z</updated>
	<author>
		<name>jmettraux</name>
	</author>
	<content type="html">&lt;br&gt;2007/2/20, cappelaere &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051848&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cappelaere@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I woudl love to see that happening. &amp;nbsp;Might be able to help if
&lt;br&gt;&amp;gt; necessary.
&lt;br&gt;&amp;gt; Ideally you would want to use BPMN for modeling and save to XPDL 2.0.
&lt;br&gt;&amp;gt; If OpenWFEru can ingest it, then we are done! :)
&lt;br&gt;&amp;gt; I am still investiguating the best applications to do this...
&lt;br&gt;&amp;gt; Thought I had seen that capability being developed for OpenWFE...
&lt;br&gt;&amp;gt; Is it for real?
&lt;br&gt;&amp;gt; Has some progrees been made?
&lt;br&gt;&amp;gt; This will be for a Rails app :)
&lt;/div&gt;&lt;br&gt;Hi Pat,
&lt;br&gt;&lt;br&gt;then what about a BPMN to OpenWFEru two-way converter ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051848&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051848&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--xpdl2owfe-tp8088159p9051848.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9051760</id>
	<title>Re: xpdl2owfe</title>
	<published>2007-02-19T15:26:40Z</published>
	<updated>2007-02-19T15:26:40Z</updated>
	<author>
		<name>Pat Cappelaere-2</name>
	</author>
	<content type="html">&lt;br&gt;I woudl love to see that happening. &amp;nbsp;Might be able to help if
&lt;br&gt;necessary.
&lt;br&gt;Ideally you would want to use BPMN for modeling and save to XPDL 2.0.
&lt;br&gt;If OpenWFEru can ingest it, then we are done! :)
&lt;br&gt;I am still investiguating the best applications to do this...
&lt;br&gt;Thought I had seen that capability being developed for OpenWFE...
&lt;br&gt;Is it for real?
&lt;br&gt;Has some progrees been made?
&lt;br&gt;This will be for a Rails app :)
&lt;br&gt;Pat.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Jan 1, 10:47 pm, &amp;quot;John Mettraux&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmettr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 1/2/07, romina &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051760&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;romina.tor...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi John,
&lt;br&gt;&amp;gt; &amp;gt; happy new year!!!!
&lt;br&gt;&amp;gt; &amp;gt; well actually I'm interested in xpdl 2.0 that unified both, the dead
&lt;br&gt;&amp;gt; &amp;gt; standard xpdl :) and the brand new graphical notation BPMN &amp;nbsp;... they follow
&lt;br&gt;&amp;gt; &amp;gt; an xml schema (
&lt;br&gt;&amp;gt; &amp;gt;&lt;a href=&quot;http://www.wfmc.org/standards/docs/TC-1025_bpmnxpdl_24.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.wfmc.org/standards/docs/TC-1025_bpmnxpdl_24.xsd&lt;/a&gt;)
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;so we had the start and the end point. Now we need to design the clever
&lt;br&gt;&amp;gt; &amp;gt; transformation, we will start to work soon on that (this month) thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; looks interesting indeed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; John Mettraux &amp;nbsp; -///- &amp;nbsp;&lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051760&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9051760&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--xpdl2owfe-tp8088159p9051760.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8800114</id>
	<title>[owfe-dev] OpenWFEru 0.9.3 released</title>
	<published>2007-02-04T18:19:34Z</published>
	<updated>2007-02-04T18:19:34Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;read more at
&lt;br&gt;&lt;a href=&quot;http://jmettraux.wordpress.com/2007/02/05/openwferu-093-released/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.wordpress.com/2007/02/05/openwferu-093-released/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8800114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8800114&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--OpenWFEru-0.9.3-released-tp8800114p8800114.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-8314438</id>
	<title>[owfe-dev] Re: __forgotten__ attribute</title>
	<published>2007-01-13T06:08:32Z</published>
	<updated>2007-01-13T06:08:32Z</updated>
	<author>
		<name>John Mettraux</name>
	</author>
	<content type="html">&lt;br&gt;On 1/13/07, Barry Molof &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8314438&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bmolof@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; That's perfect. &amp;nbsp;Thank you.
&lt;br&gt;&lt;br&gt;Just checked in.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Mettraux &amp;nbsp; -///- &amp;nbsp; &lt;a href=&quot;http://jmettraux.openwfe.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jmettraux.openwfe.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;--~--~---------~--~----~------------~-------~--~----~
&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;OpenWFE dev&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8314438&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=8314438&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openwfe-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/openwfe-dev?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/openwfe-dev?hl=en&lt;/a&gt;&lt;br&gt;-~----------~----~----~----~------~----~------~--~---
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-owfe-dev--__forgotten__-attribute-tp8299767p8314438.html" />
</entry>

</feed>
