One thing I discovered, and you can tell me if this is your problem: Inside your helloworld.ear create a /META-INF dir. In it, create a file, "application.xml" and put this in it:
<?xml version="1.0" encoding="UTF-8"?> | <application> | <display-name>HelloWorld War</display-name> | <module> | <web> | <web-uri>helloworld.war</web-uri> | </web> | </module> | </application> I had to do this for xwiki to work and was receiving the same error. I looked at Thomas' forums deployment for help. If that works, then I will add that to the docs as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864442#3864442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864442 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
