On Mon, Jul 14, 2008 at 7:55 AM, Massimiliano Giraldo <[EMAIL PROTECTED]> wrote:
> > I saw that this exception was threw by the method called > "isSimpleType(QName > type)", that finds type == null. > > About what you wrote, I look in my .xsd files and I have both simpleType > and > complexType elements. > Therefore the problem should be only in the definition of simpleType, isn't > it? > Or even complexType element may generate this exception? > The problem is most probably in your WSDL, where you declare your BPEL properties with their aliases. A BPEL property relies on a type like this: <prop:property name="dummyProp" type="xsd:string"/> That's what you have in the type attribute that's probably a problem. Matthieu > > Thanks, > Max > > > > > Matthieu Riou-5 wrote: > > > > On Mon, Jul 14, 2008 at 1:34 AM, Massimiliano Giraldo > > <[EMAIL PROTECTED]> > > wrote: > > > > Mmmh yes, the error message is a bit cryptic. I'm going to improve that. > > The > > origin of the error seems to be in a property type definition. We check > > whether the types defined for properties are simple types and that's > where > > resolving fails. So you should check those to make sure the types are > > correct, > > > > Cheers, > > Matthieu > > > > > > > ----- > http://www.pcguide.netsons.org http://www.pcguide.netsons.org > -- > View this message in context: > http://www.nabble.com/NullPointerException%3A-Null-type-argument%21-tp18439565p18445684.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
