[jira] [Assigned] (OWB-733) CLONE - ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg reassigned OWB-733:
-

Assignee: Mark Struberg

 CLONE - ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache
 ---

 Key: OWB-733
 URL: https://issues.apache.org/jira/browse/OWB-733
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.1.6
Reporter: chunlinyao
Assignee: Mark Struberg
  Labels: leak

 OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in 
 the WEB-INF/lib folder.
 WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
 ViewAccessScope. This will cause classLoader leak when reload the web apps.
 Maybe we should use weak reference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (OWB-733) CLONE - ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache

2012-12-05 Thread Mark Struberg (JIRA)
Mark Struberg created OWB-733:
-

 Summary: CLONE - ClassLoader leak in 
WebBeansUtil.isScopeTypeNormalCache
 Key: OWB-733
 URL: https://issues.apache.org/jira/browse/OWB-733
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.1.6
Reporter: chunlinyao


OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in the 
WEB-INF/lib folder.
WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
ViewAccessScope. This will cause classLoader leak when reload the web apps.
Maybe we should use weak reference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OWB-733) CLONE - ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg updated OWB-733:
--

  Description: 
OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in the 
WEB-INF/lib folder.
WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
ViewAccessScope. This will cause classLoader leak when reload the web apps.
Maybe we should use weak reference.

This also needs fixing in OWB-1.2.x

  was:
OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in the 
WEB-INF/lib folder.
WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
ViewAccessScope. This will cause classLoader leak when reload the web apps.
Maybe we should use weak reference.

Affects Version/s: (was: 1.1.6)
   1.2.0
Fix Version/s: 1.2.0

 CLONE - ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache
 ---

 Key: OWB-733
 URL: https://issues.apache.org/jira/browse/OWB-733
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.2.0
Reporter: chunlinyao
Assignee: Mark Struberg
  Labels: leak
 Fix For: 1.2.0


 OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in 
 the WEB-INF/lib folder.
 WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
 ViewAccessScope. This will cause classLoader leak when reload the web apps.
 Maybe we should use weak reference.
 This also needs fixing in OWB-1.2.x

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (OWB-732) ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache

2012-12-05 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau closed OWB-732.
--

   Resolution: Fixed
Fix Version/s: 1.1.7

moved the cache + methods over the bean manager. The utils place was not very 
appropriated.

Thanks for the report

 ClassLoader leak in WebBeansUtil.isScopeTypeNormalCache
 ---

 Key: OWB-732
 URL: https://issues.apache.org/jira/browse/OWB-732
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.1.6
Reporter: chunlinyao
  Labels: leak
 Fix For: 1.1.7


 OpenWebBeans can shipped with JavaEE server(ex. TomEE), and codi may be in 
 the WEB-INF/lib folder.
 WebBeansUtil.isScopeTypeNormalCache will holder some annotation class like 
 ViewAccessScope. This will cause classLoader leak when reload the web apps.
 Maybe we should use weak reference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (OWB-734) CLONE - AbstractProducer stores CreationalContext

2012-12-05 Thread Mark Struberg (JIRA)
Mark Struberg created OWB-734:
-

 Summary: CLONE - AbstractProducer stores CreationalContext
 Key: OWB-734
 URL: https://issues.apache.org/jira/browse/OWB-734
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.2.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Priority: Blocker
 Fix For: 1.2.0


This might create concurrency problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OWB-734) CLONE - AbstractProducer stores CreationalContext

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg updated OWB-734:
--

Affects Version/s: (was: 1.2.0)
   1.1.6

 CLONE - AbstractProducer stores CreationalContext
 -

 Key: OWB-734
 URL: https://issues.apache.org/jira/browse/OWB-734
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1.6
Reporter: Mark Struberg
Assignee: Mark Struberg
Priority: Blocker
 Fix For: 1.1.7


 This might create concurrency problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (OWB-728) AbstractProducer stores CreationalContext

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg updated OWB-728:
--

Affects Version/s: (was: 1.1.6)

 AbstractProducer stores CreationalContext
 -

 Key: OWB-728
 URL: https://issues.apache.org/jira/browse/OWB-728
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.2.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Priority: Blocker
 Fix For: 1.2.0


 This might create concurrency problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (OWB-734) CLONE - AbstractProducer stores CreationalContext

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg resolved OWB-734.
---

Resolution: Fixed

fixed with 'quirks mode' by creating a new temporary CC if the original could 
not be found. 
The 'clean' solution will be implemented in owb-1.2.x and probably needs a 
ProducerT SPI change.

 CLONE - AbstractProducer stores CreationalContext
 -

 Key: OWB-734
 URL: https://issues.apache.org/jira/browse/OWB-734
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1.6
Reporter: Mark Struberg
Assignee: Mark Struberg
Priority: Blocker
 Fix For: 1.1.7


 This might create concurrency problems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


going for a walk, doing an owb-1.1.7 release?

2012-12-05 Thread Mark Struberg
hiho folks!

I'm ready to trigger the owb-1.1.7 release build. Hope we did setup the branch 
correctly ;)

LieGrue,
strub



Re: going for a walk, doing an owb-1.1.7 release?

2012-12-05 Thread Jean-Louis MONTEIRO
Hi Mark,

Crossing fingers.
Thanks in advance.

JLouis


2012/12/5 Mark Struberg strub...@yahoo.de

 hiho folks!

 I'm ready to trigger the owb-1.1.7 release build. Hope we did setup the
 branch correctly ;)

 LieGrue,
 strub




-- 
Jean-Louis


[jira] [Resolved] (OWB-725) Beans containing a producerMethod are using the wrong CreationalContext

2012-12-05 Thread Mark Struberg (JIRA)

 [ 
https://issues.apache.org/jira/browse/OWB-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg resolved OWB-725.
---

   Resolution: Fixed
Fix Version/s: (was: 1.2.0)

 Beans containing a producerMethod are using the wrong CreationalContext
 ---

 Key: OWB-725
 URL: https://issues.apache.org/jira/browse/OWB-725
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.1.6
Reporter: Mark Struberg
Assignee: Mark Struberg
 Fix For: 1.1.7

 Attachments: OWB-725_test.patch


 When an @ApplicationScoped Bean containing a producermethod has a @Dependent 
 scoped injection point and produces a @Requestion bean then it will get 
 destroyed with the produced @RequestScoped bean. 
 This is actually wrong as it should survive until the end of the application 
 and only then get destroyed!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[VOTE] release OpenWebBeans-1.1.6

2012-12-05 Thread Mark Struberg
Hi!
I'd like to call a VOTE on releasing Apache OpenWebBeans-1.1.7.
This is a bugfix release of OpenWebBeans-1.1.x in the owb_1.1.x branch. It 
mainly contains compatibility/portability/performance improvements and small 
bugfixes.

The ReleaseNotes are available online: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844version=12323362


Maven staging repo:
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/


SVN source tag :
https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.7/


Source release:
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans/1.1.7/openwebbeans-1.1.7-source-release.zip


Binary release:
https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans-distribution/1.1.7/openwebbeans-distribution-1.1.7-binary.tar.gz


PGP release key 2FDB81B1
http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS


The VOTE will be open for 72 hours.
[ ] +1 approve 
[ ] +0 no opinion 
[ ] -1 veto (and reason why)

LieGrue, 
strub



Re: [VOTE] release OpenWebBeans-1.1.7

2012-12-05 Thread Mark Struberg
whoops, title is wrong, we go for 1.1.7 :)



- Original Message -
 From: Mark Struberg strub...@yahoo.de
 To: openwebbeans-dev dev@openwebbeans.apache.org
 Cc: 
 Sent: Wednesday, December 5, 2012 10:24 PM
 Subject: [VOTE] release OpenWebBeans-1.1.6
 
 Hi!
 I'd like to call a VOTE on releasing Apache OpenWebBeans-1.1.7.
 This is a bugfix release of OpenWebBeans-1.1.x in the owb_1.1.x branch. It 
 mainly contains compatibility/portability/performance improvements and small 
 bugfixes.
 
 The ReleaseNotes are available online: 
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844version=12323362
 
 
 Maven staging repo:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/
 
 
 SVN source tag :
 https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.7/
 
 
 Source release:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans/1.1.7/openwebbeans-1.1.7-source-release.zip
 
 
 Binary release:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans-distribution/1.1.7/openwebbeans-distribution-1.1.7-binary.tar.gz
 
 
 PGP release key 2FDB81B1
 http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS
 
 
 The VOTE will be open for 72 hours.
 [ ] +1 approve 
 [ ] +0 no opinion 
 [ ] -1 veto (and reason why)
 
 LieGrue, 
 strub
 


Re: [VOTE] release OpenWebBeans-1.1.6

2012-12-05 Thread Romain Manni-Bucau
Mark,

i think these improvements are not in the branch:

[OWB-715] - Remove EL22 implementation from Core to Own Project
[OWB-717] - Remove Failover implementation from Web to Own Project

not blocking for the vote but the release note should be fixed

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2012/12/5 Mark Struberg strub...@yahoo.de:
 Hi!
 I'd like to call a VOTE on releasing Apache OpenWebBeans-1.1.7.
 This is a bugfix release of OpenWebBeans-1.1.x in the owb_1.1.x branch. It 
 mainly contains compatibility/portability/performance improvements and small 
 bugfixes.

 The ReleaseNotes are available online:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310844version=12323362


 Maven staging repo:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/


 SVN source tag :
 https://svn.apache.org/repos/asf/openwebbeans/tags/openwebbeans-1.1.7/


 Source release:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans/1.1.7/openwebbeans-1.1.7-source-release.zip


 Binary release:
 https://repository.apache.org/content/repositories/orgapacheopenwebbeans-117/org/apache/openwebbeans/openwebbeans-distribution/1.1.7/openwebbeans-distribution-1.1.7-binary.tar.gz


 PGP release key 2FDB81B1
 http://svn.apache.org/repos/asf/openwebbeans/trunk/KEYS


 The VOTE will be open for 72 hours.
 [ ] +1 approve
 [ ] +0 no opinion
 [ ] -1 veto (and reason why)

 LieGrue,
 strub