I'm facing the similar error

Here is my -aop.xml 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE aop PUBLIC "-//JBoss//DTD JBOSS AOP 1.0//EN" 
"http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd";>

        
          
                
        


Here is build xml portion using apoc


    
    
        
            
            
            
        
   

The classes to be instrumented are present in ${build.dir}/com/cft/ directory. 
I do not get any compile time error, but aop-report.xml gives following feedback

<?xml version="1.0" encoding="UTF-8"?>
<aop-report>
 <unbound-bindings>
  
 </unbound-bindings>
</aop-report>


Thanks in advance

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

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

Reply via email to