oracle « JBoss « Java Enterprise Q&A





1. Is there any way to have the JBoss connection pool reconnect to Oracle when connections go bad?    stackoverflow.com

We have our JBoss and Oracle on separate servers. The connections seem to be dropped and is causing issues with JBoss. How can I have the JBoss reconnect to Oracle if ...

2. Is Oracle BC4J Still Supported?    stackoverflow.com

We need to move from OAS 9.0.4 to JBoss and we want to take our BC4J application with us. I'm looking for information on the supportability of BC4J on our new ...

3. Arabic characters not accepted in Oracle DB    stackoverflow.com

his this is database admin I have a Jboss server with oracle database When I enter the Arabic fonts throung the application the database is not accepting throungh the application ; ...

4. Error for Oracle Driver for DB server 10g and Jboss 4.2.3 application server    stackoverflow.com

the error is like Apparently wrong driver class specified for URL: class: oracle.jdbc.driver.OracleDriver I am using ojdbc14.jar which is the latest jar for oracle driver. The DB server is Oracle 10g. I ...

5. UniversalConnectionPoolManagerMBean already registered    stackoverflow.com

I have two web applications.
Both of yhem use oracle.ucp.UniversalConnectionPool.
When I deploy these applications on JBoss I get following exception:

java.sql.SQLException: Unable to start the Universal Connection Pool: java.sql.SQLException: Unable to ...

6. jboss with oracle db - connection issue    stackoverflow.com

I'm struggling for two hours to deploy an application on Jboss server which connects to my Oracle DB. The dbname-ds.xml has:

<datasources>
    <local-tx-datasource>
        ...

7. JBoss autocommit to Oracle doesnt work always    stackoverflow.com

I have a very interesting situation. I am slightly new to JBoss and Oracle, having worked mostly with Weblogic on DB2. That said, what I am trying to do is pretty ...

8. How can I see logs of oracle procedure(dbms_output statement)    stackoverflow.com

Actually I am calling oracle procedure from java file present at application server. I want to debug my oracle procedure, so I write statement in oracle procedure as "dbms_output", but dont ...