Ok, well, it looks like I have found my problem, which I expect to be unique.
I was receiving this error message because I had a config file in my application's classpath called app.properties.ear. This was actually in an ejb-jar.jar file in the application ear file. JBoss seemed to get quite confused about that and thought it was a real ear file itself and could not find the META-INF/application.xml in it (of course, cause it was a simple text properties file.) Pity the error messages were note a bit more descriptive, as it references the application ear file as missing the application.xml, which it was not. Anyway, moral of the story is, watch your file extension names. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950934#3950934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950934 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
