RE: AXIS error

2004-04-14 Thread Dave Carabetta
Check for a file in your WEB-INF directory named server-config.wsdd. This is the Axis configuration file. See if the class you are having problems with is mentioned in there, possibly as a handler.It should not be. Since I didn't get an initial response to my post, I just never posted back

Re: CFMX problems with null variables

2004-04-13 Thread Dave Carabetta
From: Kym Kovan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CFMX problems with null variables Date: Tue, 13 Apr 2004 17:07:56 +1000 Hello KDJ, This is the very first time I post something, although I've been signed up to it for years. I'd like to

RE: Syntax Differences

2004-04-12 Thread Dave Carabetta
Is there a performance issue with using the following syntax for structures: cfset session[stcDetail][arrivalTime] = / as compared to cfset session.stcDetail.arrivalTime = / No. The only real difference that I'm aware of between the do is that you can preserve key case with the bracket

RE: flash remoting books

2004-04-12 Thread Dave Carabetta
Sorry for the crosspost all . . . I know that Tom Muck's book Flash Remoting: The Definitive Guide has gotten solid reviews. I looked at it in a bookstore once and it seemed pretty comprehensive. I just don't do much with remoting, so I can't give you any real world feedback.

AXIS error

2004-04-07 Thread Dave Carabetta
I have created a very simple CFC that returns an XML string. If I test the page by calling the CFC and dumping the results in a CFM page, no problem -- the XML is properly displayed in the browser. However, as soon as I try and call it as a web service, I get the following error: Could not

Re: AXIS error

2004-04-07 Thread Dave Carabetta
On Wednesday 07 Apr 2004 16:57 pm, Dave Carabetta wrote: org.xml.sax.SAXException: Fatal Error: URI=null Line=2: Illegal character at end of document, . What character code is that ? It's the symbol. However, I think that the error above is cause by the stack trace error returned that I

RE: Cached Queries

2004-04-06 Thread Dave Carabetta
You can use cfobjectcache action = "" to clear all cached queries I'm not sure that's what he's after. If you use the above, you blow away the entire cache, instead of just the query or queries that you want to refresh. You could store the query results in the Application scope (or some shared

RE: Cached Queries

2004-04-06 Thread Dave Carabetta
Is there any way to clear just individual queries?Would the best method for doing that be to execute the same query and give it a new cachedwithin value of #CreateTimeSpan(0,0,0,0)# to kill the cache from the backend and then when the frontend query is called again, it will reset the cache?I'm

RE: Cached Queries

2004-04-06 Thread Dave Carabetta
No, I'm pretty sure that once you run the query with CACHEDWITHIN set to a timespan of zero, that'll remove the previous cached query from the cache. Someone will need to rerun the query against the database to recache it, though. That was my point (however unclear it may have been!), if I'm

RE: OT: CSS validation (mac)

2004-04-02 Thread Dave Carabetta
My style sheets work fine in IE and Netscape on PC but on macs I'm running into problems.Does anyone know of any services or resources that can help me validate and/ tweak style sheets to make sure that they are cross browser, cross platform compatible. Dreamweaver MX 2004 has phenomenal

RE: OT: CSS validation (mac)

2004-04-02 Thread Dave Carabetta
but you have to separate things: you can validate the stylesheet against a w3c css standard, which makes sure that all the code is correct. That does not imply (necessarily) that a browser (esp. a legacy one) interprets and renders it correctly. You can either test that hands-on or learn

RE: CFExecute and Winzip

2004-04-01 Thread Dave Carabetta
I just downloaded the new command line utility for winzip 9 hoping I could use cfexecute to unzip a whole bunch of zip files. When I try to run it via cfexecute I constantly get the error: An exception occurred when invoking an external process. The cause of this exception was that:

Re: Flex is out

2004-03-31 Thread Dave Carabetta
But the math never adds up to only $12,000, does it? It could theoretically be lessfrom a pure software procurement standpoint, not necessarily a development cost standpoint. If you want to deploy the Flex application in a load balanced environment, then it will require at least $24,000.

RE: FLEX: are you HERE or are you NOW?

2004-03-31 Thread Dave Carabetta
Perhaps they could be a bit more forthcoming at how paying $US 8.95 for a CD will give customers support. Fewer evaluators means fewer support incidents. The people who do evaluate it are more likely to be eventual customers, since they have to have a higher level of interest to actually

Re: Flex is out

2004-03-30 Thread Dave Carabetta
But they don't do a similar job -- Flex has no mechanisms to access databases, email, etc. As far as I can tell Flex relies on other components (written in CF, JSP, whatever) to do the meat of the seerverside. What Flex appears to do (and it is difficult to tell how well) is combine XML

Re: Flex is out

2004-03-30 Thread Dave Carabetta
I should not have used rhetoric! The point I was trying to make (however lamely) was: Why aren't the RIA components in the Flex taglibs available to CFMX without the need and expense of purchasing, installing and maintaining another server? I think it was Ben;s preso or white paper that says

Re: SOT: Flex Pricing

2004-03-30 Thread Dave Carabetta
Well with the primary focus of the Flex launch being price. Lets get down to the nitty gritty. How many people on this list work for an institution that is willing to pay the premium for Flex? As somebody who works for a relatively small company, even we are willing to listen. I received a

RE: Update price

2004-03-30 Thread Dave Carabetta
From: Robert Orlini [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Update price Date: Tue, 30 Mar 2004 10:23:36 -0500 I have a query in an action page where I set a column to 0 (from a form) and update discountedprice to the same value as price. Here is the

SOT: Flex is out

2004-03-29 Thread Dave Carabetta
Just in case anybody's interested, it went live today: http://www.macromedia.com/software/flex/ If you want to get it to work with MX, it's a bit of a process, but there's a good TechNote on how to do it: http://www.macromedia.com/support/flex/ts/documents/samples_cfmx.htm Regards, Dave.

Re: Flex is out

2004-03-29 Thread Dave Carabetta
On Mon, 2004-03-29 at 07:51, Thomas Chiverton wrote: On Monday 29 Mar 2004 16:21 pm, Tyler Silcox wrote: And it's incredibly awesome, but way too expensive for now... Flex presentation server pricing starts at $12,000 for two CPUs This compares to about a tenth of that for CFMX. Can

RE: Migrating CF 4.5 to MX 6.1

2004-03-29 Thread Dave Carabetta
We will soon migrate from CF 4.5 to CFMX 6.1.The release notes talk about using the Code Analyzer for CF 5.Has anyone used it for 4.5 and if so, does it work the same, or are there issues with it. It works the same. We used it without issue. Regards, Dave. [Todays Threads] [This Message]

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Dave Carabetta
I have this very strange problem that popped up a few days ago. When I restart the CFMX server, and then hit my application, the first execution is really slow, between 30-50 seconds. I've tracked down the templates that run long and then removed them by adding a cfexit at the top of each for

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Dave Carabetta
So, this could possibly be attributed to a lack of memory slowing down the startup process? I'm not sure it's a lack of memory. Admittedly, I'm not very well versed in the inner workings of JRun, but my statements are based on almost 2 years of *empirical* evidence (and, sometimes,

Re: Flex is out

2004-03-29 Thread Dave Carabetta
After reading Ben's preso and paper I am beginning to understand where Flex fits vis-a-avis CFMX --- but it would be a lot clearer if the flex jsp taglibs were available to CFMX. I am beginning to think that we are trying to slice web application pie into too many slices (communication. help

Re: Flex is out

2004-03-29 Thread Dave Carabetta
If Macromedia sees the Internet's future in RIAs (a point to which I agree, BTW), how does a $12000 product enable that future? To a certain extent, it helps to establish legitimacy among larger (read: enterprise) organizations. From a business standpoint, MM has a unique opportunity to present

RE: ANNOUNCE: Fusebox Conf 2004 save the date and call for speakers

2004-03-26 Thread Dave Carabetta
Save the date for the next Fusebox conference in September in Rockville MD (near Washington DC). We will have lots of great speakers like last year (including Hal Helms and Michael Smith) and we also want to get your ideas for new speakers on fresh topics too. If you are either interested in

RE: Upgrading Problem on CFMX

2004-03-26 Thread Dave Carabetta
cfCalcEICTEIAmount2ecfm382194364 (Code of a method longer than 65535 bytes) where cfcalcEICTEIAmount.cfm is my page name. This page is being included on another page. Are you doing something with the database with regard to large data? Perhaps enabling the Enable Long Text Retrieval option

RE: SOT: JDBC driver

2004-03-26 Thread Dave Carabetta
Does anyone know the name of the JDBC driver that CFMX uses and where it is located? We have a Java app that is using an eval version of a JDBC driver and I was thinking we could just use the one that's built into CFMX so we don't have to purchase a license for this other driver. The DB drivers

RE: createTimeSpan() oddity

2004-03-26 Thread Dave Carabetta
I meant days, not hours. cfapplication name=NavtrakProjectManager sessionmanagement=Yes sessiontimeout=#CreateTimeSpan(1,0,0,0)# setclientcookies=Yes loginstorage=Session its timing out after 1 hour, and im specifying 1 day correct? What's specified in your MX Admin for the max timeout value?

RE: createTimeSpan() oddity

2004-03-26 Thread Dave Carabetta
so, if I want a day, its 1.0? Technically, it's just 1, but I would imagine 1.0 works just the same. This will show you: cfoutput#createTimeSpan(1,0,0,0)#/cfoutput Glad you figured your problem out. Regards, Dave. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

SOT: Pending XP SP2 Changes

2004-03-23 Thread Dave Carabetta
Caught this blog entry that specifically explains some of the IE changes that are being made in the upcoming XP SP2 release: http://blogs.msdn.com/jeffdav/archive/2004/03/22/94080.aspx Specifically, he mentions changes to popups, auto-downloads, and activeX control installations. The popup

RE: RE: RE: Securing CF Apps.

2004-03-23 Thread Dave Carabetta
What is funny to me is that the number of Linux vulnerabilities far surpasses the number of M$ ones.Look into it.It's just that M$ products are more commonly used, and therefore more commonly attacked. Hmmm, but isn't the number of possible subsystems in Linux far greater than that of Windows?

RE: More on Laszlo

2004-03-16 Thread Dave Carabetta
I have been playing around with Laszlo and here is what I found. Laszlo is a Flash competitor and may also be a competitor to MM Flex nee Royale. I'm not sure it's a competitor to Flash, seeing as it compiles its file to the SWF format. If anything, it *uses* Flash as its presentation

Re: More on Laszlo

2004-03-16 Thread Dave Carabetta
You are correct, of course -- It does use Flash -- I think that Laszlo sees Flash as a winner (much as New Atlanta sees CFML as a winner). But, since MM gives away the Flash player and Sells The IDE, I think anything that provides an alternative to buying the IDE is a competitor, No? Well, yes,

Re: More on Laszlo

2004-03-16 Thread Dave Carabetta
One thing I haven;t been able to determine is what LZ (Hate typing Laszlo) sells -- and how much it costs. They sell the J2EE EAR/WAR file that contains the Laszlo engine. It's akin to how Macromedia (most likely) will be offering the Flex engine when it's done (integration with

RE: Moving to CFMX for J2EE (Linux) from CFMX for J2EE ( WINDOWS)

2004-03-15 Thread Dave Carabetta
I was wondering if anyone on this list might know if there is anything that I need to watch out for in my conversion from CFMX(J2EE) for Windows to CFMX(J2EE) for Linux. I will be moving off most of our apps to the Linux boxes. We use Oracle and SQL Server as the DB's for the application

Re: Compare List

2004-03-14 Thread Dave Carabetta
Will Compare(String1,String2) work to compare a list? *Technically,* you could probably use compare() if you can guarantee the order and casing of the elements in each list. But, I wouldn't rely on this. I have a Comma Delimited list of GUIDS (up to 50 for each state). That I need to compare

Re: Boolean Inconsistency

2004-03-12 Thread Dave Carabetta
Original Message: From: Barney Boisvert [EMAIL PROTECTED] Actually, I think what's happening is CF is returning the value of the last evaluated portion of the _expression_.In the first, both need evaluation, so we return 3, the second one.If the second, only the first needs evaluation

Re: Boolean Inconsistency

2004-03-12 Thread Dave Carabetta
isnt there a mathematical function called AND and you can and two numbers to determine a bit value? You're referring to the BitAnd() function: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functa25.htm#wp1101324 Regards, Dave. [Todays Threads] [This Message] [Subscription]

RE: JRun 4 Updater 3 Now Available

2004-03-12 Thread Dave Carabetta
I installed SP3 on my CFMX/JRun 4 install after looking at the release notes...seems ok but I have not run any thorough tests. Although this known issue scares me. Basically says clustering doesn't work. 50179 - A down machine in a cluster with multiple machines is not detected immediately. This

RE: keywording for search engine hits

2004-03-10 Thread Dave Carabetta
Any good rules to follow for making sure that keywords are picked up by the search engines, especially without having the keywords actually render on the page?I've been hearing that the engines are getting smart about not collecting keywords from meta-tags - is that correct?What about putting

RE: Sessons Ending early

2004-03-05 Thread Dave Carabetta
hey guys, my users' session expires around after 5 minutes, even though i had set the expiration to 1 day!anyone know what might be wrong?CF 4.5 Check the max timeout value in the CF Administrator. No matter what you set in your actual application, the ceiling is the value in the Admin.

SOT: Eolas Patent Invalidated

2004-03-05 Thread Dave Carabetta
While the legal process isn't officially over, it's nice to see this ruling: http://www.msnbc.msn.com/id/4460598/ Regards, Dave. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Refreshing App Vars in a Cluster

2004-03-04 Thread Dave Carabetta
Is it possible to force an Application variable refresh on two MX instances at the same time? Our web site is a cluster of two JRun instances with session replication enabled. Because of various issues we were having with it off, we turned on sticky sessions at the JRun connector level, so once

RE: CFabort

2004-03-03 Thread Dave Carabetta
I was thinking of a way how to stop use of my website at times of database backups and such and other critical stuff. Would it be a smart to put a line of code on all my pages that reads something like cfif #accessibility# is stop Sorry, the site is down for critical updates.It will be up

Form Field Submission Casing

2004-03-02 Thread Dave Carabetta
I have what I feel like is a basic question, but for some reason I can't figure this out. I have a basic form where I output a list of name/value pairs for editing (i.e., name=value). However, I am dependent on maintaining the casing of the var name. I have made the form field name the name of

RE: Form Field Submission Casing

2004-03-02 Thread Dave Carabetta
Coldfusion is 100% case-insensitive so you wont get the right casing from the form struct.One way to handle it might be to shadow all of your form fields with a hidden input called fields like this: form action="" method=post input name=firstName type=text size=20 / input name=fields

Re: Clear application a single application variable

2004-02-26 Thread Dave Carabetta
How does one cleara single application variable? structDelete(Application, varName, NO) Regards, Dave. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Dave Carabetta
Dave, Please elaborate on it's common to accidentally append debug output when serving XML documents via CF..Thanks. Different Dave, but I believe he means that if you're serving this XML document via CF and you have debugging turned on (i.e., in development), then MX will add a bunch of

Re: Custom WSDL

2004-02-13 Thread Dave Carabetta
This is undoubtedly a total noob question, but not in my general realm of operations, so I'm totally clueless. I'm writing custom WSDL for a couple web services that return complex types and need to be consumable by .NET clients.So far, so good.As long as the wsdl file is a static file on

Re:ATN: Admin (filter)

2004-02-13 Thread Dave Carabetta
Just as a heads up for everyone, I don't filter the lists based on content. Look at the CF-Community list and you'd be shocked at what goes on and what is said. If your getting a filter message, it's coming from a subscribed member, not the HoF system. I keep getting warnings from System

RE: cflogin question

2004-02-13 Thread Dave Carabetta
how do you tie cflogin to the session scope so they both timeout at the same time ? just by setting the timeouts to the same value? The cfapplication tag's loginStorage attribute with values of either cookie (default, I believe) or session. Regards, Dave. [Todays Threads] [This Message]

Re: Moving Verity collections from Win to Linux (PDF/DOC problem)

2004-02-13 Thread Dave Carabetta
On Fri, 2004-02-13 at 13:56, Jamie Jackson wrote: I've been tasked with estimating the LOE of making a CFMX/Linux site searchable. The site needs to be spidered (as opposed to a *regular* Verity index), and PDFs and DOCs need to be indexed as well. Issue: AFAIK, Verity still can't

RE: cfcontent on cfmx/linux

2004-02-11 Thread Dave Carabetta
Some excel download code no longer works: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=foodcosts.xls CFCONTENT TYPE=application/msexcel We use MX on JRun on Solaris/Linux, and this works for us: cfheader name=Content-Disposition value=download; filename=myFile.xls / cfcontent

RE: OT: Good beginner cold fusion book

2004-02-09 Thread Dave Carabetta
I have a friend who, for some unknown reason, wants to learn CF :). Anybody have a recommendation for a good beginning cold fusion book for someone without any coding experience? Or perhaps a class in the San Francisco Area. I am pretty sure he knows HTML; it would be nice if the book covered MX

RE: jRockit

2004-02-06 Thread Dave Carabetta
IIRC, CFMX comes with and uses the IBM JRE, not Sun's. Incorrect. MX 6.1 comes with the Sun 1.4.2 JRE. http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_release_notes.html Under the Updates to Integrated Products section, you'll note the JRE bundled with MX. Regards, Dave.

Re: SOT Flash Remoting Help

2004-02-06 Thread Dave Carabetta
I ordered the hard copy, but have been reading it online at O'Reilly Safari bookshelf. Very well done, but a little out of date (Pre Flash MX 2004 Professional) Are you sure it's the right book? My copy is entitled: Flash MX Professional 2004 for Server Geeks

Re: Linux ODBC Socket

2004-02-05 Thread Dave Carabetta
Hi, My colleague and I are new to Linux and notice there is no ODBC Socket option in the datasources page, is this a feature of MX? If so, can I create ODBC datasources some other way in ColdFusion MX on Linux (RedHat). I don't believe that ODBC works on *nix systems. In the examples that

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Dave Carabetta
Thanks for the title and I've added it to my wish list (which I'm slowly getting).However, are there any online resources I could at least start off with? Thanks Again! Hatton Hal Helms has written an excellent book to introduce you to CFC's (and by extension, UDF's).

Microsoft Data Access Internet Publishing Provider Protocol Discovery

2004-02-02 Thread Dave Carabetta
Using the cferror tag on our site to catch problems, I occasionally get error e-mails from clients who are using Microsoft Data Access Internet Publishing Provider Protocol Discovery as their browser (from the Error.Browser variable). I've been doing some research as to exactly what this is

Re: CFLOCK:....Sunday (still not left computer all weekend, flatmates will start thinking i have problems)

2004-02-01 Thread Dave Carabetta
Hi guys, I'm inserting a record to a database, but once I have inserted the record I want to email the user their details including their UserID which is an autonumber (primary). To grab the last inserted row should I use the CFLOCK around my query and my cfmail?Is there such a thing as

Re: CFLOCK:....Sunday (still not left computer all weekend, flatmates will start thinking i have problems)

2004-02-01 Thread Dave Carabetta
Hi Dave, Thanks for that.I'll stick with the simple stuff until I get a bit better at this stuff.I've put in the necessary code but I'm getting a Element PROPERTYAGENTID is undefined in GETUSERID. Error. Can you see what I'm doing wrong? cftransaction action=""> CFQUERY

Re: displaying comma delimited text

2004-02-01 Thread Dave Carabetta
Hello All... I have an access database field that receives comma delimited text input from a form.So the access field entry looks like this: text1,text2,text3 What is the easiest way to break up this comma delimited entry for display as: Text1 Text2 Text3 Do you use ListGetAt or

SOT: Different JRun Build Ramifications?

2004-02-01 Thread Dave Carabetta
I noticed in a post recently that the JRun build that comes with the MX 6.1 installer is build 63824, while the official JRun Updater 2 build is 61650. We've been using JRun since well before the MX 6.1 release, so we've updated our systems to use the 61650 build with MX 6.1. However, there is no

Re: displaying comma delimited text

2004-02-01 Thread Dave Carabetta
Thanks for the replies.. I tried both recommendations and they both work Dave... can you explain why you didn't use br instead of br / Also why you put, , in after the br /... I took the, ,out and it also worked I just want to thoroughly understand this Sure. 1. br / is simply the

RE: Client Variables and Uniqueness in a Load-Balanced Server Environment

2004-01-28 Thread Dave Carabetta
(Not sure if this went through yesterday in the midst of virus-related stuff, so forgive me if this is a double-post). I should know the answer to this, but I want to make sure that I'm thinking this through correctly. I have websites running on load balanced web servers (one group running

Re:Passing List into Stored Proc

2004-01-27 Thread Dave Carabetta
Yea this is quite strange, or quite logical. Is this an MX thing or an sql thing. I did a trace on the query, and the string was being passed in as ('tom,bill,jim') as oppossed to ('tom','bill','jim'). This list is actually be generated by a client side _javascript_ app, which then posts the

Re: Re:JRun with ColdFusion

2004-01-27 Thread Dave Carabetta
ColdFusion MX 6.1 shipped after the JRun 4 Updater 2 release so it is a later build. The build number for JRun that ships with CFMX 6.1 is 63824 The build number for JRun Updater 2 is 61650 You can always find the build # by going to JRun4/bin and typing jrun -info Brandon, Is there a

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Dave Carabetta
I searched through the history, but can't seem to find what I need. I have a few problems that our IT department just forced on us. First, I have to upgrade our production server to MX 6.1.We have been planning on doing this for a while, but could never get our IT department to turn the server

RE: CFMX61 on JRun4, JVM (multiple sort of related questions)

2004-01-20 Thread Dave Carabetta
I have one more question.Jeremy Brodie mentioned that JRun is a J2EE server, but doesn't it still require a JVM?That is the third part, I have to upgrade the JVM (and provide proof or an explanation why it isn't needed to our IT group). It does require a JVM. If you are forced to use the Sun

OT: RoboHelp and DevNet Pro

2004-01-20 Thread Dave Carabetta
Sorry for the OT, but I can't find any info on the MM web site. Macromedia today released RoboHelp X5 (among other things). Does anybody know if this product is part of the DevNet Professional subscription? Will it be made available via the web interface or is this one of those products that

RE: CFC problems - portability workaround

2004-01-19 Thread Dave Carabetta
Add to that the ability to extend more than one component. I disagree with this one (and don't think it's even possible anyway). The ability to extend more than one class does not exist in JAVA either, and I think it's a good thing. If you've ever worked with multiple inheritance, it becomes

RE: Cfc inheritance and best practices

2004-01-19 Thread Dave Carabetta
Hi, I'm a fairly new to CFCs (which seems cool). I have a little issue: I have two CFCs, let's call them CFCmain and CFCdao. CFCmain extends CFCdao, the former supplies the main interfaces, while the latter provides the data access (SQL) functions. I designed these to be unaware of any shared

RE: CFC problems - portability workaround

2004-01-19 Thread Dave Carabetta
I disagree with this one (and don't think it's even possible anyway). The ability to extend more than one class does not exist in JAVA either, and I think it's a good thing. If you've ever worked with multiple inheritance, it becomes very confusing very quickly. I love that JAVA got rid of

Re: Can CF do this?

2004-01-19 Thread Dave Carabetta
Again for security reasons, and maybe I don't need to do this... Can cold fusion capture a users ip adress and store it in a database on a given even like user login? If so, what code would I use? I'm sure I could find the answer myself, but a little help would be a big time saver! Not

Re: iText (was Re: CFDJ isn't exactly kicking bootay)

2004-01-09 Thread Dave Carabetta
Yeah I have Putty and use it for root level access (nice and secure)still learning my Linux commands...but scp is a command right? secure copy? scp usage: scp -v localfile.txt [EMAIL PROTECTED]:localfile.txt You will then be prompted for a password and it will copy the file out there for

RE: CFINCLUDE without compiling/parsing

2004-01-08 Thread Dave Carabetta
is there a way other than with cffile-read and cfoutput to read contents of a file into a page's output?Let's say I want to allow users to upload plain HTML in a freely-coded form, and want to CFINCLUDE it in my pages. CFINCLUDE will compile, and process it which is not what I want. I can

cfchart on Solaris

2004-01-08 Thread Dave Carabetta
I'm trying to get cfchart running on MX 6.1 for JRun (internal web server) on Solaris using J2SDK 1.4.2_03 and I keep getting an error. In the browser, it's a 500 internal server error. In the exception log, I see: Could not find class: com.gp.java2d.ExHeadlessGraphicsEnvironment with a huge

RE: cfchart on Solaris

2004-01-08 Thread Dave Carabetta
CFCHART (the underlying Java classes) uses the built in GUI from the system to do a lot of it's magic.So you need to have the basics of a GUI shell installed on your server in order for it to work.I don't know about Solaris, but with Linux, you have to install a stripped down X11.If you don't have

RE: Oracle 8i, CFMX 6.1 LOB issues

2004-01-08 Thread Dave Carabetta
I'm experiencing quite an oddity with our Oracle 8.1.7 servers when dealing with any LOB data via CF 6.1 Enterprise. Via my CFML front-end, I'm able (as the oracle schema owner) to pull back (any) LOB data correctly with no issues. However, if I should log in as a user whom has execute privileges

RE: Oracle 8i, CFMX 6.1 LOB issues

2004-01-08 Thread Dave Carabetta
Not a stupid question at all, but yes we do. OK, the other thought that comes to mind is what does the query look like? I was only able to get them to work if I used cfqueryparam with the cf_sql_longvarchar datatype (not cf_sql_clob). Haven't tried recently and I very well may have done

RE: Session Replication and CFCs = helpful?

2004-01-07 Thread Dave Carabetta
I don't know of any way using JRun clustering to enforce sticky sessions - that's typically done with web server clustering by having the cluster manager issue a cookie at each initial request, and redirect future requests to each server depending on the cookie value. Actually, unless I'm

RE: Session Replication and CFCs = helpful?

2004-01-07 Thread Dave Carabetta
Actually, unless I'm misinterpreting your statement, Brandon Purcell has just posted on his blog how JRun uses sticky sessions and where you can manipulate the setting: http://www.bpurcell.org/blog/index.cfm?mode=entryentry=986 Thanks for pointing that out! Of course, there's a lot I

Re: CFDJ isn't exactly kicking bootay

2004-01-07 Thread Dave Carabetta
Simon, With all due respect to both you and your valuable contributions, I have to say that I entirely disagree. I used to have a subscription to CFDJ. But for $49 USD/year, it's absolute bottom of the barrel. Your monthly column contribution is useful (along with your papers on www.how2cf.com/),

Re: Maintain sessions/clients across domains.

2004-01-02 Thread Dave Carabetta
One advantage of manually setting CFID and CFTOKEN cookies is that it allows you to provide an expiration. CFAPPLICATION automatically sets them with the equivalent of expiration=never, but sometimes it's nice to be able to make CFID and CFTOKEN expire when the browser closes, for example.

Re: Replacing apstrophe from IE copy/paste

2004-01-02 Thread Dave Carabetta
I have HTML textarea I use to post info to my blog. If I copy/paste content from Web pages and the content includes the single quote apostrophe mark, it shows up in my form field as the square character. I want to do replace for this character, but I can't seem to find the ASCII code for it.

Re: Decoding WDDX in ASP?

2004-01-02 Thread Dave Carabetta
Can anyone point me at some ASP code that will decode a WDDX packet containg a CF record set into an ADO record set?Basically, from an ASP box I need to retrieve a WDDX packet from a remote CF5 server and extract the query. I *think* you might be able to find some info in the SDK at

Re: Maintain sessions/clients across domains.

2004-01-01 Thread Dave Carabetta
This should do it... cfapplication name=loginApp clientmanagement=yes clientstorage=bww setclientcookies=no cfcookie name=CFID value=#client.CFID# domain=.whatever.com cfcookie name=CFTOKEN value=#client.CFTOKEN# domain=.whatever.com Tell CF NOT to set the cookies automatically (because

RE: OT: MACR Stock price?

2003-12-30 Thread Dave Carabetta
At latest sale the MACR stock was at $18.40 -- up 2.24% today. I bought some MACR shares 5 days ago for $17.94 -- and am quite happy. I expected the price to increase gradually to the $22 range. Any ideas why the stock is going up so rapidly? (Other than the excellent company and superior

Query of Query Bug?

2003-12-19 Thread Dave Carabetta
I've run across a strange situation that I've boiled down to the below code sample. If I have a DB query that I name usage and then try and do a QoQ against it, I get an MX error when using an Oracle 8i/9i database (I don't have SQL Server, so I can't test against that). Code Sample: cfquery

Re: Query of Query Bug?

2003-12-19 Thread Dave Carabetta
I've run across a strange situation that I've boiled down to the below code sample. If I have a DB query that I name usage and then try and do a QoQ against it, I get an MX error when using an Oracle 8i/9i database (I don't have SQL Server, so I can't test against that). Straight from

Re: Question about memory usage under a CFMX 6.2 environment

2003-12-09 Thread Dave Carabetta
I think my message needs clarification.I was thinking more on the variable assignment level.It would be nice to know how much memory each variable scope is absorbing. For instance: cfset server.test = test cfset application.test = test cfset session.test = test As you create variables in these

Re: On the fly DSN creation, why?

2003-11-23 Thread Dave Carabetta
This is a definite archive search, but I could swear somebody posted a way to do this using MS Access. I have no recollection at all of the details, but an archive search may help. Officially though, the CF 5 way of creating dsn-less connections was deprecated because (I believe) JDBC does not

Re: Using cfhttp to display pdf file

2003-11-18 Thread Dave Carabetta
I'm trying to retrieve a pdf file that is from a virtual directory on the webserver using cfhttp... can anybody tell me what I'm doing wrong?All I'm getting back is something that starts out like this: %PDF-1.2 %£ 6 0 obj /Linearized 1 /O 8 /H [ 997 192 ] /L 11898 /E 9167 /N 2 /T 11661

RE: Using cfhttp to display pdf file

2003-11-18 Thread Dave Carabetta
Thanks Dave, But now I'm getting this error: coldfusion.runtime.Cast$ComplexByteArrayException: ByteArray objects cannot be converted to strings. OK, I got that error before when I was using getAsBinary on a PDF. Not really sure why I got the error because a PDF is technically a binary file,

RE: Using cfhttp to display pdf file

2003-11-18 Thread Dave Carabetta
Thanks Dave, But now I'm getting this error: coldfusion.runtime.Cast$ComplexByteArrayException: ByteArray objects cannot be converted to strings. Actually, a quick read of the LiveDocs stuff might solve this. Try putting: cfoutput#toString(cfhttp.fileContent)#/cfoutput when using the

RE: Using cfhttp to display pdf file

2003-11-18 Thread Dave Carabetta
I saw that earlier.. but that didn't work for me either... running out of ideas =( cfhttp url=""> il_200310.pdf https://inview.wng.com/investor/resource/2010/AgingDetail/2010AgingDetail_2 00310.pdf method=GET getAsBinary=yes /cfhttp cfcontent type=application/pdf cfoutput#ToString

Re: Java Regular Expression editor

2003-11-17 Thread Dave Carabetta
Can anyone remember where I can grab that cool Java-based RegEx editor? This what you're looking for? http://www.cfregex.com/ Regards, Dave. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFINCLUDE within CFLOOP not working

2003-11-13 Thread Dave Carabetta
How do I dynamically include files using CFINCLUDE within a CFLOOP statement: This does NOT WORK: cfloop index=ReportName list =#variables.ALLReports# delimiters = , cfif #ReportName# NEQ cfset theReport = #ReportName#'.CFM' cfinclude template=#theReport#br /cfif /cfloop Are you on a Unix

Re: Anyone know how to upload a file to oracle's clob?

2003-11-11 Thread Dave Carabetta
I want to store a file in an oracle datafield.I don't know how to do this.The reference book says it will handle any binary data up to 4gig.But I can't find any info on how to insert/retrieve/or edit. Well, you mention CLOB in your subject line, but then refer to binary data, which would suggest

<    1   2   3   4   5   6   7   8   9   10   >