6 Replies Latest reply on Mar 29, 2012 1:38 PM by aartir

    org.jboss.deployment.DeploymentException: No Attribute found with name: PolicyConfigurationFacadeMBean for jboss.jacc:service=jacc

    glyph5

      The following error occurs when upgrading a deployable application.ear from JBoss 4.0.5 to JBoss 5.x:

       

      org.jboss.deployment.DeploymentException: No Attribute found with name: PolicyConfigurationFacadeMBean for jboss.jacc:service=jacc,id="vfszip:/C:/jboss5/server/default/deploy/application.ear/child1.ear",parent="application.ear", attributes: [JaccContextID, PolicyConfiguration]

       

      The only relevent solution I could find was here which suggests modifying the .jar file: https://jira.jboss.org/jira/browse/JBAS-5980

      However, there are no JAR files in the EAR. The EAR structure does have nested EAR/WAR files which may be the problem

       

      The structure (for reference) is

       

      application.ear->child1.ear->grandchild1.war

      application.ear->child2.ear->grandchild2.war

       

      The .war files contain nothing more than .jsp, .class, content.xml, and web.xml files

       

      I can't change this structure due to application formatting and politics, any ideas for a fix?