That happens to me about 3 times a week -- I write some long thing asking for
help, and by the time I get to the end the process of writing has told me the
answer :-).
Glad it's working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983505#3983505
Reply to
"[EMAIL PROTECTED]" wrote : You're not getting an HA proxy. Not sure why.
Easiest way to tell is to look at the stack trace, like you did. You'll also
see that no RetryInterceptor is in the client stack trace.
By writing the problem report, I managed to think through and debug the problem
pr
You're not getting an HA proxy. Not sure why. Easiest way to tell is to look
at the stack trace, like you did. You'll also see that no RetryInterceptor is
in the client stack trace.
What happens if you remove clustered=true from jboss.xml and just rely on the
fact you've designated a configu
As a followup, a few observations:
The exception stack traces show that
org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke() is used, while I
believe JRMPHAInvoker should have been used?
Also, I replaced SingleRetryInvoker with RetryInvoker. Shouldn't my client
wait for a connection ind