[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering
seoeng
do-not-reply at jboss.com
Thu Nov 1 23:47:28 EDT 2007
Here is the code which throws the error:
HAPartitionImpl.java
| /* Invoke it and just return any exception with trace level logging of
| the exception. The exception semantics of a group rpc call are weak as
| the return value may be a normal return value or the exception thrown.
| */
| try
| {
| retval = method_call.invoke(handler);
| if( trace )
| log.trace("rpc call return value: "+retval);
| }
| catch (Throwable t)
| {
| if( trace )
| log.trace("rpc call threw exception", t);
| retval = t;
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101141#4101141
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101141
More information about the jboss-user
mailing list