Code:
The server is running at http://localhost:8888/
....
13:46:07,156 DEBUG [DataNucleus.Datastore.Schema] - Check of existence of MCE returned table type of null
2011-04-01 13:46:07,156 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Check of existence of MCE returned table type of null - 131156
13:46:07,156 INFO [DataNucleus.Datastore.Schema] - Creating table MCE
2011-04-01 13:46:07,156 INFO [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Creating table MCE - 131156
13:46:07,156 DEBUG [DataNucleus.Datastore.Schema] - CREATE TABLE MCE
(
ID BIGINT NOT NULL,
CREATED TIMESTAMP NOT NULL,
URI VARCHAR(255) NULL,
VERSION INTEGER NULL,
PRIMARY KEY (ID)
)
2011-04-01 13:46:07,156 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - CREATE TABLE MCE
(
ID BIGINT NOT NULL,
CREATED TIMESTAMP NOT NULL,
URI VARCHAR(255) NULL,
VERSION INTEGER NULL,
PRIMARY KEY (ID)
) - 131156
13:46:07,156 DEBUG [DataNucleus.Datastore.Schema] - Execution Time = 0 ms
2011-04-01 13:46:07,156 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Execution Time = 0 ms - 131156
13:46:07,171 DEBUG [DataNucleus.Datastore.Schema] - Check of existence of TAG returned table type of null
2011-04-01 13:46:07,171 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Check of existence of TAG returned table type of null - 131171
13:46:07,171 INFO [DataNucleus.Datastore.Schema] - Creating table TAG
2011-04-01 13:46:07,171 INFO [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Creating table TAG - 131171
13:46:07,171 DEBUG [DataNucleus.Datastore.Schema] - CREATE TABLE TAG
(
ID BIGINT NOT NULL,
MCE_ID BIGINT NULL,
TAG VARCHAR(255) NULL,
VERSION INTEGER NULL,
PRIMARY KEY (ID)
)
2011-04-01 13:46:07,171 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - CREATE TABLE TAG
(
ID BIGINT NOT NULL,
MCE_ID BIGINT NULL,
TAG VARCHAR(255) NULL,
VERSION INTEGER NULL,
PRIMARY KEY (ID)
) - 131171
13:46:07,171 DEBUG [DataNucleus.Datastore.Schema] - Execution Time = 0 ms
2011-04-01 13:46:07,171 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Execution Time = 0 ms - 131171
13:46:07,250 DEBUG [DataNucleus.Datastore.Schema] - Column "SEQUENCE_TABLE.SEQUENCE_NAME" added to internal representation of table.
2011-04-01 13:46:07,250 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Column "SEQUENCE_TABLE.SEQUENCE_NAME" added to internal representation of table. - 131250
13:46:07,265 DEBUG [DataNucleus.Datastore.Schema] - Column "SEQUENCE_TABLE.NEXT_VAL" added to internal representation of table.
2011-04-01 13:46:07,265 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Column "SEQUENCE_TABLE.NEXT_VAL" added to internal representation of table. - 131265
13:46:07,281 DEBUG [DataNucleus.Datastore.Schema] - Check of existence of SEQUENCE_TABLE returned table type of null
2011-04-01 13:46:07,281 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Check of existence of SEQUENCE_TABLE returned table type of null - 131281
13:46:07,281 INFO [DataNucleus.Datastore.Schema] - Creating table SEQUENCE_TABLE
2011-04-01 13:46:07,281 INFO [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - Creating table SEQUENCE_TABLE - 131281
13:46:07,281 DEBUG [DataNucleus.Datastore.Schema] - CREATE TABLE SEQUENCE_TABLE
(
SEQUENCE_NAME VARCHAR(255) NOT NULL,
NEXT_VAL BIGINT NOT NULL,
PRIMARY KEY (SEQUENCE_NAME)
)
2011-04-01 13:46:07,281 DEBUG [28714143@qtp-9652274-0] DataNucleus.Datastore.Schema - CREATE TABLE SEQUENCE_TABLE
(
SEQUENCE_NAME VARCHAR(255) NOT NULL,
NEXT_VAL BIGINT NOT NULL,
PRIMARY KEY (SEQUENCE_NAME)
) - 131281
13:46:07,281 DEBUG [DataNucleus.Datastore.Schema] - Execution Time = 0 ms