April 07, 2001 1:43 PM
Subject: [JBoss-user] Table not fund while the table has been created in Hypersonic
> Hi,
> I am writing BMP entity bean using default Hypersonic and InstantDB JDBC
> driver from jboss
>
> I've specified java:/InstantDB in the
> jboss.xml and In the ej
Hi,
I am writing BMP entity bean using default Hypersonic and InstantDB JDBC
driver from jboss
I've specified java:/InstantDB in the
jboss.xml and In the ejb-jar file, I also specified
jdbc/InstantDB
I am able to get the connection via:
Context jndiCntx = new InitialContext();
DataSource ds = (D