Hi team, I'd like to understand whether EJBCA 7.x, 8.x can be deployed on JBoss EAP 8? Thanks
Not really. As I mentioned above the connection is good between JBoss and EJBCA DB. There's a line of code causing that issue Hi, I got same issue (timeout operation in JBoss). I checked and found that this piece of code (in EJBCA source) caused the issue (DatabaseIndexUtil.java) try (final ResultSet resultSetSchemas = databaseMetaData.getTables(null, null, null, null)){ ... } In JBoss, I checked the connection from datasource to DB was good.
Hi, has anyone got same issue and could resolve? Hi @anatom, could you help to give advice?
Hi, I got same issue (timeout operation in JBoss). I checked and found that this piece of code (in EJBCA source) caused the issue (DatabaseIndexUtil.java) try (final ResultSet resultSetSchemas = databaseMetaData.getTables(null, null, null, null)){ ... } In JBoss, I checked the connection from datasource to DB was good. EJBCA version: 6.15 and 7.4 JBoss 7.3 Oracle 19c Can anyone help to resolve this issue?
Hi, I got same issue (timeout operation in JBoss). I checked and found that this piece of code (in EJBCA source) cause the issue (DatabaseIndexUtil.java) try (final ResultSet resultSetSchemas = databaseMetaData.getTables(null, null, null, null)){ ... } In JBoss, I checked the connection from datasource to DB was good. EJBCA version: 6.15 and 7.4 JBoss 7.3 Oracle 19c Can anyone help to resolve this issue?