[jboss-user] [Microcontainer] - Re: property of type org.w3c.dom.Element

alesj do-not-reply at jboss.com
Wed Jan 10 05:49:52 EST 2007


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



More information about the jboss-user mailing list