Discussion:
[werkflow-user] CorrelationMessageHanderl.acceptMessage(...), then nothing
Kristofer Eriksson
2003-12-15 14:32:47 UTC
Permalink
Hi All,

trying to build from repository, but failing due to test failures, see
below. I wanted to see whether there has been some updates so that the
message "correlation" works (blog example not executing correctly in my
build made about a month ago).

Anyone knows anything about this?

test:test:
[junit] Running org.codehaus.werkflow.core.ActivityKeyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1,192 sec
[junit] Running org.codehaus.werkflow.core.CaseManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,771 sec
[junit] Running org.codehaus.werkflow.core.CoreActivityTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,851 sec
[junit] Running org.codehaus.werkflow.core.CoreCompletionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,831 sec
[junit] Running org.codehaus.werkflow.core.CoreProcessCaseTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,961 sec
[junit] Running org.codehaus.werkflow.core.CoreWorkItemTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1,031 sec
[junit] Running org.codehaus.werkflow.core.CorrelationMessageHandlerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,832 sec
[junit] Running org.codehaus.werkflow.core.DeploymentKeyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,791 sec
[junit] Running org.codehaus.werkflow.core.DeploymentManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,771 sec
[junit] Running org.codehaus.werkflow.core.ExecutorTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,911 sec
[junit] Running org.codehaus.werkflow.core.MessageWaiterHandlerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,751 sec
[junit] Running org.codehaus.werkflow.core.ProcessDeploymentTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1,081 sec
[junit] Running org.codehaus.werkflow.definition.petri.ArcDefinitionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,731 sec
[junit] Running org.codehaus.werkflow.definition.petri.DefaultArcTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,831 sec
[junit] Running
org.codehaus.werkflow.definition.petri.DefaultElementTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,681 sec
[junit] Running org.codehaus.werkflow.definition.petri.DefaultNetTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,721 sec
[junit] Running org.codehaus.werkflow.definition.petri.DefaultNodeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,691 sec
[junit] Running
org.codehaus.werkflow.definition.petri.DefaultTransitionTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,701 sec
[junit] Running
org.codehaus.werkflow.definition.petri.IdiomDefinitionTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,921 sec
[junit] Running
org.codehaus.werkflow.definition.petri.PlaceDefinitionTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,691 sec
[junit] Running
org.codehaus.werkflow.definition.petri.TransitionDefinitionT
est
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,681 sec
[junit] Running
org.codehaus.werkflow.definition.petri.verify.InOutVerifierT
est
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,791 sec
[junit] Running org.codehaus.werkflow.definition.ProcessDefinitionTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0,721 sec
[junit] Running org.codehaus.werkflow.GeneralTest
[junit] Tests run: 3, Failures: 2, Errors: 0, Time elapsed: 7,922 sec
[junit] [ERROR] TEST org.codehaus.werkflow.GeneralTest FAILED
[junit] Running
org.codehaus.werkflow.initiator.message.ActivityManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8,292 sec
[junit] Running
org.codehaus.werkflow.personality.basic.BasicPersonalityTest

[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6,75 sec
[junit] Running
org.codehaus.werkflow.personality.bpel4ws.Bpel4wsPersonality
Test
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,033 sec
[junit] Running
org.codehaus.werkflow.personality.extension.ExtensionPersona
lityTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2,263 sec
[junit] Running
org.codehaus.werkflow.service.messaging.simple.SimpleMessagi
ngManagerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,721 sec
[junit] Running
org.codehaus.werkflow.service.persistence.prevayler.Prevayle
rPersistenceManagerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1,011 sec
[junit] Running
org.codehaus.werkflow.syntax.idiom.IdiomDefinitionLoaderTest

[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,532 sec
[junit] Running org.codehaus.werkflow.syntax.SyntaxLoaderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,892 sec

BUILD FAILED
File...... ../.maven/plugins/maven-test-plug
in-1.4/
Element... fail
Line...... 130
Column.... 54
There were test failures.
Total time: 1 minutes 53 seconds
Finished at: Mon Dec 15 15:22:19 CET 2003

Regards

Kristofer Eriksson
Mark H. Wilkinson
2003-12-15 15:34:25 UTC
Permalink
Post by Kristofer Eriksson
Hi All,
trying to build from repository, but failing due to test failures, see
below. I wanted to see whether there has been some updates so that the
message "correlation" works (blog example not executing correctly in
my build made about a month ago).
Anyone knows anything about this?
Yes, I added tests to show where the message correlation stuff wasn't
working, but I haven't got as far as fixing the problem yet. I'm hoping
to get some time to work on it fairly soon, but help's welcome.

-Mark.
Kristofer Eriksson
2003-12-16 14:19:36 UTC
Permalink
Mark,

I hope you will get the time, since this must be considered core
functionality that is not working properly. I will of course see if I can
contribute to help, but that will take some time I suppose before I am in
that position.

Best Regards

/Kristofer

-----Original Message-----
From: Mark H. Wilkinson [mailto:***@kremvax.net]
Sent: Montag, 15. Dezember 2003 16:34
To: werkflow-***@lists.codehaus.org
Subject: Re: [werkflow-user] CorrelationMessageHanderl.acceptMessage(...),
then nothing
Post by Kristofer Eriksson
Hi All,
trying to build from repository, but failing due to test failures, see
below. I wanted to see whether there has been some updates so that the
message "correlation" works (blog example not executing correctly in
my build made about a month ago).
Anyone knows anything about this?
Yes, I added tests to show where the message correlation stuff wasn't
working, but I haven't got as far as fixing the problem yet. I'm hoping to
get some time to work on it fairly soon, but help's welcome.

-Mark.

Loading...