Re: Some questions
| Newsgroups | gmane.comp.java.enhydra.shark |
|---|---|
| Message-ID | <OF59D28664.904F681A-ON85257043.0049BFB7-85257043.004AFAE7@intellicare.com> |
Hi David,
Here are answers to some of your questions:
2. http://shark.objectweb.org/doc/1.1/ToolAgents/tool_agents.html
3. I don't think this is possible.. at least as far as i know.
4. The key is to use different Shark.confs with different engine names and
to turn all caches off:
http://mail-archive.objectweb.org/shark/2005-02/msg00071.html
5. http://shark.objectweb.org/doc/1.1/HowTo/how_to.html#d0e11
6. You can update the current version of a process while old processes are
still running against an older version. Code you can use:
PackageAdministration pa =
Shark.getInstance().getAdminInterface().getPackageAdministration();
RepositoryMgr rm = Shark.getInstance().getRepositoryManager();
String pkgId = rm.getPackageId(xpdlName);
try {
pa.updatePackage(pkgId, xpdlName);
}
catch (Throwable e) {
throw new BaseException(e);
}
Regards,
Geeta
delbd <[email protected]>
07/19/2005 04:45 AM
Please respond to
[email protected]
To
[email protected]
cc
Subject
{Spam?} [shark] Some questions
Hello, i'd like to get the following informations.
1) How to have shark use the users/roles i have define in a HP-UX system.
I already have code which is able to retrieve such users/group in a tomcat
realm, i need to know what
i have to implement so shark recognoize those users/group as participants
2) How to add custom tools? (like pdf generation)
3) Once this is done, is it possible to have the current list of
participants/tools preloaded in
jawe when a wf admin wants to create a new package?
4) what is the suggested configuration if i want the shark engine to run
in it's own system process while I have a
separate JSP based application access this engine (through corba if am not
wrong)
5) Is it easy to use something else than Hypersonic SQL as database (are
there some SQL script somewhere to create the database?)
6) Is shark quite resistant to changes in process definition while some
workflow instance are running on old versions of those process?
Thanks
--
David Delbecq
Royal Meteorological Institute of Belgium
-
Is there life after /sbin/halt -p?
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
You receive this message as a subscriber of the [email protected]
mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
CONFIDENTIALITY NOTICE:This email is intended solely for the person or
entity to which it is addressed and may contain confidential and/or
protected health information. Any duplication, dissemination, action
taken in reliance upon, or other use of this information by persons or
entities other than the intended recipient is prohibited and may violate
applicable laws. If this email has been received in error, please notify
the sender and delete the information from your system. The views
expressed in this email are those of the sender and may not necessarily
represent the views of IntelliCare.
message-footer.txt
(text/plain, 271 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws