[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2376) Fix deployment macros

Richard Opalka (JIRA) jira-events at lists.jboss.org
Thu Nov 13 10:49:36 EST 2008


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

Richard Opalka updated JBWS-2376:
---------------------------------

    JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145502


> Fix deployment macros
> ---------------------
>
>                 Key: JBWS-2376
>                 URL: https://jira.jboss.org/jira/browse/JBWS-2376
>             Project: JBoss Web Services
>          Issue Type: Bug
>      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
>
> Currently we use the following form of include in patternsets:
>   <patternset id="jbossws.client.patternset">
>     <include name="**/FastInfoset.jar"/>
>     ...
>   </patternset>
> This approach is error prone. We should include more specific artifacts,
> e.g.:
>   <patternset id="jbossws.client.patternset">
>     <include name="**/maven/group/id//FastInfoset.jar"/>
>     ...
>   </patternset>
> This applies mainly to JBossAS thirdparty directory (where stack specific macro is reused).

-- 
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