RPC fails when in production mode if using Oracle JDK 7

2012-11-23 Thread Danny
Hi guys, Here's my configuration: - Mac OS X 10.7 - JDK 7 (OS Default) - using Oracle JDK - GWT 2.5 I've simply created a project using the GPE (i.e. GreetingService etc). I make no changes to the GPE created starter code. The default java version on my Mac is set to Oracle's JDK 7.

Re: RPC fails when in production mode if using Oracle JDK 7

2012-11-23 Thread Brian Slesinsky
I don't know the answer, but in general, for this sort of issue, you need to figure out which URL the request is being sent to from the browser, and whether that URL is correct. (In particular, is it the same URL with JDK 6?) The Chrome or Firefox debugging tools are useful for this; it's the