[
https://issues.jboss.org/browse/RF-12102?page=com.atlassian.jira.plugin.s...
]
Brian Leathem resolved RF-12102.
--------------------------------
Assignee: Brian Leathem
Resolution: Deferred
Juraj, can you file this bug with the upstream JBoss AS quickstart? We copy the much of
the project code from there (and put the richfaces skin on it)
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
Assignee: Brian Leathem
Priority: Trivial
Fix For: 4.2.1.Final
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