[transfer-dev] Re: manytomany... not quite

2009-09-03 Thread pedrobl
Hi Matt! Thanks for the response... On Sep 3, 3:07 am, Matt Quackenbush quackfu...@gmail.com wrote: Can you post the relevant transfer.xml configs?  I could be mistaken, but I think the issue is that you have an o2m on one side and an m2o on the other.  AFAIK, that will not do the trick.

[transfer-dev] Re: manytomany... not quite

2009-09-03 Thread Matt Quackenbush
Howdee :-) You're welcome. OK, so that is exactly what I thought you were doing. The reason that will not work is because the o2m generates methods on *both* objects in the relationship, and therefore generates the ID (PK/FK) in the SQL twice. Instead, create an m2o on *both* objects (instead

[transfer-dev] Re: manytomany... not quite

2009-09-03 Thread Matt Quackenbush
The only methods (for the relationship) that will be generated are the m2o ones. http://docs.transfer-orm.com/wiki/Generated_Methods.cfm#ManyToOne_Element So, any of the other o2m methods that have to do with getting at the child(ren)/parent will not be generated.

[transfer-dev] Transfer Cache Memory Management Strategies

2009-09-03 Thread zurielb
Hi Everybody, We have an e-commerce website developed using Coldfusion 7, Model- Glue, Coldspring and Transfer. Over the past months we have struggled with what we thought was a Memory Leak. We could see the jrun memory usage climb until it just became unresponsive (queue a bunch of requests and

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-03 Thread Mark Mandel
What version of Transfer are you guys using? Mark On Fri, Sep 4, 2009 at 8:04 AM, zurielb zuri...@gmail.com wrote: Hi Everybody, We have an e-commerce website developed using Coldfusion 7, Model- Glue, Coldspring and Transfer. Over the past months we have struggled with what we thought

[transfer-dev] Re: Transfer Cache Memory Management Strategies

2009-09-03 Thread zurielb
1.1 On Sep 3, 5:12 pm, Mark Mandel mark.man...@gmail.com wrote: What version of Transfer are you guys using? Mark On Fri, Sep 4, 2009 at 8:04 AM, zurielb zuri...@gmail.com wrote: Hi Everybody, We have an e-commerce website developed using Coldfusion 7, Model- Glue, Coldspring

[transfer-dev] Re: manytomany... not quite

2009-09-03 Thread pedrobl
I already had all I needed... and a little more. I was actually making the mistake described on this page: http://docs.transfer-orm.com/wiki/Same_foreign_key_for_a_manytoone_and_a_onetomany.cfm So I removed the m2o relation from my relations' objects, the PersonOrg mentioned in previous

[transfer-dev] Re: manytomany... not quite

2009-09-03 Thread Matt Quackenbush
Schwet! I love it when a plan comes together. :-) --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are