[jboss-dev-forums] [Design of JBoss jBPM] - Re: MessageService and JMS
mteira
do-not-reply at jboss.com
Tue Oct 3 07:14:31 EDT 2006
Hello again.
After some time dedicated to other projects, I'm back trying to setup a working jbpm.ear. I'm hitting the same problem having JBoss complaining about:
<module>
| <war>jbpm-console.war</war>
| </module>
|
Looking at the file:
http://java.sun.com/dtd/application_1_3.dtd
I understand that the only allowed childs for module are connector, ejb, java or web, from the line:
<!ELEMENT module ((connector | ejb | java | web), alt-dd?)>
I have not ever found examples of that 'war' tag usage, neither in the application 1.4 dtd.
So, where could I find any reference to that tag ?
Regards.
BTW: It seems that jboss.wiki.org is down so the 'ant package' target in jpdl/dist is not working fine, as it tries:
<get src="http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmDbCompatibility"
| dest="target/jbpm-jpdl/db/compatibility.html" />
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975709#3975709
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975709
More information about the jboss-dev-forums
mailing list