Re: [picocontainer] Re: [werkflow-user] blog example not firing publish/reject process

Federico Spinazzi <[email protected]> Wed, 10 Dec 2003 13:46:06 +0100
Newsgroups gmane.comp.java.werkflow
Message-ID <[email protected]>
>
>
>>>I would look at the ActivityManagerTest:
>>>
>>>http://cvs.codehaus.org/viewcvs.cgi/werkflow/werkflow-core/src/java/test/org/codehaus/werkflow/initiator/message/?root=codehaus
>>>
>>>If you're embedding werkflow in an application this is most likely the
>>>idiom of usage that will be most helpful. This test also works so is a
>>>good starting place.
>>>      
>>>
>>Hmm; that test is making sure that a message will initiate a process,
>>but it doesn't check that a subsequent message will correlate to the
>>existing process and wake it up again. I think we need to extend the
>>test and see if the there's something here that needs fixing.
>>    
>>
>
>Definitely, I just think this test represents the most common use case
>as far as usage goes. Even if people don't think so yet :-)
>  
>
Ehmm,
I've seen recent commits on cvs so maybe you are working on this (now 
some test fails during the build).
In either case thanks for your attention and time.
Federico Spinazzi