[ 
https://issues.apache.org/jira/browse/CXF-4445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephane Jeandeaux updated CXF-4445:
------------------------------------

    Description: 
If i want initialize my provider, i use web.xml. 
But in code, you use the same splitter  (space) for class and properties. 

For example i write 
org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false 
attributesToElements=true). 
The servlet take 
"org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false" like 
Class to load. 

  was:If i want initialize my provider, i use web.xml. But in code, you use the 
same splitter  (space) for class and properties. For example i write 
org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false 
attributesToElements=true). The servlet take 
"org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false" like 
Class to load. 

    
> CXFNonSpringJaxrsServlet and initialization jaxrs.providers
> -----------------------------------------------------------
>
>                 Key: CXF-4445
>                 URL: https://issues.apache.org/jira/browse/CXF-4445
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.6.1
>            Reporter: Stephane Jeandeaux
>
> If i want initialize my provider, i use web.xml. 
> But in code, you use the same splitter  (space) for class and properties. 
> For example i write 
> org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false 
> attributesToElements=true). 
> The servlet take 
> "org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false" like 
> Class to load. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to