[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Module Order Proprietary Option Backward Compatibility Issue
richard.opalka@jboss.com
do-not-reply at jboss.com
Thu Feb 7 08:08:22 EST 2008
Hi folks,
I was asked by Dimitris to initiate this forum thread. The problem I'd like to talk about is described here:
http://jira.jboss.com/jira/browse/JBAS-5115
In short:
I've got correct AS 4.x DD with the following content:
<?xml version='1.0' encoding='UTF-8' ?>
|
| <!DOCTYPE jboss-app
| PUBLIC "-//JBoss//DTD J2EE Application 1.4//EN"
| "http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd">
|
| <jboss-app>
| <module-order>strict</module-order>
| </jboss-app>
|
Archive with such jboss-app.xml file works very well on AS 4.x but fails on AS 5.x with the exception (available in aforementioned bug). From my point of view it's backward compatibility issue.
Scott Stark in this thread:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127984
writes:
anonymous wrote : It should at least parse and produce a warning if the behavior is not supported.
What do you think about it folks?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127369#4127369
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127369
More information about the jboss-dev-forums
mailing list