[jboss-cvs] JBossAS SVN: r91377 - projects/microcontainer/minutes.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 17 11:48:30 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-17 11:48:30 -0400 (Fri, 17 Jul 2009)
New Revision: 91377

Added:
   projects/microcontainer/minutes/conf_call_20090717.txt
Removed:
   projects/microcontainer/minutes/conf_call_minutes_20090717.txt
Log:
Update with kabir's notes

Added: projects/microcontainer/minutes/conf_call_20090717.txt
===================================================================
--- projects/microcontainer/minutes/conf_call_20090717.txt	                        (rev 0)
+++ projects/microcontainer/minutes/conf_call_20090717.txt	2009-07-17 15:48:30 UTC (rev 91377)
@@ -0,0 +1,60 @@
+MC conf call minutes 17-Jul-2009
+
+Atendees
+--------
+
+* Ales
+* Flavia
+* Thomas
+
+Status round
+------------
+
+Thomas
+ - did a lot of EEG email review, 
+ - provided feedback on RFC-66 Web Container
+ - is working on feedback for RFP-118 Multiple Extenders
+ - reports about the osgi projects and their binary and source level dependencies
+ - still some research needed on how to organize the various projects properly in SVN
+ - Blueprint uses JBossXB annotations for descriptor parsing
+
+Flavia
+ - class pool work continues and is going to commit stuff later this week
+ - class pool is a notion from javasisst, finds and works on classes without loading them
+ - next week integration with AS and AOP
+ - AOP adation to class pools not trivial
+ - next week stuff should work in AS
+ - Ales wants something for JBW, usage of reflect, bootstrap pieces of MC, demonstrate expected performance gain
+ - Ales: reflect shuld be agnostic of the class loader architecture
+
+Ales
+ - worked on deployer fixes
+ - some new features for web beans deployers i.e. exception handlers if stuff goes wrong
+ - did some work on xsd/annotation matching (http://www.jboss.org/community/wiki/Bindingvalidation)
+ - worked on problems with admin console that runs on seam and faces
+ - there is leakage from user code, that breaks the admin console
+ - MC dependecy tool is starts working, we can now see a graph
+ - Ales found the magic hack
+
+Kabir (reported by mail)
+**Guice-int
+- Upgraded trunk to use Guice 2.0
+- Created a few convenience methods for stuff the tests were doing (registering Guice Modules in MC, creating the Guice injector)
+- Looked to see if there were any new features in Guice 2.0 making it easier/cleaner to integrate Guice + MC, but found nothing
+
+**Uninstalling OnDemand contexts when all its dependents are uninstalled
+- I got it working, a few exisitng tests fail. I think they are trivial failures since things are installed/uninstalled in a slightly different order as a result of this fix, but need to check to make sure.
+
+**Parallel deployments
+-Although I though I was finished last week, I realised I need to test what happens if we call uninstall on a context being installed asynchronously. Built in a mechanism to interrupt the asynch install. This works fine if I the uninstall is called on the asynch context itself, but need to track down what happens if B is asynch and has a dependency on A, and I call uninstall on A since B is not getting aborted and goes through with the full install process.
+
+---------------
+
+Thomas explains how the extender pattern works in OSGi. The relevants to our deployer framework etc.
+There is a lengthy discussion about MC deployers and how their ordering works. Thomas takes this as 
+input for RFP-118 feedback
+
+The call ended 16:20
+
+cheers
+-thomas


Property changes on: projects/microcontainer/minutes/conf_call_20090717.txt
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Deleted: projects/microcontainer/minutes/conf_call_minutes_20090717.txt
===================================================================
--- projects/microcontainer/minutes/conf_call_minutes_20090717.txt	2009-07-17 15:15:57 UTC (rev 91376)
+++ projects/microcontainer/minutes/conf_call_minutes_20090717.txt	2009-07-17 15:48:30 UTC (rev 91377)
@@ -1,48 +0,0 @@
-MC conf call minutes 17-Jul-2009
-
-Atendees
---------
-
-* Ales
-* Flavia
-* Thomas
-
-Status round
-------------
-
-Thomas
- - did a lot of EEG email review, 
- - provided feedback on RFC-66 Web Container
- - is working on feedback for RFP-118 Multiple Extenders
- - reports about the osgi projects and their binary and source level dependencies
- - still some research needed on how to organize the various projects properly in SVN
- - Blueprint uses JBossXB annotations for descriptor parsing
-
-Flavia
- - class pool work continues and is going to commit stuff later this week
- - class pool is a notion from javasisst, finds and works on classes without loading them
- - next week integration with AS and AOP
- - AOP adation to class pools not trivial
- - next week stuff should work in AS
- - Ales wants something for JBW, usage of reflect, bootstrap pieces of MC, demonstrate expected performance gain
- - Ales: reflect shuld be agnostic of the class loader architecture
-
-Ales
- - worked on deployer fixes
- - some new features for web beans deployers i.e. exception handlers if stuff goes wrong
- - did some work on xsd/annotation matching (http://www.jboss.org/community/wiki/Bindingvalidation)
- - worked on problems with admin console that runs on seam and faces
- - there is leakage from user code, that breaks the admin console
- - MC dependecy tool is starts working, we can now see a graph
- - Ales found the magic hack
-
----------------
-
-Thomas explains how the extender pattern works in OSGi. The relevants to our deployer framework etc.
-There is a lengthy discussion about MC deployers and how their ordering works. Thomas takes this as 
-input for RFP-118 feedback
-
-The call ended 16:20
-
-cheers
--thomas




More information about the jboss-cvs-commits mailing list