Log in to follow, share, and participate in this community.
Thread Encrypting password in oracle-ds.xml
Encrypting password in oracle-ds.xmlWe have a stringent requirement/policy in our company to encrypt database passwords in configuration files. As such, we are required to encrypt the password field in the oracle-ds.xml file. Is there a way to get jBos...
Thread IJ000453: Unable to get managed connection for
IJ000453: Unable to get managed connection forHello, I'm migrating weblogic apps to jboss. Everything was working fine until I started some tests using datasources to Oracle. I make 3-5 calls do database in 7-10 second interval and the error its always t...
Thread How to specify database instance name in XADatasource
How to specify database instance name in XADatasourceHi, This is my first post in this forum. Here is my requirement: We have a MSSQL database instance running on a server. I wrote a simple javaprogram to connect to using jtds driver. Thi...
Thread Performance of datasource decryption in JBoss 7/EAP 6.3
Performance of datasource decryption in JBoss 7/EAP 6.3Hi All, Is there a way to cache subject to avoid authentication on data source's security domain? I have custom login module in security domain for database password protection. The custom login modul...
Datasource encryption in Jboss EAP 6.1Hi All, I am trying to encrypt the clear text password in Jboss EAP 6.1 by running the below command: java -cp client\jboss-logging-spi.jar;common\lib\jbosssx.jar \org.jboss.resource.security.SecureIde...
How tu use MS SQL Server as the databaseHello, How i can deploy TicketMonster to JBoss EAP, using the database MS SQL SERVER just like PostgreSQL and MySQL ?? Did not find a tuto like Appendix A - Deploying to JBoss EAP locally Thank...
Thread Need help with defining Datasource (Postgres 9.3)
Need help with defining Datasource (Postgres 9.3)Hi everyone, I'm new into JBoss 7.x. It took couple of years now, since last time I have contact with Jboss (it was 4.2.2 at the time), and I have a problem that might be simple for somebody familiar witgh 7.x or Wil...
Thread Deployment failed with jboss.jdbc-driver.com_mysql
Deployment failed with jboss.jdbc-driver.com_mysqlHi, I created a ear / ejb project for jboss 7.2.final. The ejb need to connect to mysql. However it failed during deployment, with the following errors:
00:40:26,376 ERROR [org.jboss.as.server] (DeploymentSca...
Thread Jboss-Ibatis-Spring-Oracle Class Cast Exception
Jboss-Ibatis-Spring-Oracle Class Cast ExceptionHi All, Currently I deployed my application as a webapplication on jboss. I am using the Spring-Ibatis DAO layer for communicating with the Oracle database. If I used the database connection wi...
Thread Connections to IBM DB2 does not die when inactive.
Connections to IBM DB2 does not die when inactive.The company I work for has a client that uses the IBD as DB2 AS400 database and is happening overflow connection pool. Can you help me? We use JBoss AS 7.1.0
JBoss 7 - Informix JDBC Driver IssueHello. I am having trouble setting up an Informix JDBC Driver XA Datasource. I followed the instructions on http://www.javalinux.it/wordpress/2011/07/14/how-to-create-an-manage-datasources-in-as7/...
Thread Can JDBC-LDAP bridge driver be added as datasource?
Can JDBC-LDAP bridge driver be added as datasource?Can JDBC-LDAP bridge driver (http://www.openldap.org/jdbcldap/) be added as datasource in JBoss AS 7.1? Have a need to query LDAP via SQL statements... If so, I am not familiar with details of the configurations/sett...
datasource binding for CMPI'm using jboss7.1.1 final. I have defined by datasoruce in standalone-fill-ha.xml as below:
<subsystem xmlns="urn:jboss:domain:datasources:1.0">
&...
xa-datasource timeout transaction configurationHi all, I am trying to set a different datasource timeout transaction for a different xa-datasource. Now I have two xa-datasources and I want to set diferents transaction timeouts. The property transac...
Thread use-strict-min and prefill with oracle ds xml
use-strict-min and prefill with oracle ds xmlHi, I have following configuration in my oracle-ds.xml for my oracle datasource on jboss 6.0.0 Finl <?xml version="1.0" encoding="UTF-8" standalone="no"?><datasources> <local-tx-...
Problem in DatasourceHi all, I´m using JBoss 7.1.1 and my datasource is configured in standalone.xml as follows: <subsystem xmlns="urn:jboss:domain:datasources:1.0"> ...