Re: [Geotools-devel] How to create complex parameters

2009-09-29 Thread Jody Garnett
Thanks Justin ... > One of two things. Pass in a MLConfiguration(), which has the schema > reference "built in" to it. Or ensure that teh schema reference is exactly > correct in the instance document you are parsing. I was trying to avoid that in order to show the difference adding bindings make

Re: [Geotools-devel] How to create complex parameters

2009-09-29 Thread Justin Deoliveira
Hey guys, sorry for the late response. Jody Garnett wrote: > On 29/09/2009, at 12:48 AM, Matthias Lendholt wrote: > >>> I see then I am confused ... let me check - adding a test method to >>> ParserTest with the following "naked" configuration. >> >> Sorry! My fault. It was a misunderstanding on

Re: [Geotools-devel] How to create complex parameters

2009-09-28 Thread Jody Garnett
On 29/09/2009, at 12:48 AM, Matthias Lendholt wrote: >> I see then I am confused ... let me check - adding a test method to >> ParserTest with the following "naked" configuration. > > Sorry! My fault. It was a misunderstanding on my side. I mixed up > the Encoder in the background creating the

Re: [Geotools-devel] How to create complex parameters

2009-09-28 Thread Matthias Lendholt
Jody Garnett schrieb: > >> No - that's not true :-) > > I see then I am confused ... let me check - adding a test method to > ParserTest with the following "naked" configuration. Sorry! My fault. It was a misunderstanding on my side. I mixed up the Encoder in the background creating the WPS re

[Geotools-devel] How to create complex parameters

2009-09-25 Thread Jody Garnett
No - that's not true :-)I see then I am confused ... let me check - adding a test method to ParserTest with the following "naked" configuration.    public void testNakedXMLParse() throws Exception {        // set up a parser that only has the the xml schema bindings        Parser parser = new Parse