[
https://issues.jboss.org/browse/WFLY-4483?page=com.atlassian.jira.plugin....
]
ehsavoie Hugonnet updated WFLY-4483:
------------------------------------
Description:
I have a spring MVC war that failed during deployment because of some external resource
missing ( a cassandra keyspace).
When I tried to deploy the war again after fixing the issue (through the web console) I
got :
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point
\"\"/wildfly/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.11.Final.jar
It looks like we are trying to mount the file again while the service managing the
mounthandle hasn't stopped.
was:
I have a spring MVC war that failed during deployment because of some external resource
missing.
When I tried to deploy the war again after fixing the issue I got :
Resteasy+Spring integration can result in double VFS mount if
deployment fails
------------------------------------------------------------------------------
Key: WFLY-4483
URL:
https://issues.jboss.org/browse/WFLY-4483
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 9.0.0.Beta2
Reporter: ehsavoie Hugonnet
Assignee: Stuart Douglas
I have a spring MVC war that failed during deployment because of some external resource
missing ( a cassandra keyspace).
When I tried to deploy the war again after fixing the issue (through the web console) I
got :
Caused by: java.io.IOException: VFS000017: Filesystem already mounted at mount point
\"\"/wildfly/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring-jar/resteasy-spring-3.0.11.Final.jar
It looks like we are trying to mount the file again while the service managing the
mounthandle hasn't stopped.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)