https://issues.apache.org/bugzilla/show_bug.cgi?id=51854

--- Comment #4 from Philippe Mouawad <[email protected]> 2011-09-23 
14:56:34 UTC ---
A little not about that:
- I succeed testing but I cannot hot debug (change a class and have it reloaded
by debugger) because my launcher uses JARS while it was possible with:
Thread.currentThread().getContextClassLoader().loadClass(clazz).newInstance(); 

So maybe this should be investigated a little more and Class.forName replaced
by Thread.currentThread().getContextClassLoader().loadClass(clazz).

Regards
Philippe

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to