I just copied jdbc drivers to specj/lib. Now ClassNotFound didnt come out anymore.
But a new errors appears:
004-10-26 07:09:34,658 ERROR [org.jboss.ejb.txtimer.DatabasePersistencePolicy]
Starting failed jboss.ejb:persistencePolicy=
database,service=EJBTimerService
java.sql.SQLException: ORA-00902: invalid datatype
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
..................................
l have modified *db.properties as follows:
dbURL = jdbc:oracle:[EMAIL PROTECTED]:1521:spec
dbDriver = oracle.jdbc.driver.OracleDriver
jdbcVersion = 2
And jboss40-oracle-ds.xml is changed as follows:
<connection-url>jdbc:oracle:thin:@localhost:1521:spec</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>spec</user-name>
spec
(The database's SID is spec, username and passwd are both "spec")
How to solve the problem?
Thank you very much!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852741#3852741
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852741
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development