Juraj Huska created RF-12102:
--------------------------------
Summary: Kitchensink archetype - shutdown of JBoss AS with project generated
from this archetype throws error
Key: RF-12102
URL:
https://issues.jboss.org/browse/RF-12102
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: archetype
Affects Versions: 4.2.0.Final
Environment: container: JBoss AS 7.1.1.Final
Reporter: Juraj Huska
Priority: Trivial
There is the same error thrown as in RF-11905, when shutting down the server.
Kitchensink uses his own DS configuration, and it is enough to add proposed
DB_CLOSE_ON_EXIT=FALSE to the connection url, in the file
_/src/main/webapp/WEB-INF/kitchensink-quickstart-ds.xml_, in order to workaround the
error.
So it will look like:
{code:xml}
<connection-url>jdbc:h2:mem:kitchensink-quickstart;DB_CLOSE_ON_EXIT=FALSE</connection-url>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira