2 Replies Latest reply on Jul 25, 2002 1:46 AM by masayuki

    org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet

    masayuki

      i'm using cmr in jboss-3.0.0.
      but,exception occured.
      why org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet
      does not implement java.io.Serializable?
      ---------------------------------------------------------
      java.io.NotSerializableException: org.jboss.ejb.plugins.cmp.jdbc.bridge.RelationSet
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
      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.EntityInterceptor.invoke(EntityInterceptor.java:116)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
      at $Proxy1.getDailyWorks(Unknown Source)
      at jp.co.techfirm.langleik.bridge.MonthlyWorkBridge.execute(MonthlyWorkBridge.java:26)
      at jp.co.techfirm.langleik.bridge.MonthlyWorkBridge.main(MonthlyWorkBridge.java:78)