• Encrypting password in oracle-ds.xml

    We 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...
    Profile Photo
    last modified by joshlam
  • IJ000453: Unable to get managed connection for

    Hello,   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...
    Profile Photo
    last modified by joselopesdacruz
  • How to specify database instance name in XADatasource

    Hi,       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...
    Profile Photo
    last modified by techmonster
  • Performance of datasource decryption in JBoss 7/EAP 6.3

    Hi 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...
    Profile Photo
    last modified by rockets
  • MariaDB clustered datasource migration from Jboss 5 to Wildfly 8

    We plan to migrate from Jboss 5 to Wildfly 8.2. On the database side, we have a three-node Galera cluster with MariaDB 10. On Jboss 5, we had the following setting in the ds.xml file:    ...   ...
    Profile Photo
    created by cipris
  • Datasource encryption in Jboss EAP 6.1

    Hi 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...
    Profile Photo
    last modified by anilj
  • How tu use MS SQL Server as the database

    Hello,   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...
    Profile Photo
    last modified by theprince09
  • 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...
    Profile Photo
    last modified by black007
  • Deployment failed with jboss.jdbc-driver.com_mysql

    Hi, 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...
    Profile Photo
    last modified by samwun9988
  • Jboss-Ibatis-Spring-Oracle Class Cast Exception

    Hi 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...
    Profile Photo
    last modified by rizwanp
  • org.jboss.resource.adapter.jdbc.jdk5.WrappedConnectionJDK5.isValid(I)Z

    Hi All,   I am facing below Exception. After getting connection from JNDI mysql-ds.xml and i am trying to validate the connection with below code.In standalone its working fine.   Sample Code:   con...
    Profile Photo
    last modified by dvarunkumar400
  • 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
    Profile Photo
    last modified by wellington.jorge
  • JBoss 7 - Informix JDBC Driver Issue

    Hello.    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/...
    Profile Photo
    last modified by stiel
  • 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...
    Profile Photo
    last modified by slimbim
  • datasource binding for CMP

    I'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">         &...
    Profile Photo
    last modified by arun168403
  • Background validation is not working with custom validation checker when validate-on-match is set to false

    Im using postgres as DB and my datasource configuration is as follows:   <datasources> <datasource enabled="true" jndi-name="java:/DefaultDS" jta="true" pool-name="PostgresSqlDS" use-ccm="true" use-jav...
    Profile Photo
    last modified by nagarajs92
  • xa-datasource timeout transaction configuration

    Hi 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...
    Profile Photo
    last modified by rsoleto
  • use-strict-min and prefill with oracle ds xml

    Hi,   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-...
    Profile Photo
    last modified by sapan.vas
  • deployable data sources in JBOSS 7.1.1 (deployment of driver and datasource)

    Hi,   I'm having problems deploying a datasource along with the jdbc driver in a war (OracleDriver). I'm running a standalone server.   This posting suggests that this is possible:   http://www.maste...
    Profile Photo
    created by rob2020
  • Problem in Datasource

    Hi 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">        &#...
    Profile Photo
    last modified by rafaelroque