Alexander, no worries ... and if you happen to be looking at the archives for this mailing list, it should be quite apparent to you that you are not the only one out there having 'problems' with the static unmarshal() methods .. ;-).
Werner Alexander Kunkel wrote: > Werner, > > thank you for your advice. It works now. > > It's amazing what foolish error i made. > > Thanks > Alexander > > --- Werner Guttmann <[EMAIL PROTECTED]> schrieb: > >> Alexander, >> >> in the fromXML() method you are using one of the static unmarshal() >> methods of the Unmarshaller class (which happens to ignore any >> mapping >> file specified). In other words, please create an instance of >> Unmarshaller(), and use setMapping() on this instance to specify the >> mapping to be used during unmarshalling. >> >> I hope this helps. >> >> Regards >> Werner > > > > > > > > ___________________________________________________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > ------------------------------------------------- > If you wish to unsubscribe from this list, please > send an empty message to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- > > ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

