"resolved bug"
Brought to you by:
tchbansi
Someone recently posted a bug concerning the message
/home/bs/progs/xpetstore/xpetstore-ejb/build-database.xml:40:
java.sql.SQLException: General error, message from
server: "Table 'test.T_COUNTER' doesn't exist"
after calling "build.sh db"
This happens after you called "build.sh deploy"
and only happens in ejb version.
The reason is, that the tables are created by the
server (JBoss in my case)
after deployment. This takes some time. So you have to wait
some seconds before you can call "build.sh db"
Perhaps someone can add a line to the docu.