• SocketException from JBoss JDBCPool

    Hi 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 ...
    Profile Photo
    last modified by abbassabidi
  • IJ000457 error randomly every ~10 days

    org.springframework.jdbc.CannotGetJdbcConnectionException:Could not get JDBC Connection; nested exception is java.sql.SQLException: javax.resource.ResourceException: IJ000457: Unchecked throwable in managedConnectionR...
    Profile Photo
    last modified by dlmiles
  • Cassandra datasource in AS 7.1.1 - incompactibility between JBOSS and Cassandra JDBC driver

    Hi  I am trying to configure the datasource for cassandra in JBOSS as 7.1.1. Datasource get created and established the connection, but when PreparedStatement is issued, it throws following exception.   [[...
    Profile Photo
    last modified by jrcheenu
  • How to set a dynamic jndi name for the resource adapter defined using ironjacamar API?

    I am in need to set up dynamic jndi name for the resource adapter defined using ironjacamar. When I tried the documentation I could not get one however according to JEE spec it should be possible. Any hints on this hi...
    Profile Photo
    created by ramanujaraghavan
  • Trying to create datasource, delete and then create again with same name requires sever restart

    Referencing https://issues.jboss.org/browse/AS7-4776   Teiid is having an issue with the usecase:    create, delete and create again with same name   The use case is driven from the Teiid De...
    Profile Photo
    last modified by van.halbert
  • "getConnection" returns a shared connection regardless of the sharable property in the resource reference and regardless of the connection request info

    Hi all,   we are on our way to port our long time existing application to JBOSS 7.2 (before we used JBOSS 5 and we support WAS as well). One of the functions uses different connection instances of the same type ...
    Profile Photo
    last modified by berw
  • JBoss EAP 6.1.0.Beta1 ResourceAdapter Deployed but Not Started or Associated with MCF

    I have a custom ResourceAdapter which includes a ManagedConnectionFactoryImpl.  The ResourceAdapter is annotated with @javax.resource.spi.Connector and the ManagedConnectionFactoryImpl is annotated with @javax.re...
    Profile Photo
    last modified by jim_b_o
  • Deployment of Resource Adapter embedded in  a  War

    I 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...
    Profile Photo
    last modified by ramanujaraghavan
  • unwrapping WrapperDataSource

    Hi,   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...
    Profile Photo
    last modified by mwiede
  • 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...
    Profile Photo
    last modified by hohokampeople
  • flush-strategy

    Hi     is it possible to have 2 value on  flush-strategy?
    Profile Photo
    last modified by hohokampeople
  • No jndi binding using subsystem configuration instead of ironjacamar

    Hi,   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...
    Profile Photo
    created by javaphil
  • Can @DataSourceDefinition be started earlier in WF8?  Install phase is too late...

    Does IJ need to use the application classloader to load classes when starting a DataSourceDefinition?  If we only need to scan classes via jandex, there might not be any reason why we couldn't start the datasourc...
    Profile Photo
    created by smarlow
  • 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...
    Profile Photo
    last modified by rockerced
  • ResourceException: IJ000459: Transaction is not active

    Hi,   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...
    Profile Photo
    last modified by pkleski
  • 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,...
    Profile Photo
    last modified by kaffeetrinker
  • Does JBoss 7 support unshareable connections

    I'm finding in practice, if I configure a connection factory to use res-sharing-scope "Unshareable", like so   <resource-ref>     <description>Default TopicFactory</description>...
    Profile Photo
    last modified by jleinawe
  • LocalManagedConnectionFactory#matchManagedConnections performance

    HI,   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...
    Profile Photo
    last modified by janssk77
  • The replacement of system properties in *-ds.xml is done only for elements of string value type

    synopsis enterprise application deployed in jboss-5.1 would like to use <max-pool-size>${myapp.db.maxPoolSize}</max-pool-size> in myapp.ear/my-ds.xml ends up with maxPoolSize == 0 story behind I encounte...
    Profile Photo
    last modified by rhanus
  • How do I make RAR classes visible to separate EAR modules? JBoss 7.1.1.Final, IronJacamar 1.0.16.Final, JDK 6

    I developed a new resource adapter. I'm currently using the following library versions:     <version.org.jboss.ironjacamar>1.0.16.Final</version.org.jboss.ironjacamar>   <version.org.jbos...
    Profile Photo
    last modified by ovegag