Hi Alex,

I kind of solve the problem. I had a process activity like that:


receive (correlated)
invoke
invoke
receive (correlate)
reply (the first receive) 

This structure does not work, i do not know why. But if i use the reply after 
the receive for both receives it works.

receive (correlated)
reply

invoke
invoke

receive (correlate)
reply 


Fromt the example files that i posted before, you can see that i have a bug in 
the operation receiveNotification. This operation has an output message and i 
was not replying to it. I fixed that by removing the output message from the 
operation and it still didnt work.

Apparantely, it only worked if i use receive-reply (one after the other) during 
the process. I i use receive and then another receive and then reply to the 
first receive i cannot correlate. Maybe i am doing something wrong...

Anyway, thanks a lot for having me ;)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910430#3910430

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910430


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to