-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.6.0
-
Component/s: Page - Export / Import
-
3
Trying to export space to PDF or HTML format with remote API : String exportSpace(String token, String spaceKey, String exportType).
It works when a space does not contain any attachments. However, it fails when a space has attachments and getting this error:
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.springframework.transaction.UnexpectedRollbackException: Transaction has been rolled back because it has been marked as rollback-only
faultActor:
faultNode:
faultDetail:
{}faultData:<cause xmlns:ns2="http://lang.java" xsi:nil="true" xsi:type="ns2:Throwable"/><message xsi:type="xsd:string">Transaction has been rolled back because it has been marked as rollback-only</message>
{http://xml.apache.org/axis/}hostname:cw11
The problem does not occur when exporting space in XML format.
- is related to
-
CONFSERVER-5536 Space export created by remote API is different to that created using web UI
-
- Closed
-