Issue Details (XML | Word | Printable)

Key: DBUTILS-2
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jason Anderson
Votes: 0
Watchers: 0
Operations

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

[dbutils] QueryLoader cannot locate properties file on weblogic

Created: 10/Sep/04 11:19 PM   Updated: 02/Jan/08 07:29 AM
Return to search
Component/s: None
Affects Version/s: 1.0
Fix Version/s: 1.1

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: Other

Bugzilla Id: 31169


 Description  « Hide
QueryLoader uses QueryLoader.class.getResourceAsStream(path) which looks for a
resource relative to the current class (QueryLoader), you can use / to indicate
classpath root but this does not work with weblogic possibly due to the way in
which weblogic manages the classpath for .war files.

If I use getClass().getClassLoader().getResourceAsStream(path) instead and dont
use leading / for the path then this works locally and for weblogic.

See method: loadQueries(String path)



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.