[
https://issues.apache.org/jira/browse/ABDERA-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James M Snell resolved ABDERA-131.
----------------------------------
Resolution: Fixed
Fix Version/s: 0.4.0
Fix checked in. Give it a try. In my tests, I was able to successfully set
both the prettyxml and json writers as the default
> Unable to override the default writer using abdera.properties
> -------------------------------------------------------------
>
> Key: ABDERA-131
> URL: https://issues.apache.org/jira/browse/ABDERA-131
> Project: Abdera
> Issue Type: Bug
> Affects Versions: 0.4.0
> Reporter: Jim Ancona
> Fix For: 0.4.0
>
> Attachments: AbderaPropertiesBug.patch
>
>
> I want to use PrettyWriter as the defalt writer for my app, so I created an
> abdera.properties file for my app consisting of the following line:
> org.apache.abdera.writer.Writer=org.apache.abdera.parser.stax.util.PrettyWriter
> The problem seems to reside in ServiceUril, but the code is quite convoluted,
> and I couldn't discern how it is supposed to work. I have created a unit test
> which demonstrates the problem, which I believe affects any attempt to
> override default classes using abdera.properties.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.