Log in to follow, share, and participate in this community.
Thread issue in oracle data source configuration
issue in oracle data source configurationHi 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....
Thread How to configure JBoss to connect to 2 databases?
How to configure JBoss to connect to 2 databases?Hi, I am configuring JBoss-5.1.0.GA to connect to 2 databses Anybody have the example for 2 databases in server/default/conf/login-config.xml and server/default/deply/messaging/oracl...
driver-class ignored?Hello, My environment is: 1. Java: jdk1.6.0_23 2. AS: jboss-6.0.0.Final 3. Database: MySQL 5.1 In order to connect to database it is needed to configure data source. I created file mysql-ds.xml, an...
driver-class makes no differenceHi I want to set up p6spy, but jboss is not using the pass thru driver it appears. My question is: Is <driver-class> effectively ignored but it's presence required?...
persistence.xml does not deployHello I have configured a PhysicsDS datasource. It can be deployed, the database is created. I try to use it in my persistence.xml. But it does not deploy. I get the error: DEPLOYMENTS MISSING DEP...
Thread JBoss 7 multiple data source declarations for multiple applications
JBoss 7 multiple data source declarations for multiple applicationsI'm new to JBoss 7, reading its documentation and attempting to migrate a set of applications from an earlier version of JBoss. I'm trying to confirm if a way of doing something is no longer available or if I've...
Thread Jboss 7.1.1 FAILED MySql datasource test-connection-in-pool
Jboss 7.1.1 FAILED MySql datasource test-connection-in-poolI have installed MySql JDBC Driver following directions at https://community.jboss.org/wiki/DataSourceConfigurationInAS7 When I try to test it, this happens: [standalone@localhost:9999 /] /subsystem=datasource...
Thread Does jboss store Datasource info in any form of cache
Does jboss store Datasource info in any form of cacheHI, We have cloned our machine using vmware's vsphere tool. Machine details - OS - linux RHEL 5.4 64 GB RAM. Jboss EWP 5.1 installed. Now, after cloning we are not able to connect to new DB. The entry for ...
Thread Not able to configure ha-local-tx-datasource on JBoss 6.1.0
Not able to configure ha-local-tx-datasource on JBoss 6.1.0Hi, I am trying to configure ha-local-tx-datasource with JBoss 6.1.0 on my dev environment. But, I am facing below issues: 1. I could not find any ha*.rar files in the JBoss installation 2. I followed...
Thread Maximum Database connection issue in JBoss 5.1
Maximum Database connection issue in JBoss 5.1Hi, We have a big application which uses JBoss 5.1 and is running on Linux servers. Our production environments has 20 web servers (which runs on Apache/Tomcat) which talks to 4 app servers ...
Article JBOSS AS 7.1 Datasource Error please help me
JBOSS AS 7.1 Datasource Error please help mehi i'm new baby for Jboss:D this error few day my headache. javax.persistence.PersistenceException: Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.3.1.v20111018-r10243): org.eclipse.persistence.exce...
Thread Sybase datasource config: New missing/unsatisfied dependencies
Sybase datasource config: New missing/unsatisfied dependenciesHi All, I am stuck with this issue for almost 3 days and I had gone through quite a lot of posts regarding this " missing/unsatisfied dependencies " issue. And finally I came here for expertise solution. ...
Thread Urgent problem: jboss as 5.1 offten happened time out exception
Urgent problem: jboss as 5.1 offten happened time out exceptionhelllo every one, I have some urgent problem about JBOSS db pool with mysql database(5.1.41). I offen found my sql exception from jboss as server. Does anybody find the same error problem before, how to fix this probl...
Thread What means datasource attribute "jta" in Jboss 7.1.Final config?
What means datasource attribute "jta" in Jboss 7.1.Final config?Hello, this 3-letter-attribut is something unclear to me. If you set a new datasource within management, then default is jta="false". This description only states Enable JTA integration (only <datas...
local or xa datasourceHi, I have an enterprise application that is configured to use just one local-tx datasource (ds1). The transaction isolation level is set to transaction serializable. As part of reducing database contention, I...
Thread Data source : how to set Honor Global Transactions set to false
Data source : how to set Honor Global Transactions set to falseHi, I am migrating application from Weblogic to Jboss and trying to create Data source like Weblogic and one of the data source not working. In Weblogic data sourece properties : Data source Name: Abc...