Log in to follow, share, and participate in this community.
Thread Oracle Database In Domain Mode
Oracle Database In Domain ModeI successfully configured a Oracle datasource in my standalone.xml file,but I can´t get oracle jdbc driver in domain mode.Are there some change I need to apply?
Automatically choose alternate datasource?Hi, I'm using mysql replication (master/slave) and want all clients to access the slave server when the master is inaccessible. Is there a way to configure jboss datasource such that it automagically uses the altern...
Thread JBoss EAP 6.4 configure datasource properties in standalone.xml
JBoss EAP 6.4 configure datasource properties in standalone.xmlHi everyone I would like to know how to configure in standalone.xml these properties. I'm migrating from Tomcat to JBoss 6.4 How to configure these properties ? maxActive, maxIdle, maxWait, testOnBorr...
What does Jta= true actually mean?It's not clear to me to understand what jta=true actually means. I was trying to execute a simple database update operation wrapped into a transaction. I did it twice with jta=true and jta=false and it worked fine in ...
REDIS as a datasourceHello everyone, I am going to be using REDIS as a NoSQL data store and am looking for ways to create a datasource connection. I don't want to connect to REDIS through my Java code but instead create a da...
Thread jBPM Set Data input to serviceTask (mail) from DataObject
jBPM Set Data input to serviceTask (mail) from DataObjectHi, I'm new in jBPM and I'm trying to do process where user can fill the form put there data (name, id..., mail) and this is data object (DesignTask) mail is in clientMail. As almost last task I have service task, whi...
Datasource Configured with KerberosI am having a very difficult time getting a Datasource configured to use Kerberos for authentication. I am sure I am doing something simple wrong, as I am new to this type of configuration. Any help would ...
Thread IJ000453: Unable to get managed connection for
IJ000453: Unable to get managed connection forHi All, We were running our application with jboss-5-1 successfully, but recently we moved to jboss-6-2 and very oftenly we are getting the above specified error. any suggestion to get rid of this.
Connection Pool issue in JBoss-eap.6.4We have JBoss-eap.6.4.0 with below Database connection pool setting and oracle DB as a backend. We have an issue with locking the connection pool and unable to run any other connection and its not releasing any ...
Thread Embedded quotes prevent use of CLI to add a datasource
Embedded quotes prevent use of CLI to add a datasourceHello, I have Wildfly 10 running on Ubuntu 16.04 and I need to use the CLI command line to create a new datasource. The problem is that the connection-url needs to look like: connection-url=jdbc:sqlanywh...
Thread Cannot connect to a mysql/mariadb - wildfly 11
Cannot connect to a mysql/mariadb - wildfly 11I am trying to move from tomcat standalone to wildfly 11. I am stuck trying to get connectivity to a mariadb ( fka mysql ). I followed all the steps to install the mysql-connector-java-5.1.45.jar file NOTE: ...
Thread Why does EAP 6.1 use WrappedDataSourceJDK6 even if JDK used is 7?
Why does EAP 6.1 use WrappedDataSourceJDK6 even if JDK used is 7?Hi, We recently had a requirement to get access to the underlying connection (sql server connection) in our application, which we resolved fairly quickly. However, we did notice that the DataSource tha...
Data source configuration during runtimeHi everyone. I need to implement a solution that would enable me to change data source configuration during runtime. There is a system A that admins have access to and whre they put configuration for stuff, including ...
Thread Hbm2ddl.auto not creating tables for JBPM7.0.0.Final
Hbm2ddl.auto not creating tables for JBPM7.0.0.FinalHi All, I am trying to configure mysql datasource for jbpm7 latest release. I followed the instructions given in jbpm 7 documentation, Ideally the very first time when we run the jbpm it should generate the table au...
Thread Update datasource using maven with cli script
Update datasource using maven with cli scriptHi I'm using following cli script to create a datasource. if (outcome != success) of /subsystem=datasources/data-source=CompanyDS:read-resource /subsystem=datasources/data-so...
JBoss-4.2.3.GA with Oracle11GHi, I am not able to deploy oracle11g datasource in jboss-4.2.3.GA server. I am really stuck with this. Could you please help me? My oracle-ds.xml contents are: <no-tx-data...
Thread Oracle11g - Connection timed out on probable idle connections
Oracle11g - Connection timed out on probable idle connectionsWe have been trying hard to simulate the gradual connection resource reduction observed in the connection pool in our customer's environment. To track it further the oracle-ds.xml is applied with the config below - &l...
Conexión MySQL y JBoss 7.1.1Buenos días, Desde hace ya un tiempo arrastro el siguiente problema que no me deja continuar con mi desarrollo... Intento conectar una base de datos MySQL (llamada 'login') y un servidor JBoss 7.1.1 en e...