History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OPENEJB-42
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Per webapp Tomcat support breaks global Tomcat support

Created: 04/Jul/05 07:55 AM   Updated: 31/Aug/05 10:33 AM  Due: 25/Sep/06
Component/s: build
Affects Version/s: 1.0 beta 1
Fix Version/s: 1.0 beta 1

Time Tracking:
Not Specified


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
David Blevins - 31/Aug/05 09:57 AM
The Loader, now called ClassPath, is created in the SystemInstance constructor and kept for use throughout the boot process.