[jboss-cvs] JBossAS SVN: r61050 - trunk/server/src/main/org/jboss/deployment/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 2 04:31:56 EST 2007


Author: scott.stark at jboss.org
Date: 2007-03-02 04:31:56 -0500 (Fri, 02 Mar 2007)
New Revision: 61050

Modified:
   trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java
Log:
Revert back to the unit.removeAttachment call

Modified: trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java
===================================================================
--- trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java	2007-03-02 09:31:27 UTC (rev 61049)
+++ trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java	2007-03-02 09:31:56 UTC (rev 61050)
@@ -89,6 +89,6 @@
    @Override
    public void undeploy(DeploymentUnit unit )
    {
-      unit.getTransientAttachments().removeAttachment("jboss.jaccpolicy", ServiceMetaData.class); 
+      unit.removeAttachment("jboss.jaccpolicy", ServiceMetaData.class); 
    }
 }




More information about the jboss-cvs-commits mailing list