[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
Solved (sort of).

I went back through the tutorial here: 
http://code.google.com/appengine/docs/java/tools/eclipse.html

I should have been debugging as:

 *Debug As* > *Web Application* 

It now works just like it should

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/IHlFZHrHi4YJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I have now uninstalled Java7 so that only Java6 is installed.

I also uninstalled and reinstalled Eclipse. Changes to classes still don't 
show up until I stop the web application and the start it again using 'Run 
as'

Any ideas of what I can troubleshoot next?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/UsKF40NzBjkJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I'm not sure if this is related, but I'm getting errors with DataNucleus 
Enhancer. Here's what I'm getting:

DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
DataNucleus Enhancer completed with success for 0 classes. Timings : 
input=42 ms, enhance=0 ms, total=42 ms. Consult the log for full details
DataNucleus Enhancer completed and no classes were enhanced. Consult the 
log for full details

I also noticed that my Windows 7 machine has JRE7 installed. It all worked 
when I first set it up, but now it's not for some unknown reason.

I'm only working with the sample 'Hello World' servlet that is 
automatically generated with a new project. There are no modifications...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/U0AWBVwF3hQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.