[jboss-jira] [JBoss JIRA] Created: (JBAS-5984) Make names unique in jbossweb-cluster.aop/META-INF/jboss-aop.xml

Kabir Khan (JIRA) jira-events at lists.jboss.org
Wed Sep 24 08:15:21 EDT 2008


Make names unique in jbossweb-cluster.aop/META-INF/jboss-aop.xml 
-----------------------------------------------------------------

                 Key: JBAS-5984
                 URL: https://jira.jboss.org/jira/browse/JBAS-5984
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Kabir Khan
            Assignee: Kabir Khan
             Fix For: JBossAS-5.0.0.GA


Hi Jason,

Can you please make all names in jbossweb-cluster.aop/META-INF/jboss-aop.xml unique? Otherwise it will fall over when I switch to the MC based aop deployers since the name of the interceptor and the arraybind are mapped onto names of mc beans which need to be unique.

Something like the following shouild work:
...
  <interceptor name="pojocache-array" class="org.jboss.cache.pojo.interceptors.dynamic.ArrayInterceptor"/>
...
  <arraybind name="pojocache-array-bind" type="READ_WRITE">
     <interceptor-ref name="pojocache-array"/>
  </arraybind>

Cheers,

Kabir

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list