Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-320

Table ODE_JOB isn't created automatically if doesn't exist.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.1.1
    • Wishlist
    • 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

          Activity

            People

              Unassigned Unassigned
              ginnungagap Oleg Atamanenko
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: