Derby classes must be loaded from common classloader
----------------------------------------------------

         Key: GERONIMO-963
         URL: http://issues.apache.org/jira/browse/GERONIMO-963
     Project: Geronimo
        Type: Bug
  Components: connector  
 Reporter: Jeremy Boynes
     Fix For: 1.0-M5


The derby classes are currently being loaded by the system-database-plan but 
that leads to a problem when multiple applications access the same database 
server using different resources. If the classes get loaded from different 
classloaders, derby thinks that attempts are being made to access the database 
from two different engines (which they are) and the second attempt fails. This 
can also happen if access is attempted from both the server (embedded) and via 
the network server (from a client).

-- 
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

Reply via email to