JBoss generates a JNDI name as follows –
EarName/EJBName/local
Weblogic, per default, generates
EJBName#packageName
however he wants to keep the JBoss naming convention
Solution:
Add the following tag to weblogic-ejb-jar.xml
Note: If you are testing this by creating an EJB in Jdev 11g and then deploying it to WLS, you may get a jps deployment error. This his to do with the following
simply delete the 2 listener entries before deploying.
No comments:
Post a Comment