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

2010-04-23 Thread Eric Covener (JIRA)
[ https://issues.apache.org/jira/browse/OWB-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Covener resolved OWB-361. -- Fix Version/s: 1.0.0 Resolution: Fixed > underlying EJB method not actually in our interceptors sta

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 ==

Re: dist-sources.xml question

2010-04-23 Thread Gurkan Erdogdu
mvn clean package works for distribution From: Eric Covener 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 directory? It's rea

[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 Compone

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 =

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 To: dev@openwebbeans.apache.org Sent: Fri, April 23, 2010 6:59:19 PM Subject: R

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:

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

2010-04-23 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-360. -- Fix Version/s: 1.0.0 Resolution: Fixed > Add BeanManager to a ServletContext attribute > --

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" > An: comm...@o

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 : *org.apache