Re: [JBoss-user] installing the JDBC driver

2001-06-26 Thread Michael Bilow
The PostgreSQL driver is not a legitimate part of the EAR. In theory, an EAR should be deployable on any EJB platform regardless of the back-end database. One of the main goals of EJB is to hide stuff like that from your application. I am not sure why the error would be "no such file," but I ca

Re: [JBoss-user] installing the JDBC driver

2001-06-25 Thread David Jencks
Hi, Out of curiousity, how are you planning to do things like create the database for the ear? I don't think you can just include the jdbc driver in your ear, the driver setup has basically nothing to do with app deployment. How would you set up the pooling and jndi binding that is normally des

[JBoss-user] installing the JDBC driver

2001-06-25 Thread G.L. Grobe
I'm trying to get rid of the following error when I startup with ./run_with_tomcat.sh. [J2EE Deployer Default] couldnt add ./jdbc7.0-1.2.jar to common classpath: /u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/jdbc7.0-1.2.jar (No such file or directory) My ear file which I place in the ~/jboss/d