User development,
A new message was posted in the thread "V8Compatible: How to set it in JBoss?":
http://community.jboss.org/message/519797#519797
Author : Davide Cicuta
Profile :
http://community.jboss.org/people/davidec
Message:
--------------------------------------------------------------
Hello!
I'm developing an enterprise application which relies on JBoss AS and a MySQL or
Oracle database. I'm developing on Windows XP Professional SP 3.
We are not bound to any particular version of the DB (in particular for development
I'm using Oracle 10g Express).
Connections to the DB are obtained through a datasource and queries are performed via
stored procedures.
I'm having an issue with DATE fields which are accessed in Java with getTimestamp. The
issue is described in
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html...
and resolved that the only feasible approach is for me specifying oracle.java.V8Compatible
to true. I use the ojdbc14.jar driver to connect to Oracle.
I tried to do this in run.bat, run.conf and in the datasource deployment descriptor.
Nothing changed and DATE is not returned as a java Timestamp.
How can I achieve to treat Oracle DATE as a Java Timestamp?
Thank you very much for your help!
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519797#519797