|
Per webapp Tomcat support breaks global Tomcat support. No matter what style you use for loading OpenEJB into Tomcat (i.e. openejb.loader=tomcat vs. openejb.loader=tomcat-webapp), when the EJBs are loaded the tomcat-webapp style is *always* used.
The code needs to be fixed so that it can "remember" which loader it's using and use that for the entirety of the integration.
|