You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is smallrye-reactive-messaging-jackson.jar missing /META-INF/beans.xml file? I get the following error when I use
smallrye-reactive-messaging-jms:4.10.0 and smallrye-reactive-messaging-jackson:4.10.0
ERROR [io.sma.rea.mes.jms] (executor-thread-1) SRMSG15800: Unable to send message to JMS: java.lang.NullPointerException: Cannot invoke "io.smallrye.reactive.messaging.json.JsonMapping.toJson(Object)" because "this.jsonMapping" is null
The text was updated successfully, but these errors were encountered:
am-tribia
changed the title
Why is smallrye-reactive-messaging-jackson.jar missing /META-INF/beans.xml file? I get the following error when I use
smallrye-reactive-messaging-jackson.jar missing /META-INF/beans.xml file
Sep 28, 2023
Why is smallrye-reactive-messaging-jackson.jar missing /META-INF/beans.xml file? I get the following error when I use
smallrye-reactive-messaging-jms:4.10.0 and smallrye-reactive-messaging-jackson:4.10.0
ERROR [io.sma.rea.mes.jms] (executor-thread-1) SRMSG15800: Unable to send message to JMS: java.lang.NullPointerException: Cannot invoke "io.smallrye.reactive.messaging.json.JsonMapping.toJson(Object)" because "this.jsonMapping" is null
Originally posted by @am-tribia in #2272 (comment)
The text was updated successfully, but these errors were encountered: