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 "Antoni Jakubiak (JIRA)" <ji...@apache.org> on 2007/05/15 16:02:16 UTC

[jira] Created: (AXIS2-2671) XMLPrettyPrinterExtension => off

XMLPrettyPrinterExtension => off
--------------------------------

                 Key: AXIS2-2671
                 URL: https://issues.apache.org/jira/browse/AXIS2-2671
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: codegen
    Affects Versions: 1.2
            Reporter: Antoni Jakubiak


I suggest to turn off XMLPrettyPrinterExtension in file:
./src/org/apache/axis2/wsdl/codegen/codegen-config.properties

For example in "service.xml" white spaces are not trimmed: 
  <parameter name="modifyUserWSDLPortAddress" locked="false">
    true</parameter>
"    true" is not equals "true"

When I turn off XMLPrettyPrinterExtension generated code works fine:
<parameter name="modifyUserWSDLPortAddress" locked="false">true</parameter>




-- 
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-2671) XMLPrettyPrinterExtension => off

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

Davanum Srinivas resolved AXIS2-2671.
-------------------------------------

    Resolution: Fixed

Antoni,

we are now using a better approach to prettifying xml files. as of svn revision 544869. Please try this and let us know if you see the problem.

thanks,
dims

> XMLPrettyPrinterExtension => off
> --------------------------------
>
>                 Key: AXIS2-2671
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2671
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: 1.2
>            Reporter: Antoni Jakubiak
>
> I suggest to turn off XMLPrettyPrinterExtension in file:
> ./src/org/apache/axis2/wsdl/codegen/codegen-config.properties
> For example in "service.xml" white spaces are not trimmed: 
>   <parameter name="modifyUserWSDLPortAddress" locked="false">
>     true</parameter>
> "    true" is not equals "true"
> When I turn off XMLPrettyPrinterExtension generated code works fine:
> <parameter name="modifyUserWSDLPortAddress" locked="false">true</parameter>

-- 
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