Re: Deploying a Tapestry app to Geronimo

2006-04-19 Thread Bryan Noll
FYI... http://issues.apache.org/jira/browse/GERONIMO-1871 Bryan Noll wrote: Thanks for responding Jesse. I'm still working through the issue with some of the Geronimo folks. I'm still curious though whether that was the intended behavior of the code or not. Seems odd to me you would call o

Re: Deploying a Tapestry app to Geronimo

2006-04-19 Thread Bryan Noll
Thanks for responding Jesse. I'm still working through the issue with some of the Geronimo folks. I'm still curious though whether that was the intended behavior of the code or not. Seems odd to me you would call out to a method that can never return, but then have code that can be executed

AW: Deploying a Tapestry app to Geronimo

2006-04-16 Thread Korbinian Bachl
che Nachricht- > Von: Drew McAuliffe [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 16. April 2006 04:26 > An: Tapestry users > Betreff: Re: Deploying a Tapestry app to Geronimo > > T4 is definitely not specific to 1.4. I'm running it under > 1.4 under Oracle in product

Re: Deploying a Tapestry app to Geronimo

2006-04-15 Thread Drew McAuliffe
his may be the main problem... > > regards, > > korbinian > > > > -Ursprüngliche Nachricht- > > Von: Bryan Noll [mailto:[EMAIL PROTECTED] > > Gesendet: Samstag, 15. April 2006 00:44 > > An: tapestry-user@jakarta.apache.org > > Betreff: Deployi

AW: Deploying a Tapestry app to Geronimo

2006-04-15 Thread Korbinian Bachl
cht- > Von: Bryan Noll [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 15. April 2006 00:44 > An: tapestry-user@jakarta.apache.org > Betreff: Deploying a Tapestry app to Geronimo > > Re-posting this. Bringing it here from the dev list. > > -- > > Hello... &g

Re: Deploying a Tapestry app to Geronimo

2006-04-14 Thread Mark Reynolds
I opened http://issues.apache.org/jira/browse/HIVEMIND-174 regarding the inconsistency of an exception worded like a warning. Jesse Kuhnert wrote: Ok, even though I suggested posting over here (was in the middle of a production push before), I have one ~guess~ answer that doesn't involve lookin

Re: Deploying a Tapestry app to Geronimo

2006-04-14 Thread Jesse Kuhnert
Ok, even though I suggested posting over here (was in the middle of a production push before), I have one ~guess~ answer that doesn't involve looking at the code. It sounds like the classloader is finding your hivemind-1.1.jar twice for some reason? (my recollection of jars specifically inside the

Deploying a Tapestry app to Geronimo

2006-04-14 Thread Bryan Noll
Re-posting this. Bringing it here from the dev list. -- Hello... I am trying to deploy a simple Tapestry app to Geronimo and am having some issues. I've pasted the stack trace in here to see. I'm pretty sure its a class loading issue with Geronimo, because I got it works on JB