[
https://jira.jboss.org/jira/browse/JBESB-3099?page=com.atlassian.jira.plu...
]
Tom Fennelly commented on JBESB-3099:
-------------------------------------
Since the quickstarts no longer have the hsqldb jar themseves, can I suggest that we
start the sever/manager using ant (i.e. no scripts) ala (in the case of the petstore
example):
<target name="start-hsqldb" depends="classpath-dependencies-as4,
classpath-dependencies-as5">
<java classname="org.hsqldb.Server" dir="hsqldb"
fork="true">
<arg value="-database" />
<arg value="jpetstore" />
<classpath refid="exec-classpath" />
</java>
</target>
Seems straightforward to me since the base ant script has all the bits for working out the
classpath etc (locating hsqldb.jar). The exec-classpath has more than we want in it, but
for maint reasons I think it's fine.
spring_jpetstore quickstart sample - missing run scripts in hsqldb
directory
----------------------------------------------------------------------------
Key: JBESB-3099
URL:
https://jira.jboss.org/jira/browse/JBESB-3099
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.7
Reporter: Kevin Conner
Assignee: Tom Fennelly
Fix For: 4.7 CP1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira