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
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
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
>
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
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?
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
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
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