You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/09/13 23:26:32 UTC

[jira] Resolved: (WSCOMMONS-251) Quick Change to OMStaXWrapper Close

     [ https://issues.apache.org/jira/browse/WSCOMMONS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rich Scheuerle resolved WSCOMMONS-251.
--------------------------------------

    Resolution: Fixed

Committed 575462

> Quick Change to OMStaXWrapper Close
> -----------------------------------
>
>                 Key: WSCOMMONS-251
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-251
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Rich Scheuerle
>            Assignee: Rich Scheuerle
>            Priority: Minor
>
> Ann Robinson found a bug with the close method.
> Here is her fix, which I will commit after testing:
> @@ -766,7 +766,7 @@
>          } else {
>              if (parser != null) {
>                  try {
> -                    if (_isClosed) {
> +                    if (!isClosed()) {
>                          parser.close();
>                      }

-- 
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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org