• How to configure connection pool for two databases??

    I am trying to make a connection pool for two databases "oracle" and "MS Sql Server 2005". Can anybody please help with the -ds.xml file for the same.   I tried adding two <xa-datasource> each for one dat...
    Profile Photo
    last modified by jk.hiren
  • JBoss 7 Without XA Data Sources

    I am porting our application from JBoss 4 to JBoss 7 and have run into a snag.  For a few very specific use cases we use two data sources within the same JTA transaction context (manged via Spring's TransactionPr...
    Profile Photo
    last modified by randy.layman
  • Is there a org.jboss.monitor.ThresholdMonitor equivalent for JBoss AS7 Datasources ?

    In our usage of an earlier version of JBoss (5.1.0), we make use of the org.jboss.monitor.ThresholdMonitor bean     {{{ <!-- Generate a warning if there are less than two connections left --> <mb...
    Profile Photo
    last modified by ejroberts
  • Can't connect to MySQL in Java EE/JBoss application

    While deploying my app I'm getting the following errors (I've also included subjectively significant warnings):         03:36:42,113 WARN  [org.jboss.resource.connectionmanager.JBossMana...
    Profile Photo
    last modified by krzemian
  • Exception when creating new XA Datasource resource with Web Admin

    Hi, I am using jboss-6.0.0.20100429-M3. I want to  a new XA Datasource for Derby. First I have written the file by hand and added to the deploy folder of JBoss. I have read some documentation and came up the fil...
    Profile Photo
    last modified by mortl
  • Database driver problem

    I am trying to configure few datasources in my environment and getting below driver problem.   i have tried with ojdbc6.jar file and ojdbc14.jar file in the classpath.   If i use ojdbc6.jar file i will ge...
    Profile Photo
    last modified by malli002
  • JBOSS AS7,SPRING MVC,MYSQLDATASOURCE

    I use the JBOSS of ECLIPSE plugin, create a  SPRING MVC project:   After that, I was JBOSS AS 7 server standalone \ configuration \ standalone.xml  create a datasource.      ...
    Profile Photo
    created by alonemoon6616
  • Using below link I was able to encrypt DS password in Win-XP but

    https://community.jboss.org/wiki/EncryptingDataSourcePasswords   In Win-XP environment i was able to encrypt DataSource password through cmd prompt.   Does the same cmd work in windows server 2003 and Win...
    Profile Photo
    created by pradeepn
  • encrypted Datasource password, using the below link, but how to encrypt  more than one datasource password ina single JBOSS

    LINK:  https://community.jboss.org/wiki/EncryptingDataSourcePasswords
    Profile Photo
    created by pradeepn
  • Httpsession using hot rod and Infinispan with Jboss 7.x

    Hi Ben, As suggested I have modified the following in standalon-ha.xml of Jboss 7.1.2. 1) modify the org.infinispan module.xml to have a dependency on the cache loaders and hotrod client.     &#...
    Profile Photo
    last modified by techtalk
  • How to get this dataSourceConfig in java code?

    I want to get the masked password in java code and I found some java code. But I don't understand how to get this dataSourceConfig. Who know it?   {code:xml} <subsystem xmlns="urn:jboss:domain:datasources:1....
    Profile Photo
    created by rella
  • Configure JBoss6 AS  jax-ws Webservice with Hibernate

    Hi , I try to create a jax-ws webserver linked to this resourcehttp://www.packtpub.com/article/developing-applications-with-jboss-and-hibernate-1 in JBoss Develop studio I create   a hibernate application...
    Profile Photo
    created by wrongt
  • xa-datasource x creating tables in both database

    Hi all,   I'm trying create a two-phase commit application, but, when the JBoss starts the app creates the table on both databases.   My -ds.xml   <datasources>    <xa-datasource>...
    Profile Photo
    last modified by lucianoborges
  • Two-phase commit with hssqldb

    Is it possible configure a project to work with two hssqldb database and two-phase commit? How to do this? Examples please!
    Profile Photo
    last modified by lucianoborges
  • Possible to configure DB2ConnectionPoolDataSource?

    How do I configure the DB2ConnectionPoolDataSource in JBoss? I've seen references to the /docs/examples/jca/db2-ds.xml. Brian
    Profile Photo
    last modified by bkbonner
  • mysql-xa-ds.xml and mysql-ds.xml file

    1) Please provide me the difference between mysql-xa-ds.xml and mysql-ds.xml file.   2) Along with that please let me know if we can merge both files and use it as one DS file or not.   3) If we will use i...
    Profile Photo
    last modified by imranbaseer
  • Connection Pooling Issues

    Hi all,   I have an application that is using mysql high availability on the back end.   I have just tested this high availability feature and once the mysql backend changes over, our threads in the connec...
    Profile Photo
    last modified by cdk
  • Jboss 4.2.3 stale connection issue

    Hi, we are currently using JBoss 4.2.3 and are seeing lot of stalled transactions in the wiley. I tried all the possible configurations in the datasource file to check for stall connections but nothing helped. i h...
    Profile Photo
    created by vnooka
  • Connection pool problem jboss 5.1 + hibernate oracle 11.2.3.0 DB,Hibernate 3.3.2.GA

    issue with connection management for jboss 5.1 + hibernate, my hibrenate uses jndi name define for connection pooling,   below is the hibernate configuration 03:29:45,068 INFO [SettingsFactory] Automatic flush du...
    Profile Photo
    last modified by shirishmaurya
  • issue in oracle data source configuration

    Hi     I have a simple Jsf+Jpa app in Eclipse indigo. I am using Oracle 10d database and want to run the app on JBoss-5.0.0 GA. I have added oracle-ds.xml , xa-oracle-ds.xml file in C:\servers\jboss-5.0.0....
    Profile Photo
    created by varmax