Re: MSSQL, schema migrations format issue

2010-03-29 Thread chris oberle
Looks like this took care of it. Thanks a million! - Chris On Sun, Mar 28, 2010 at 8:55 PM, Clinton Begin wrote: > Okay, I've just committed a change to preserve newline characters in > scripts. > > You can wait for the next release, but I recommend trying it with the trunk > build. > > It's a

Re: association objects instantiated to null after call

2010-03-29 Thread Guy Rouillier
Sorry, this description is much too vague to be able to offer any useful advice. What version of iBATIS are you using? You would need to show the result map from the initial getAllObjects() and the subsequent getSomeValue(). What is the value of "hash" being passed into getSomeValue()? In o

association objects instantiated to null after call

2010-03-29 Thread foeke99
I have this strange problem which i can't get to solve I have an arraylist of objects and each object has several child objects which are perfectly loaded with the config file. ArrayList objects = _testMapper.getAllObjects(); at one point i have to split these into 2 arraylists based on a flag