Re: AW: AW: svn commit: r937336 - in /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans: component/ conversation/ el/ portable/creation/ spi/se/

2010-04-24 Thread Gurkan Erdogdu
Do you mean the warnings Mark Thomas built in in tomcat-6.0.25 which are meant as helpers to detect possible mem leaks and other programming errors? Maybe this is currently assumes jdk-1.4 only where the remove() didn't exist? Yes. maybe we should use set(null) and then remove()? I did like

Re: BeanManagerImpl - improvement on WebBeansConfigurationException ?

2010-04-24 Thread Matthias Wessendorf
ok, thanks REV: 937626 -M On Sat, Apr 24, 2010 at 2:42 PM, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: Thanks a lot Matthias! Also congratulations for JSF 2.0.0 release. --Gurkan From: Matthias Wessendorf mat...@apache.org To:

Re: Is it possible to reorg the package names in openwebbeans modules ?

2010-04-24 Thread Gurkan Erdogdu
I found that the packages naming in openwebbeans projects are not following a uniform convention. Some packages with same name are coexisting in multi project. Done. BTW, I'm still wondering openwebbeans can release the modules as bundles. Currently, to integrate opwnwebbeans to Geronimo.