I would like to clarify onething. I have deployed one LOcalejb in the weblogic server as separate JAR file. And i am trying to lookup that localbean from a
servlet which is deployed as a separate WAR file in the server. And its not able to lookup that.
Can anyone tell why is like that. I know that if u want to lookup a local bean, it should be in the same JVM. But my doubt is these WAR & JAR are handled bt separate JVM or what??
If that is the case i think if we are making an EAR file of WAR+JAR, will it work???
Or if anyone knows any better idea please help me out in solving that problem.
Regards
George