Issue Details (XML | Word | Printable)

Key: OPENEJB-71
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jeremy Whitlock
Reporter: Jeremy Whitlock
Votes: 0
Watchers: 0
Operations

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

Per-Instance Tomcat Integration Has Fails When Loading EJBs

Created: 29/Sep/05 01:23 PM   Updated: 29/Sep/05 01:25 PM  Due: 25/Sep/06
Component/s: server
Affects Version/s: 1.0 beta 1
Fix Version/s: 1.0

Time Tracking:
Not Specified

Environment:
OS: Windows XP
Tomcat: 5.0.28
JVM: Sun JDK 1.4.2_09

Resolution Date: 25/Sep/06 12:14 AM
Labels:


 Description  « Hide
When following the instructions here:

http://www.openejb.org/OpenEJB+per+Tomcat+installation

a user would run into an error when starting up OpenEJB due to Tomcat trying to load a .jar onto it's classpath that didn't exist. This was being caused by the OpenEJB ConfigurationFactory generating an invalid url to the jar.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jeremy Whitlock added a comment - 29/Sep/05 01:24 PM
Updated the ConfigurationFactory to no longer prepend the base directory to the URI of the jar file.

Jeremy Whitlock added a comment - 29/Sep/05 01:25 PM
Closed after testing.