Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.1.1
-
None
-
None
-
Apache ODE 1.1.1
ServiceMix 3.2.1
MySQL 5
Windows XP SP2
Sun Java 5
Description
The table ODE_JOB isn't created in database during first deployment..
CREATE TABLE ODE_JOB(jobid CHAR(64) DEFAULT '' NOT NULL,
ts BIGINT DEFAULT 0 NOT NULL ,
nodeid char(64) NULL,
scheduled int DEFAULT 0 NOT NULL,
transacted int DEFAULT 0 NOT NULL,
details LONG VARBINARY NULL,
PRIMARY KEY(jobid));
CREATE INDEX IDX_ODE_JOB_TS ON ODE_JOB (ts);
CREATE INDEX IDX_ODE_JOB_NODEID ON ODE_JOB (nodeid);
Attachments
Issue Links
- duplicates
-
ODE-319 Automatically create tables upon first deployment in JBI environment.
- Resolved