This content has been marked as final.
Show 2 replies
-
1. Re: JBoss SOA 5.2 - XA Recovery errors
tcunning Jul 28, 2013 1:32 PM (in response to joe_boy12)Binding binding = postOffice.getBindingForChannelID(channelID); if (binding == null) { throw new IllegalStateException("Cannot find binding for channel id " + channelID); }
A better question for the JBoss Messaging forum (https://community.jboss.org/en/jbossmessaging?view=discussions), but given that this is a binding found in the post office, I think if you could clear the data/tmp or maybe some of the messaging tables, and have restart recreate them correctly. Ask at the Messaging forum though - they'll know for sure.
-
2. Re: JBoss SOA 5.2 - XA Recovery errors
joe_boy12 Jul 28, 2013 2:45 PM (in response to tcunning)1 of 1 people found this helpfulThanks Tom - I will check on Messaging forum,