Log in to follow, share, and participate in this community.
Thread Jboss-3.2.OCR2_tomcat.4.1.18
Jboss-3.2.OCR2_tomcat.4.1.18Hello, I just installed jboss-3.2.OCR2_tomcat.4.1.18. Server ran ok but but lot of errors. Here is the first error. please someone tell me why is this error. 2003-04-10 17:30:50,860 DEBUG [org.jboss.management.j2e...
Thread Data source configuration on JBOSS AS 7 with postgres 9
Data source configuration on JBOSS AS 7 with postgres 9Hi After reading countless posts and questions : I tried out deploying seam app with following file contents : login-ds.xml <?xml version="1.0" encoding="UTF-8"?> <datasources xmlns=...
Thread Connect to MySQL without Datasource in JBoss AS 7.1
Connect to MySQL without Datasource in JBoss AS 7.1Hi, I am using JBoss AS 7.1 and am trying to connect to MySQL database without creating a datasource name. Unfortunately, while running the client program, the Bean throws ClassNotFoundException ...
Thread Need help accessing a jdbc datasource inside ejb on jboss 7.1.1
Need help accessing a jdbc datasource inside ejb on jboss 7.1.1Hi, I would appreciate any help on this. I have tried so many ways but no success yet. I am trying to test a datasource inside an session ejb in JBoss AS 7.1.1.Final. Using MS SQL server. ...
Thread Regarding "Communications link failure" in Jboss 5.1.2
Regarding "Communications link failure" in Jboss 5.1.2Hello Folks, Could you please help me on the below issue? Event: While doing AP → DB process, there is a process which run SQL for long time, when passing 3600 seconds(60 minutes) then the session...
Use c3p0 with JBOSS AS 7.1.1Hello everyone, I read in c3p0´s manual: http://www.mchange.com/projects/c3p0/#jboss-specific that it is possible to use c3p0 library inside JBOSS as an MBean. Once configured correctly, I would l...
Connection Pool with different credentialsHi Friends!I need a small clarification from you.Here Iam using JBOSS 7.1 and Oracle 11g as database,I have set connection pool as maximum 10 and gave some default credentials for uid and password in stand-alone.xml f...
Oracle Datasource Connection is not doneI try to test the Connection JBOSS console , This happens in in standalone . Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final) 10:30:43,410 INFO [org.jboss.as.webservices] (ServerService T...
Thread Looking for a concept for dynamic datasources with CMT
Looking for a concept for dynamic datasources with CMTHi, when a method of my EJB is invoked I get the information to which database to connect by passing the datasource name (not the name exactly). Therefore I cannot define all datasources in persistence.xml fix...
JSF, MySQL, JBOSS 7.1Hola, estoy tratando de conectar una BDD en MySQL workbench con una aplicación JSF usando JBOSS 7.1, pero no he podido encontrar un driver (*.jar) para hacerlo, lo he logrado con postgres 9.1, pero lo que quier...
New-connection-sql JbossHi, I'm trying to use the <new-connection-sql> tag in the Datasource to Oracle. I want to execute this query: SET ROLE RL_USER_SELECT IDENTIFIED BY RL_USER_SELECT, RL_ACCESS_CONSULT IDENTIFIED BY...
JBAS014803: Duplicate resourceI am converting from JBoss 5 to AS 7.1 we have multiple datasources that use the same pool but with a different user and JNDI name. I get the duplicate error. Does anyone know how to deploy. I ...
Changing database from HSQLIs there an updated guide for changing the internal database in JBoss-AS 5? The latest I can find is https://docs.jboss.org/jbossas/docs/Server_Configuration_Guide/4/html/apbs01.html. The administration gu...
HSQLDB TO MYSQLhi everybody , i want to use mysql serveur instead of HSQLDB i tried this configuration http://www-etud.iro.umontreal.ca/~dift6801/old/demos/demo4/jboss_as.pdf but with no success , pleasssssss...