[jboss-user] [JBoss Cache: Core Edition] - Re: Getting Failed to insert node

atifoxon do-not-reply at jboss.com
Wed Feb 11 08:45:25 EST 2009


yes both statements (create table and insert) generates a syntax error when tried through a console

tables are as

store table


  | CREATE 
  |     TABLE jbosscache 
  |     ( 
  |         fqn VARCHAR(255) NOT NULL, 
  |         node BLOB, 
  |         parent VARCHAR(255), 
  |         PRIMARY KEY (fqn) 
  |     )
  | 

dummy table

CREATE 
  |     TABLE jbosscache_d 
  |     ( 
  |         i CHAR(1) 
  |     )


Thanks
Atif

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209034



More information about the jboss-user mailing list