IronJacamar is an implementation of the Java EE Connector Architecture specification and is bundled with WildFly and JBoss distributions.
Questions tagged [ironjacamar]
7 questions
8
votes
1 answer
Dump leak connections in WildFly
I am trying to dump leaked connections managed by a MySQL Data Source in WildFly 10.1, but I am not able to find the leak file or the leak dump.
Why is the leaks.txt file not being generated? And also, where should I look for the file?
Procedure
I…

Evandro Pomatti
- 13,341
- 16
- 97
- 165
2
votes
2 answers
Dynamically creatable Resource Adapter
Our currently implemented JCA TCP/IP adapter needs to be re-evaluated and a new but important requirement got passed to me by project leads.
It is required to add new TCP connections and start them without restarting the server. ( Additionally…

Nico
- 1,727
- 1
- 24
- 42
1
vote
1 answer
Ironjacamar deployment attribute
I have a very large app which I'm trying to port to wildfly 12 from jboss 5. I know very little about the app.
At present I'm seeing this error in the wildfly logs
07:37:49,040 ERROR
…

john
- 85,011
- 4
- 57
- 81
1
vote
1 answer
Failed to link a MDB to an inbound resource adapter on Wildfly 10.x - deployment failed
I progammed an simple tcp inbound resource adapter (RA) as an example project on github and deployed it successful to wildfly 10.x with standalone-full configuration. The message listener TcpMessageListener interface is located in the RA and defined…

Jochen Buchholz
- 370
- 1
- 16
0
votes
0 answers
Byteman and JBoss Module
I'm not able with byteman 4.0.15 and JBoss EAP 7.3 to have an helper class in order to get connection from IronJacamar module, I've encountered a NoClassDefFoundException when my helper class try to get it.
here the btm, I've added IMPORT with the…
0
votes
1 answer
How to integrate Ironjacamar with Spring Boot
The end goal is to have a Spring Boot app that works with an XA transaction coordinator, in particular that coordinator would be Narayana.
We think that since Wildfly uses IronJacamar, Spring Boot could use it too.
Where can we find examples of…

Inquisitor Shm
- 1,433
- 5
- 17
- 26
0
votes
1 answer
What is the connection pool library use by JBoss 6.4 EAP?
I understand previous JBoss versions used DBCP, but I don't find a specific reference to which library and version use JBoss EAP 6.4.
Edit: I found references of uses of ironjacamar as mentioned by @ehsavoi here. But I saw this disclaimer:
"This…

JuanMoreno
- 2,498
- 1
- 25
- 34