Problems with the JNDI in Websphere App Server for Linux .

I'm working with EJBs and I have tested mine with WTE in VAJ. The problem is when I try to access them on a remote client. What I have done so far:

1:export the bean group to a Jar File

for the administration "Web page"

2:add an application by selecting the good Jar file

3:I set the JNDI name

4:save the new server configuration

5: restart the WAS server.

We have tryed to bind on the initial context (from

CNInitialContextFactory) and we had an Operation not supported exception. The lookup was giving a exception saying that it couldn't find the object. (We think that the CNInitialContextFactory is unknown on the server.

We are wondering if there could be some compatibility issue because the server uses java 1.3 and us 1.2.2 (VAJ 3.5.3). On the linux Server java 1.1.8 is also installed but WAS comes with its own java version. The path in the administration "web page" for the path for java is set. (the path from linux console is on java1.1.8 but that shouldn't matter right ? )

thanks for your help

[1087 byte] By [br0nx] at [2007-9-26 2:07:01]
# 1
Compatibility issues would not through an ObjectNotFound Exception. Maybe the problem is as simple as a class path issue. What object was not found- the Context class or the Object that you were attempting to bind to some name?
rvflannery at 2007-6-29 8:53:50 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...