<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>…. and what would be the reason for any Java Client calling Weblogic, not to use oracle recommended way, faster Client "t3 thin client“ with include Cluster Support and developed for 3-td part JEE App servers :-)</div><div>According to oracle interoperability list Java SE IIOP Client is without web logic cluster support.</div><div></div><div><a href="https://docs.oracle.com/middleware/1221/wls/SACLT/basics.htm#SACLT121">https://docs.oracle.com/middleware/1221/wls/SACLT/basics.htm#SACLT121</a>&nbsp;( -&gt; look for &nbsp;<span style="font-family: Menlo; font-size: 11px;">Foreign Server Applications )</span></div><div><span style="font-family: Menlo; font-size: 11px;"><br></span></div><div><span style="font-family: Menlo; font-size: 11px;">P.S:</span></div><div><span style="font-family: Menlo; font-size: 11px;"><br></span></div><div><span style="font-family: Menlo; font-size: 11px;">Of cours the best would be to move Application to Wildfly and just call Wildfly :-)</span></div><div><br></div><div>Cheers Radek</div><div><br></div><br><div><div>Am 14.02.2016 um 23:40 schrieb Michael Musgrove &lt;<a href="mailto:mmusgrov@redhat.com">mmusgrov@redhat.com</a>&gt;:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>I am attempting to lookup a remote EJB from WildFly to WLS.</div><div><br></div><div>If I use COSNaming as required by [1] (by setting INITIAL_CONTEXT_FACTORY to "com.sun.jndi.cosnaming.CNCtxFactory") I get the following error on the WildFly end:</div><div>&nbsp; "ClassNotFoundException: com.sun.jndi.cosnaming.CNCtxFactory"</div><div><br></div><div>If I use the default wildfly name service (new InitialContext().lookup("corbaname:iiop:localhost:7001/NameService#SessionBean")) I get the following error on the WLS end (presumably because I am not using&nbsp;CNCtxFactory):</div><div>&nbsp; "A RuntimeException was generated by the RMI server: weblogic.corba.cos.naming.RootNamingContextImpl.resolve([Lorg.omg.CosNaming.NameComponent"</div><div><br></div><div>I did try adding the CosNaming dependency (&lt;path name="com/sun/jndi/cosnaming"/&gt;) to modules/system/layers/base/sun/jdk/main/module.xml or to jboss-deployment-structure.xml in my deployment but that approach did not work.</div><div><br></div><div>&nbsp;</div><div>[1] row 3 of Table 2-1 in&nbsp;<a href="https://docs.oracle.com/cd/E13222_01/wls/docs81/rmi_iiop/rmiiiop2.html" style="border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:orange">https://docs.oracle.com/cd/E13222_01/wls/docs81/rmi_iiop/rmiiiop2.html</a></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Michael Musgrove</div><div>Transactions Team</div><div>e: <a href="mailto:mmusgrov@redhat.com" target="_blank">mmusgrov@redhat.com</a></div><div>t: +44 191 243 0870</div><div><br></div><div>Registered in England and Wales under Company Registration No. 03798903</div><div>Directors: Michael Cunningham (US), Paul Hickey (Ireland), Matt Parson</div><div>(US), Charles Peters (US)</div><div><br></div><div>Michael Cunningham (US), Charles Peters (US), Matt Parson (US), Michael O'Neill(Ireland)</div></div></div>
</div>
_______________________________________________<br>wildfly-dev mailing list<br><a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/wildfly-dev</blockquote></div><br></body></html>