1 2 Previous Next 19 Replies Latest reply on Feb 9, 2006 1:47 AM by d3nn1503 Go to original post
      • 15. Re: java.rmi.MarshalException thrown under RC4
        okism

        As I posted, it works now, but with @JoinColumn. I think that there was something wrong in RC3 with referencedColumnName in @JoinColumn. That's why I didn't use it and that's why it surprised me to work now.
        Anyway, hopefully there will be no more big changes in final release and I will not have to change my code drastically.

        If you have time for one last question:
        What's the difference between @PrimaryKeyJoinColumn and @JoinColumn? Sorry if this is stupid (then forget it), but I don't understand when to use @PrimaryKeyJoinColumn.

        • 16. Re: java.rmi.MarshalException thrown under RC4
          d3nn1503

          i am getting a similar stack trace when running a simple java client. i did read the message from bill that with 4.0.3's client libs are not usable, so my question is, when can we expect this to be available? also, are there any known work arounds for this particular case? (running a simple java client)



          java.lang.reflect.InvocationTargetException
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:585)
          at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:97)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:585)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
          at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)

          • 17. Re: java.rmi.MarshalException thrown under RC4
            d3nn1503

            4.0.4, that is..

            • 18. Re: java.rmi.MarshalException thrown under RC4
              bill.burke

              RC5 was out a few days ago. 404 was release yesterday. You should be able to use the client libs from that. Let the forum know if there is any problems.

              http://www.jboss.com/products/jbossas/downloads

              • 19. Re: java.rmi.MarshalException thrown under RC4
                d3nn1503

                ha,..i just got it to run with 4.0.3 lib before reading your response,..but i'll give 4.0.4 a spin too.

                1 2 Previous Next