RE: Orion + Weblogic via JNDI?

2000-11-14 Thread Seth Ladd
perhaps you should try to load the WebLogic classes with your bootstrap classpath(we have to do this for our encryption packages). try somehing like java -Xbootclasspath/p:lib\some.jar -jar orion.jar What is the difference between the bootstrap classpath and either the environment

Orion + Weblogic via JNDI?

2000-11-13 Thread Seth Ladd
Hello, For reasons beyond my control, I have to use WebLogic as my EJB container. My EJB clients live in Orion. I am trying to get the EJB clients to lookup the EJBs (over on WebLogic) via JNDI. I believe I have constructed the IntialContext correctly, but I keep running into classpath issues.

Re: Orion + Weblogic via JNDI?

2000-11-13 Thread jbirchfield
| cc: | | Subject: Orion + Weblogi