Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Notes

CXF dependencies

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

VS

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

h2. Candidates for removal or revision

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

...

and

...

perhaps

...

they

...

should

...

be

...

(

...

https://jira.duraspace.org/browse/FCREPO-52

...

)

...

Other

https://jira.duraspace.org/browse/FCREPO-728

...

  deprecation of attribute "force"

...

in

...

API-

...

org.fcrepo.server.storage.types.Datastream

...

 fields should have getters

in security.xml

...

(installer)

Code Block



&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

...

  ??