Re: CVS Update - 060509
[email protected] Wed, 10 May 2006 15:45:02 -0400
| Newsgroups | gmane.comp.java.enhydra.shark |
|---|---|
| Message-ID | <OFD4FB51EF.A2E90FD8-ON8525716A.006C048E-8525716A.006C7E4A@intellicare.com> |
Sasa Bojanic <[email protected]> wrote on 05/09/2006 10:10:20 AM: > Hi all, > > the CVS is updated with following: > > - ActivityFilterBuilder API got missing method addHasAssignmentForUser() > - AssignmentFilterBuilder API got missing methods for querying by > process/activity priority > - fixed bug in DODPersistenceManager -> when restoring activity > variables, isResult value was always false, which could cause improper > process execution in many use cases > - re-written JSPClient put into CVS > > war file for JSPClient is available for download at > http://forge.objectweb.org/project/showfiles.php?group_id=74. > (Read the instructions in README file that can also be downloaded from > the same location). > > The war file brings the newest version of shark binaries (the ones made > out of the current CVS sources). > > > Greetings, > Sasa. Hi Sasa/all: I noticed this in the newest cvs download in HistoryRelatedAssignmentManager.java: protected String getPrevPerformerOfActDefId(WMSessionHandle shandle, String procId, String actDefId) throws Exception { String result = null; if (actDefId != null) { SharkConnection sc = null; try { sc.attachToHandle(shandle); ..etc.. I think maybe you probably want something like: sc = Shark.getInstance().getSharkConnection() before line 326..? Thanks, Geeta
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