Hi there,

I try to build an event based example. I can see the selector being built, I 
can see the event being received and the port handler in "listening for 
response:" but ... nothing happens.

I think the issue is related to JMS subscription (request listener versus port 
handler) since the onMessage event is never triggered.

Are the events implemented? Do you have a working example?

By the way, I used events with and without correlation and I see that you do 
not cover the former case. In RequestListener, buildSelector please chack for 
correlations befpre opening an iterator.

  |      [...]
  |         // reception properties
  |         Correlations correlations = receiver.getCorrelations();
  |         if ( correlations != null )
  |         {
  |             Map properties = correlations.getReceptionProperties( token );
  |      [...]
  | 

Regards,
AA

PS 
Do you have a date in mind when BPEL is fully implemented in JBOSS extension?


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

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


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to