Migration from JBoss to JBoss EAP 7.2.0.GA Gives Error with CICS JCA Connectivity

谁说我不能喝 提交于 2021-02-11 13:02:04

问题


My system is connecting CICS Mainframe system on JBoss 5 (Java 6) using ibmjsse jar.

As part of the migration to JBOSS 7.2.0 (Java7 or Java8 both) I am getting below error. Can anyone advice what could be the root cause"

Operation ("deploy") failed - address: ([("deployment" => "j2cf.ear")]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.ConnectionFactory"], "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.j2cf.j2cf.env.jboss.ConnectionFactory is missing [jboss.naming.context.java.jboss.ConnectionFactory]"] }

WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.naming.context.java.jboss.ConnectionFactory (missing) dependents: [service jboss.naming.context.java.module.j2cf.j2cf.env.jboss.ConnectionFactory] WFLYCTL0448: 40 additional services are down due to their dependencies being missing or failed

previously I was getting an error of equal and hashocde something like below :

A ResourceAdapter must implement a "public int hashCode()" method. which i fixed with disabling the JCA validation using below link

CXF JCA Connector in JBOSS 7.1 (or 6.1) not supported?

I have also checked my class which implements ManagedConnectionFactory have proper implementation of equal and hashcode .

I did not find any entry in my standalone or anywhere in my project for below jboss.naming.context.java.module.j2cf.j2cf.env.jboss.ConnectionFactory

Can anyone please help. I am stuck with the same issue in last 3 days

来源:https://stackoverflow.com/questions/63402991/migration-from-jboss-to-jboss-eap-7-2-0-ga-gives-error-with-cics-jca-connectivit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!