Re: Usage of the latest spring snapshot SpringApplication

2008-03-04 Thread keke
Maybe you would like to take a look at the spring integration feature of GroovyRestlet. For information about GroovyRestlet, see http://groovy.codehaus.org/GroovyRestlet For spring integration example, see http://groovy.codehaus.org/SpringIntegrationExamples On Tue, Mar 4, 2008 at 10:10 PM, Pete

RE: Usage of the latest spring snapshot SpringApplication

2008-03-04 Thread Jerome Louvel
Hi Peter, Thanks for reporting this bug. It is now fixed in SVN trunk. If you can't use the trunk, just invoke the constructor with a context taken from your component. public TestRestApplication(Component comp) { super(comp.getContext()); } Best regards, Jerome