Hi,
I hadn't tried with a "file:" url, that does work, but I need another
solution, because later we will need to load the workflow definition
from an xml db, that's why I was testing and loading the definition as
a string from a file, and then doing as the embedded example:

li.getAttributes().puts("__definition__", flowDef);
workSession.launch("mainEngine", li);

but I guess that doesn't work in openwfe stand-alone, because I get an
OpenWfeException.

Is there a way to launch a workflow with the definition being already
in memory? (maybe a String, jdom Document, etc). If there isn't, maybe
you can tell me what I should do to patch the engine and make that
work.

btw, I tried LdapService some days ago and it works perfectly.

thanks again.


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to