Log in to follow, share, and participate in this community.
Thread Deploying datasource via -ds.xml files in JBoss AS 7.1.1.Final
Deploying datasource via -ds.xml files in JBoss AS 7.1.1.FinalDear All I am getting the following error while looking up the datasource that was bounded by ds.xml file but it is working fine with the datasource that is defined in standalonefull.xml 22:53:08,531 ER...
Thread How to configure connection pool for two databases??
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...
JBoss 7 Without XA Data SourcesI 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...
Thread Can't connect to MySQL in Java EE/JBoss application
Can't connect to MySQL in Java EE/JBoss applicationWhile 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...
Thread Exception when creating new XA Datasource resource with Web Admin
Exception when creating new XA Datasource resource with Web AdminHi, 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...
Database driver problemI 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...
JBOSS AS7,SPRING MVC,MYSQLDATASOURCEI 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. ...
Thread Using below link I was able to encrypt DS password in Win-XP but
Using below link I was able to encrypt DS password in Win-XP buthttps://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...
Thread Httpsession using hot rod and Infinispan with Jboss 7.x
Httpsession using hot rod and Infinispan with Jboss 7.xHi 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. ...
Thread How to get this dataSourceConfig in java code?
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....
Thread Configure JBoss6 AS jax-ws Webservice with Hibernate
Configure JBoss6 AS jax-ws Webservice with HibernateHi , 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...
Thread xa-datasource x creating tables in both database
xa-datasource x creating tables in both databaseHi 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>...
Two-phase commit with hssqldbIs it possible configure a project to work with two hssqldb database and two-phase commit? How to do this? Examples please!
mysql-xa-ds.xml and mysql-ds.xml file1) 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...
Connection Pooling IssuesHi 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...
Jboss 4.2.3 stale connection issueHi, 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...