J2EE Problem With JWS while Connecting to Borland AppServer
Hi
I'm Having problem in lookup while using J2EE and JWS.
I'm using Borland AppServer 4.5.
I can connect to EJBs deployed in my local m/c but while connecting to remote EJBs I'm having CORBA_OBJECT not Exists error.
My JNLP :
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="0.2 1.0"
codebase="http://conan:8080/welcome/app"
href="MyApp.jnlp">
<information>
<title>Welcome</title>
<vendor>Objectif Telecommunications Ltd</vendor>
<homepage href="../demos.html"/>
<description>Java Framework developed and maintained by warrior team</description>
<icon href="objectif/splash blank.jpg"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.3"/>
<property name = "ORBagentPort" value="15028"/>
<jar href="JWSTEST.jar" main="true" download="eager"/>
<jar href="new45jar.jar"/>
<jar href="asrt.jar"/>
<jar href="vbjorb.jar"/>
<jar href="vbjdev.jar"/>
<jar href="vbejb.jar"/>
<jar href="vbdev.jar"/>
<jar href="vbsec.jar"/>
<jar href="visiconnect.jar"/>
</resources>
<application-desc main-class="jwstest.Welcome">
<argument>Java Task</argument>
<argument>Hello!!</argument>
</application-desc>
</jnlp>
Any Idea ?

