Hi,

I am trying to run the testsuite and get this error trying to use a
sql connection:

[JDBCManagedConnectionFactory-1,ERROR] Unable to create
ManagedConnection: 
javax.resource.ResourceException: Unable to create DB connection
(url=jdbc\:HypersonicSQL\:hsql\://localhost\:1476, user=sa:
java.sql.SQLException: No suitable driver
        at
org.jboss.pool.connector.jdbc.JDBCManagedConnectionFactory.createManagedConnection(JDBCManagedConnectionFactory.java:245)
        at
org.jboss.pool.connector.ManagedConnectionPoolFactory.createObject(ManagedConnectionPoolFactory.java:62)
        at org.jboss.pool.ObjectPool.createNewObject(ObjectPool.java:991)
        at org.jboss.pool.ObjectPool.getObject(ObjectPool.java:657)
        at
org.jboss.pool.connector.SharedLocalConnectionManager.allocateConnection(SharedLocalConnectionManager.java:104)
        at
org.jboss.pool.connector.jdbc.JDBCDataSource.getConnection(JDBCDataSource.java:79)
        at
org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.getConnection(JDBCCommand.java:696)
        at
org.jboss.ejb.plugins.jaws.jdbc.JDBCInitCommand.execute(JDBCInitCommand.java:121)
        at
org.jboss.ejb.plugins.jaws.JAWSPersistenceManager.init(JAWSPersistenceManager.java:111)
        at
org.jboss.ejb.plugins.CMPPersistenceManager.init(CMPPersistenceManager.java:136)
        at org.jboss.ejb.EntityContainer.init(EntityContainer.java:313)
        at org.jboss.ejb.Application.init(Application.java:198)
        at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:385)
        at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:311)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
        at
org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:492)
        at
org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:470)
        at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:209)
        at java.lang.reflect.Method.invoke(Native Method)


Are the slashes in the jdbc url the problem?  Have they been fixed
with the other change I saw recently?

Thanks,
Chris

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to