Bug 724745 (JBWFK-107)

Summary: CLONE - startdb.bat in snowdrop-example-sportsclub\database doesn't work
Product: [JBoss] JBoss Enterprise WFK Platform 1 Reporter: Ondrej Skutka <oskutka>
Component: SpringAssignee: Marek Novotny <mnovotny>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 1.2.0.GA, 1.2.0.CR2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBWFK-107
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-03 11:30:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
startdb.bat none

Description Ondrej Skutka 2011-05-25 08:06:22 UTC
Affects: Release Notes
Workaround: Workaround Exists
securitylevel_name: Public

startdb.bat in snowdrop-example-sportsclub\database is syntactically wrong, so it cannot be executed under Windows

Comment 1 Karel Piwko 2011-05-25 08:06:23 UTC
Link: Added: This issue Cloned from JBPAPP-4801


Comment 3 Martin Hanus 2011-05-26 10:07:03 UTC
Fixed syntax error for setting up HSQLDB environmental variables. On Windows hosts, these need to be set via SET <variable_name> command.

Comment 4 Martin Hanus 2011-05-26 10:07:03 UTC
Attachment: Added: startdb.bat


Comment 5 Martin Hanus 2011-05-26 10:08:01 UTC
Attachment: Added: startdb.bat


Comment 6 Martin Hanus 2011-05-26 10:12:21 UTC
Attachment: Removed: startdb.bat 


Comment 7 Martin Hanus 2011-05-26 15:22:32 UTC
Issue fixed in WFK 1.2.0.CR2 build.

Comment 8 Martin Hanus 2011-05-26 15:41:51 UTC
Accidentally closed. Reopened so correct version can be assigned.

Comment 9 Marek Novotny 2011-05-27 12:38:02 UTC
Release Notes Docs Status: Removed: Documented as Known Issue Added: Not Yet Documented
Release Notes Text: Removed: The startdb.bat in snowdrop-example-sportsclub/database cannot be executed on Windows because the syntax is incorrect. A workaround for this issue is to start the database with mvn -Pdb-start. Added: The startdb.bat script in snowdrop-example-sportsclub/database was fixed. It couldn't be executed on Windows because the syntax was incorrect.



Comment 10 Karel Piwko 2011-05-31 15:01:23 UTC
Link: Added: This issue is incorporated by JBWFK-112


Comment 11 Rebecca Newton 2011-06-01 03:54:09 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue
Release Notes Text: Removed: The startdb.bat script in snowdrop-example-sportsclub/database was fixed. It couldn't be executed on Windows because the syntax was incorrect.
 Added: The startdb.bat in snowdrop-example-sportsclub/database could not be executed on Windows because the syntax was incorrect. This issue has been fixed, and the syntax is now correct.
Workaround Description: Removed: The startdb.bat in snowdrop-example-sportsclub/database cannot be executed on Windows because the syntax is incorrect. A workaround for this issue is to start the database with mvn -Pdb-start. 


Comment 12 Karel Piwko 2011-06-03 11:30:24 UTC
Verified content of the script in CR2 distribution.