Re: Cybersource - Coldfusion 8

2010-08-05 Thread Peter Shumar
I've got CF running with Cybersource.. both on CF7 and 8.. did you specify your jar paths directly in the jvm.config file? that was what finally got it working for us. Here's our JVM classpath if you would like to compare:

Re: SOT: Best CF development laptop

2010-08-05 Thread Paul Stewart
Cheers Dave, i guess i'm ok with just 4gb -- From: Dave Watts dwa...@figleaf.com Sent: 04 August 2010 15:46 To: cf-talk cf-talk@houseoffusion.com Subject: Re: SOT: Best CF development laptop And don't settle for less than 8gbs of RAM. 64 bit

How Update 2 Tables from CFGRID - CF 9

2010-08-05 Thread Joy Rose
Need Help Updating 2 Tables from a Grid Is there a way to do this in CF 9? Some of the grid columns need to update the table contract. The update code for the other table, fte is below. It will fail, obviously, since several columns in the update query belong to the contract table. Here's the

Suppressing whitespace from CFCs

2010-08-05 Thread Robert Harrison
signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

RE: Suppressing whitespace from CFCs

2010-08-05 Thread DURETTE, STEVEN J (ATTASIAIT)
://www.austin-williams.com Great advertising can't be either/or.  It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Michael Grant
Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Robert Harrison
Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Larry Lyons
5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Robert Harrison
: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: SOT: Best CF development laptop

2010-08-05 Thread Larry Lyons
I've been very satisfied with this laptop. Its a pretty sweet machine for development: http://www.ibuypower.com/Store/Battalion_101_CZ-11_Ultra_2_Gaming_Laptop Processor Intel® Core™ i7-740QM Mobile Processor (4x 1.73GHz/6MB L3 Cache) Memory 4GB [2GB x 2] 1333MHz DDR3 SDRAM [Laptop Memory] -

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Michael Grant
signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Mike Kear
/or. It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Robert Harrison
/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Michael Grant
Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com

RE: Suppressing whitespace from CFCs

2010-08-05 Thread DURETTE, STEVEN J (ATTASIAIT)
/or. It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com

RE: UBBCode img tag exploit

2010-08-05 Thread Brook Davies
There is nothing like the PANIC of 13-16 year olds who get to see gay porn because a redirect was imbedded in the [IMG} tag of their favorite video game web forum. Ahh, yes there is, that of their parents ;) -Original Message- From: UXB Internet [mailto:denn...@uxbinternet.com] Sent:

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Andy Matthews
/unplugged __ Information from ESET Smart Security, version of virus signature database 5343 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion

RE: Suppressing whitespace from CFCs

2010-08-05 Thread Robert Harrison
-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5344 (20100805) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe

Re: UBBCode img tag exploit

2010-08-05 Thread Pete Freitag
On Wed, Aug 4, 2010 at 12:35 PM, Brook Davies cft...@logiforms.com wrote: Hi Pete, Do you have any examples of how to integrate AntiSamy for Java with CF? Is that in your presentation? Hi Brook, I've just posted a blog entry on using AntiSamy in ColdFusion:

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Will Tomlinson
The general consensus is that CFCs should be used primarily to encapsulate logic, and data retrieval. If you want to output something it really should be in a CFM page, or a custom tag. Man, consensus scares me. :) Will ~|

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Sean Corfield
On Thu, Aug 5, 2010 at 7:13 AM, Robert Harrison rob...@austin-williams.com wrote: I've moved output function into CFC's; thus I'm using output=true. Only problem is the CFC is outputting whitespace where all the logic is now. How can I suppress the white space in an output CFC? Write the CFC

Secure Hosted Subversion Services: Suggestions and experiences?

2010-08-05 Thread Dominic Watson
Key features: * Security (proven enough to convince legal types to trust their data with) * Performance * Scalability Tales of joys / woes with hosts would be much appreciated. TIA Dominic ~| Order the Adobe Coldfusion

(ot) post to Flex/AIR lists

2010-08-05 Thread Bryan Stevenson
Hey All, I looked in all rationale places I could find on HoF to find the address to use to post to the Flex and AIR lists (i.e cf-talk@houseoffusion.com)but no luck! Anyone know what the addresses are? Mike?? TIA Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development

Re: (ot) post to Flex/AIR lists

2010-08-05 Thread Dave Watts
I looked in all rationale places I could find on HoF to find the address to use to post to the Flex and AIR lists (i.e cf-talk@houseoffusion.com)but no luck! f...@houseoffusion.com Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe:

Re: (ot) post to Flex/AIR lists

2010-08-05 Thread Bryan Stevenson
Thanks for the answer and extra resources Dave! I suppose the air list would be a...@houseoffusion.com ?? ;-) Cheers On Thu, 2010-08-05 at 12:27 -0400, Dave Watts wrote: I looked in all rationale places I could find on HoF to find the address to use to post to the Flex and AIR lists (i.e

Re: (ot) post to Flex/AIR lists

2010-08-05 Thread Dave Watts
I suppose the air list would be a...@houseoffusion.com ?? ;-) I'm not aware of an AIR list here, but if there were one I suspect it would have very low traffic. The AIR-Tight list has a pretty good group of people who can answer questions, and some folks from the Adobe AIR team. Dave Watts,

Re: (ot) post to Flex/AIR lists

2010-08-05 Thread Bryan Stevenson
Thanks againand yep there is one (last post Dece 15, 2008 hehe). Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: br...@electricedgesystems.com web:

RE: UBBCode img tag exploit

2010-08-05 Thread Brook Davies
Awesome, thanks Pete! -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: August-05-10 8:54 AM To: cf-talk Subject: Re: UBBCode img tag exploit On Wed, Aug 4, 2010 at 12:35 PM, Brook Davies cft...@logiforms.com wrote: Hi Pete, Do you have any examples of how to

Re: Read only text datasource?

2010-08-05 Thread Claude Schnéegans
OK, I found the problem. Since some update, for security reason, the Microsoft text ODBC driver does not read files with extensions other that .txt, .tab, or .csv... First, I do not see why it could be dangerous to read files with .log extension, and last but not least, it would have been so

Re: Handling errors under CF 9

2010-08-05 Thread Claude Schnéegans
But now in CF 9, the Application.cfm in the commun directory is executed first, and the application scope is reset. I solved the problem by putting the error precessing file in some special directory having an empty Application.cfm file. But IMO there is still some inconsistency in the

CFPrint problems

2010-08-05 Thread Ian Skinner
Is anybody using cfprint... in ColdFusion 9.0 (not 9.0.1) on a relatively update to date, patched Windows 2003 server with IIS 6? If so are you, or have you recently, had in trouble with ColdFusion not seeing the printers? Even though they are clearly available in the Window Printer

RE: (ot) post to Flex/AIR lists

2010-08-05 Thread Andy Matthews
Probably from me. No one uses that list since all AIR development overlaps into one of the other lists. -Original Message- From: Bryan Stevenson [mailto:br...@electricedgesystems.com] Sent: Thursday, August 05, 2010 11:41 AM To: cf-talk Subject: Re: (ot) post to Flex/AIR lists Thanks

Re: Secure Hosted Subversion Services: Suggestions and experiences?

2010-08-05 Thread Pete Freitag
I've worked with hosted repositories on http://codesion.com/ and http://beanstalkapp.com/ both have been reliable and performant. Codesion has been around for a long time (formerly cvsdude.com), beanstalk is a newer player (2-3 years). As for Security both support SSL, but in the end your code

RE: (ot) post to Flex/AIR lists

2010-08-05 Thread Bryan Stevenson
Thanks AndyI kinda figured there would at least be overlap with FLEX ;-) On Thu, 2010-08-05 at 13:03 -0500, Andy Matthews wrote: Probably from me. No one uses that list since all AIR development overlaps into one of the other lists. Bryan Stevenson B.Comm. VP Director of E-Commerce

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Mike Kear
There are reasons to use CFCs to create output.For example i had an application that required an output of a quite large XML file made up of maybe 50 fragments of XML, out of a possible 300 or so specially formatted fragments.Each occasion the XML was created, the logic CFC would call

CFBuilder Server Setup with CF Multiserver Installation

2010-08-05 Thread Jeff Chastain
I am trying once again to setup the servers panel in ColdFusion Builder and I am still running into configuration issues. I have ColdFusion 9.0.1 installed in a multiserver configuration such that the default server is 'cfusion' on HTTP port 8300 and the JRun admin server is 'admin' on HTTP

Re: oracle database link

2010-08-05 Thread Dave P
Won, Yes, schema to schema. I'm attempting a join across databases. These databases used to be on the same server with different owners. They just moved our app to another server, and now I have to use a DB link to get the same join to work. The outcome of these queries is an internal

Re: oracle database link

2010-08-05 Thread Dave P
Qasim, what's up? How's the Triangle? I get it now. I didn't realize the connection was session independent. I have noticed that i can let the link persist across sessions from my PL/SQL client...I didn't realize that was the case when I first wrote this question. But it has to be run FROM

Re: oracle database link

2010-08-05 Thread Bryan Stevenson
We do this all the time with one of our government clients. Unfortunately I have no good idea as to how it was setup (their DBAs handle that part). What I can say is 1) When we have cross-schema joins it is done using proper FKs setup between the schemas 2) permissions involve SELECT and

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Aaron Neff
Anytime I try to put CFSILENT or CFSETTING inside the CFFUNCTION is chokes and can't find the end of the /cffuntion. Hi Robert, Does the following cause the above error? cffunction name=myFunction1 output=yes cfsilent#now()#/cfsilent /cffunction cfset myFunction1() / cffunction

Re: Secure Hosted Subversion Services: Suggestions and experiences?

2010-08-05 Thread Mike Chabot
If you are concerned with security you should set up your own subversion repository on your own servers. I would guess 99% of people go down this path. You will also get more performance using local servers. I wouldn't trust any of these low-end third party SVN hosts with business-sensitive

Re: oracle database link

2010-08-05 Thread James Holmes
Can't you just get the DBA to create the dblink? -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 6 August 2010 03:23, Dave P jda...@gmail.com wrote: Qasim,  what's up?  How's the Triangle? I get it now.  I didn't realize the connection was session independent. I

Re: Suppressing whitespace from CFCs

2010-08-05 Thread James Holmes
That isn't the same as displaying the output in the CFC. Creating and returning output is fine; displaying it with output=true is almost always a bad idea. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 6 August 2010 03:10, Mike Kear afpwebwo...@gmail.com wrote: There