Sander Sõnajalg [
http://community.jboss.org/people/sander24] created the discussion
"Re: ZipException during war file deploy JBoss 5.1."
To view the discussion, visit:
http://community.jboss.org/message/598555#598555
--------------------------------------------------------------
For me, it helped if i:
1) added file seam.properties (with empty contents) to the classpath. This activates the
Seam deployer which then applies the VFSScanner (instead of the URLScanner that causes
this error)
2) I also had to add file seam-deployment.properties to classpath, with contents:
org.jboss.seam.deployment.scanners=org.jboss.seam.integration.jbossas.vfs.VFSScanner
.. anyway, this issue is due to using URLScanner instead of VFSScanner (i.e. not
activating seam deployer correctly)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/598555#598555]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]