4 Replies Latest reply on May 8, 2002 1:49 PM by ljubisak

    URGENT: associateConnection not supported????

    ljubisak

      I'm testing my application with RC1 and getting this exception I haven't had with alpha version, 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.j ava: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(StatefulSessionIntercepto r.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??????

      (as it can be seen from the log above It's been thrown using Stateful Session EJB with Data access object, all CMP EJBs works fine with another Stateful Session EJB )