Log in to follow, share, and participate in this community.
Thread How to use JBossManagedConnectionPool.flush()?
How to use JBossManagedConnectionPool.flush()?Hi All, I would like to flush all connections in a connection pool in jboss after certain time(Configurable) Can any one tell, how can we accomplish this? I can give one input, we can use JBossManagedConnectionPool...
Thread Using jboss-ra.xml to override ra.xml property values?
Using jboss-ra.xml to override ra.xml property values?We are using WebSphere MQ as our JMS provider in JBoss AS 5.1. The ra.xml specifies a couple of RA specific properties that are not part of the connection factory configuration, and therefore cannot be overridde...
Thread Using JMS managed connections for outbound connectivity?
Using JMS managed connections for outbound connectivity?If I define a JCA connection factory for JMS connections to a remote JMS provider ((JBoss Messaging), can these connections then be used for outbound connectivity? E.g. sending a message to a remote queue? I.e...
Thread How do I specify JNDI name for a .rar in an .ear?
How do I specify JNDI name for a .rar in an .ear?I have a resource adapter that is packaged as part of an .ear file. Neither the .ear file nor the .rar file within it are supposed to be application server specific. I have an ejb in a jar in the same ...
Thread JBoss / Oracle RAC load balancing not working as expected
JBoss / Oracle RAC load balancing not working as expectedHi, We are actually configuring our Oracle RAC with JBoss. We did a big test last saturday, and we could notice from that that when a server in the oracle cluster fails, the connections are redirected to the other s...
Thread AS400JDBCDataSource - getting started with two transactions
AS400JDBCDataSource - getting started with two transactionsHi, This is the discussion started by Chris Weddell but hopefully without formatting issues. I am trying to get started with XA using JBOSS connected to two datasources (seperate applications) on the s...
How to define a read-only connection ?Hi I'm trying to define a readonly connection to a IBM DB2 (9.7) database I try several way but without success. I read also http://community.jboss.org/message/22945 this is my definition {co...
Thread AS400JDBCXADataSource - getting started with two txns
AS400JDBCXADataSource - getting started with two txnsHi, I am trying to get started with XA using JBOSS connected to two datasources (seperate applications) on the same AS400 (DB2) database. I have two datasources (see attached) and have the following co...
HornetQ RA integrationHi, As you probably know, we are integrating HornetQ in AS 6 (and the clock is ticking!). HornetQ now has its own resource adapter and no longer use the generic JMS RA. However, I've some difficulties to und...
MDB - JCA Transaction issueHI, I have an issue with JCA transactions while sending the reply message from MDB. I' ve already posted this in Hornetq forum (by mistake) and this is the URL. Can you pls help? https://community.jboss.org/me...
Thread How do you set a boolean property in an XA datasource?
How do you set a boolean property in an XA datasource?I'm using Jboss 5 Beta1. I have an XA datasource to DB2 on an AS400. I need to set a property on the datasource called translate binary, to the boolean value true. Previously the <local-tx-datasource> specifie...
AvailableConnectionCount keeps increasingI am using JBoss JCA with IBM MQ Resource Adapter. The AvailableConnectionCount keeps increasing for every request for a new connection from this ManagedConnectionFactory. After some time my AvailableConnectionC...
JCA / JNDI / ActiveMQHi, i have successfully embedded ActiveMQ via JCA/RA in JBoss 5.1: http://activemq.apache.org/integrating-apache-activemq-with-jboss.html Now I like to use JNDI to lookup ActiveMQs ConnectionFactory and the Destinat...
Thread JMS Bridge and JMS Provider Resource Adapter (JCA)
JMS Bridge and JMS Provider Resource Adapter (JCA)Hi folks ! This question was also posted on JBoss Messaging Discussions (http://community.jboss.org/thread/149178). I'm trying to setup a JMS bridge beween JBoss Messaging running inside JBoss 5....
Changinh connection state in CMP EJBHi, I use JBoss 3.2.x on Windows but connected on iSeries DB2 datasource. On our DB2 there are lots of tables proposed to the user, but it depends with wich profile the user is connected. I have writtent a SQL procedu...
Thread one data source with multiple database users
one data source with multiple database usersHello I have problem with configuring JBoss 4.2.1+Seam 2.0.1+Oracle 10 to use one data source with multiple users. I have configured *-ds.xml file with
<datasources>
<local-tx-datasource>
<jndi-name&...
How best to handle DB failover?I have read how to configure HA maneged connection factories as well as how to configure a data source to detect if connection is valid by useing: <check-valid-connection-sql>. Unfortunetly I am still ru...