[jboss-cvs] JBossAS SVN: r64360 - projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 30 22:25:10 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-07-30 22:25:10 -0400 (Mon, 30 Jul 2007)
New Revision: 64360

Modified:
   projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java
Log:
JBMICROCONT-199, rollback the TransientManagedObjects to the structure deployers ContextInfo

Modified: projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java
===================================================================
--- projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java	2007-07-31 02:24:44 UTC (rev 64359)
+++ projects/microcontainer/trunk/deployers-structure-spi/src/main/org/jboss/deployers/structure/spi/helpers/AbstractStructureBuilder.java	2007-07-31 02:25:10 UTC (rev 64360)
@@ -159,15 +159,6 @@
       Attachments attachments = contextInfo.getPredeterminedManagedObjects();
       if (attachments != null)
          context.setPredeterminedManagedObjects(attachments);
-      attachments = contextInfo.getTransientManagedObjects();
-      if (attachments != null)
-      {
-         MutableAttachments ma = context.getTransientAttachments();
-         for(Entry<String, Object> entry : attachments.getAttachments().entrySet())
-         {
-            ma.addAttachment(entry.getKey(), entry.getValue());
-         }
-      }
    }
 
    /**




More information about the jboss-cvs-commits mailing list