Re: OpenEJB Startup Problem : NPE in CdiScanner

2014-05-26 Thread Stanislas Nanchen
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

Re: OpenEJB Startup Problem : NPE in CdiScanner

2014-05-26 Thread Stanislas Nanchen
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, >>>

Re: OpenEJB Startup Problem : NPE in CdiScanner

2014-05-21 Thread Stanislas Nanchen
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

OpenEJB Startup Problem : NPE in CdiScanner

2014-05-21 Thread Stanislas Nanchen
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