I downloaded jboss-esb-4.0.4B1MP1, and wanted to use Oracle for the tables. In the process
of converting the HSQL script I found that the object_snap table uses UID as a column
name, which is an Oracle keyword (hence the script blew up).
CREATE TABLE object_snap (uid number(19,0) NOT NULL
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980239#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...