05-26 9:54 GMT+02:00 Stanislas Nanchen :
> Hi everyone,
>
> Thank you for the answers and sorry for the late answer. I have dumped the
> beans.managedClasses variable (line 186 in CdiScanner).
>
> The set is too big to be printed (1672 classes); almost all classes are
ni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-05-22 7:50 GMT+02:00 Stanislas Nanchen :
>>
>> Hi,
>>>
set can't be in this class list normally
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau
2014-05-21 11:24 GMT+02:00 Stanislas Nanchen :
> Hello everyone,
>
> We are
Hello everyone,
We are using Tomee (and OpenEJB) 1.6.0.2 and we have a problem with the startup
of OpenEBJ:
a NPE occurs in the CdiScanner: on line 260 of the CdiScanner.java, there
is a comparison between 2 ClassLoaders. (see below).
257 final ClassLoader cl = clazz.getClassLoader();
...
260