Thanks, I verified it with WF8 Final and the error is gone.
Shouldn't persisted sessions be removed when the app is undeployed?
Best regards
Wolfgang
-------- Original-Nachricht --------
Betreff: Re: [undertow-dev] Class loader stacktraces on undeploy/deploy
Von: Tomaž Cerar <tomaz.cerar(a)gmail.com>
An: Wolfgang Knauf <wolfgang.knauf(a)gmx.de>
Kopie (CC): "undertow-dev(a)lists.jboss.org" <undertow-dev(a)lists.jboss.org>
Datum: 12.02.2014 02:05
Hi,
try with newer code from wildfly master.
We removed persistent session from default configuration as it does not
work 100% yet.
--
tomaz
On Tue, Feb 11, 2014 at 8:25 PM, Wolfgang Knauf <wolfgang.knauf(a)gmx.de
<mailto:wolfgang.knauf@gmx.de>> wrote:
Hi all,
I observe some warning stack traces when doing a
".dodeploy"/".undeploy"./".dodeploy" cycle of an
exploded JSF
application.
A sample application is attached to
https://community.jboss.org/message/856452
In this forum post, I reported a "locked manifest.mf" file error, so
maybe the exceptions are related to this error.
To reproduce: extract the zip file content attached to the forum post to
the "deployments" directory of a standalone WildFly CR1 server. Create a
"KuchenZutatJSF.ear.dodeploy" marker file. After this first
".dodeploy",
access the
URL
http://localhost:8080/KuchenZutatJSFWeb/kuchenliste.faces (that
should be enough to reproduce the error).
Then create ".undeploy" and ".dodeploy" marker files.
Now a warning stacktrace is in console, e.g. this one:
20:55:48,617 INFO [javax.enterprise.resource.webcontainer.jsf.config]
(MSC service thread 1-1) Mojarra 2.2.4-jbossorg-1 20131017-1524 für
Kontext '/KuchenZutatJSFWeb' wird initialisiert.
20:55:48,977 WARN [io.undertow.servlet] (MSC service thread 1-1)
UT015008: Failed to load development mode persistent sessions:
java.lang.ClassNotFoundException:
pertyKeyses.component.UIComponent$ProertyKeysm from [Module
"javax.faces.api:main" from local module loader @1087359 (finder: local
module finder @1ccf342 (roots:
C:\Temp\wildfly-8.0.0.CR1\modules,C:\Temp\wildfly-8.0.0.CR1\modules\system\layers\base))]
at
org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
[jboss-modules.jar:1.3.0.Final]
at