Re: [JPP-Devel] ClassLoader issues

2016-06-08 Thread edgar . soldin
On 07.06.2016 21:59, Michaël Michaud wrote: > Hi Ede, > > Yeah, works fine now. good to hear > Can you explain in a few words what problem is the new code going to solve ? the initial bug itself was that "instanceof WFSLayer" and casting to it didn't work as the same class was obviously loaded

Re: [JPP-Devel] ClassLoader issues

2016-06-07 Thread Michaël Michaud
Hi Ede, Yeah, works fine now. Can you explain in a few words what problem is the new code going to solve ? Why do we need to use a special class loader for the main application ? Thanks, Michaël Le 06/06/2016 à 14:42, edgar.sol...@web.de a écrit : > hmm, your IDE adds the java jars, which are

Re: [JPP-Devel] ClassLoader issues

2016-06-06 Thread edgar . soldin
hmm, your IDE adds the java jars, which are usually autofound by java to the classpath explicitely. it tried to adapt our classloader to that. can you please try r4930? thanks ..ede PS: http://dilbert.com/strip/2016-06-05 On 06.06.2016 13:51, Michaël Michaud wrote: > Hi Ede, > > > Whole sec

Re: [JPP-Devel] ClassLoader issues

2016-06-06 Thread Michaël Michaud
Hi Ede, Whole second exception stack is : java.lang.SecurityException: Prohibited package name: java.lang at java.lang.ClassLoader.preDefineClass(ClassLoader.java:659) at java.lang.ClassLoader.defineClass(ClassLoader.java:758) at java.security.SecureClassLoader.defineClass(Secur