Is there a way to connect a jee 1.5 swing client to a j2ee 1.4 ejb server
an let the client use the ejbs there?
When I try to do this I get the following exception
Cannot use a 1.3.x ORB with a 1.4.x JDK
Exception in thread "P=469187

=0:CT" javax.naming.NamingException: Failed to initialize the ORB [Root exception is org.omg.CORBA.INITIALIZE: java.lang.Exception: Cannot use a 1.3.x ORB with a 1.4.x JDK vmcid: 0x4942f000 minor code: 1285 completed: No]
at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:293)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:366)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:102)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:408)
at com.ibm.ws.naming.util.WsnInitCtx.addToEnvironment(WsnInitCtx.java:360)
at javax.naming.InitialContext.addToEnvironment(Unknown Source)
at test.main(test.java:43)
Caused by: org.omg.CORBA.INITIALIZE: java.lang.Exception: Cannot use a 1.3.x ORB with a 1.4.x JDK vmcid: 0x4942f000 minor code: 1285 completed: No
at com.ibm.rmi.util.Version.checkVersions(Version.java:149)
at com.ibm.rmi.corba.ORB.parseProperties(ORB.java:1732)
at com.ibm.CORBA.iiop.ORB.parseProperties(ORB.java:1376)
at com.ibm.rmi.corba.ORB.orbParameters(ORB.java:1225)
at com.ibm.CORBA.iiop.ORB.orbParameters(ORB.java:1151)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1178)
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1704)
at org.omg.CORBA.ORB.init(Unknown Source)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:77)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:98)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:74)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:386)
at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:284)
... 6 more