On Wed, Jun 4, 2008 at 12:58 AM, Aaron Wieberg <[EMAIL PROTECTED]> wrote:
> John,
>
> Well, I tried you're suggestions and none of the 3 (or any combination of
> them) seems to resolve the Oracle errors. I wish I understood threading
> better so I could figure it out on my own. If I do resolve it I'll let you
> know.
Hello Aaron,
placing the conversation back into the mailing list where it belongs.
one last try : what about replacing the [] method of
lib/openwfe/extras/expool/dbexpstorage.rb (ruote) in with this one :
---8<---
#
# Retrieves a flow expression.
#
def [] (fei)
synchronize do
e = Expression.find_by_fei fei.to_s
return nil unless e
as_owfe_expression e
end
end
--->8---
Please let me know if it works.
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru 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/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---