java ee - What is PL/SQL Hibernate jar list? -


for personal projects, using hibernate in order connect java dynamic web application mysql database. here list of jars using:

  • antlr-2.7.6rc1.jar
  • asm-attrs.jar
  • asm.jar
  • cglib-2.1.3.jar
  • commons-collections-2.1.1.jar
  • commons-logging-1.0.4.jar
  • dom4j-1.6.1.jar
  • ehcache-1.1.jar
  • hibernate3.jar
  • jta.jar
  • log4j-1.2.11.jar
  • mysql-connector-java-3.0.17-ga-bin.jar

at work, things different since using pl/sql instead of mysql. questions are:

  • which jar should use replace mysql-connector-java-3.0.17-ga-bin.jar?
  • where can find find jar?
  • should add/remove/replace jar list above?

for information :

  • i not using hibernate plugin in app.
  • i using xml files instead of jpa annotations hibernate mapping.

i hope clear,

thanks in advance help,

kind regards.

indeed, you're right. downloaded ojdbc.jar (x java version) oracle website.

thanks,

omar.


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -