axis2-wsdl2code maven plugin

2010-05-04 Thread Rusty Wright
I'm trying to use this maven plugin and it's generating the XmlBeans files properly, as far as I can tell, but when I try and run a minimal unit test it's blowing up with a missing class, TypeSystemHolder, error. Caused by: java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to lo

Re: axis2-wsdl2code maven plugin

2010-05-05 Thread Rusty Wright
e has any ideas I'd be grateful for feedback. Thanks On 2010-05-04 17:00, Rusty Wright wrote: I'm trying to use this maven plugin and it's generating the XmlBeans files properly, as far as I can tell, but when I try and run a minimal unit test it's blowing up with a missin

Re: axis2-wsdl2code maven plugin

2010-05-05 Thread Rusty Wright
Sorry, ignore this; I am sure I'm doing something wrong because this is happening when I'm setting up one of the value objects. On 2010-05-05 14:22, Rusty Wright wrote: I had the resource directory wrong so I've gotten past that part. Now when I run my simple test i