When I say "just stops" I mean publishing stops working. The REST
service keeps on functioning fine.
The application is a Web application implemented on Vaadin.
Once publishing stops working it's usually consistant about not working until
I Delete the server and Add it again. I've also tried a fresh install of
glassfish.
Thanks for the suggestions on turning on the plugin log. Here is what
I got
[code]
!ENTRY oracle.eclipse.tools.glassfish 1 1 2011-06-27 13:42:49.443
!MESSAGE GlassFish: done publishModule in 0 ms
!ENTRY oracle.eclipse.tools.glassfish 1 1 2011-06-27 13:48:01.929
!MESSAGE GlassFish: done publishModule in 0 ms
!ENTRY oracle.eclipse.tools.glassfish 1 1 2011-06-27 13:48:01.930
!MESSAGE GlassFish: done publishModule in 0 ms
!ENTRY oracle.eclipse.tools.glassfish 1 1 2011-06-27 13:48:09.780
!MESSAGE GlassFish: done publishModule in 0 ms
!ENTRY oracle.eclipse.tools.glassfish 1 1 2011-06-27 13:48:09.781
!MESSAGE GlassFish: done publishModule in 0 ms
[/code]
Each of these entries corresponds to when I do a save of a Java file which is
a dependency of the web app. Even though it says the publish is done, the
update never reaches the glassfish server. If I examine the actual files on
the glassfish server (the .class file(s) that changed), the file(s) are not
updated.
--
[Message sent by forum member 'mcooper7290']
View Post: http://forums.java.net/node/816641