[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment error in JBOSS 5. DeploymentException

beve do-not-reply at jboss.com
Wed Mar 11 06:45:57 EDT 2009


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



More information about the jboss-user mailing list