Log in to follow, share, and participate in this community.
Thread Jboss 7.x - HA Web Sessions via Database Persistence with Oracle
Jboss 7.x - HA Web Sessions via Database Persistence with OracleHello Everyone, Refering to the article : https://community.jboss.org/wiki/HAWebSessionsViaDatabasePersistence where it describes to achieve data persistence for jboss 5.x. I would like to ...
Thread Dynamic multiple connection pools using Java
Dynamic multiple connection pools using JavaAs we can create multiple data sources for multiple connection pools dynamically using <db2>-ds.xml configuration file. Similarly we require to create multiple data sources dynamically in Java. So let me know c...
Jboss session database persistenceHi, Can database persistence of jboss session be done with DynamoDB. Please give details. Awaiting reply!!! Thanks in Advance
Thread Installation Oracle database driver 12c ojdbc7.jar as module
Installation Oracle database driver 12c ojdbc7.jar as moduleHi all, I trying to install the oracle database driver ojdbc7.jar as module via jboss-cli.sh. But it doesn't work for me. The command returned no error and there was new folder in the module-path togeher with m...
Datasource ConfigurationI'm trying to configure my MySQL database with Jboss and keep getting this error. JBAS014775: New missing/unsatisfied dependencies: service jboss.jdbc-driver.com_mysql (missing) dependents: ...
MySQL connection using JBOSS 4.0.1I am a complete jboss idiot. This is my first time every dealing with it. Here is my scenario: Our customer had jboss 4.0.1 installed on an old windows box that got hacked and who knows all the damage t...
Failover mechanism not working as intendedHello, We are using JBOSS 5.1.0. GA to host our main application. Here is our current situation. We have 25 JBOSS instances that are used for the online part of our web application. Users can make reports wh...
How to configure MongoDB DatasourceHi everyone! I am using Jboss AS 7.1 and need to configure a MongoDB connection. I have searched for any information about but I didn't find nothing. Is there anybody who passed through this situation? Is it...
DB2 datasource schema configuration helpOur application is running on Jboss 5.1 as, and DB2 database, I am trying to connect DB2 using JDBC Type4 configuration, I followed the example from jca/db2-xa-ds.xml. I would like to know is there a way to sp...
Datasource creation using cli (postgresql)hello. I am trying to create one DS for my postgresql database. My jboss is in domain mode , using the profile full-ha i have run the domain and using cli i am trying to create the da : 1.- this is my modules.xml ...
Abandoned ConnectionsIs there a mechanism in JBoss EAP 6.1 which can close automatically connections abandoned if my application is with some "connection leak"? I researched a lot and found nothing so far. I saw that in Tomcat the...
Thread Custom validation connections of datasource
Custom validation connections of datasourceI'm trying to set up custom validation connections of datasource and I'm not getting sucess. After research in documentation and several websites I can't found where to set the dependency libraries of this configurat...
Thread IJ000453: Unable to get managed connection for java:/jdbc/DSCONFIG
IJ000453: Unable to get managed connection for java:/jdbc/DSCONFIGGetting below error frequently on JBoss AS 7.1.1. MAX connection pool for all 6 datasources set to 1000. Is there a way to resolve this issue. IJ000453: Unable to get managed connection for java:/jdbc/DSCONFI...
Thread Different driver versions in same datasource
Different driver versions in same datasourceHi, I need configure in same datasource different versions of driver for oracle database, is it possible? It's necessary because in the same instance in jboss I can have apps that use different version...
Datasource with connection factoryI am trying to set up a datasource with a connection factory but can't get one that will allow jboss to start. Can anyone give me an example of how to do this.
Thread jboss 6.1 eap and progresql driver (jar) ->JBAS010404
jboss 6.1 eap and progresql driver (jar) ->JBAS010404Hello I want to connect my EAP 6.1 to postgresql. I am using 1.7 jdk i have download the postgresql driver from http://jdbc.postgresql.org/download/postgresql-9.3-1100.jdbc41.jar i have make one module i h...
Thread IronJacamar ConnectionPoolDataSource support
IronJacamar ConnectionPoolDataSource supportI was trying to use MySQL Connector/J-s ConnectionPoolDataSource implementation in JBOSS EAP 6.1 (also checked out WildFly, and it seems to have the same issues), and I found that it is impossible. There are a...
Datasorce configuration y domain modehello i must to configure several Datasources. I have jboss aep 6.1.1 in domain mode configuration with several host. for configuring one Datasource: .- the driver module (with the directory structure) only i must...