[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1358) CTS: JAXWSDeployerJSE has hard-coded relativeOrder

Thomas Diesler (JIRA) jira-events at jboss.com
Wed Nov 15 15:43:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBWS-1358?page=all ]

Thomas Diesler updated JBWS-1358:
---------------------------------

        Fix Version/s:  jbossws-2.0.0.CR2
    Affects Version/s:     (was:  jbossws-2.0.0.CR2)

> CTS: JAXWSDeployerJSE has hard-coded relativeOrder
> --------------------------------------------------
>
>                 Key: JBWS-1358
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1358
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jaxws
>            Reporter: Scott M Stark
>         Assigned To: Jason T. Greene
>             Fix For:  jbossws-2.0.0.CR2
>
>
> The JAXWSDeployerJSE currently has a hard-coded relative order value:
>    // The default relative order after the JBossWebAppParsingDeployer
>    public int getRelativeOrder()
>    {
>       return PARSER_DEPLOYER + 3;
>    }
> This needs to be changed to:
>    public JAXWSDeployerJSE()
>    {
>       // Set the default relative order
>       setRelativeOrder(...);
>    }
> The PARSER_DEPLOYER + 3 as a default is also incorrect, but just allowing the relativeOrder to be externalized is enough for now.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list