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

Key: OPENEJB-18
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: David Blevins
Reporter: Juergen Keck
Votes: 0
Watchers: 0
Operations

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

props.put("openejb.home", ...) doesn't work for lookup conf file

Created: 27/Feb/05 01:08 AM   Updated: 31/Aug/05 10:34 AM  Due: 25/Sep/06
Component/s: configuration
Affects Version/s: 1.0 beta 1
Fix Version/s: 1.0 beta 1

Time Tracking:
Not Specified


 Description  « Hide
If i put the 'openejb.home' environment param over System.setProperty() OpenEJB find the conf dir / files - but over new InitialContext(props)
method it doesn't work.


--
org.openejb.util.FileUtils search the 'openejb.home' param only over System.getProperty()

 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
David Blevins - 08/Aug/05 04:44 AM
no code goes after the System.properties anymore. Now things go at a special SystemInstance object which is setup via the System properties, InitialContext, or Servlet init params. It's also now possible to have several openejb instances in a vm (in different classloaders) that don't collide.