You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2021/06/29 14:22:00 UTC

[jira] [Resolved] (TOMEE-3743) TomEEJsonbProvider not registered anymore as of TomEE 8.0.7? Causes failing REST-services.

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

Richard Zowalla resolved TOMEE-3743.
------------------------------------
    Fix Version/s: 9.0.0-M8
                   8.0.8
       Resolution: Fixed

This is fixed in the current master branch in version 8.0.8-SNAPSHOT.

Please report, if you experience any issues with it

You can give it a try via
    <repositories>        <repository>            <snapshots>                <enabled>true</enabled>            </snapshots>            <releases>                <enabled>false</enabled>            </releases>            <id>Apache Snapshots</id>            <url>https://repository.apache.org/content/repositories/snapshots</url>        </repository>    </repositories>

> TomEEJsonbProvider not registered anymore as of TomEE 8.0.7? Causes failing REST-services.
> ------------------------------------------------------------------------------------------
>
>                 Key: TOMEE-3743
>                 URL: https://issues.apache.org/jira/browse/TOMEE-3743
>             Project: TomEE
>          Issue Type: Bug
>          Components: TomEE Core Server
>    Affects Versions: 8.0.7
>            Reporter: Christoph Straßer
>            Priority: Critical
>             Fix For: 8.0.8, 9.0.0-M8
>
>
> Causes
> {code:java}
> SEVERE: No message body writer has been found for class XXX, ContentType: application/json{code}
> further details see [Tomee Upgrade causing failing test · Issue #149 · primefaces-extensions/primefaces-integration-tests (github.com)|https://github.com/primefaces-extensions/primefaces-integration-tests/issues/149]
> worked fine with 8.0.6



--
This message was sent by Atlassian Jira
(v8.3.4#803005)