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
Caused by: java.lang.NoClassDefFoundError: sun/reflect/ReflectionFactory
at deployment.financeiro-api.war//org.hotswap.agent.plugin.mybatis.proxy.ConfigurationProxy.proxy(ConfigurationProxy.java:89)
at deployment.financeiro-api.war//org.apache.ibatis.builder.xml.XMLConfigBuilder.(XMLConfigBuilder.java:92)
at deployment.financeiro-api.war//org.apache.ibatis.builder.xml.XMLConfigBuilder.(XMLConfigBuilder.java:82)
at deployment.financeiro-api.war//org.apache.ibatis.session.SqlSessionFactoryBuilder.build(SqlSessionFactoryBuilder.java:77)
at deployment.financeiro-api.war//org.apache.ibatis.session.SqlSessionFactoryBuilder.build(SqlSessionFactoryBuilder.java:64)
at deployment.financeiro-api.war//br.uel.ati.core.api.mybatis.SqlSessionFactoryProvider.produceFactory(SqlSessionFactoryProvider.java:27)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jboss.weld.core@3.1.2.Final-redhat-00001//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95)
... 110 more
The text was updated successfully, but these errors were encountered:
The error occur whenever I try to call a JAX-RS endpoint on Application A, using JAX-RS Client from Application B
The text was updated successfully, but these errors were encountered: