Log in to follow, share, and participate in this community.
Thread SocketException from JBoss JDBCPool
SocketException from JBoss JDBCPoolHi guys, In our prod env, we get the following exception in JBoss logs. To prove that there is no network issue, we created a standalone utility to connect and query the very same DBs after every minute. That ...
IJ000457 error randomly every ~10 daysorg.springframework.jdbc.CannotGetJdbcConnectionException:Could not get JDBC Connection; nested exception is java.sql.SQLException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionR...
Thread "getConnection" returns a shared connection regardless of the sharable property in the resource reference and regardless of the connection request info
"getConnection" returns a shared connection regardless of the sharable property in the resource reference and regardless of the connection request info
Thread Deployment of Resource Adapter embedded in a War
Deployment of Resource Adapter embedded in a WarI have a need to bundle the reource adapter as part of my war. I am not able to get this working. Any Idea on what should I do. If I understand your answer correctly the resource adapter is deployed as a separat...
unwrapping WrapperDataSourceHi, I have a question regarding the unwrapping of WrapperDataSource. In the Tickets https://issues.jboss.org/browse/JBJCA-1065, the problem ist described. We would like to use the underlying datasource to open...
increase in open cursor (oracle11g)Hi We have just migrated to JBoss AS 7.1.1.Final. However we've been encountering an increase in open cursor. Do we need to update the jdbcadapter (current versio...
Thread No jndi binding using subsystem configuration instead of ironjacamar
No jndi binding using subsystem configuration instead of ironjacamarHi, Im trying to deploy a resource adapter. If I add a ironjacamar.xml the adapter gets deployed and registered to jndi without error. It also can be looked up with @Resource. So everything is fine. Bu...
Thread How use AsynchronousServerSocketChannel with JCA 1.6 ?
How use AsynchronousServerSocketChannel with JCA 1.6 ?Hello at all, I want to develop a AsynchronousServerSocketChannel with NIO.2 by using ThreadGroup with JCA 1.6. But I doesn't know how use AsynchronousChannelGroup with the javax.resource.spi.work.Work interfa...
Thread ResourceException: IJ000459: Transaction is not active
ResourceException: IJ000459: Transaction is not activeHi, we ran into a strange problem. When trying to persist one audited entity (which has refrerences to two other audited entities), after getting/selecting any two or more entities from DB, we get the followin...
Thread Is this the right project for a simple socket usecase?
Is this the right project for a simple socket usecase?Hi there, i stumbled over iron jacamar while searching for jca, but I'm not very familiar with jcaeither. I have a simple usecase: The j2ee web project I'm working on needs to connect to a tcp socket,...
Thread Does JBoss 7 support unshareable connections
Does JBoss 7 support unshareable connectionsI'm finding in practice, if I configure a connection factory to use res-sharing-scope "Unshareable", like so <resource-ref> <description>Default TopicFactory</description>...
LocalManagedConnectionFactory#matchManagedConnections performanceHI, I'm using jboss 7 with a plain old oracle datasource. (pool of 200 connections, all with the same username/password) Profiling shows that a lot of time is spent in the above method. It for instance calls...