[
https://issues.apache.org/jira/browse/TOMEE-1264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048670#comment-14048670
]
Jean-Louis MONTEIRO commented on TOMEE-1264:
--------------------------------------------
Humm, we have tests for that and checking the code, we have trim() so that
should work properly.
Can you validate with the latest SNAPSHOT please or provide a test?
Thanks
JLouis
> Doc issue with "cxf.jaxrs.providers"
> ------------------------------------
>
> Key: TOMEE-1264
> URL: https://issues.apache.org/jira/browse/TOMEE-1264
> Project: TomEE
> Issue Type: Documentation
> Affects Versions: 1.6.0
> Reporter: Juan Manuel CABRERA
>
> On the [refcard|http://tomee.apache.org/refcard/refcard.html] the property
> {{cxf.jaxrs.providers}} reads as follow:
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <openejb-jar xmlns="http://www.openejb.org/openejb-jar/1.1">
> <!--
> class-name has to be the JAXRS application name
> or this one if no Application is defined
> -->
> <pojo-deployment class-name="jaxrs-application">
> <properties>
> cxf.jaxrs.providers = org.foo.BarProvider, id1
> </properties>
> </pojo-deployment>
> </openejb-jar>
> {code}
> But defining the value with surrounding spaces, it does not work.
> Either there is a {{.trim()}} missing somewhere, or you should fix the
> documentation.
> Regards,
> Juan Manuel
--
This message was sent by Atlassian JIRA
(v6.2#6252)