You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Juan Manuel CABRERA (JIRA)" <ji...@apache.org> on 2014/07/01 11:06:24 UTC

[jira] [Created] (TOMEE-1264) Doc issue with "cxf.jaxrs.providers"

Juan Manuel CABRERA created TOMEE-1264:
------------------------------------------

             Summary: 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)