5 Replies Latest reply on Feb 22, 2003 4:05 PM by davidjencks

    URGENT: associateConnection not supported??

    ljubisak

      I'm just testing my application with RC1 and getting this exception, server doesn't log out any error just client report following:

      ---------------
      java.lang.reflect.UndeclaredThrowableException: javax.resource.ResourceException: associateConnection not supported
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
      at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
      at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:128)
      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
      at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
      at org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSessionInterceptor.java:117)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:96)
      at $Proxy3.processEvent(Unknown Source)
      -----------------------

      Could anyone give me a hint what could be the reason, my code, server configuration or something else??????