Versions Compared

Key

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

h1. Notes

h2. CXF dependencies
{code}
Table of Contents

Notes

CXF dependencies

Code Block
<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

Code Block
{code}

VS

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

Candidates for removal or revision

{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

...

For the discussion





h2. For the discussion

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

...



h3. Exceptions handling

...



they are not part of the WSDL

...

Other



h2. Other

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}" />