What about if you try something like this:

  |          <parameter><![CDATA[
  |              <aop>
  |                           <aspect name="mainDeployer" 
class="org.jboss.profileservice.aop.MainDeployerAspect"/>
  |                                        <bind pointcut="execution(* 
$instanceof{org.jboss.deployers.spi.deployment.MainDeployer}->process(..))">
  |                                   <advice name="process" 
aspect="mainDeployer"/>
  |                                </bind>
  |                                     <aspect name="persist" 
class="org.jboss.profileservice.aop.PersistAspect"/>
  |                                     <bind pointcut="execution(* 
$instanceof{org.jboss.managed.api.ManagedProperty}->setValue(..))">
  |                                   <advice name="setValue" 
aspect="persist"/>                                                              
   
  |                                </bind>
  |                             </aop>]]>
  |           </parameter>
  | 

with '<![CDATA['.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999836
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to