[jboss-jira] [JBoss JIRA] Commented: (JBAS-7614) Implementing PrefixDeploymentSorter feature in JBoss5.
Mike Clark (JIRA)
jira-events at lists.jboss.org
Mon Apr 19 11:56:49 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12526497#action_12526497 ]
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
More information about the jboss-jira
mailing list