[
https://jira.jboss.org/jira/browse/JBAS-7614?page=com.atlassian.jira.plug...
]
Mike Clark commented on JBAS-7614:
----------------------------------
Another workaround is to configure the use of the LegacyPrefixDeploymentContextComparator
in the deployers/ear-deployer-jboss-beans.xml. The comparatorClassName property
determines what class name is used and is set to the LegacyDeploymentContextComparator by
default (leading to the error.). So, with the change, it would look like:
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<bean name="EARStructureDeployer"
class="org.jboss.deployment.EARStructure">
<property
name="comparatorClassName">org.jboss.system.deployers.LegacyPrefixDeploymentContextComparator</property>
...
Implementing PrefixDeploymentSorter feature in JBoss5.
------------------------------------------------------
Key: JBAS-7614
URL:
https://jira.jboss.org/jira/browse/JBAS-7614
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Deployers
Affects Versions: JBossAS-5.0.1.GA, JBossAS-5.1.0.GA
Reporter: Vicky Kak
Assignee: Mike Clark
Fix For: JBossAS-6.0.0.M2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira