[ http://issues.apache.org/jira/browse/DERBY-540?page=all ]
Deepa Remesh updated DERBY-540:
-------------------------------
Fix Version: 10.1.1.1
> Loading databases from jars in the classpath is broken, databases cannot be
> found.
> ----------------------------------------------------------------------------------
>
> Key: DERBY-540
> URL: http://issues.apache.org/jira/browse/DERBY-540
> Project: Derby
> Type: Bug
> Components: Store
> Versions: 10.1.1.0
> Reporter: Daniel John Debrunner
> Assignee: Daniel John Debrunner
> Fix For: 10.2.0.0, 10.1.2.0, 10.1.1.1
>
> In converting an old Cloudscape test to ensure changes made for DERBY-538
> would not break loading from classes stored in the database when the database
> itself is in a jar, I discovered that a database cannot be found that is in a
> jar on the classpath.
> Discovered the reason is the StoreFactory implementation for classpath always
> prepends a leading foward slash to the database name, but this is incorrect
> (e.g. db7 to /db7). This causes the database not to be found when the
> classloader is URLClassLoader as the correct path for the service.properties
> file is db7/services.properties, not /db7/services.properties.
> Will add converted test (lang/dbjar.sql)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira