]
Mark Little updated JBESB-1128:
-------------------------------
Component/s: Configuration
Message Store
Fix Version/s: 4.2.1
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
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: