You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adrian Crum (JIRA)" <ji...@apache.org> on 2009/06/22 05:12:07 UTC

[jira] Commented: (OFBIZ-2532) Deprecated warning for xerces

    [ https://issues.apache.org/jira/browse/OFBIZ-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722460#action_12722460 ] 

Adrian Crum commented on OFBIZ-2532:
------------------------------------

That's not the fix I had in mind. There is nothing in UtilXml.java that needs to be changed. It's the applications that need to be changed.

Any applications that use the deprecated Xerces classes should use the new UtilXml JAXP TrAX methods or DOM 3 methods.

I will not commit any patch that modifies UtilXml - there is nothing wrong with it. The deprecation warnings it generates are expected and intentional. Once all applications have been converted, and there is time for the user base to update their code, THEN we can change UtilXml.java.




> Deprecated warning for xerces
> -----------------------------
>
>                 Key: OFBIZ-2532
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2532
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>            Reporter: Harmeet Bedi
>            Assignee: Adrian Crum
>             Fix For: SVN trunk
>
>         Attachments: CCPaymentServices.java.diff, UtilXml.diff
>
>
> Build looks ugly with these. 
> 2 spots are CCPaymentServices and UtilXml
> Attaching svn diff patch for those.

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