Boa tarde!
Sempre que crio um projeto (Seam Web Project) e preciso publicar as alterações, tenho que parar o servidor, fazer Full Publish e startar o servidor (bem trabalhoso…).
Se tento fazer Full Publish direto, acontece o seguinte erro:
[quote]Publishing failed
Error renaming C:\JAVA\TESTE\jboss-4.2.3.GA\server\default\tmp\jbosstoolsTemp\tmp177680931274686884.jar to C:\JAVA\TESTE\jboss-4.2.3.GA\server\default\deploy\teste-ear.ear\lib\antlr-runtime.jar.
This may be caused by your server’s temporary deploy directory being on a different filesystem than the final destination.
You may adjust these settings in the server editor.
Error renaming C:\JAVA\TESTE\jboss-4.2.3.GA\server\default\tmp\jbosstoolsTemp\tmp8961757847954602094.jar to C:\JAVA\TESTE\jboss-4.2.3.GA\server\default\deploy\teste-ear.ear\teste.war\WEB-INF\lib\commons-digester.jar.
This may be caused by your server’s temporary deploy directory being on a different filesystem than the final destination.
You may adjust these settings in the server editor.[/quote]
Pelo que me parece, está tentando sincronizar com a pasta teste-ear.
Também gerei o projeto sem o projeto de teste que o seam gera, e continua com o mesmo problema…
Mudei o Deployment para “Use the JBoss deploy folder”, e nada…
Estou usando:
eclipse-jee-indigo-win32-x86_64
jbosstools-3.3.0.M2
jboss-4.2.3.GA
jboss-seam-2.2.2.Final (tentei o jboss-seam-2.2.0.GA também)
Se alguém tiver alguma dica, fico grato pela ajuda.
Consegui resolver o problema