[jboss-cvs] JBossAS SVN: r73050 - projects/jboss-osgi/trunk/osgi-int/src/main/org/jboss/osgi/plugins/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 5 01:06:58 EDT 2008


Author: alesj
Date: 2008-05-05 01:06:56 -0400 (Mon, 05 May 2008)
New Revision: 73050

Modified:
   projects/jboss-osgi/trunk/osgi-int/src/main/org/jboss/osgi/plugins/deployers/OSGiMetaData2ClassLoadingMetaDataDeployer.java
Log:
Bug fix - forgot to put CLMD to attachments.

Modified: projects/jboss-osgi/trunk/osgi-int/src/main/org/jboss/osgi/plugins/deployers/OSGiMetaData2ClassLoadingMetaDataDeployer.java
===================================================================
--- projects/jboss-osgi/trunk/osgi-int/src/main/org/jboss/osgi/plugins/deployers/OSGiMetaData2ClassLoadingMetaDataDeployer.java	2008-05-05 04:52:43 UTC (rev 73049)
+++ projects/jboss-osgi/trunk/osgi-int/src/main/org/jboss/osgi/plugins/deployers/OSGiMetaData2ClassLoadingMetaDataDeployer.java	2008-05-05 05:06:56 UTC (rev 73050)
@@ -99,5 +99,8 @@
          clmd.setRequirements(requirements);
       }
       clmd.setImportAll(imports == null || imports.isEmpty());
+
+      // put to attacmhents
+      unit.addAttachment(ClassLoadingMetaData.class, clmd);
    }
 }
\ No newline at end of file




More information about the jboss-cvs-commits mailing list