-
1. Re: Can not generate Seam entity
tremes Jan 13, 2014 2:42 AM (in response to amir22651)Hi! What is your database connection url? It looks like you have more processes running and trying to access database. I'd try to restart database and server as well.
-
2. Re: Can not generate Seam entity
amir22651 Jan 13, 2014 2:48 AM (in response to tremes)Dear Tomas,
connection URL is as follow:
<connection-url>jdbc:hsqldb:jdbc:hsqldb:hsql://localhost:1701</connection-url>
and no other processes are involving with the database.
-
3. Re: Can not generate Seam entity
tremes Jan 13, 2014 3:43 AM (in response to amir22651)Well it's likely wrong. See e.g http://hsqldb.org/doc/guide/dbproperties-chapt.html. IMO it should be something like:
<connection-url>jdbc:hsqldb:hsql://localhost:1701/<"your_db_name"></connection-url>
-
4. Re: Can not generate Seam entity
amir22651 Jan 13, 2014 4:04 AM (in response to tremes)I did it. same error still exist. weird!
-
5. Re: Can not generate Seam entity
tremes Jan 13, 2014 6:38 AM (in response to amir22651)Are you able to connect to your database using some client like sqlworkbench, sqldeveloper or similar? Are there your entities you would like to create by reverse engineering? If yes, then it should also work from JBoss Tools.