Re: Why use SpringContext?

2007-08-24 Thread Geoffrey Wiseman
On 8/23/07, Kim Pepper <[EMAIL PROTECTED]> wrote: > > Thanks to all for the advice. > > My main concern would be using hibernate and lazy loading collections, > which usually requires the use of the OpenSessionInViewFilter/Interceptor > and a TransactionManager. Restlet filters work fine for Sess

Re: Sax Server Examples?

2007-08-24 Thread Geoffrey Wiseman
On 8/24/07, Stanczak Group <[EMAIL PROTECTED]> wrote: > > I'm guessing there is no real examples? Or everyone is tired of my > stupid questions. Either is fine, I'm starting to pick it up. I've been > running through all the code, which is very little. I feel a little > stupid that I'm not picking

Re: Problem building Restlet source

2007-08-24 Thread Alex Milowski
On 8/24/07, Sean Landis <[EMAIL PROTECTED]> wrote: > Alex, > Thanks for the patch. Unfortunately the build appears to be in a very bad > state. A unit test fails, so I had to run the rest of the targets by hand. > The resulting distro doesn't work at all. I checked out a clean copy to fix the buil

Re: Sax Server Examples?

2007-08-24 Thread Stanczak Group
Sorry the "...tired of my stupid questions" part wasn't intended as a hurry up and answer, but more as I feel I should be picking up on this better. I had been looking for more examples but couldn't so I said ".. no real examples". Now that I reread it it does sound that way. I to have a job a

Re: Sax Server Examples?

2007-08-24 Thread Jonathan Hall
Hey Justin, this is pretty much a new api., and as such is growing. I'm really enjoying using it. But you need to give people more than six hours to answer a question. I do not presume to speak for most, but I feel most have working jobs and help purely out of community spirit. If you need a

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread Jonathan Hall
Hi regis, Your previous zip looks a bit involved to be honest. Pull everything out (spring, hibernate, everthing,etc) anything that isn't realted to your problem, and build the most simple testcase you can. I'm really busy at the moment but I'll do my best to try to help :) Jon regis regis

RE: Problem building Restlet source

2007-08-24 Thread Rob Heittman
Not my experience. With the grizzly test target removed or the needed dependencies added, it should work well, except for new/experimental stuff. We're developing against trunk pretty actively at our shop. -Original Message- From: "Sean Landis" <[EMAIL PROTECTED]> To: discuss@restlet.t

Re: Sax Server Examples?

2007-08-24 Thread Stanczak Group
I'm guessing there is no real examples? Or everyone is tired of my stupid questions. Either is fine, I'm starting to pick it up. I've been running through all the code, which is very little. I feel a little stupid that I'm not picking this up easier. I've pretty much been through all the code a

Re: Problem building Restlet source

2007-08-24 Thread Sean Landis
Alex, Thanks for the patch. Unfortunately the build appears to be in a very bad state. A unit test fails, so I had to run the rest of the targets by hand. The resulting distro doesn't work at all.

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread regis regis
Nobody can help me ? Aith my buggy situation ? Thanks for any advice Maybe it is not possible to get the form at this time in the put method ? > > On 8/23/07, regis regis <[EMAIL PROTECTED]> wrote: > > > > Nop, it is the same behavior same error ! > > (but i check another time even i did be

Re: tunnelFilter in tomcat container - how ???

2007-08-24 Thread regis regis
N On 8/23/07, regis regis <[EMAIL PROTECTED]> wrote: > > Nop, it is the same behavior same error ! > (but i check another time even i did before). > > thanks. > > PS; maybe you are right, it is a bug... > > > On 8/23/07, Jonathan Hall <[EMAIL PROTECTED]> wrote: > > > > As a quicky, > > > > Ins

Re: Problem building Restlet source

2007-08-24 Thread Alex Milowski
On 8/24/07, Sean Landis <[EMAIL PROTECTED]> wrote: > I am trying to create a local patch for the JaxbRepresentation problem at the > end of issue # 289. I used the following command to check out what I hoped > was the latest 1.1beta: > > svn checkout http://restlet.tigris.org/svn/restlet/trunk rest

Problem building Restlet source

2007-08-24 Thread Sean Landis
I am trying to create a local patch for the JaxbRepresentation problem at the end of issue # 289. I used the following command to check out what I hoped was the latest 1.1beta: svn checkout http://restlet.tigris.org/svn/restlet/trunk restlet --username X I got the following errors when I built:

JaxbRepresentation.getObject swallows exceptions

2007-08-24 Thread Sean Landis
In 1.1 beta, the implementation of JaxbRepresentation.getObject swallows exceptions. This is a critical error because callers have no way of responding to errors in the XML passed in, even if an ValidationEventHandler is used. The caller will go along assuming there's no problem until it tries to u

Sax Server Examples?

2007-08-24 Thread Stanczak Group
Any Sax server examples? I'm trying it out now. Thanks. -- Justin Stanczak Stanczak Group 812-735-3600 "All that is necessary for the triumph of evil is that good men do nothing." Edmund Burke

Issue with DirectoryHandler on Mac OS X

2007-08-24 Thread beders
Hi, I'm brand new to restlet, so excuse my ignorance ;) I tried some sample code from the tutorial, namely the Directory resource. I tried this: Application app = new Application(getContext()) { @Override public Restlet createRoot() { Directory directory = new Directory(getCo

Error in Tag.java (Restlet version 1.0.4)

2007-08-24 Thread Larry Gately
I had a problem when testing a client that gets an HTML page (which comes up fine in the Firefox browser). I got a Response, and when I call getEntity() to get the Representation, I get the error Invalid tag format detected: /"7354-1178329344000" at org.restlet.data.Tag.parse(Tag.java:69)