[esb-issues] [JBoss JIRA] Created: (JBESB-1128) No Oracle SQL scripts for message store are included

Jiri Pechanec (JIRA) jira-events at lists.jboss.org
Thu Oct 4 04:32:14 EDT 2007


No Oracle SQL scripts for message store are included
----------------------------------------------------

                 Key: JBESB-1128
                 URL: http://jira.jboss.com/jira/browse/JBESB-1128
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.1 IR1
            Reporter: Jiri Pechanec
         Assigned To: Mark Little


The create_database.sql script can look like this example
CREATE TABLE message
(
  uuid varchar2(128) NOT NULL,
  type varchar2(128) NOT NULL,
  message varchar2(4000) NOT NULL,
  delivered varchar2(10) NOT NULL,
  classification varchar2(10),
  PRIMARY KEY  (uuid)
);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list