[transfer-dev] Re: Transfer and Apache RewriteMap

2009-05-28 Thread dickbob
Just for completeness I've been playing with Apache and have made this to work for me... RewriteCond %{REQUEST_URI} !/path/to/transfer/definition/ [NC] RewriteRule ^(.*)/$ ${lookupMap:$1} [NC] This ignores the RewriteRule for the path to the Transfer definition files. The issue wasn't with

[transfer-dev] Re: manytoone relationships in lists

2009-05-28 Thread Matt Quackenbush
If I am understanding the question correctly, I believe that a little bit of TQL (or plain ol' SQL) is in order. http://docs.transfer-orm.com/wiki/Transfer_Query_Language.cfm --~--~-~--~~~---~--~~ Before posting questions to the group please read:

[transfer-dev] Re: manytoone relationships in lists

2009-05-28 Thread Chris Peterson
If you added the method in the decorator, but its saying the method does not exist, be sure you are reloading / recreating your transfer factory, and as a last resort be sure to delete all the auto-generated transfer files. Sounds like its not being re-created, because you are on the right track

[transfer-dev] Re: composite IDs and columns properties -- argh!

2009-05-28 Thread Mark Mandel
Yes, the composite id would be dependent on the object model... but that's kinda the point of ORM, it gives you an object model to work with, not a relational model. Mark On Fri, May 29, 2009 at 1:37 AM, Kerr hayl...@gmail.com wrote: Mark, Thanks for your reply. Along the way, I did try

[transfer-dev] Lazy loading issue?

2009-05-28 Thread Matthew
Hi I keep getting the follow error null null when I try to call get*Array() on a onetomany which is setup to lazy load. The documentation says that what I've done is fine (http:// docs.transfer-orm.com/wiki/Using_Lazy_Loading.cfm) so I can't work out what's wrong? Here's my Transfer XML