resteasy and subresources

2012-06-04 Thread Paulo Andrade
return the BarResource parameterized with the correct Foo instance (id=1). I know I can just call "new BarResource()" in the handler method of the FooResource class, but that way I loose all the @Inject stuff. Is there another way of doing this? Best re

Re: Tynamo's tapestry-jdo and JDOEntityValueEncoder not getting registered

2012-04-28 Thread Paulo Andrade
has links to JDO objects they won't work. If I visit "/admin/" first, which has links to JDO objects, everything is fine. For now I'm attaching the two boot sequences: boot1.txt fails, boot2.txt succeeds. I'll see if I can send you a project that reproduces this. Reg

Re: Tynamo's tapestry-jdo and JDOEntityValueEncoder not getting registered

2012-04-26 Thread Paulo Andrade
On Apr 26, 2012, at 10:09 PM, Thiago H. de Paula Figueiredo wrote: > On Thu, 26 Apr 2012 18:01:14 -0300, Paulo Andrade > wrote: > >> Hello, > > Hi! > >> http://example.com/app/foo/com.example.entity.foo$a4c34 >> http://example.com/app/foo/1 >

Tynamo's tapestry-jdo and JDOEntityValueEncoder not getting registered

2012-04-26 Thread Paulo Andrade
rrect http://example.com/app/foo/1 To fix this I simply restart the application and it usually returns to a working state. Anyone has clues on why this might be happening? Regards, Paulo Andrade PS: I'm using Tapestry 5.3.2 and the latest ta

Re: tynamo resteasy and JDO objects

2012-04-24 Thread Paulo Andrade
Yes I was. Jackson has @Json* annotations for json output. On Apr 24, 2012, at 10:43 AM, Paulo Andrade wrote: > Am I mistaken to think that the @Xml* annotations would also influence the > JSON output?

Re: tynamo resteasy and JDO objects

2012-04-24 Thread Paulo Andrade
hat the @Xml* annotations would also influence the JSON output? Regards, Paulo Andrade On Apr 24, 2012, at 3:45 AM, Alex Kotchnev wrote: > Paulo, > I'm not sure what the significance of using tapestry-jdo has in this > context. It seems that the issues you're having are relate

tynamo resteasy and JDO objects

2012-04-23 Thread Paulo Andrade
using the resteasy-jackson-provider. Any clues on where should I be looking? Best regards, Paulo Andrade - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Session concurrency

2010-11-01 Thread Paulo Andrade
Hello, Sorry if this an easy question, but I'm new to tapestry and couldn't quite figure out how does tapestry handle sessions. My main worry is concurrent access to session objects. If two request for the same session arrive simultaneously, will the session object be accessed concurrently in