You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Steffen Rumpf (JIRA)" <ji...@apache.org> on 2008/10/06 18:21:07 UTC

[jira] Created: (SM-1613) Configuration of Xerces (SourceTransformer)

Configuration of Xerces (SourceTransformer)
-------------------------------------------

                 Key: SM-1613
                 URL: https://issues.apache.org/activemq/browse/SM-1613
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-core
    Affects Versions: 3.2.2
            Reporter: Steffen Rumpf
            Priority: Minor


Like descriped in http://www.nabble.com/Problem-with-SourceTransformer-tt19741425ef12049.html#a19840830 it would be a nice feature if it could be possible to configure the SourceTransformer. In my usecase he tried to load a dtd, which was not accessible at that point, so I was searching for a possibility to set parameters of the xerces parser. Setting a system property at this point doesn't solve the problem.

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


[jira] Resolved: (SM-1613) Configuration of Xerces (SourceTransformer)

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-1613.
--------------------------------------

    Resolution: Fixed

In utils trunk, I have add a property org.apache.servicemix.default.validating-dtd (set to true by default).

It means that you can now define -Dorg.apache.servicemix.default.validating-dtd=false to avoid external DTD validation.

> Configuration of Xerces (SourceTransformer)
> -------------------------------------------
>
>                 Key: SM-1613
>                 URL: https://issues.apache.org/activemq/browse/SM-1613
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.2.2
>            Reporter: Steffen Rumpf
>            Priority: Minor
>
> Like descriped in http://www.nabble.com/Problem-with-SourceTransformer-tt19741425ef12049.html#a19840830 it would be a nice feature if it could be possible to configure the SourceTransformer. In my usecase he tried to load a dtd, which was not accessible at that point, so I was searching for a possibility to set parameters of the xerces parser. Setting a system property at this point doesn't solve the problem.

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