Re: Extended class issues

2016-08-05 Thread Dougan Stuart
l be slightly better. > > 2016-08-03 21:24 GMT+03:00 Savva Kolbachev : > >> Hi Dougan, >> >> I'm able to reproduce the problem you provided. I'll come back to you >> after some investigation. >> >> 2016-07-29 2:47 GMT+

Re: Extended class issues

2016-07-28 Thread Dougan Stuart
f I just botched the data map. Let me know what you think. Thanks, Doug > On Jul 28, 2016, at 3:47 AM, Andrus Adamchik wrote: > > Would you mind posting a relevant part of your DataMap XML? > > Andrus > >> On Jul 13, 2016, at 8:40 PM, Dougan Stuart wrote: >> &

Extended class issues

2016-07-13 Thread Dougan Stuart
I have a class Company with a one-to-many relationship to other Companies (parentCompany <- subCompanies). I’m able to set a Company’s parent when creating one, but upon update I’m getting a NullPointerException in DefaultQuotingStrategy.quotedName because it’s been sent a null attribute. Compa