Re: Code Question

2006-11-15 Thread Wayne Putterill
Some good points there about having to adapt to any new tool, I tried a few times to change to using CFEclipse and failed because I was trying to make it work exactly the way I was used to working. Once I had got it into my head that I would have to adapt slightly and adopt the project model of

Custom Tag in CFC not working

2006-11-15 Thread Chris Velevitch
I am using a cf custom tag in a cfc and it doesn't appear to be working. The method the custom tag appears in executes correctly but the custom tag doesn't seem to execute. The custom tag writes an entry to a log file. Has anyone experience this problem? Chris -- Chris Velevitch Manager -

Re: Custom Tag in CFC not working

2006-11-15 Thread Robertson-Ravo, Neil (RX)
What does it do and where is the tag being called from? What is your CFC code? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which

Re: SSL, HTTPS, Port 443 and ColdFusion Templates

2006-11-15 Thread Tom Chiverton
On Tuesday 14 November 2006 16:49, Aaron Roberson wrote: After I have a dedicated IP address and an SSL cert set up on the domain (whitehorsemedia.com) is there anything I have to do to make my checkout page secure? Secure from what ? Without defining what you are defending against, you

coldfusion scheduler executing twice

2006-11-15 Thread vishnu prasad
Hi CF gurus We have Coldfusion MX 6.1 with Jrun running in windows 2000 server. From yesterday all scheduler are executing twice for example we have scheduler scheduled to run at 7.00 AM . the scheduler run twice hence duplicate mails had been send to the users If anyone know what is causing

Re: grrrr....

2006-11-15 Thread Tom Chiverton
On Tuesday 14 November 2006 17:18, Crow T. Robot wrote: to only happen in our industryÂ…can't let the other guy out-geek you, I guess. Reminds me of taking my old car to a garage to (fail to) get it's MOT :-) -- Tom Chiverton Helping to paradigmatically architect network interfaces

RE: grrrr....

2006-11-15 Thread Jenny Gavin-Wear
I totally agree. Last week my (now ex) hosting company (Vortech) told one of my customers that CF is a crap development system and is full of security holes. I spoke to the guy and he hadn't got a clue about CF beyond basic installation. Jenny -Original Message- From: Crow T. Robot

OT: Email Bounce Handler

2006-11-15 Thread Jenny Gavin-Wear
I need something that handles email bounces. It would need to read off a pop3 folder and update a table in ms sql. Any ideas? -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 10:17 To: CF-Talk Subject: RE: g I totally agree. Last

RE: grrrr....

2006-11-15 Thread Will Swain
I had a 'discussion' with the IT consultant at a client of mine who insisted that CF was built on ASP. He wouldn't have it any other way. He was obviously an MS man and didn't view anything else as 'proper'. What annoyed me more than anything else was that he was getting paid a small fortune as

Verity Search using CF 4.5

2006-11-15 Thread Jason Ferguson
Hi, I am using CF 4.5 and have a verity search set-up on a intranet. The search works in that in returns data, however I am having a few problems, some of the returned links return for example www.hotmail.com/www.hotmail.com/people/index.htm where the correct link should be

Verity Search using CF 4.5

2006-11-15 Thread Jason Ferguson
Hi, I am using CF 4.5 and have a verity search set-up on a intranet. The search works in that in returns data, however I am having a few problems, some of the returned links return for example www.hotmail.com/www.hotmail.com/people/index.htm where the correct link should be

RE: grrrr....

2006-11-15 Thread Big Mad Kev
Well a few years back a new guy in the office slagged CF of to me and I just dismissed him, Now later he has seen that all CF Projects have been completed on time every time in budget and all Java/.NET have been delayed and over budget every time and now gives it some respect, and when I showed

Re: grrrr....

2006-11-15 Thread Wayne Putterill
Three or Four years back I had three completely unrelated people tell me at different times that CF could only connect to Access databases. I have no idea who was spreading that particular piece of misinformation around but it's amazing how people will cling to bad info despite all attempts to

Re: grrrr....

2006-11-15 Thread Neil Middleton
I totally agree with what you guys are saying, but at the moment I am in completely the opposite position. Me and my boss (an ex developer) both see CF as a great tool, but I am trying to convince him at the moment that it is not a golden bullet - it can't solve every problem. We have an

RE: Sql error during insert

2006-11-15 Thread Richard Colman
-Original Message- From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: 11/14/06 7:17 PM Subject: Sql error during insert I do not recall seeing this before. Could someone tell me what I am doing wrong? I get the following error while executing this query.

Re: grrrr....

2006-11-15 Thread Tom Chiverton
On Wednesday 15 November 2006 11:45, Neil Middleton wrote: of what CF can do effectively leaving us the only option of going a little lower level and write in Java or .NET for some functionality. However, convincing him of this is proving a little difficult. These are unlikely to be faster,

Re: OT: Email Bounce Handler

2006-11-15 Thread Nick Tong - TalkWebSolutions.co.uk
Hi, You can inspect the message headers from the files returned - do a lookup with this data against the boogie bounce dll to get a result (hard bounce, soft bounce etc) and update your SQL table accordingly. HTH On 15/11/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: I need something that

RE: coldfusion scheduler executing twice

2006-11-15 Thread Ben Nadel
I had this issue once. Not for all scheduled tasks, but the ones for a given application. My problem was that the page that ran the task was trying to delete itself (at the beginning of the page) and the re-create itself (at the end of the page). It did this for some business logic reasons.

Re: grrrr....

2006-11-15 Thread Wayne Putterill
Agreed, we have some queries that can take tens of seconds to run on a very well specified Oracle server, CF isn't the problem it's the sheer amount and complexity of the data we have to work with. On 15/11/06, Tom Chiverton [EMAIL PROTECTED] wrote: These are unlikely to be faster, of course, if

Re: grrrr....

2006-11-15 Thread Doug Brown
Or write your nasty little code in C++ and compile it for a CFX tag and it will run alot faster. DB - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, November 15, 2006 4:58 AM Subject: Re: g On Wednesday 15

Re: OT: Email Bounce Handler

2006-11-15 Thread Will Tomlinson
I need something that handles email bounces. It would need to read off a pop3 folder and update a table in ms sql. Any ideas? I think dave had this need a few months back. Then I needed the same thing. Ended up just setting up an email account just for bounces. Then set the failto in cfmail

Compile Flex in ColdFusion

2006-11-15 Thread Johnny Le
Hi, How do I create and compile Flex code inside a ColdFusion page and display it? It would be similar to this http://try.flex.org/, but I don't need to use the exact Java API interface Ben was using. What I am creating is open source so I don't think I can use that API. I am ok with

RE: Compile Flex in ColdFusion

2006-11-15 Thread Ben Forta
C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\bin\mxmlc.exe -Original Message- From: Johnny Le [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 6:46 AM To: CF-Talk Subject: Compile Flex in ColdFusion Hi, How do I create and compile Flex code inside a ColdFusion page

Re: Custom Tag in CFC not working

2006-11-15 Thread Chris Velevitch
On 11/15/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What does it do It writes to a log file. where is the tag being called from? Could be more explicit here. What is your CFC code? component cfimport

Re: Custom Tag in CFC not working

2006-11-15 Thread Tom Chiverton
On Wednesday 15 November 2006 13:01, Chris Velevitch wrote: cfimport taglib=... Why do you do this and not just call cf_mycustomtag ? -- Tom Chiverton Helping to adaptively harvest enterprise-class technologies This email is sent for and

can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Senthil D
Hi, Can any one help me out with thisTag.executionmode samples. I'm getting executionmode is undefined when I started using. Thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Capture Alternatives

2006-11-15 Thread Rick Root
Ray Champagne wrote: Here's a question that hasn't been answered, maybe 'cause there isn't one: we talk all day about protecting ourselves from these gnarly bastages, is there any way to fight back? I'd love to see a way for me to block them, then fire back with my own script - it might

RE: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Bobby Hartsfield
This is the first thing I put in a custom tag. cfif thistag.executionMode NEQ start cfexit method=exittag / /cfif ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Senthil D [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15,

Re: Capture Alternatives

2006-11-15 Thread Nick Tong - TalkWebSolutions.co.uk
woohoo - go microformats! On 15/11/06, Rick Root [EMAIL PROTECTED] wrote: Ray Champagne wrote: Here's a question that hasn't been answered, maybe 'cause there isn't one: we talk all day about protecting ourselves from these gnarly bastages, is there any way to fight back? I'd love

RE: Capture Alternatives

2006-11-15 Thread Bobby Hartsfield
Good point (and idea) Rick ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 8:43 AM To: CF-Talk Subject: Re: Capture Alternatives Ray Champagne wrote: Here's a question

RE: grrrr....

2006-11-15 Thread Dawson, Michael
In times like those, you just want to look at the client and raise your eyebrow. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:34 AM To: CF-Talk Subject: RE: g I had a 'discussion' with the IT consultant at a client of mine

Re: grrrr....

2006-11-15 Thread Martin Thorpe
So your still trying to convince 2B to go Java, thought you tried that a few years ago, I had a go myself a couple of years back ;-) Good luck with the convincving man :-) I totally agree with what you guys are saying, but at the moment I am in completely the opposite position. Me and my

RE: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Ben Nadel
It sounds like you are not calling the tag as a custom tag. If you try to run this template as a standard ColdFusion template, then you will get this error. THISTAG.ExecutionMode is only available when the template is run using: CF_CUSTOMTAG notation CFMODULE tag CFIMPORT tag How are you

RE: grrrr....

2006-11-15 Thread Will Swain
He no longer works for the client in question. I think they got the idea eventually. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 13:54 To: CF-Talk Subject: RE: g In times like those, you just want to look

BlueDragon Question

2006-11-15 Thread Jason T. Slack
I am evaluating Blue Dragon for OS X since I am invested in CF (new to it, but making the investment) and CF 7 does not run on Intel macs. I moved over an application that works on CF Server to Blue Dragon install on my Powerbook. I setup a DSN called webPOS using the Blue Dragon

Re: OT: Email Bounce Handler

2006-11-15 Thread Ryan Stille
Jenny Gavin-Wear wrote: I need something that handles email bounces. It would need to read off a pop3 folder and update a table in ms sql. Any ideas? What I did is set the Return-path of the message to a specific bounce handler address. Replies will not go here, but bounces will.

Re: BlueDragon Question

2006-11-15 Thread Rick Root
Check the case of the FILENAME for Application.cfm - make sure it has a capital A - it apparently makes a difference on unix type machines. Rick Jason T. Slack wrote: I am evaluating Blue Dragon for OS X since I am invested in CF (new to it, but making the investment) and CF 7 does not run

Re: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Senthil D
Here is my problem exactly: cfcomponent cfinclude ... cfcomponent For some reason the cfinclude is called twice (Note: there is no duplicate includes/ close tag error I got suggestions to put ifTag.executionmode check for cfinclude. Is this is the right way to do it. Thanks

Re: Custom Tag in CFC not working

2006-11-15 Thread Sam Farmer
Double check that the prefix you specify in the cfimport tag is mycustomtag otherwise CF will just ignore that mycustomtag call. Cheers, Sam On 11/15/06, Chris Velevitch [EMAIL PROTECTED] wrote: On 11/15/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What does it do It writes to a

Re: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Teddy Payne
Custom tags have 3 execution modes: Start, Inactive and End. Inactive does not process code execution implicitly, which makes sense why it is called inactive. Start and end will both execute whatever is passed to it. Start is typically used to prepare code execution. Consider the start mode

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Rick, Yeah that put me further along in the process. Now I get: The tag CFQUERY had no corresponding ending tag Source 20: cfelse 21:!--- login failed --- 22:cflocation url=index.cfm / 23: /cfif ^ Snippet from underlying CFML source Here is the full code: !--- Check

Re: BlueDragon Question

2006-11-15 Thread Teddy Payne
CF tags are not case sensitive and common practice is to have them all lower case. 1) cfset SESSION.LocationName = #ckCreds.LocationName# For purposes of style and assumed functionality: cfset SESSION.LocationName = ckCreds.LocationName 2) You are missing a # symbol by the word application:

RE: Custom Tag in CFC not working

2006-11-15 Thread Andy Matthews
That's apparently the new way of loading in a custom tag. I'm not sure why they started doing it that way. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

Re: BlueDragon Question

2006-11-15 Thread Rick Root
Jason T. Slack wrote: Yeah that put me further along in the process. cfquery name=ckCreds datasource=Application.dsn# You're missing an opening # sign on the datasource attribute Should be cfquery name=ckCreds datasource=#Application.dsn# whenever you get a missing end tag and you're

Re: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Raymond Camden
Actually, if you have a tag that you only want to run in start mode, just END it with the one line cfexit that you have. On 11/15/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: This is the first thing I put in a custom tag. cfif thistag.executionMode NEQ start cfexit method=exittag /

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Teddy, 2) You are missing a # symbol by the word application: cfquery name=ckCreds datasource=Application.dsn# should be cfquery name=ckCreds datasource=#application.dsn# Makes no difference, I still get an application.dsn doesn't exist message 3) For: WHERE LocationID =

Re: coldfusion scheduler executing twice

2006-11-15 Thread vishnu prasad
hi Our scheduler are created in CF admin not in programme. anyhow we would try to stop the service and check the same Thanks for your advice. I had this issue once. Not for all scheduled tasks, but the ones for a given application. My problem was that the page that ran the task was trying to

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
Hi Rick, I noticed that. Here is what I have: 1: 2: !--- Check Locations table first to see if the location id and password is right--- 3: cfquery name=ckCreds datasource=#Application.dsn# 4: SELECT LocationID, LocationName FROM Locations 5: WHERE LocationID = Cfqueryparam

RE: Custom Tag in CFC not working

2006-11-15 Thread Snake
Because it loads ALL customs tags from specified path and allows you to call them with this syntax prefix:tagname And negates the need to have a custom mapping or custom tag path to use custom tags. Russ -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 15

RE: Capture Alternatives

2006-11-15 Thread Munson, Jacob
Anywhere you dynamically convert URLs to links.. in message boards, blogs, etc... add the rel=nofollow attribute. I'm doing this in blogcfm (and I think in cfmbb too) FYI, BlogCFC does this as well. EMF idahopower.com made the following annotations.

RE: Capture Alternatives

2006-11-15 Thread Munson, Jacob
I first put a hidden field in the feedback form with a timecode and on the action page figured out how much time elapsed. I save each message to a database along with how long it took them to fill out and submit the form.On my admin page, I display the emails - marking the suspect

RE: Northern England CFUG

2006-11-15 Thread Snake
Well I can telly ou I have 4000 off people registere don CFDeveloper, dunno how many of them are UK based though. -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: 15 November 2006 07:07 To: CF-Talk Subject: Re: Northern England CFUG Maybe, but thats not a true

Re: BlueDragon Question

2006-11-15 Thread Rick Root
What error are you getting now? Rick Jason T. Slack wrote: Hi Rick, I noticed that. Here is what I have: 1: 2: !--- Check Locations table first to see if the location id and password is right--- 3: cfquery name=ckCreds datasource=#Application.dsn# 4: SELECT LocationID, LocationName

RE: can any one help me out with thisTag.executionmode samples

2006-11-15 Thread Bobby Hartsfield
At the end I suppose? I startedusing that because tags ran twice when I used the self closing format... cf_mytag / ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006

RE: BlueDragon Question

2006-11-15 Thread Munson, Jacob
Do you see your dsn if you cfdump var=#application# ? -Original Message- From: Jason T. Slack [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 8:09 AM To: CF-Talk Subject: Re: BlueDragon Question Hi Rick, I noticed that. Here is what I have: 1: 2: !--- Check

Robohelp?

2006-11-15 Thread Dave Phillips
Has anyone out there ever tried to index content on URL's stored in Robohelp? We have a situation where we index a URL provided by our users. We look at that URL and look at all links on that page and we index those pages as well. We do this by using CFHTTP to get the content of the initial

Web Crawler/Spider ?

2006-11-15 Thread Dave Phillips
Has anyone ever used some sort of third-party crawler or spider to pull content from a group of web pages (similar to how Google indexes web pages), and then indexed that content with CFINDEX? If so, what have you used and what do you recommend? Or, if you've written something like this (or

IsDefined on a variable name that begins with a number throws error

2006-11-15 Thread Andrew Peterson
Hello, I've got a form with field names that begin with a number. On the action page, if I check for its existence - cfif isdefined(form.0806) - it tells me that Parameter 1 of function IsDefined, which is now form.0806, must be a syntactically valid variable name. Does anyone know of any

Does anyone have CFoutput example for SQL89 Array field?

2006-11-15 Thread Dawn Sekel
We are working with a customer who has a legacy application written in a Progress Database that uses SQL-89 query language. In their customer table the address field (which has a column heading of ADDR) is an array field. If we use CFDump to output the query structure CFDUMP var=qryCustomer

Re: BlueDragon Question

2006-11-15 Thread Jason T. Slack
I am still getting Application.dsn not found. -Jason On Nov 15, 2006, at 10:17 AM, Rick Root wrote: What error are you getting now? Rick Jason T. Slack wrote: Hi Rick, I noticed that. Here is what I have: 1: 2: !--- Check Locations table first to see if the location id and password

Re: IsDefined on a variable name that begins with a number throws error

2006-11-15 Thread Charlie Griefer
you're trying to get around a valid error :) CF variables cannot start with a numeric character and therefore you are dealing with syntactically invalid variable names. there are workarounds tho. cfif isDefined(form['0806']) might work. I know that array notation allows you to get away with

RE: IsDefined on a variable name that begins with a number throws error

2006-11-15 Thread Bobby Hartsfield
First, 0806 is an invalid variable name because it starts with asomething other than a letter and sooner or later, you will probably run into a wall but you CAN use it. Try this... cfset form['0806'] = 'duh' / cfoutput#form['0806']#/cfoutput I'd recommend coming up with a different naming

RE: IsDefined on a variable name that begins with a number throws error

2006-11-15 Thread Bobby Hartsfield
First, 0806 is an invalid variable name because it starts with something other than a letter Make that, something other than a letter or underscore :-) ..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED]

Re: Does anyone have CFoutput example for SQL89 Array field?

2006-11-15 Thread Jochem van Dieten
Dawn Sekel wrote: We are working with a customer who has a legacy application written in a Progress Database that uses SQL-89 query language. In their customer table the address field (which has a column heading of ADDR) is an array field. If we use CFDump to output the query structure

Re: BlueDragon Question

2006-11-15 Thread Teddy Payne
Is the file in the same directory as the application.cfc? If not, is there another application.cfc or .cfm in the sub folder? Teddy On 11/15/06, Jason T. Slack [EMAIL PROTECTED] wrote: I am still getting Application.dsn not found. -Jason On Nov 15, 2006, at 10:17 AM, Rick Root wrote:

Re: Image BLOB Trouble

2006-11-15 Thread Kevin Cundick
Jon, I thought I should mention to you that it turns out that the problem I was having was related to the image not being stored properly in the database. I had our DBA put in several more and they worked perfectly using the method you suggested below. Thanks for your replies! Kevin Hi

RE: Does anyone have CFoutput example for SQL89 Array field?

2006-11-15 Thread Andrew Tyrone
We are working with a customer who has a legacy application written in a Progress Database that uses SQL-89 query language. In their customer table the address field (which has a column heading of ADDR) is an array field. If we use CFDump to output the query structure CFDUMP

RE: Web Crawler/Spider ?

2006-11-15 Thread Andrew Tyrone
Has anyone ever used some sort of third-party crawler or spider to pull content from a group of web pages (similar to how Google indexes web pages), and then indexed that content with CFINDEX? If so, what have you used and what do you recommend? Or, if you've written something like

Indexing Binary Documents

2006-11-15 Thread Dave Phillips
Hi, We have binary documents that we want to index (e.g. Word, Excel, Powerpoint, PDF, etc.) and we know we can index them with verity using the cfindex type=file attribute. However, we want to index their content along with other content from our database. So, we are looking at extracting

What does this error mean?

2006-11-15 Thread Will Tomlinson
We keep getting an error I can't track down. This is from the error dump: Diagnostics null null brThe error occurred on line -1. Message [empty string] I did notice there was a server connection timeout error that came in around the same time. Could they be related? How can an error occur

RE: What does this error mean?

2006-11-15 Thread Ben Nadel
Will, Are you still getting the server timeout issue? null null I think it a kind of non-descript catch-all error when ColdFusion tries to do something with Java that Java doesn't like such as calling a method that doesn't exist or comparing non-like data types. Did this just start happening?

Re: What does this error mean?

2006-11-15 Thread Pete Freitag
Check out the comments in my blog entry, I think there are a few different reasons you might get this error: http://www.petefreitag.com/item/163.cfm -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for Deals On

Re: BlueDragon Question

2006-11-15 Thread Aaron Roberson
Jason, Did you get this resolved? If not, please post your current code and error messages. -Aaron On 11/15/06, Teddy Payne [EMAIL PROTECTED] wrote: Is the file in the same directory as the application.cfc? If not, is there another application.cfc or .cfm in the sub folder? Teddy On

Re: BlueDragon Question

2006-11-15 Thread Josh Nathanson
There is an interesting issue with BD that I discovered when I was trying it out. I found that on Linux with Apache, when using user directories with Apache, BD it does not go up through the directory structure to find the Application.cfm or Application.cfc file, as it should. If there is not

Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
Did this just start happening? It's on a shared server at CT, and nah, we've only gotten it a few times now - not a lot. That java explanation helps me. At first, I was worried it was code-related. Maybe it's not. Thanks Ben! Will

Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
Check out the comments in my blog entry, I think there are a few different reasons you might get this error: http://www.petefreitag.com/item/163.cfm Ah! Very informative Pete. Thanks much! Will ~| Introducing the Fusion

Web services problem

2006-11-15 Thread Sixten Otto
Having a very strange issue with SOAP web services in CF (MX7), and haven't really had much traction trying to google up a solution. Hopefully someone here might have some good advice. In MX7, functions were added to allow you to manipulate (get and set) the SOAP header, including setting the

RE: BlueDragon Question

2006-11-15 Thread Munson, Jacob
There is an interesting issue with BD that I discovered when I was trying it out. I found that on Linux with Apache, when using user directories with Apache, BD it does not go up through the directory structure to find the Application.cfm or Application.cfc file, as it should. If

RE: What does this error mean?

2006-11-15 Thread Steven Erat
This technote provides a hotfix for CFMX 6.1 Updater 1: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=b3c51ba1 Looking at the bug history, I found the bug occurred in CFMX 6.0, was fixed in CFMX 6.1, was left out of CFMX 6.1 Updater 1, and was fixed merged into CFMX 7.0. If you

Re: Indexing Binary Documents

2006-11-15 Thread Ryan Stille
Dave Phillips wrote: Hi, We have binary documents that we want to index (e.g. Word, Excel, Powerpoint, PDF, etc.) and we know we can index them with verity using the cfindex type=file attribute. However, we want to index their content along with other content from our database. So, we

CFC (Object) Composition Question.

2006-11-15 Thread Ian Skinner
In my long struggle to get my head around OOP principals, I've been playing with a card game application. And I have a question of how one uses composition and best practices. To layout the scenario, I currently have the following CFCs: Card: Rank Suit Description Deck: array of Cards

Re: BlueDragon Question

2006-11-15 Thread Mark Drew
Jason can you run the following?: cfquery name=ckCreds datasource=webPOS SELECT LocationID, LocationName FROM Locations WHERE LocationID = Cfqueryparam cfsqltype=cf_sql_varchar /cfquery Regards Mark Drew On 15 Nov 2006, at 13:59, Jason T. Slack wrote: I am evaluating Blue Dragon for OS X

Re: BlueDragon Question

2006-11-15 Thread Josh Nathanson
Did you report this to New Atlanta? Yes, and supposedly it was resolved...I stopped using the account though, so I hadn't applied the hotfix that was supposed to have resolved the issue. I do recall someone on the NA mail list still having the same problem even after the hotfix though.

RE: What does this error mean?

2006-11-15 Thread Steven Erat
I misinterpreted the bug notes. The technote makes it clear that the bug existed in CFMX 6.1 as well. -Original Message- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:33 PM To: CF-Talk Subject: RE: What does this error mean? This technote

Re: BlueDragon Question

2006-11-15 Thread Jordan Michaels
Hi Jason, I believe you misunderstood Rick Roots original Post. From what I've read of this thread, it looks to me like you capitalized the A in your CFML code, turning application.dsn into Application.dsn. Rick was actually talking about your Application.cfc file itself - not anything in your

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-15 Thread Dan Plesse
I have an error in my coldfusion-err.log no such classpath element: C:\CFusionMX7\runtime/../../classes Anyone have a solution? I know I have make an adjustment in the jvm.configbut where. ~| Introducing the Fusion Authority

Re: BlueDragon Question

2006-11-15 Thread Rick Root
Jason T. Slack wrote: I am still getting Application.dsn not found. It's important to note that the onApplicationStart function ONLY runs when an application is initialized, which is generally a pretty rare occurrence for a web site that gets accessed a lot. One way to force the application

Re: Image BLOB Trouble

2006-11-15 Thread Jon Clausen
Kevin, Glad to hear you got it up and running! Best regards, Jon On Nov 15, 2006, at 10:23 AM, Kevin Cundick wrote: Jon, I thought I should mention to you that it turns out that the problem I was having was related to the image not being stored properly in the database. I had our

Re: CFC (Object) Composition Question.

2006-11-15 Thread Jon Clausen
Ian, You can simplify your code, IMHO by using inheritance between your CFC objects.For example, here's how one might apply an MVC structure and inheritance to your CFC's: Controller: Table DECK Array of Players addPlayer() removePlayer() deal() Player: (extends controller.Table) HAND

Outputting queries from APPLICATION scope

2006-11-15 Thread Will Tomlinson
I'm storing a query in application scope for the first time. If I try outputting the query with cfoutput, I get the ol' Complex object types cannot be converted to simple values cfoutput query=#APPLICATION.getAllProds# a

OT: Subversion help

2006-11-15 Thread Rick Root
I'm finding this whole subversion thing rather complex. I haven't used source control since 1999, and I barely remember that.. I don't think it was even CVS.. it was some commercial UNIX source control package. I know that if I checked something out, it locked it on the server and others

RE: Outputting queries from APPLICATION scope

2006-11-15 Thread Doug Bezona
Remove the pound signs around APPLICATION.getAllProds -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:07 PM To: CF-Talk Subject: Outputting queries from APPLICATION scope I'm storing a query in application scope for the first

Convert Structure to Query

2006-11-15 Thread Walter Conti
Is there a function to convert a structure to a query? Thank You ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

Re: Outputting queries from APPLICATION scope

2006-11-15 Thread Will Tomlinson
Remove the pound signs around APPLICATION.getAllProds Ok duh. Damn, I hope dave and bobby don't see this one. runnin back behind bushes Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: Convert Structure to Query

2006-11-15 Thread Charlie Griefer
not built-in that i'm aware of. you can check cflib.org (i'd be more than surprised if there wasn't one there). if not, you can loop over the structure and build a query manually using the queryNew(), queryAddRows(), and querySetCell() functions. On 11/15/06, Walter Conti [EMAIL PROTECTED]

RE: Outputting queries from APPLICATION scope

2006-11-15 Thread Ray Champagne
No ## around the query= in your query attribute. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:07 PM To: CF-Talk Subject: Outputting queries from APPLICATION scope I'm storing a query in application scope for the first time.

Re: OT: Subversion help

2006-11-15 Thread Barney Boisvert
Yep, you've got it. Do a checkout from your repo into wherever you want to edit the files, edit them, and then you'll see icon decorators in Windows Explorer (from Tortoise) indicating if files are locally modified, which you should then check in. You'll want to hide/delete that stuff in d:\work

RE: Convert Structure to Query

2006-11-15 Thread Walter Conti
Thanks Charlie. Going to CF-Lib now ... -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:27 AM To: CF-Talk Subject: Re: Convert Structure to Query not built-in that i'm aware of. you can check cflib.org (i'd be more than surprised

RE: CFC (Object) Composition Question.

2006-11-15 Thread Ian Skinner
You can simplify your code, IMHO by using inheritance between your CFC objects. Interesting, can you explore your reasoning for this design? I don't see the concept. To me inheritance if to make a more specific object out of a more general object. You have a Prius Object extend a car

RE: BlueDragon Question

2006-11-15 Thread Josh Adams
We believe that issue to have been resolved fully as described here: http://www.newatlanta.com/c/auth/support/bluedragon/bugtracking/detail?bugId =2453 If anyone finds otherwise, please let us know. Josh -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent:

  1   2   >