Hide Forgot
Date of First Response: 2008-02-15 08:35:05 project_key: SOA One of the steps is : "Make sure that you have MySQL running before starting this quickstart. Once it is running, execute 'ant createdb' to create the database." $ ant createdb Buildfile: build.xml BUILD FAILED Target "createdb" does not exist in the project "Quickstart_helloworld_hibernate_action".
The quickstart was changed to use HSQLDB: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/labs/labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/build.xml?r1=15015&r2=15014&pathrev=15015 In September 2007. The problem here is that the readme file was not updated.
15:27:22,434 INFO [STDOUT] onSave 15:27:22,434 INFO [STDOUT] Hibernate: insert into orders (unique_id, product, quantity, price) values (null, ?, ?, ?) 15:27:22,435 INFO [STDOUT] Hibernate: call identity() 15:27:22,697 INFO [STDOUT] Hibernate: select order0_.unique_id as unique1_0_, order0_.product as product0_, order0_.quantity as quantity0_, order0_.price as price0_ from orders order0_ 15:27:22,706 INFO [STDOUT] onLoad 15:27:22,771 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 15:27:22,771 INFO [STDOUT] id [1]product [null] quantity [null] price [null] 15:27:22,771 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Attachment: Added: server.log.zip
whit HSQLDB seeing the message above in the console, but the GUI output looks good
Link: Added: This issue depends JBESB-1551
Remove references to createdb and MySQL setup - this QS now uses hsqldb by default. drseuss:helloworld_hibernate_action tcunning$ svn commit Sending helloworld_hibernate_action/readme.txt Transmitting file data . Committed revision 18588.
Verified in CP01