XMLWordPrintable

    Details

    • Affects:
      Release Notes
    • Release Notes Text:
      Hide
      The POJO Cache's <filename>pojocache-aop.xml</filename> has the same name attribute on different tag which resulted in an IllegalStateException error if <filename>jbosscache-pojo.jar</filename> is packaged where it is scanned by deployment scanners. To resolve this issue, the duplicate <literal>name</literal> attribute was removed.
      Show
      The POJO Cache's <filename>pojocache-aop.xml</filename> has the same name attribute on different tag which resulted in an IllegalStateException error if <filename>jbosscache-pojo.jar</filename> is packaged where it is scanned by deployment scanners. To resolve this issue, the duplicate <literal>name</literal> attribute was removed.
    • Release Notes Docs Status:
      Documented as Resolved Issue
    • Docs QE Status:
      NEW

      Description

      ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfsfile:/home/dereed/opt/jboss/instance1/jboss-as/server/default/deploy/pojocache-aop.xml state=ClassLoader mode=Manual requiredState=PostClassLoader
      org.jboss.deployers.spi.DeploymentException: org.jboss.deployers.spi.DeploymentException: Error
      deploying: pojocache-array
      ...
      Caused by: java.lang.IllegalStateException: pojocache-array is already installed.

      Root cause is that pojocache-aop.xml contains two elements with the name pojocache-array.
      This appears to be valid for AOP, but not for the AS5 AOP deployer.

      <interceptor name="pojocache-array" ...
      <arraybind name="pojocache-array" ...

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  dereed Dennis Reed
                  Reporter:
                  dereed Dennis Reed
                  Writer:
                  Russell Dickenson
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: