[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2338) Review our SPI abstractions and interfaces

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Mar 4 05:00:22 EST 2009


     [ https://jira.jboss.org/jira/browse/JBWS-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-2338:
----------------------------------

    Fix Version/s: jbossws-native-3.2.0
                   jbossws-cxf-3.2.0
                   jbossws-metro-3.2.0
                       (was:  jbossws-native-3.1.1)


> Review our SPI abstractions and interfaces
> ------------------------------------------
>
>                 Key: JBWS-2338
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2338
>             Project: JBoss Web Services
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-metro, jbossws-native
>    Affects Versions: jbossws-native-3.0.4, jbossws-metro-3.0.4, jbossws-cxf-3.0.4
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: jbossws-native-3.2.0, jbossws-cxf-3.2.0, jbossws-metro-3.2.0
>
>
> Terminology:
> DA = Deployment Aspect
> Issues:
>  * WSFRuntime isn't good abstraction and should be removed from our SPI because it doesn't integrate with JBossAS deployers architecture very well
>    (it's issue is it depends on web container runtime which can be unavailable at AS start time (e.g. there can be multiple webservice archives in deploy directory that are started before web container is available)
>  * We moved some servlet dependent DAs to servlet lifecycle init()/destroy() methods. The problem of it is it executes DAs for whole deployment, not just particular deployed endpoint.
>    (IOW we execute the same DAs multiple times if there are more than one webservice endpoints in deployment. This need SPI review and repair)

-- 
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 jbossws-issues mailing list