[
https://issues.apache.org/jira/browse/CMIS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826694#comment-13826694
]
Tim Webster edited comment on CMIS-595 at 11/19/13 5:20 PM:
I go
[
https://issues.apache.org/jira/browse/CMIS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826694#comment-13826694
]
Tim Webster commented on CMIS-595:
--
I got this to work in Weblogic 12.1.1 by reverting back
Hi Uwe,
The current code base (in trunk) does not do eager parsing.
- Florian
Hi Florian,
I investigated the streaming issue a bit and found that
"parseEagerly=true" in the JAX-WS annotation
@StreamingAttachment(parseEagerly = true, memoryThreshold = 4 * 1024
* 1204)
which is applied t
Hi Florian,
I investigated the streaming issue a bit and found that "parseEagerly=true" in
the JAX-WS annotation
@StreamingAttachment(parseEagerly = true, memoryThreshold = 4 * 1024 *
1204)
which is applied to OpenCMIS' ObjectService and VersioningService breaks
streaming.
Setting it
Hi Rich,
Jeff is right. The release packages must include at least a LICENSE and
a NOTICE file. A README file would be nice.
Grab a recent OpenCMIS release package, copy the LICENSE file and
modify the NOTICE file.
We also need hashes for release packages and they must be signed.
Florian