[jboss-user] [JBoss Tools] - Re: ZipException during war file deploy JBoss 5.1.
Sander Sõnajalg
do-not-reply at jboss.com
Thu Apr 7 11:21:29 EDT 2011
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&containerType=14&container=2128]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110407/7292cbf9/attachment.html
More information about the jboss-user
mailing list