[jira] Created: (OWB-360) Add BeanManager to a ServletContext attribute

2010-04-23 Thread Christian Kaltepoth (JIRA)
Add BeanManager to a ServletContext attribute - Key: OWB-360 URL: https://issues.apache.org/jira/browse/OWB-360 Project: OpenWebBeans Issue Type: Improvement Components: New Features

[jira] Updated: (OWB-360) Add BeanManager to a ServletContext attribute

2010-04-23 Thread Christian Kaltepoth (JIRA)
[ https://issues.apache.org/jira/browse/OWB-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Kaltepoth updated OWB-360: Attachment: add-bean-manager-to-servlet-context.patch patch against trunk Add BeanManager

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

2010-04-23 Thread Shawn Jiang
Hi dev, 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. For example: package : *org.apache.webbeans.spi* in both openwebbeans-impl and openwebbeans-spi modules. package :

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

2010-04-23 Thread Mark Struberg
please revert all the ThreadLocal.set(null) back to ThreadLocal.remove() because set(null) is known to produce memory leaks (That was actually the reason why remove() got introduced in jdk-1.5. txs and LieGrue, strub - Ursprüngliche Mail Von: gerdo...@apache.org

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

2010-04-23 Thread Gurkan Erdogdu
Actually if you do not call set(null) you are getting lots of memory leak, I have tried with Tomcat 6.26. Actually non-of them provides clean memory leak because of GC algorithms etc. But If you really insist and ensure on this, you can update Thanks; From:

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

2010-04-23 Thread Gurkan Erdogdu
Mark, I changed those to set(null) after that Tomcat stops to give warnings, but not sure this is correct, so I will also add remove methods. Thanks; --Gurkan From: Gurkan Erdogdu gurkanerdo...@yahoo.com To: dev@openwebbeans.apache.org Sent: Fri, April 23,

dist-sources.xml question

2010-04-23 Thread Eric Covener
Is mvn assembly:assembly not meant to be run from openwebbeans/ as working directory? It's reaching up into the parent for me. $ svn diff distribution/src/assembly/dist-sources.xml Index: distribution/src/assembly/dist-sources.xml

[jira] Created: (OWB-361) underlying EJB method not actually in our interceptors stack

2010-04-23 Thread Eric Covener (JIRA)
underlying EJB method not actually in our interceptors stack Key: OWB-361 URL: https://issues.apache.org/jira/browse/OWB-361 Project: OpenWebBeans Issue Type: Bug

Re: dist-sources.xml question

2010-04-23 Thread Gurkan Erdogdu
mvn clean package works for distribution From: Eric Covener cove...@gmail.com To: dev@openwebbeans.apache.org Sent: Fri, April 23, 2010 10:45:52 PM Subject: dist-sources.xml question Is mvn assembly:assembly not meant to be run from openwebbeans/ as working

BeanManagerImpl - improvement on WebBeansConfigurationException ?

2010-04-23 Thread Matthias Wessendorf
Hi, I think that on the BeanManagerImpl class there is (some) room for improvements. Below is a patch to have a slightly better exception text. Does one mind if I commit that ? Thanks! Matthias Index: webbeans-impl/src/main/java/org/apache/webbeans/container/BeanManagerImpl.java