Link to home
Start Free TrialLog in
Avatar of prataprathore
prataprathore

asked on

Deploying ejb with same jndi name in different ear application on weblogic

Hi

I want to deploy ejb bean in the two different application
I have a ejb bean which is also used in different application but i want to deploy
this application on same weblogic server where this bean is already deployed
i have heard that u can have same application context jndi tree

Thanks
Avatar of vzilka
vzilka

Which weblogic version are you using?
ASKER CERTIFIED SOLUTION
Avatar of vzilka
vzilka

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think you can not deploy the the ejb with same name in different ear file.

Since Weblogic use "in memory" type of alogorithm in the clustering weblogic not support registering the same ejb with same name in the jndi.

Please check it out