[transfer-dev] ManyToMany Relationships order property not working

2009-03-12 Thread Chris H
hey, i have my relationship set up like this: manytomany name=Bilder table=ProjekteBilder link to=Projekte.Projekte column=FK_ProjektID / link to=Bilder column=FK_BildID / collection type=arrayorder property=OrderNum order=asc // collection /manytomany the collection is not sorted by the

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Bob Silverberg
Oops, that should have read Although I would have expected Transfer to throw an error if the OrderNum were not in the Bilder table On Thu, Mar 12, 2009 at 9:05 AM, Bob Silverberg bob.silverb...@gmail.comwrote: In which table is the column OrderNum? I'm guessing that maybe it's in the

[transfer-dev] Re: ManyToMany Relationships order property not working

2009-03-12 Thread Chris H
yes, i first had it in the ProjekteBilder Table, which did throw an error. it is now in the Bilder Table and no errors is thrown, but the resulting array is not sorted by that column. thanks! On Mar 12, 2:06 pm, Bob Silverberg bob.silverb...@gmail.com wrote: Oops, that should have read Although

[transfer-dev] Trouble with Cache settings

2009-03-12 Thread Nando
I don't understand what might be going on here. objectCache defaultcache scope type=none/ /defaultcache cache class=Herb scope type=application / accessedminutestimeout value=30 / /cache /objectCache I see the element

[transfer-dev] Re: Trouble with Cache settings

2009-03-12 Thread Bob Silverberg
Did you try changing the order of the elements? E.g., cache class=Herb accessedminutestimeout value=30 / scope type=application / /cache Looking at the xsd, it looks like maybe the order of those elements is prescribed. Bob On Thu, Mar 12, 2009 at 6:57

[transfer-dev] Re: Trouble with Cache settings

2009-03-12 Thread Nando
Thanks Bob! That did the trick. I would have never caught that. On Fri, Mar 13, 2009 at 1:03 AM, Bob Silverberg bob.silverb...@gmail.comwrote: Did you try changing the order of the elements? E.g., cache class=Herb accessedminutestimeout value=30 / scope

[transfer-dev] Re: Trouble with Cache settings

2009-03-12 Thread Bob Silverberg
Np. Btw, what the heck is all this Herb stuff that continually appears in your code samples? You developing an application for grow-ops or something? ;-) On Thu, Mar 12, 2009 at 8:12 PM, Nando d.na...@gmail.com wrote: Thanks Bob! That did the trick. I would have never caught that. On Fri,