I am using a Hypersonic sqldb. I get this error in Windows XP but not in 
Windows 2000. What is the workaround for this?

javax.persistence.PersistenceException: 
org.hibernate.exception.SQLGrammarException: could not execute query
                Caused by: java.sql.SQLException: Table not found in statement 
[select license0_.id as id69_, license0_.date as date69_, license0_.key as 
key69_,                       license0_.expirationDate as expirati4_69_ from 
License license0_]
                at org.hsqldb.jdbc.Util.throwError(Unknown Source)
                at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source)
                at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown 
Source)
                at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:349)
                at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConnection.java:337)
                at 
org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187)
                at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:497)
                at 
org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415)
                at 
org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
                at 
org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1561)
                at org.hibernate.loader.Loader.doQuery(Loader.java:661)
                at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
                at org.hibernate.loader.Loader.doList(Loader.java:2145)
                ... 271 more

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974516#3974516

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974516
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to