Hi, 

I had the same issue and needed  to change my jboss-aop.xml from
<?xml version="1.0" encoding="UTF-8"?>
  | <!DOCTYPE aop PUBLIC
  |    "-//JBoss//DTD JBOSS AOP 1.0//EN"
  |    "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd";>
  | 
  | <aop>
  | ...
  | </aop>
To:
<?xml version="1.0" encoding="UTF-8"?>
  | <aop xmlns="urn:jboss:aop-beans:1.0">
  | ...
  | </aop>

Regards,

/Daniel

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

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

Reply via email to