Re: [JBoss-user] Table not fund while the table has been created in Hypersonic

2001-04-08 Thread Scott M Stark
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

[JBoss-user] Table not fund while the table has been created in Hypersonic

2001-04-07 Thread Pifen Ellwood
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