Kabir, I need the jdk5 aop deployer in the repository to integrate with
the installer for the ejb3 config. A component-info.xml like the
following is working with my installer testing:
 
 
<project name="jboss-aop-component-info">
 
   <component id="jboss/aop"
      licenseType="lgpl"
      version="1.5.0-snapshot"
      projectHome="http://www.jboss.org/products/aop";
      description="JBoss Aspect Oriented Programming">
 
      <artifact id="jboss-aop.jar"/>
      <artifact id="jboss-aop-jdk50.jar"/>
      <artifact id="pluggable-instrumentor.jar"/>
      <artifact id="jdk14-pluggable-instrumentor.jar"/>
      <artifact id="jboss-aop-jdk50-client.jar"/>
      <artifact id="jrockit-pluggable-instrumentor.jar"/>
      <artifact id="common-softvaluehashmap.jar"/>
      <artifact id="jboss-aop-jdk50.deployer" type="sar" />
 
      <import componentref="javassist">
         <compatible version="3.2.0.CR1"/>
      </import>
      <export>
         <include input="jboss-aop.jar"/>
         <include input="jboss-aop-jdk50.jar"/>
         <include input="pluggable-instrumentor.jar"/>
         <include input="jdk14-pluggable-instrumentor.jar"/>
         <include input="jboss-aop-jdk50-client.jar"/>
         <include input="jrockit-pluggable-instrumentor.jar"/>
         <include input="common-softvaluehashmap.jar"/>
      </export>
   </component>
 
</project>

The deployer is not part of the aop library classpath because the
deployer is not declared in the export list.

xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
VP Architecture & Technology
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxxxxxx 
 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to