You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Notes

CXF dependencies

<dependency>
	<groupId>org.apache.cxf</groupId>
	<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
	<groupId>org.apache.cxf</groupId>
	<artifactId>cxf-rt-transports-http</artifactId>
	<version>${cxf.version}</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
	<groupId>org.apache.cxf</groupId>
	<artifactId>cxf-rt-transports-http-jetty</artifactId>
	<version>${cxf.version}</version>
</dependency>

VS

<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-bundle</artifactId>
   <version>2.4.0</version>
</dependency>

Candidates for removal or revision

ReadOnlyContext.getSoapContext()

*.wsdd

org.fcrepo.server.utilities.TypeUtility.convertValidationToGenValidation()

org.fcrepo.server.utilities.TypeUtility.convertRelsTupleToGenRelsTuple

org.fcrepo.server.utilities.TypeUtility.convertDatastreamToGenDatastream

For the discussion

@StreamingAttachment(parseEagerly = true, memoryThreshold = 40000L)

Exceptions handling

they are not part of the WSDL

Other

org.fcrepo.server.storage.types.Datastream  fields should have getters

  • No labels