[ https://issues.apache.org/jira/browse/JAMES-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Charles updated JAMES-1003: -------------------------------- Attachment: commons-dbcp.patch When setting classlader via java.system.class.loader property, we still have ClassNotFoundException for Class.forName(name). Class.forName(name, initialize, loader) should give no problem if providing the current classloader. commons-dbcp.patch sets commons-dbcp dependency to 1.4. (instead of 1.2.1) The 1.4 does not use Class.forName(name) to load the jdbc driver class. > ClassLoader with External libs > ------------------------------ > > Key: JAMES-1003 > URL: https://issues.apache.org/jira/browse/JAMES-1003 > Project: JAMES Server > Issue Type: New Feature > Components: Deployment Modules > Affects Versions: Trunk > Reporter: Eric Charles > Assignee: Norman Maurer > Priority: Minor > Fix For: 3.0-M1 > > Attachments: commons-dbcp.patch, jamesclassloader-via-property.patch, > jamesclassloader.patch > > > Allow james to automatically add jars from /conf/libs to classloader. > This way, user mailets and their dependencies are taken into account without > configuring the classpath. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org