[JBoss-7.1.1.Final] xa-datasource-property bug?Hello, I found that when the following is set in the standalone.xml of JBoss-7.1.1.Final, it will have a fatal error: <xa-datasource....> .... ...
Enable jboss ssl connection to mysqlGood day I need help configuring jboss to connect to mysql using a securre conection (ssl) I have it confured on port 443 with a self assigned cert . Thanks
Thread Mapping Security Principal to JDBC Connection
Mapping Security Principal to JDBC Connection "jim_b_o" wrote: Several JDBC drivers (including Oracle and DB2) have proprietary API for informing the database who the real user of a pooled connection is. Can anyone provide any guidance on how within JBoss...
Thread Problem with number of database connections (Oracle)
Problem with number of database connections (Oracle)Hi, I have a problem with configuring JBoss connetion to Oracle database. We are running out of connections on Oracle machine because of this issue. My configuration in oracle-ds.xml: <local-...
Thread A question about configure the 'xa_open string'
A question about configure the 'xa_open string'Hi, I am not sure if I should put my post here. Hope someone can help. Background to my question: One of our Jboss-Server is installed on a machine which OS is RHEL (RedHat Linux). There is a C/C++-...
Web -Services connection HandlingHi All, 1. I have implemented a web service with connection pooling(oracle-ds.xml) with JBoss server. In My business class, i am getting connection from pool and performing 4 to 5 DB operations, at last closing conn...
Thread Using high availability datasource in standalone mode
Using high availability datasource in standalone modeI am looking out for high availability datasource solutions for my application supporting failover and I came across this article which mentions about JBoss Datasource HA. I wanted to know if this DS can be u...
Thread Datasource in JBoss not picking the right class
Datasource in JBoss not picking the right classHi All, I am facing a very weird problem using JBoss 6. The problem is basically I have configured, a data source in standalone.xml <dataso...
@PersistenceUnit don't return entityManagerHello I have a problem with the annotation @PersistenceUnit. I use it to define my EntityManager but it always return null. I use the server JBOSS 7.1 This is my persistence.xml &...
My datasource don't create a transactionHello I have some problem with my database connection. When i want to persist my object to my database, the server don't throw an exception but it don't insert into my table. ...
Error to create an oracle DatasourceHi, I'm trying to create a new Oracle Datasource throught admin console in Jboss 5.1.0.GA in Rhel 6.2, but it seems me an error: -- The datasource is: JNDI Name: jdbc/appDS username: app_user JDBC Driver C...
Thread SQLException encountered while trying to use a DB connection
SQLException encountered while trying to use a DB connectionHi all, We have configured a read datasource in our JBOSS 4.2.3 AS, for reading from one of the tables in the Oracle 10g DB of our application. In the business logic of our application, first, we create a Quer...
Thread Mysql JDBC module can't start: ClassNotFoundException XAResource
Mysql JDBC module can't start: ClassNotFoundException XAResourceI got a problem when deploying Mysql JDBC module on jboss-as-7.2.0.Alpha1-SNAPSHOT (on rhel 6.3) I was deploying just according to the document at https://community.jboss.org/wiki/DataSourceConfigurationInAS7 Error ...
Thread Jboss 7 - Spring - using Jboss Entity-/TransactionManager
Jboss 7 - Spring - using Jboss Entity-/TransactionManagerHi there! Im using: Jboss 7.1.1, Hibernate 3.6.9, Spring 3.0.1. Currently I have following configuration which works great (but user want to switch from 'org.springframework.orm.jpa.JpaTransactionManag...
Thread Insert data to table, "NoClassDefFoundError"
Insert data to table, "NoClassDefFoundError"Hi everyone, I have a problem with my EAP. In my EJB prject i have a classes which schould insert data to "Gosc" table. "Gosc" is imported table in JPA project. So, i have: 01:05:07,760 ERROR [org.jboss.msc.se...
Test newly created dataSourceHi, I have created a new datasource in the Jboss AS 6. When I start the server then in logs its shows that the 14:32:12,858 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss...
JBOSS 4.2.3 GA Datasource encryption errorI've deployed warfile in C:\XXX folder changed the location of deployment in "Default\conf" in jboss-service.xml. encryted the Datasource password by modifying the files: 1. -ds.xml and 2.login-config.xml files. stil...