I already placed the jar file under <jboss AS>/server/default/lib, but didn't help. Again, if I undeploy the above project, I don't see the error message when I start jboss server.
Main Topics
Browse All TopicsHi Experts,
I have the following seam setup and after deploying this project, I get "Wrong driver class for this connection URL" error after I start jboss server in eclipse.
++++++++++++++++++++++
#Generated by seam setup
#Tue Aug 18 15:12:26 CDT 2009
hibernate.connection.passw
workspace.home=c\:/Ganymed
hibernate.connection.dataS
model.package=org.abc.kelc
driver.jar=c\:/tools/Tomca
action.package=org.abc.kel
test.package=org.abc.kelc.
database.type=oracle
richfaces.skin=deepMarine
glassfish.domain=domain1
hibernate.default_catalog.
hibernate.default_schema=K
database.drop=n
project.name=kelc
hibernate.connection.usern
glassfish.home=C\:/Program
hibernate.connection.drive
hibernate.cache.provider_c
jboss.domain=default
project.type=ear
icefaces.home=
database.exists=n
jboss.home=c\:/tools/jboss
driver.license.jar=
hibernate.dialect=org.hibe
hibernate.connection.url=j
icefaces=n
++++++++++++++++++++++
If I undeploy this project, I don't get the error, so I am not using correct driver class. Where should I look for this error?
thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think HIbernate integrates with JBoss differently. Please see the link below on how to create the hibernate project to be used by JBoss.
https://www.hibernate.org/
http://docs.jboss.org/jbos
Alternately you could add up your hibernate properties/config file under classes in WEB-INF(in your WAR), put all the required jar files under default/lib and start the server. This is how we use it under WAS.
For how to set up the oracle data source for Jboss see the link below
http://www.jboss.org/commu
Got past this. I had originally made a mistake in specifying the db url, and even though I later corrected this is seam setup, apparently that correction did not cause the url in the datasource xml file in the jboss deploy directory to change. I corrected that file and worked ok.
Since I answered my question(but you tried to help and I thank you for that.) I will ask another easy question.
Can you tell me how to integrate JPA in Jboss? If I create separate JPA project then how can I make Jboss recognize it? Are there any helpful resources?
Check this out
http://www.swview.org/node
Business Accounts
Answer for Membership
by: anilallewarPosted on 2009-08-19 at 04:55:15ID: 25131560
I believe JBoss is not picking up the ojdbc14.jar from the specified path. Place the ojdbc14.jar under <jboss AS>/server/default/lib and restart the application.