Hi Tom, The PDA client VM is a J2ME CDC 1.0 Personal Profile (WEME from IBM). It means that the restrictions are the same for the J2SE 1.2.2. I have opened the Jboss Remoting source code in Eclipse using J2SE 1.2.2 and found the following problems in the classes I think are needed in the client side:
1) org.jboss.remoting.transport.socket.SocketClientInvoker --> we don't have in java.net: SocketFactory, SocketTimeout and Socket.isConnected() 2) org.jboss.remoting.InvokerLocator --> String.replaceAll I need to know what are all the classes needed in the client side to build a jboss-remoting-client-pda.jar . Can you help me with it ? Regards, Eduardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936369#3936369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936369 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
