Right, 2 quick ones:
- Is it possible to use a the library service with the embedded engine
? I've tried this:
SimpleProcessLibrary library = new SimpleProcessLibrary();
Map<String, String> params =
Collections.singletonMap("url", url);
library.init("init-foobar-library", engine.getContext(),
params);
engine.getContext().add(library);
I've also tried to load it when further using the engine (because the
url is not available at that moment) with library.load(); but 1) i'm
not convinced I have to do that "manually", 2) it seems i end up with
several instances of this in my store ?
- Is there an equivalent to the audit trail, is it useable w/ the
embedded engine? Since it's a service, if the above was correct for the
library, i assume I can do something similar ?
Thanks for any info/tip :)
g
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---