Bug 1029007 - Remove multiple drop table statements and guard against multiple create table statements.
Summary: Remove multiple drop table statements and guard against multiple create table...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Configuration
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER7
: 6.0.0
Assignee: Steve Johnson
QA Contact: Pavel Macik
URL:
Whiteboard:
: 1014562 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-11 13:18 UTC by Steve Johnson
Modified: 2014-02-06 15:26 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Steve Johnson 2013-11-11 13:18:56 UTC
Description of problem:


As part of installation, a number SQL schemas are run against database account.  As these SQL files come from different projects and share some common tables they must not drop tables and also must be guarded against creating tables that already exist.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.  Run an installation and view sqlresults.log for sqlexceptions caused by multiple table creates and for the existence of drop table statements. 
2.
3.

Actual results:


Expected results:

That no sqlexceptions exist due to multiple table creates or that no drop table statements have been run.


Additional info:

Comment 2 Julian Coleman 2013-11-14 16:50:58 UTC
*** Bug 1014562 has been marked as a duplicate of this bug. ***

Comment 3 Pavel Macik 2013-12-20 16:04:47 UTC
Verified in ER7


Note You need to log in before you can comment on or make changes to this bug.