Thank you so much Jesper, great work!
The stuff I mostly encountered was dependency issues that throw me for a loop /w InvocationTargetException. Long story short, the JCA connector is working in a remote Jboss 6 server. I ran stress tests on the new server and it seems to handle the heavy load just fine.
However, I am still puzzled by how I can monitor resource allocation related parameters: http://support.hyperic.com/display/EVO/JBoss+6.0+JCA+Connection+Pool+service
Min Connections | MinSize | none | UTILIZATION | false | 30 min |
Max Connections | MaxSize | none | UTILIZATION | false | 30 min |
Total Connections | ConnectionCount | none | UTILIZATION | false | 5 min |
Available Connections | AvailableConnectionCount | none | UTILIZATION | true | 5 min |
Active Connections | InUseConnectionCount | none | UTILIZATION | true | 5 min |
Connections Created | ConnectionCreatedCount | none | UTILIZATION | false | 10 min |
Connections Created per Minute | ConnectionCreatedCount1m | none | UTILIZATION | false | 10 min |
Connections Destroyed | ConnectionDestroyedCount | none | UTILIZATION | false | 10 min |
Connections Destroyed per Minute | ConnectionDestroyedCount1m | none | UTILIZATION | false | 10 min |
Availability | Availability | percentage | AVAILABILITY | true | 10 min |
I use the generated loggining.properties and put it in src/main/rar/META-INF/ironjacamar.xml, but server.log reveals no "iron.jacamar" related outputthat I can monitor allocations.
Sorry about the newbie questions in advance!