[transfer-dev] Re: cascade delete

2009-08-10 Thread Dan Vega
; > Would you like to actually explain what the actual 'problem' is please ;o) > > Mark > > > > > > On Tue, Aug 11, 2009 at 6:58 AM, Dan Vega wrote: > > > I have an ecommerce application (demo) that has products. Each of > > those pro

[transfer-dev] cascade delete

2009-08-10 Thread Dan Vega
I have an ecommerce application (demo) that has products. Each of those products can have reviews attached to them. Below is my transfer configuration for products. The review table holds a foreign key for the product that the review is for. If i call geReviewArray for a product it works great but

[transfer-dev] Re: Column Specified 2x

2009-08-04 Thread Dan Vega
ify it as a property. > > Paul > > > > > > On Mon, Aug 3, 2009 at 9:30 PM, Dan Vega wrote: > > > I have probably screwed something up here but I can not figure out why > > i am getting this error. I have a product and each product can have > > many reviews.

[transfer-dev] Re: Transfer Presentation

2009-08-04 Thread Dan Vega
If your coming to CFUnited I am doing a Transfer 101 Presentation. I would be happy to share the slides and code with you. On Jul 29, 4:00 pm, Bob Silverberg wrote: > Qasim, > > I did an Intro to Transfer for my CFUG about a year and a half ago. > My deck was based on Mark's deck.  I can send it

[transfer-dev] Column Specified 2x

2009-08-03 Thread Dan Vega
I have probably screwed something up here but I can not figure out why i am getting this error. I have a product and each product can have many reviews. I have onetomany relationship defined like this. http://www.w3.org/2001/XMLSchema-instance";>

[transfer-dev] Support for other CFML engines

2009-07-17 Thread Dan Vega
I am working on my basic introduction to transfer presentation for CFUnited and had a quick question. I know that Transfer is officially supported on ColdFusion 7+ but I see some topics in the forums about Railo + OpenBd. Are either of these engines supported or will they work? --~--~-~--~

[transfer-dev] Re: Many to Many List

2009-07-06 Thread Dan Vega
What do you mean about the (+)? This is the generated SQL that Transfer created and I am using Oracle. --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

[transfer-dev] Re: Many to Many List

2009-07-02 Thread Dan Vega
On the same subject I am having issues grabbing a single record. Here is my transfer.xml file http://www.w3.org/2001/XMLSchema-instance";>

[transfer-dev] Many to Many List

2009-07-02 Thread Dan Vega
I have a device that holds a foreign key to a manufacturer. When I am displaying a list of my devices is there an easy way to output the manufacturer? I understand how to do it when I am working with 1 object but the list is throwing me off.

[transfer-dev] Re: Something is getting cached

2009-06-30 Thread Dan Vega
esolve it. > > Erk... > > Glad you worked it out. > > Mark > > > > On Wed, Jul 1, 2009 at 6:13 AM, Dan Vega wrote: > > > So I got some time to finally look at this and I think I have found > > the issue. When I save using the met

[transfer-dev] Re: Something is getting cached

2009-06-30 Thread Dan Vega
So I got some time to finally look at this and I think I have found the issue. When I save using the method I created in my abstractDecorator I am having the issue.

[transfer-dev] Re: Something is getting cached

2009-06-30 Thread Dan Vega
wrong here...just not sure what. On Jun 27, 9:51 pm, Mark Mandel wrote: > Dan, > > Can you break it down into a single index.cfm file, so it's a reproducible > test case? > > Mark > > > > On Sat, Jun 27, 2009 at 2:47 AM, Dan Vega wrote: > > > Loaded

[transfer-dev] Re: Something is getting cached

2009-06-26 Thread Dan Vega
Loaded via coldspring I have an abstract service

[transfer-dev] Re: Something is getting cached

2009-06-26 Thread Dan Vega
I just have a simple user form that you fill out and then submit it. When it submits I get the user based on the id. On the very 1st pass through it works fine and the user is saved (that code is not here). When I go back in and edit the user and save the data that user object is now a general tra

[transfer-dev] Re: Something is getting cached

2009-06-25 Thread Dan Vega
Ok so I just don't understand the object cache. I will have to read up on it. If I create a new object and then save that object to the database everything works great. If I then try to get that object again I am working with a tranfser object instead of my decorator. If I were to re initialize my

[transfer-dev] Re: Injecting beans into decorators

2009-06-25 Thread Dan Vega
On Jun 4, 2:29 pm, Cedric Villat wrote: > Dan, what exactly was the fix? > > Cedric > > On Thu, Jun 4, 2009 at 7:27 AM, Dan Vega wrote: > > > NM..RTFM DAN...thanks! haha >

[transfer-dev] Something is getting cached

2009-06-25 Thread Dan Vega
I am really lost here and from the way everything is happening, something is caching and/or I just really don't understand what I am doing. Basically I am loading coldspring on app start I have a users object setup in transfer.

[transfer-dev] Re: Injecting beans into decorators

2009-06-04 Thread Dan Vega
NM..RTFM DAN...thanks! haha On Jun 4, 10:23 am, Dan Vega wrote: > Thanks for the link. I tried going through the examples and from what > I understand it will automatically inject any beans with maching > setters. I added this to my coldspring config > >

[transfer-dev] Re: Injecting beans into decorators

2009-06-04 Thread Dan Vega
: slingsho...@googlemail.com > Blog:http://jamesallen.name > Twitter: @CFJamesAllen (Coldfusion / Web development) > Twitter: @jamesallenuk (General) > > -Original Message- > From: transfer-dev@googlegroups.com [mailto:transfer-...@googlegroups.com] > > On Behalf Of Dan Vega &g

[transfer-dev] Re: Injecting beans into decorators

2009-06-04 Thread Dan Vega
: slingsho...@googlemail.com > Blog:http://jamesallen.name > Twitter: @CFJamesAllen (Coldfusion / Web development) > Twitter: @jamesallenuk (General) > > -Original Message- > From: transfer-dev@googlegroups.com [mailto:transfer-...@googlegroups.com] > > On Behalf Of Dan Vega &g

[transfer-dev] Injecting beans into decorators

2009-06-04 Thread Dan Vega
I am sorry if this is a dumb question but I am just getting started with writing my own decorators. I have a Product decorator that extends my base decorator like so. >From what I have read configure is called when the deco

[transfer-dev] Re: Oracle 8i

2008-12-01 Thread Dan Vega
e: > Dan, > Are you talking about the (+) syntax? > > I've refactored that syntax out to use the Join Keywords in Oracle 9 & 10, > though I can't remember if that is valid for 8i. I'm just asking for my own > benefit... > > DW > > On Mon, Dec 1, 2008

[transfer-dev] Oracle 8i

2008-12-01 Thread Dan Vega
Is this still unsupported? I have a database that is 8i and didnt realize it was not supported until I was half way through a project. Everything works fine until you get into doing JOINS. Oracle 8i has some funny syntax to create joins and changed over in 9. If its not supported has anyone update