Originally posted by Harvey Chan:
I noticed that seems looking up Local Object using
WebSphere 5 is like this...
xxx.lookup("local:/ejb/xxxx")
Can anyone tell me whether this is VENDOR specific???
Originally posted by Jeanne Boyarsky:
Kiran,
If it works in the UTC (as it should), but not in the JNDI lookup, something is wrong with the JNDI string. Are you using the format:
"local:ejb/ejb/com/..." ?
If you don't have the "local:" part, WebSphere assumes you want the remote interface.