2007/5/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > hello again, > > yesterday I posted a solution using RMI for openwfe that works fine as > a standalone application. I've put it into a class and built it as a > class library project, in order to bind the compiled jar into other > project - my GWT-based application. the code I wish to use is launched > from the server-side of GWT app (which is a client for workflow > engine). after hooking up all necessary jars to my project, I get the > following exception: > > java.rmi.ServerException: RemoteException occurred in server thread; > nested exception is: > java.rmi.UnmarshalException: error unmarshalling arguments; > nested exception is: > java.net.MalformedURLException: no protocol: and > at > sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:336)
Hi Bart, "no protocol" : seems like "rmi:" is missing from your RMI URL, what is it anyway ? Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
