2007/5/9, Jennifer Cranfill <[EMAIL PROTECTED]>: > > On May 7, 7:26 pm, "John Mettraux" <[EMAIL PROTECTED]> wrote: > > it seems like your worklist cannot access the participant map. There > > should be an exception stack trace early in your worklist.log. Cannot > > you localize it ? > > Thanks! You are right, I am getting a stack trace for participant map > when I start openwfe with "bin/owfe-suite.sh start =db" > > 2007-05-08 09:21:18,194 [main] INFO > openwfe.org.app.XmlApplicationContextBuilder - Failed to instantiate > service 'participantMap' > java.lang.ClassNotFoundException: > openwfe.org.engine.impl.participants.XmlParticipantMap
Hi Jennifer, this problem is related to this change : http://openwfe.svn.sourceforge.net/viewvc/openwfe/trunk/openwfe/openwfe-release/release/etc/worklist/db-worklist-configuration.xml?r1=3167&r2=3626 The -db configuration files were not updated to follow the latest way for configuring the participant map. The updated files did not make it into 1.7.3pre0. I can't find the thread where I fixed this problem with a user (somewhere in the help forum). So if you update your worklist (maybe engine too) db configuration file to match the one found in the SVN trunk it should be OK. It was OK after for the person who reported the issue first. > > > BTW : do you really need DB persistence ? I doesn't bring any extra feature. > > I would like to have a db backend as we need to track all workflow > instances persistently. Is there another way to do this? By default, OpenWFE persists all the workflow instance / workitem information to disk. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
