Need help on Jboss EAP 7.1 with Oracle 19c Integration/Upgrate

Latest response

Hi Team,

Currently we are using the below configuration for Our Application setup.

Jboss EAP 7.1
Oracle 12c
ironjacamar-jdbc-1.4.6.Final.jar

with above configuration not faced any database connection and JDBC issues.

is Jboss EAP7.1 version support with Oracle19c?

we are facing the issue with Oracle 19c.

we are try to integrate Oracle 19c with Jboss EAP 7.1 server and below are the latest Jar's used and modules names.
oracle8.jar
oracle8.jar module name and standalone.xm changes with respect to oracle8.

Exception:" IJ031040: Connection is not associated with a managed connection: org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8@635471"
Below is the Exception Deetails:
but we are facing he below issue.
java.sql.SQLException: IJ031040: Connection is not associated with a managed connection: org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8@6354718, ErrorMessage -
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:321)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)

Responses