Florent André schrieb:
On Tue, 12 May 2009 14:01:47 +0200, Andreas Hartmann <[email protected]>
wrote:
Florent André schrieb:

[…]

What are the parameters of the message?
- To see this parameters, I do that in my code :
message.getParameters().toString()
- When I have the error the output is : [Ljava.lang.String;@7f7d2d

I have to say that I really don't understand what it mean...
http://www.javalobby.org/java/forums/t62802.html

hihi ! :) Ok sorry.

Now, with the Arrays.toSring(message.getParameters()) I have that [publish,
49c679e0-3ef4-11de-ae0f-d221977096c2]...

Publish is well what I want to do, and 49c... is well the uuid of the
document I want to publish. This not really help me... :(

Any usefull tips ?

My guess is that:

* the second usecase invoker (let's call it B) initializes the session SB before the first usecase invoker is called

* the changes which usecase invoker A makes to session SA are not visible in session SB

* therefore the document in SB is still in authoring and the workflow transition can't fire

Is this possible? Would you mind sending the complete code snippet? TIA!

-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to