Re: Error when building todoapp

2015-06-07 Thread Martin Grigorov
Hi,

Please paste the stacktrace so we can see where and why it happens.
Thanks!

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Jun 7, 2015 at 3:35 PM, James Agada james.ag...@cwg-plc.com wrote:

  Any one with an idea of how to fix this?
  James Agada
  Chief Technology Officer


  On Jun 6, 2015, at 6:46 PM, James Agada james.ag...@cwg-plc.com wrote:

  If I add another domain object to the todoapp I get the error. But when
 i build the todoapp by itself it builds. is there a way to add an
 additional domain class to extend the todoapp? Why is it repeatedly
 creating isissettings.UserSetting and then failing with complaint that
 table already exists?
  James Agada
  Chief Technology Officer


  On Jun 5, 2015, at 6:56 PM, James Agada james.ag...@cwlgroup.com wrote:

  I am trying to build the today but I am getting this error
 18:40:20,299  [DatastoreThread-12  ERROR]  Error thrown
 executing CREATE TABLE isissettings.UserSetting
 (
 key NVARCHAR(128) NOT NULL,
 user NVARCHAR(50) NOT NULL,
 description NVARCHAR(254) NULL,
 type NVARCHAR(20) NOT NULL,
 valueRaw NVARCHAR(255) NOT NULL,
 CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
 ) : object name already exists: UserSetting in statement [CREATE TABLE
 isissettings.UserSetting
 (
 key NVARCHAR(128) NOT NULL,
 user NVARCHAR(50) NOT NULL,
 description NVARCHAR(254) NULL,
 type NVARCHAR(20) NOT NULL,
 valueRaw NVARCHAR(255) NOT NULL,
 CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
 )]
 java.sql.SQLSyntaxErrorException: object name already exists: UserSetting
 in statement [CREATE TABLE isissettings.UserSetting
 (
 key NVARCHAR(128) NOT NULL,
 user NVARCHAR(50) NOT NULL,
 description NVARCHAR(254) NULL,
 type NVARCHAR(20) NOT NULL,
 valueRaw NVARCHAR(255) NOT NULL,
 CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
 )]
 at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)

  I did not make any changes. I am using 1.9.0-snapshot.
 Rgds
  James Agada
  Chief Technology Officer

 PastedGraphic-3.pngwww.openshopen.ng.jpg


 This email and any attachment thereto are confidential and priviledged. if
 you have received it in error, please delete immediately and notify the
 sender. Do not disclose, copy, circulate or in any way use it. The
 information contained therein is for the address only, if you reply on it,
 its at your own risk. Emails are not guaranteed to be secure or error free,
 the message and any attachment could be intercepted, corrupted, lost,
 delayed, incomplete or ammended. Computer warehouse group and its divisions
 do not accept liability for damage caused by this email or any attachment.
 The message you tried to print is protected with Information Rights
 Management. You don't have the necessary user rights to print the message.
 This email and any attachment thereto are confidential and priviledged. if
 you have received it in error, please delete immediately and notify the
 sender. Do not disclose, copy, circulate or in any way use it. The
 information contained therein is for the address only, if you reply on it,
 its at your own risk. Emails are not guaranteed to be secure or error free,
 the message and any attachment could be intercepted, corrupted, lost,
 delayed, incomplete or ammended. Computer warehouse group and its divisions
 do not accept liability for damage caused by this email or any attachment.
 The message you tried to print is protected with Information Rights
 Management. You don't have the necessary user rights to print the message.


 This email and any attachment thereto are confidential and priviledged. if
 you have received it in error, please delete immediately and notify the
 sender. Do not disclose, copy, circulate or in any way use it. The
 information contained therein is for the address only, if you reply on it,
 its at your own risk. Emails are not guaranteed to be secure or error free,
 the message and any attachment could be intercepted, corrupted, lost,
 delayed, incomplete or ammended. Computer warehouse group and its divisions
 do not accept liability for damage caused by this email or any attachment.
 The message you tried to print is protected with Information Rights
 Management. You don't have the necessary user rights to print the message.



Re: Error when building todoapp

2015-06-07 Thread James Agada
Any one with an idea of how to fix this?
James Agada
Chief Technology Officer

[cid:03079D33-D6EF-43C4-BC68-409961ED49D7][cid:0A85BA30-39DD-4C9D-AF4D-6ECD6761CB96]

On Jun 6, 2015, at 6:46 PM, James Agada 
james.ag...@cwg-plc.commailto:james.ag...@cwg-plc.com wrote:

If I add another domain object to the todoapp I get the error. But when i build 
the todoapp by itself it builds. is there a way to add an additional domain 
class to extend the todoapp? Why is it repeatedly creating 
isissettings.UserSetting and then failing with complaint that table already 
exists?
James Agada
Chief Technology Officer

[cid:03079D33-D6EF-43C4-BC68-409961ED49D7][cid:0A85BA30-39DD-4C9D-AF4D-6ECD6761CB96]

On Jun 5, 2015, at 6:56 PM, James Agada 
james.ag...@cwlgroup.commailto:james.ag...@cwlgroup.com wrote:

I am trying to build the today but I am getting this error
18:40:20,299  [DatastoreThread-12  ERROR]  Error thrown executing 
CREATE TABLE isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
) : object name already exists: UserSetting in statement [CREATE TABLE 
isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
)]
java.sql.SQLSyntaxErrorException: object name already exists: UserSetting in 
statement [CREATE TABLE isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
)]
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)

I did not make any changes. I am using 1.9.0-snapshot.
Rgds
James Agada
Chief Technology Officer

PastedGraphic-3.pngwww.openshopen.ng.jpghttp://www.openshopen.ng.jpg/


This email and any attachment thereto are confidential and priviledged. if you 
have received it in error, please delete immediately and notify the sender. Do 
not disclose, copy, circulate or in any way use it. The information contained 
therein is for the address only, if you reply on it, its at your own risk. 
Emails are not guaranteed to be secure or error free, the message and any 
attachment could be intercepted, corrupted, lost, delayed, incomplete or 
ammended. Computer warehouse group and its divisions do not accept liability 
for damage caused by this email or any attachment. The message you tried to 
print is protected with Information Rights Management. You don't have the 
necessary user rights to print the message. This email and any attachment 
thereto are confidential and priviledged. if you have received it in error, 
please delete immediately and notify the sender. Do not disclose, copy, 
circulate or in any way use it. The information contained therein is for the 
address only, if you reply on it, its at your own risk. Emails are not 
guaranteed to be secure or error free, the message and any attachment could be 
intercepted, corrupted, lost, delayed, incomplete or ammended. Computer 
warehouse group and its divisions do not accept liability for damage caused by 
this email or any attachment. The message you tried to print is protected with 
Information Rights Management. You don't have the necessary user rights to 
print the message.

This email and any attachment thereto are confidential and priviledged. if you 
have received it in error, please delete immediately and notify the sender. Do 
not disclose, copy, circulate or in any way use it. The information contained 
therein is for the address only, if you reply on it, its at your own risk. 
Emails are not guaranteed to be secure or error free, the message and any 
attachment could be intercepted, corrupted, lost, delayed, incomplete or 
ammended. Computer warehouse group and its divisions do not accept liability 
for damage caused by this email or any attachment. The message you tried to 
print is protected with Information Rights Management. You don't have the 
necessary user rights to print the message.


Error when building todoapp

2015-06-05 Thread James Agada
I am trying to build the today but I am getting this error
18:40:20,299  [DatastoreThread-12  ERROR]  Error thrown executing 
CREATE TABLE isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
) : object name already exists: UserSetting in statement [CREATE TABLE 
isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
)]
java.sql.SQLSyntaxErrorException: object name already exists: UserSetting in 
statement [CREATE TABLE isissettings.UserSetting
(
key NVARCHAR(128) NOT NULL,
user NVARCHAR(50) NOT NULL,
description NVARCHAR(254) NULL,
type NVARCHAR(20) NOT NULL,
valueRaw NVARCHAR(255) NOT NULL,
CONSTRAINT UserSetting_PK PRIMARY KEY (key,user)
)]
at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source)

I did not make any changes. I am using 1.9.0-snapshot.
Rgds
James Agada
Chief Technology Officer

[cid:03079D33-D6EF-43C4-BC68-409961ED49D7][cid:0A85BA30-39DD-4C9D-AF4D-6ECD6761CB96]

This email and any attachment thereto are confidential and priviledged. if you 
have received it in error, please delete immediately and notify the sender. Do 
not disclose, copy, circulate or in any way use it. The information contained 
therein is for the address only, if you reply on it, its at your own risk. 
Emails are not guaranteed to be secure or error free, the message and any 
attachment could be intercepted, corrupted, lost, delayed, incomplete or 
ammended. Computer warehouse group and its divisions do not accept liability 
for damage caused by this email or any attachment. The message you tried to 
print is protected with Information Rights Management. You don't have the 
necessary user rights to print the message.