﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3316	ConnectorHandler doesn`t work in Grails	Darran		"The ConnectorHandler can`t dynamically load a Connector class when the Connector class is part of the Grails app.

The line
  
Class<?> clazz = Class.forName(className);

causes a ClassNotfoundException.

If this is changed to 
Class<?> clazz = Thread.currentThread().getContextClassLoader().loadClass(className);

it will work, 
see 
http://www.nabble.com/ClassNotFoundException-with-Class.forName-td18194398.html

for details.


 

"	Bug	closed	Must have (possibly next milestone)		Server : Java	SVN (FCKeditor) - Retired	expired	Pending	
