-
Sub-task
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
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" ...