[jboss-dev-forums] [Design of JBossXB] - Re: JBoss XB on IBM VM

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Jun 23 12:38:27 EDT 2009


For the record, doing 

  | 	<introduction expr="has(* *->method())">
  | 		<interfaces>org.jboss.test.microcontainer.beans.IntroductionInterface</interfaces>
  | 	</introduction>
  | 
works and correctly sets

  |    @XmlAttribute(name="expr")
  |    public void setExpr(String expr)
  |    {
  |       this.expr = expr;
  |    }
  | 
in https://svn.jboss.org/repos/jbossas/projects/microcontainer/tags/2.0.6.GA/aop-mc-int/src/main/java/org/jboss/aop/microcontainer/beans/metadata/IntroductionBeanMetaDataFactory.java

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

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



More information about the jboss-dev-forums mailing list