[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.
PeterJ
do-not-reply at jboss.com
Tue Apr 29 14:23:17 EDT 2008
Why don't you go with something simpler - get rid of the namespaces altogether:
<application>
| <display-name>JBoss Notebook ToDo Application</display-name>
| <description>JBoss Notebook ToDo Application</description>
| <module>
| <ejb>todo.jar</ejb>
| </module>
| <module>
| <web>
| <web-uri>todo.war</web-uri>
| <context-root>todo</context-root>
| </web>
| </module>
| </application>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147609#4147609
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147609
More information about the jboss-user
mailing list