After switching to using ICEFaces I get these type of errors constantly.
The reason is that something is holding on to the jars in the the war directory.
Is there something I can do to make sure JBoss (and/or Tomcat) lets go of
references so I can redeploy my changed project.
I am using a default seam-gen generated build.xml file, and it is the
"unexplode" target that files in the last delete operation.
| <target name="unexplode" description="Undeploy the exploded archive">
| <delete failonerror="no">
| <fileset dir="${ear.deploy.dir}">
| <exclude name="**/*.jar" />
| </fileset>
| </delete>
| <delete file="${deploy.dir}/${project.name}-${profile}-ds.xml"
failonerror="no" />
| <delete dir="${ear.deploy.dir}" failonerror="no" />
| </target>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015222#4015222
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015222
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user