Hi all! I'm triyng to setup and startup the Jonas EJB and it hangs with the following: > JOnAS Server, version 1.6.1, running on Jeremie. > main : 7:44:25:666 RMISecurityManager loaded > main : 7:44:25:814 Working with a colocated Transaction Manager > main : 7:44:25:827 Create and register TM factory > main : 7:44:26:548 initialising a JonasSender > main : 7:44:26:557 initialising a JonasReceiver > main : 7:44:26:824 TransactionFactory constructor > Exception in thread "main" java.lang.NoClassDefFoundError: javax/sql/PooledConnection > at org.objectweb.jonas.server.Server.main(Server.java, Compiled Code) I'm tring to use Informix JDBC 2.10 that supports JDBC spec 2.0. A simple program using the JDBC driver works fine. I created a file called Informix.properties, derived from Oracle1.properties and altered it to match the Informix parameters. I also added Informix.properties to the jonas.datasources list in the jonas.properties file. What I don't understand is that the Informix docs say that PooledConnection is an Interface implemented by an Informix class: IfxPooledConnection. This doubt may be stupid but: shouldn't EJBServer be trying to load IfxPooledConection instead? Thanks in advance for any help, Fernando ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
