Defect #8593
closed[REST API] getIssues() or getIssueById() fails and raise an MarshalException
0%
Description
Hi,
I'm having trouble fetching issues with the Redmine API in java.
I already contacted the planio support but they advised me to talk directly to you.
https://rocket.plan.io/track/18510/9d8f212826b5ae6fff71fcfb873ce09e
There you would find the stack trace I get when I run a basic code also included there.
They think the crash is related to the customs fields no being properly escaped.
I tried the pre-compiled version (1.0.8) from https://code.google.com/p/redmine-java-api and then I compiled the latest version (1.1.0)
If you need anything, tell me.
Thanks in advance
Files
Updated by Etienne Massip almost 14 years ago
- File issue_xml_validation.png issue_xml_validation.png added
- Status changed from New to Closed
- Resolution set to Invalid
According to W3 validator, the issue XML is ok :
Redmine-java-api is using Castor OXML mapping, guess this is what is actually failing, check http://code.google.com/p/redmine-java-api/issues/list or please report the issue here.