[jboss-user] [JBossCache] - Re: PojoCache with Compile Time Weaving on JBoss 4.2.0 ?

jason.greene@jboss.com do-not-reply at jboss.com
Tue Jul 17 14:04:44 EDT 2007


You could also make them compatible by adding the following to your compile time aop config:


  |    <introduction class="@org.jboss.cache.aop.annotation.PojoCacheable">
  |       <mixin>
  |          <interfaces>org.jboss.aspects.patterns.observable.Subject</interfaces>
  |          <class>org.jboss.aspects.patterns.observable.SubjectImpl</class>
  |          <construction>new org.jboss.aspects.patterns.observable.SubjectImpl(this)</construction>
  |       </mixin>
  |    </introduction>
  | 

-Jason

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065098#4065098

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065098



More information about the jboss-user mailing list