Hello -
I'm new to EJB and am experimenting with it using Oracle 8i. I have setup
Oracle 8i's listenter service to listen for IIOP connections on port 2481.
I can connect to it properly using sess_sh. After compiling my classes and
placing them in a jar file, I try to use deployejb. I get the following
errors:
[D:\Java\productSearcherImpl] call deployejb -verbose -republish -temp
d:\temp -user demo -password demo -service sess_iiop://localhost:2481:oracle
-descriptor productSearcher\ProductSearcherTDD.ejb
ProductSearcherApp.jar -verbose
Exception in thread "main" java.lang.ClassCastException:
com.sun.CORBA.iiop.ORB
at oracle.aurora.jndi.orb_dep.IRFinder.getObject(IRFinder.java:24)
at
oracle.aurora.jndi.orb_dep.IRFinder.initialReferences(IRFinder.java:78)
at
oracle.aurora.jndi.sess_iiop.SessionCtx.initialContext(SessionCtx.java:499)
at
oracle.aurora.jndi.sess_iiop.SessionCtx.<init>(SessionCtx.java:35)
at
oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession(ServiceCtx.java:130)
at
oracle.aurora.jndi.sess_iiop.ServiceCtx.login(ServiceCtx.java:295)
at
oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSessio(ToolImpl.java
:101)
at
oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(ToolImpl.java,
compiled code)
at
oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(ToolImpl.java:121)
at
oracle.aurora.ejb.deployment.GenerateEjb.main(GenerateEjb.java:445)
Any help appreciated -
Thanks
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".