Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{toc}

h1. Notes

h2. CXF dependencies
{code}
<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>
{code}

VS

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

h2. 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



h2. For the discussion

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

h3. Exceptions handling

they are not part of the WSDL and perhaps they should be ([https://jira.duraspace.org/browse/FCREPO-52|https://jira.duraspace.org/browse/FCREPO-52])

h2. Other

[https://jira.duraspace.org/browse/FCREPO-728|https://jira.duraspace.org/browse/FCREPO-728]&nbsp; deprecation of attribute "force" in API-M&nbsp;


org.fcrepo.server.storage.types.Datastream &nbsp;fields should have getters

in security.xml (installer)

&nbsp; &nbsp; &nbsp; &nbsp; <security:intercept-url pattern="/management/getNextPID"
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; access="${security.ssl.api.management}" />
&nbsp; &nbsp; &nbsp; &nbsp; <security:intercept-url pattern="/management/getNextPID"

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; access="${security.ssl.api.management}" />

[https://jira.duraspace.org/browse/FCREPO-16|https://jira.duraspace.org/browse/FCREPO-16]&nbsp; ??