Re: T 5.2 & App Engine 1.3 SDK

2010-01-11 Thread Mike Leonardo
5:16:29 AM GMT -05:00 US/Canada Eastern Subject: Re: T 5.2 & App Engine 1.3 SDK Hi, > I keep getting the same issue with the LocalVariableTable I believe this is due to javaassist 3.11, try to revert this jar to version 3.9 On Mon, Jan 11, 2010 at 10:00, Mike Leonardo wrote: > Ah,

Re: T 5.2 & App Engine 1.3 SDK

2010-01-11 Thread Dmitry Gusev
gt; From: "Mike Leonardo" > To: "Tapestry users" > Sent: Monday, January 11, 2010 1:22:26 AM GMT -05:00 US/Canada Eastern > Subject: Re: T 5.2 & App Engine 1.3 SDK > > Hey Alex (or Dmitry), > > I'm trying to get a T5.2 + 1.3GAE project working too. &

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
actory Software Engineer - Original Message - From: "Mike Leonardo" To: "Tapestry users" Sent: Monday, January 11, 2010 1:22:26 AM GMT -05:00 US/Canada Eastern Subject: Re: T 5.2 & App Engine 1.3 SDK Hey Alex (or Dmitry), I'm trying to get a T5.2 + 1.3GAE proje

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
t testing - but when I saw your wording in this email I didn't understand what jar you were editing. Any thoughts? Thanks! Michael Leonardo - Original Message - From: "Alex Kotchnev" To: "Tapestry users" Sent: Tuesday, December 29, 2009 10:30:23 PM GMT -05:

Re: T 5.2 & App Engine 1.3 SDK

2009-12-29 Thread Alex Kotchnev
Dmitry, indeed, it works w/ the javaagent fix; however, I had to do something slightly different than what you had: When I was running it w/ the agent that you had on the blog, after replacing the agent in the jar file, I was getting a message that the agent was missing a "premain" class: Ex

Re: T 5.2 & App Engine 1.3 SDK

2009-12-29 Thread Dmitry Gusev
Latest T5.2 works without any problems with 1.3 SDK for me. Here's the sources: http://github.com/dmitrygusev/ping-service And running app: http://ping-service.appspot.com I did had to use Javaagent fix you referenced, but didn't applied Java Security Manager fix because looks like this problem (

T 5.2 & App Engine 1.3 SDK

2009-12-29 Thread Alex Kotchnev
Has anyone tried running T 5.2 w/ the latest GAE 1.3 SDK ? I was happily running on sdk 1.2.5 w/ some of Dmitry's wonderful hacks to make the local dev server work ( http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-with-gae-sdk.html); however, I did need to update to 1.3 to try ou