[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-11-23 Thread laphroaig15
Was there any progress on this bug? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+u

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-11-23 Thread laphroaig15
I'm also experiencing Gabriel's topmost stacktrace while attempting to POC Drools. Like Kris, I cannot see far enough into the stacktrace to determine what drools API call is triggering the behavior. My app is heroict...@appspot.com. On Nov 4, 3:43 am, Kris wrote: > Hi Toby, > > I've just reali

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-11-04 Thread Kris
Hi Toby, I've just realised that I probably over-wrote the app with a new version yesterday. Did you get what you need? (If not, I can easily re-deploy and resend the ID.) Cheers, Kris On Oct 19, 8:30 pm, Toby Reyelts wrote: > Kris, > > Can you send us your app id (privately if you wish) ? >

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-10-19 Thread Toby Reyelts
Kris, Can you send us your app id (privately if you wish) ? On Mon, Oct 19, 2009 at 3:57 PM, Kris wrote: > > I'm also getting this StackOverflowError, but the app engine log view > is truncated, so I can't see the initial cause. Is there any way to > see the whole log message, so I can try to

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-10-19 Thread Kris
I'm also getting this StackOverflowError, but the app engine log view is truncated, so I can't see the initial cause. Is there any way to see the whole log message, so I can try to help track it down/produce a test case? Cheers, Kris On Oct 7, 4:36 pm, Toby Reyelts wrote: > Unfortunately this

[appengine-java] Re: Local server works, Appspot fails with java.lang.StackOverflowError when Spring AOP is enabled

2009-08-27 Thread Toby Reyelts
Do you have a simple sample app that you can reproduce this with? On Wed, Aug 26, 2009 at 12:38 AM, Gabriel Moreira wrote: > > My app is using Spring 3.0. > > If i disable Spring AOP, my app runs fine both on local and appspot. > > But when i enable Spring AOP (tested with advice or aspects), in