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

Mark Little (JIRA) jira-events at lists.jboss.org
Wed Oct 10 10:13:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBESB-1128?page=all ]

Mark Little closed JBESB-1128.
------------------------------

    Fix Version/s: 4.2.1 IR2
                       (was: 4.2.1)
       Resolution: Done

> 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) 
>          Components: Configuration, Message Store
>    Affects Versions: 4.2.1 IR1
>            Reporter: Jiri Pechanec
>         Assigned To: Mark Little
>             Fix For: 4.2.1 IR2
>
>
> 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