[ 
https://issues.apache.org/jira/browse/TOMEE-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256970#comment-16256970
 ] 

Andre Rodrigues commented on TOMEE-1825:
----------------------------------------

Thank you Ramain Manni-Bucau.

The problem was that TomEE 7.0.3 uses Johnzon version 1.0.0 and I was using 
version 1.1.4.
So, I did the following:
1) I removed johnzon-*-1.0.0.jar files from TomEE libs dir;
2) I copied johnzon-*-1.1.4.jar, geronimo-jsonb_1.0_spec-1.0.jar and 
geronimo-json_1.1_spec-1.0.jar to TomEE libs dir.

After that every thing worked, except the new attribute 'deduplicateObjects'... 
and I think that's beacuse the method 'setDeduplicateObjects' in 
'ConfigurableJohnzonProvider' should return 'void' insted of 'MapperBuilder'. 
Am I corret?

Thanks very much.


> allow to configure converters for johnzon jaxrs provider
> --------------------------------------------------------
>
>                 Key: TOMEE-1825
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1825
>             Project: TomEE
>          Issue Type: Improvement
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.1
>
>
> org.apache.openejb.server.cxf.rs.johnzon.TomEEConfigurableJohnzon extends 
> johnzon one and has converter (single), converters (collection:$ref1,$ref2) 
> an adapter/adatpers setters



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to