[jira] [Reopened] (OWB-650) ContextFactory#destroy*Context have to reset the proxy cache

2012-03-17 Thread Mark Struberg (Reopened) (JIRA)

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

Mark Struberg reopened OWB-650:
---


I'm not sure that resetting the proxies is a good idea!
This has NOTHING to do with cleaning the caches inside the proxies, but will 
really ditch the proxies itself, thus probably breaking lots of use cases.

 ContextFactory#destroy*Context have to reset the proxy cache
 

 Key: OWB-650
 URL: https://issues.apache.org/jira/browse/OWB-650
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Context and Scopes
Affects Versions: 1.1.3
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
Priority: Minor
 Fix For: 1.1.4


 context controller for cdi-se can break without the reset - see 
 https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=commit;h=90518e672731c8ade4a4df2b4ef8f1f0ca60be43
  (#reStartContexts)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Trunk build dies

2012-03-17 Thread Alan D. Cabrera
This patch seemed to fix it:


(linkedin)[acabrera-mn:trunk 509]$ svn diff
Index: webbeans-tomcat7/pom.xml
===
--- webbeans-tomcat7/pom.xml(revision 1302042)
+++ webbeans-tomcat7/pom.xml(working copy)
@@ -28,6 +28,7 @@
 descriptionApache OpenWebBeans Tomcat 7 Web Profile/description
 
 dependencies
+
 dependency
 groupIdorg.apache.tomcat/groupId
 artifactIdtomcat-catalina/artifactId
@@ -61,6 +62,13 @@
 scopeprovided/scope
 /dependency
 
+dependency
+groupIdorg.apache.geronimo.specs/groupId
+artifactIdgeronimo-servlet_2.5_spec/artifactId
+scopeprovided/scope
+/dependency
+
+
 /dependencies
 
 /project