You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sean O'Callaghan (JIRA)" <ji...@apache.org> on 2008/12/19 12:47:44 UTC

[jira] Created: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Remove NodeLists from souirce as they are thread unsafe.
--------------------------------------------------------

                 Key: CXF-1952
                 URL: https://issues.apache.org/jira/browse/CXF-1952
             Project: CXF
          Issue Type: Improvement
            Reporter: Sean O'Callaghan
            Assignee: Sean O'Callaghan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan resolved CXF-1952.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2

> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>             Fix For: 2.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661983#action_12661983 ] 

Sean O'Callaghan commented on CXF-1952:
---------------------------------------

Modified:

cxf/trunk/common/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java
cxf/trunk/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.java
cxf/trunk/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/spring/JMSConduitBeanDefinitionParser.java
cxf/trunk/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/spring/JMSDestinationBeanDefinitionParser.java
cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customization/CustomizationParser.java


> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean O'Callaghan closed CXF-1952.
---------------------------------


> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>             Fix For: 2.2
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661560#action_12661560 ] 

Sean O'Callaghan commented on CXF-1952:
---------------------------------------

Files affected:

distribution/src/main/release/samples/jaxws_dispatch_provider/src/demo/hwDispatch/client/Client.java

rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/spring/JettyHTTPServerEngineBeanDefinitionParser.java
rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/soap/MAPCodec.java
rt/ws/addr/src/test/java/org/apache/cxf/ws/addressing/soap/MAPCodecTest.java
rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/PolicyFeatureBeanDefinitionParser.java


> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661981#action_12661981 ] 

Sean O'Callaghan commented on CXF-1952:
---------------------------------------

Modified:
    cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/Form.java
    cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/Option.java
    cxf/trunk/tools/common/src/main/java/org/apache/cxf/tools/common/toolspec/parser/OptionGroup.java


> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660798#action_12660798 ] 

Sean O'Callaghan commented on CXF-1952:
---------------------------------------

also:

ReadHeaderInterceptorTest.java
and 
CustomizationParser.java


> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-1952) Remove NodeLists from souirce as they are thread unsafe.

Posted by "Sean O'Callaghan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660772#action_12660772 ] 

Sean O'Callaghan commented on CXF-1952:
---------------------------------------

Removed another reference to NodeList from JsSimpleDomNode.java

> Remove NodeLists from souirce as they are thread unsafe.
> --------------------------------------------------------
>
>                 Key: CXF-1952
>                 URL: https://issues.apache.org/jira/browse/CXF-1952
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Sean O'Callaghan
>            Assignee: Sean O'Callaghan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.