[transfer-dev] Re: Transfer/Railo error: The structure of your configuration file causes an infinite loop

2009-04-23 Thread Mark Mandel
No idea what that is.. does cfunit not work on Railo I wonder... Mark On Fri, Apr 24, 2009 at 11:55 AM, Jamie Krug wrote: > > A lot of Transfer is working for my app, on Railo 3.1, but I have just > one event that bombs with the error I included in my first post here. > I have numerous other ev

[transfer-dev] Re: Transfer/Railo error: The structure of your configuration file causes an infinite loop

2009-04-23 Thread Jamie Krug
A lot of Transfer is working for my app, on Railo 3.1, but I have just one event that bombs with the error I included in my first post here. I have numerous other events that use a good bit of Transfer successfully. I tried running the unit tests on Railo 3.1.0.12. I just grabbed the latest trans

[transfer-dev] Re: Transfer/Railo error: The structure of your configuration file causes an infinite loop

2009-04-23 Thread Mark Mandel
Luis, you around? You're the one who has done the most testing on Railo, I've not actually gotten around to running the unit tests on Railo (remiss of me I know), so I'm not 100% sure if the claims that Transfer actually works on Railo is true. Mark On Fri, Apr 24, 2009 at 7:10 AM, Jamie Krug wr

[transfer-dev] Transfer/Railo error: The structure of your configuration file causes an infinite loop

2009-04-23 Thread Jamie Krug
I receive the following error, with Railo only (3.1.0.012), when my code calls something like #transfer.get("user.UserFront", idUserFront) # -- a simplified version of my transfer.xml file is also below. Error Message -- The structure of your configuration file causes an infinite loop Error Detai

[transfer-dev] Re: Duplicate generated methods

2009-04-23 Thread John Barlow
Ok, I figured out my problem. We are also using included transfer.xml files, and one of the included files re-included the main config. So, basically all of our functions were broken, this was the only one that showed itself because it was the only one I was testing at the time. :) I told you

[transfer-dev] Re: Duplicate generated methods

2009-04-23 Thread John Barlow
Yeah, I've been down that road as well. Deleted all the .transfer files, cleared the coldfusion object cache (through the admin and manually). I've even tried it on a different system and got the same results, so there is definitely something screwy with my code/definition. John On Apr 23, 3

[transfer-dev] Re: Duplicate generated methods

2009-04-23 Thread Bob Silverberg
Strange. I'd try deleting all of your .transfer files and reloading the app. On Thu, Apr 23, 2009 at 3:01 PM, John Barlow wrote: > > One small correction, we are using transfer 1.1, not 1.0 > > > On Apr 23, 2:59 pm, John Barlow wrote: > > Greetings all, > > > > I have an odd problem and I'm su

[transfer-dev] Re: Duplicate generated methods

2009-04-23 Thread John Barlow
One small correction, we are using transfer 1.1, not 1.0 On Apr 23, 2:59 pm, John Barlow wrote: > Greetings all, > > I have an odd problem and I'm sure I'm doing something very small > wrong, but I just don't see it.  I'm using onetomany relationships all > over our app, but this particular one

[transfer-dev] Duplicate generated methods

2009-04-23 Thread John Barlow
Greetings all, I have an odd problem and I'm sure I'm doing something very small wrong, but I just don't see it. I'm using onetomany relationships all over our app, but this particular one is blowing up. The definition for the tables involved is as follows:

[transfer-dev] Re: including multiple config files

2009-04-23 Thread spiraldev
nevermind I found it. sorry. On Apr 23, 8:34 am, spiraldev wrote: > Is it possible to include config files into the main file? --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-suppo

[transfer-dev] including multiple config files

2009-04-23 Thread spiraldev
Is it possible to include config files into the main file? --~--~-~--~~~---~--~~ 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 su