You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/02/05 21:32:05 UTC

[jira] Created: (AXIS2-2114) JAX-WS JAXBUtils Pooling Problems

JAX-WS JAXBUtils Pooling Problems
---------------------------------

                 Key: AXIS2-2114
                 URL: https://issues.apache.org/jira/browse/AXIS2-2114
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle


The JAXWS engine uses a pool contained in JAXBUtils to get JAXBContext objects.

The JAXBContext objects are pooled using a key that is a Set of package names.

There are a couple minor changes that I am making to this code to improve quality and performance.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2114) JAX-WS JAXBUtils Pooling Problems

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved AXIS2-2114.
-----------------------------------

    Resolution: Fixed

Committed revision 503860.

> JAX-WS JAXBUtils Pooling Problems
> ---------------------------------
>
>                 Key: AXIS2-2114
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2114
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> The JAXWS engine uses a pool contained in JAXBUtils to get JAXBContext objects.
> The JAXBContext objects are pooled using a key that is a Set of package names.
> There are a couple minor changes that I am making to this code to improve quality and performance.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2114) JAX-WS JAXBUtils Pooling Problems

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle updated AXIS2-2114:
----------------------------------

    Attachment: patch.txt

The patch contains the following minor changes:
   1) Uses a TreeSet<String> instead of Set<String> so that we have a greater predictability over how JAXBContext processes the packages. 
   2) JAXBUtils was improperly putting JAXBUnmarshaller objects in a pool even though pooling of such objects is currently disabled.
   3) Added a small test.

> JAX-WS JAXBUtils Pooling Problems
> ---------------------------------
>
>                 Key: AXIS2-2114
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2114
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>         Attachments: patch.txt
>
>
> The JAXWS engine uses a pool contained in JAXBUtils to get JAXBContext objects.
> The JAXBContext objects are pooled using a key that is a Set of package names.
> There are a couple minor changes that I am making to this code to improve quality and performance.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2114) JAX-WS JAXBUtils Pooling Problems

Posted by "Rich Scheuerle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle reassigned AXIS2-2114:
-------------------------------------

    Assignee: Rich Scheuerle

> JAX-WS JAXBUtils Pooling Problems
> ---------------------------------
>
>                 Key: AXIS2-2114
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2114
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Rich Scheuerle
>         Assigned To: Rich Scheuerle
>
> The JAXWS engine uses a pool contained in JAXBUtils to get JAXBContext objects.
> The JAXBContext objects are pooled using a key that is a Set of package names.
> There are a couple minor changes that I am making to this code to improve quality and performance.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org