diff --git a/docs/reference/src/main/docbook/en-US/client.xml b/docs/reference/src/main/docbook/en-US/client.xml index a0156fb..14bf0b8 100755 --- a/docs/reference/src/main/docbook/en-US/client.xml +++ b/docs/reference/src/main/docbook/en-US/client.xml @@ -32,12 +32,12 @@ Sample JAX-RS annotated interface diff --git a/docs/reference/src/main/docbook/en-US/installation.xml b/docs/reference/src/main/docbook/en-US/installation.xml index 9049a98..8dde5ce 100755 --- a/docs/reference/src/main/docbook/en-US/installation.xml +++ b/docs/reference/src/main/docbook/en-US/installation.xml @@ -63,7 +63,7 @@ - These components registered by default if classpath scanning + These components are registered by default if classpath scanning of JAX-RS resources and providers is enabled (an empty javax.ws.rs.coreApplication is provided). @@ -72,7 +72,7 @@ public class MyApplication extends Application {}]]> Otherwise, if the Application's getClasses() method is overriden to select resources and providers explicitly, - SeamExceptionMapper must be selected as well. + add SeamExceptionMapper and TemplatingMessageBodyWriter.