Re: [appfuse-user] Same error from security.xml

2007-05-12 Thread Matt Raible
Does this error happen when you run "mvn jetty:run-war". You should be able to use "mvn install -Dcargo.wait=true" and it'll deploy your app in Tomcat using Cargo. When it's ready, you'll see a message in your console that says "use Ctrl+C to cancel". It's strange that you're getting these XML

Re: [appfuse-user] Same error from security.xml

2007-05-12 Thread nmall
Hi, I am still trying to run on Tomcat by running hte project as mvn -e tomcat:run-war. It uses tomcat 5.5 ( I have tomcat-maven-plugin). I haven't changed my JDK but not sure what JDK tomcat is using. I don't have another machine to test on - do you want me test it on a clean new environment

Re: [appfuse-user] Same error from security.xml

2007-05-12 Thread Matt Raible
Are you still using Tomcat? Did you change your JDK? When does this happen - when running tests? Does it happen if you test everything on another machine? Matt On 5/12/07, nmall <[EMAIL PROTECTED]> wrote: Hi, I got rid of this error in applicationContext-resources.xml by changing the head

[appfuse-user] Same error from security.xml

2007-05-11 Thread nmall
Hi, I got rid of this error in applicationContext-resources.xml by changing the header to http://www.springframework.org/dtd/spring-beans.dtd";> However, I am getting the same error from security.xml and if I simplify it to the above there, it fails with aop:config required. So it seems I have