Log in to follow, share, and participate in this community.
Thread Help with datasource dynamic credentials.
Help with datasource dynamic credentials.Hi JBoss Comunity's members. For a couple months I have been studing JBoss and about 2 weeks or so, I'm stuck at datasource dynamic security. So if is possible, please I would like a hand on it. In m...
Oracle JDBC Extensions, problemHi, I have a problem using JDBC Oracle Extensions : I need to use them because I need to work with complex Data Object like Types, CLOBs, etc... The problem is that each service call consumes a...
autoReconnect possible in AS7?Based on the new xsd schemas in AS7, I do not see anything that will make the datasource automatically reconnect a connection that was closed by the database (i.e., "stale connection"). For example, if the datab...
Thread JBoss AS 7 database connection pools: MaxUsedCount incorrect?
JBoss AS 7 database connection pools: MaxUsedCount incorrect?I'm using the native interface to read pool statistics of JBoss AS7 datasources. I retrieve ActiveCount and AvailableCount and both seem to be correct. But MaxUsedCount always seems to be the same as ActiveCount. ...
Thread Jboss-as maven plugin with Mysql datasource configuration
Jboss-as maven plugin with Mysql datasource configurationHi There, I am attempting to configure a MySql Database to be deployed on jas 7 using the jboss-as-maven-plugin. I am having trouble setting it up and my persistence unit doesn't seem to detect the datasource....
Installing Oracle9i JDBC JAR on AS 6.1Hi there Apologies if this has been asked before. I am very new to JBoss, transitioning from IBM WebSphere. I need to add Oracle9i to the available list of drivers on the application server. ...
Thread Problem creating a connection to Postgresql V9
Problem creating a connection to Postgresql V9I am getting a series of errors trying to setup a datasource to Postgresql V9. Below is the log file with the errors: 07:31:00,634 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) JBAS0114...
Oracle XA datasource with oci driverHello, I've a problem trying to use the oci driver with Oracle 10g XE for an xa datasource. My app runs in a Jboss 5.1 server and this is the datasource configuration: <xa-datasource>
&l...
DB2 XA datasource issueI have several non-xa datasources that work in my standalone.xml. However, I can't seem to find the magic words to get an xa datasource to work. I have tried a couple different ways of going about it as sh...
PreparedStatementCacheHi, Is there a way to quantify the number of elements to be configured in this cache based on actual production data ? Should I turn on a JVM switch or analyze O...
Thread Amazon RDS Master Slave configuration for JEE 6
Amazon RDS Master Slave configuration for JEE 6I have a JEE 6 application deployed on JBoss 7.1 that currently connects to a standalone MySQL instance. It connects to a localhost MySQL using a standard datasource.xml (deployed on app server) and persistence (deplo...
Thread Data source transaction isolation level descriptions
Data source transaction isolation level descriptionsHi The available transaction isolation levels are (according to the documentation) TRANSACTION_READ_UNCOMMITTED TRANSACTION_READ_COMMITTED TRANSACTION_REPEATABLE_READ TRANSACTION_SERIALIZABLE TRAN...
Regarding the Jboss thread connectionDear Folks, The number of connection from Jboss to Mysql is usually 24 or 25 as normal value. In contains(Resident batch(1or2) + Jboss connection pool(16+6) + check script(1))but today when we checked the moni...
JBoss 6.1 wrong database schema/userHello, Iam using Jboss 6.1 with Hibernate as JPA Provider. We were using some old Database schema and switched to a new one by just swapping the datasource of JBoss to the new Schema. Now, when start...
Fedora vs Windows 7 MySql DriverI am running jobss eap 6.1, and develop on my desktop and would like to have a server where I install checkpoint relases. The desktop runs Windows 7, Jboss eap 6.1 and has a MySql datasource configured to use My...
Thread How to view all of the JNDI name in jboss7?
How to view all of the JNDI name in jboss7?In JBOSS5, we can access the jmx-console by ip:port/jmx-console, and we can see the all of the JNDI name by JNDIView. But in JBOSS7, I just can see several JNDI name on the container/naming page. I want to lookup a ...
Unable to perform XA TranscationHi, I trying to do an XA enabled transcation with my EJB 2.1 application deployed in EAP 5.1. Backend database is Oracle. When I call the create() on my Entity Bean I am getting the following...