Menu

#73 Driver Classloader shared

open
nobody
None
5
2010-12-13
2010-12-13
No

I'm using SchemaSpy with Maven Exec Plugin, wich pass for main class the right parameters. The execution of main class share the classpath wraped by Maven, but the instance of Driver class is obtained only in reserved Classloader for specific driverPath argument. I need obtain Driver class by default Classload too, allowing share classpath of Maven execution without referring a copy of driver library. I believe this is also useful for other occasions as well, is a patch that works for me.

Discussion

  • Bruno Leonardo Gonçalves

    Retrieving Alternative Classloader

     
  • John Currier

    John Currier - 2010-12-14

    Thanks for the update. It's included in SVN revision 605.

    John

     

Log in to post a comment.