Re: coldfusion and Apache

2007-08-17 Thread Peter Tanswell
thanks this fixed the issue. P On 8/18/07, Kym Kovan <[EMAIL PROTECTED]> wrote: > > Peter Tanswell wrote: > > Hi there > > > > I have just installed CF8 and Apache and everything seems to be working. > > > > I go to view a website on the server e.g. > > > > ... > > The only way I can view th

Re: coldfusion and Apache

2007-08-17 Thread Kym Kovan
Peter Tanswell wrote: > Hi there > > I have just installed CF8 and Apache and everything seems to be working. > > I go to view a website on the server e.g. > > ... > The only way I can view the website is by typing: > > http://127.0.0.1/beecroftflowerplace/index.cfm > > When I enter this t

coldfusion and Apache

2007-08-17 Thread Peter Tanswell
Hi there I have just installed CF8 and Apache and everything seems to be working. I go to view a website on the server e.g. http://127.0.0.1/beecroftflowerplace and I get displayed Index of /beecroftflowerplace Parent Directory Application.cfm CWDetails.cfm CWErrorException.cfm CWE

Re: JAVA list or forum??

2007-08-17 Thread Paul Hastings
Dae wrote: > right path. That's why I need a JAVA list and/or Forum. http://forum.java.sun.com/index.jspa http://forum.java.sun.com/forum.jspa?forumID=48 (JDBC) ~| Get involved in the latest ColdFusion discussions, product devel

Re: date UN-mask

2007-08-17 Thread Paul Hastings
Brad Wood wrote: > Ok, great. What the crap are "U.S. locale conventions"? en_US locale date formats: FULL: Saturday, August 18, 2007 LONG: August 18, 2007 MEDIUM: Aug 18, 2007 SHORT: 8/18/07 MMDD isn't in anybody's locale format as far as i can remember but chopping the string into date pa

Need help to prevent this kind of query made by spider.

2007-08-17 Thread NUGROHO NOTO
Lately... I got many error message in my application log (CF administrator) - ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]The column prefix 'moreinfo' does not match w

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Matthew Williams
You should condition that statement with a "straight install of CFMX 6.1 will not work with Apache 2.2". A good work around for this is to install CFMX 7 or 8 in multi-server mode, and then just deploy MX 6.1 as an EAR file. The problem isn't with CFMX, but rather with the JRun shipped with t

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Dinner
On 8/17/07, James Holmes wrote: > > Apache 2.2 will not work with CFMX 6.1. You will have to use Apache 2.0. Even if you compile the connector yourself? There's always the proxy bit too, which bypasses the JRun connector. I've got an example of using the AJP mod_proxy stuff with jboss- it, or p

Re: Custom tags per application in CF 8

2007-08-17 Thread Claude Schneegans
>>I think he is looking at it to have a config in a database or xml file that would tell the code where to find its custom tag paths at, instead of having them hard-coded I've seen that. But one could still do it using http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: POI Utility getBytes() causes Excel to crash

2007-08-17 Thread JJ Cool
> If you're already saving the file to disk, why not use cfcontent's > file attribute. That portion of the test code was just so I could compare an ArrayLen() of file with the getBytes(). What I really intended to do was store the created excel file in a variable and use that with cfcontent.

Re: POI Utility getBytes() causes Excel to crash

2007-08-17 Thread JJ Cool
> According to the API getBytes() returns "just the HSSF portions of the > XLS file". So I suspect that's your problem. > > If you're already saving the file to disk, why not use cfcontent's > file attribute. If you don't want to save it to disk, try using a > ByteArrayOutputStream instead.

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread James Holmes
Apache 2.2 will not work with CFMX 6.1. You will have to use Apache 2.0. On 8/18/07, Ali Awan <[EMAIL PROTECTED]> wrote: > Anyway, I installed Apache 2.2. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Re: CF7.02 Enterprise drivers for Oracle 10g

2007-08-17 Thread James Holmes
Use the latest drivers for CF (from Adobe) and all will be well. On 8/18/07, Dave Hatz <[EMAIL PROTECTED]> wrote: > We are looking to upgrade our Oracle 9i DB to 10g. Does CF7.02 have native > drivers for 10g or do I need to use JDBC driver from Oracle? > > Thanks, > Dave Hatz > > ~~~

OT...Need Help with MS Exchange

2007-08-17 Thread owner
If someone can give me a hand, I would appreciate it. My hosts servers bit the dust and that is prolly the end of the business. I have exchange 2003 SP2 at home on my dev server (Windows 2003 Small Business Server). I need to set it up for email(for multiple hosts) until I can get another host s

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Ali Awan
I should have specified, that I have to load mx 6.1 since that is what I'll be using at my current work. It's been 3 hours, and there's very little on the net, or google, related to the problem(s) I am having. Sure I can install 7 or 8 and it will probably install smoothly, but I want to devel

Re: Webwasher, Excel files, and why I hate my life

2007-08-17 Thread Mike Chabot
To clarify, Apache POI is not the Apache Web server. It comes standard as part of ColdFusion MX. No need to install anything. Just invoke functions that are already there. I don't think you will find this mentioned in the documentation, but there are some nice blogs that tell you exactly what to do

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Dinner
On 8/17/07, Cutter (CFRelated) wrote: > fairly sure 6.1 wouldn't at all. I have a tutorial on my site for > setting up with 2.0.59: Side note: FWIW, compiling the connector always worked for me when the pre-compiled one didn't, for various apache vers.

RE: intermittent error on crystaltech server

2007-08-17 Thread Matthew Smith
Yes, I ran into this with two sites on the same server. To fix it, the request is actually to jury-dutycfcs.qry(jury-duty.org is the site). I do have all my cfcs in the directory "cfc" under the root. For this site, "jury-dutycfcs" is mapped to the folder "cfc". Could changing the folder name t

RE: date UN-mask

2007-08-17 Thread Brad Wood
Hmmm... too bad. Yeah, CreateDate() assumes that I already have the day month and year broken out into their respective pieces. Of course, given the mask and some regex it wouldn't be impossible, but I wanted to look for pre-built solutions before I tried it myself. I'm a little fuzzy on exactly

Re: intermittent error on crystaltech server

2007-08-17 Thread Michael Dinowitz
Theory: Crystaltech has shared servers which allow a client to create their own CF mappings. The problem with these is that if someone creates a mapping with one name, anyone calling code from the same named directory will throw an error. This theory is due to an application I did for a client. The

Re: Digests not working for me

2007-08-17 Thread Michael Dinowitz
The mass-list editing tool is working and you can edit all of your subscriptions from a single page: http://www.houseoffusion.com/signin/lists.cfm This is in addition to the standard subscription page that exists in each list archive section. For example, the CF-Talk subscription option page is

intermittent error on crystaltech server

2007-08-17 Thread Matthew Smith
My error catching has recently been getting errors from two of my sites on crystaltech. The error caught is this: "Application Could not find the ColdFusion Component cfcs.qry. Please check that the given name is correct and that the component exists. cfcs.qry [empty string] [empty string]" T

Re: POI Utility getBytes() causes Excel to crash

2007-08-17 Thread Janet MacKay
According to the API getBytes() returns "just the HSSF portions of the XLS file". So I suspect that's your problem. If you're already saving the file to disk, why not use cfcontent's file attribute. If you don't want to save it to disk, try using a ByteArrayOutputStream instead. ~~

RE: date UN-mask

2007-08-17 Thread Andy Matthews
There's also ParseDateTime which returns a date object from a string. But I used your example and it didn't pass muster. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 4:46 PM To: CF-Talk Subject: RE: date UN-mask You tried CreateDate()?

RE: date UN-mask

2007-08-17 Thread Andy Matthews
You tried CreateDate()? -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 4:36 PM To: CF-Talk Subject: date UN-mask Is there an easy way (read: already built) to convert a masked date back into an actual date typed variable. For instance, now

Re: QueryConvertForGrid removes leading zero

2007-08-17 Thread Chris Martin
Thanks! I appreciate the tip! Chris Martin --- Gandy Ink Information Technology Department [EMAIL PROTECTED] (325) 949-7864 X-364 --- www.gandyink.com Raymond Camden wrote: > Also, don't forget to log

date UN-mask

2007-08-17 Thread Brad Wood
Is there an easy way (read: already built) to convert a masked date back into an actual date typed variable. For instance, now() returns a variable of type date time. I can apply the mask MMDD with the dateformat() function like so: dateformat(now(),"MMDD") But let's say I am st

Re: QueryConvertForGrid removes leading zero

2007-08-17 Thread Raymond Camden
If you are right - you could also do a QofQ to select all the cols and use cast there. So basically a select a,b,c with no filter at all. On 8/17/07, Brian Kotek <[EMAIL PROTECTED]> wrote: > Write a function that returns the data in the same format the > QueryConvertForGrid does, but keeps your le

Re: QueryConvertForGrid removes leading zero

2007-08-17 Thread Raymond Camden
Also, don't forget to log a bug for this! www.adobe.com/go/wish On 8/17/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > If you are right - you could also do a QofQ to select all the cols and > use cast there. So basically a select a,b,c with no filter at all. > > On 8/17/07, Brian Kotek <[EMAIL

Re: QueryConvertForGrid removes leading zero

2007-08-17 Thread Chris Martin
Thanks for the idea...I'm assuming that all this function does is make an array of the results? Chris Martin --- Gandy Ink Information Technology Department [EMAIL PROTECTED] (325) 949-7864 X-364 --- www

Re: QueryConvertForGrid removes leading zero

2007-08-17 Thread Brian Kotek
Write a function that returns the data in the same format the QueryConvertForGrid does, but keeps your leading zeros. I'd speculate that internally the function is doing a Query of Queries which may be treating these values as numbers and thus removing the leading zeros. On 8/17/07, Chris Martin <

QueryConvertForGrid removes leading zero

2007-08-17 Thread Chris Martin
HELP PLEASE! The function below is supposed to return invoice information...it does that to a point. If the purchase order number (which can be alpha-numeric) has a leading zero, it will strip it out when it returns the values to the grid. Anyone have a suggestion that could resolve this pro

POI Utility getBytes() causes Excel to crash

2007-08-17 Thread JJ Cool
Here is a little test snippet below. If I wanted to just send the excel file to the browser without reading the C:\MyTestFile1.xls with cffile and then send it, how would I do it. The getBytes() function appears to be returning a truncated Excel file. If I dump an arraylen for the getBytes() ver

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Cutter (CFRelated)
Not sure about 6, though I imagine it isn't drastically different from 7 (or 8). CF 8 is the only one that supports Apach3 2.2.x out of the box. 7 requires a patch from the Adobe site (connector fix, I think), and fairly sure 6.1 wouldn't at all. I have a tutorial on my site for setting up with

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Adrian Moreno
The ACME Guide is a good place to start: http://www.acidlabs.org/approach/goodies/#acme If you're using Apache 2.2, make sure you have this HotFix installed: http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97&sliceId=2 Cutter has some more info here: http://blog.cutterscrossing.com

Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-17 Thread Ali Awan
I am wondering if anybody has any good and reliable links which show a step-by-step process on how to Install and configure ColdFusion MX 6 or 7 on a Windows Machine running an Apache webserver. I tried installing MX J2EE version. I was able to launch JRUN and see the cfusion service running, and

CF7.02 Enterprise drivers for Oracle 10g

2007-08-17 Thread Dave Hatz
We are looking to upgrade our Oracle 9i DB to 10g. Does CF7.02 have native drivers for 10g or do I need to use JDBC driver from Oracle? Thanks, Dave Hatz ~| Enterprise web applications, build robust, secure scalable apps toda

Re: Custom tags per application in CF 8

2007-08-17 Thread Raymond Camden
is NOT the recommended way to work with applications now - Application.cfc is. Therefore they added the feature there. There are other examples as well - two of the new ways to secure Ajax stuff only work in App.cfc, not . If you are coding for MX7 and higher, you really should be using App.cfc (

RE: Custom tags per application in CF 8

2007-08-17 Thread Peterson, Chris
I think he is looking at it to have a config in a database or xml file that would tell the code where to find its custom tag paths at, instead of having them hard-coded Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer -Original Message- From: Claude Schneegans [mai

Re: Custom tags per application in CF 8

2007-08-17 Thread Claude Schneegans
>>Would you be able to do the following then: Sure, the CFAPPLICATION tag can be called from any where, many times, but frankly I don't see the advantage. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Pleas

Re: Custom tags per application in CF 8

2007-08-17 Thread Jochem van Dieten
Claude Schneegans wrote: > >>I wrote a blog posting on how to do it (its real easy but you do have > to use Application.cfc) > > Ok, I found it. Some weird place. > Personnally I would just have added an attribute "CustomTagPath" in the > CFapplication tag, Would you be able to do the following

Re: How to do this conditional statement.

2007-08-17 Thread Will Tomlinson
Thanks much guys! :) Will ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-

Re: Custom tags per application in CF 8

2007-08-17 Thread Claude Schneegans
>>I wrote a blog posting on how to do it (its real easy but you do have to use Application.cfc) Ok, I found it. Some weird place. Personnally I would just have added an attribute "CustomTagPath" in the CFapplication tag, but, why make it simple? -- ___ REUSE

Re: JAVA list or forum??

2007-08-17 Thread Dae
It's an applet. I can see where it calls it in. So I'm pretty sure I can just drop it in to the my CF script. My biggest problem is that I have to change the connection to the database from Oracle to MS SQL, then recompile. I have no idea what I'm doing and I want to make sure I'm on the right

RE: code formatters

2007-08-17 Thread Jonathon Stierman
Ahh, thanks! I'll see what I can dig out of there! Jonathon -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 1:03 PM To: CF-Talk Subject: Re: code formatters I've never really made use of it, but I believe various set ups in the Edit -> Pref

Re: Custom tags per application in CF 8

2007-08-17 Thread Sam Farmer
Claude, I wrote a blog posting on how to do it (its real easy but you do have to use Application.cfc) http://samfarmer.instantspot.com/blog/index.cfm/2007/6/1/ColdFusion-8-Per-App-Dynamic-Mappings-and-Custom-Tag-Paths-Create-Dropable-Applications Cheers, Sam On 8/17/07, Claude Schneegans <[EMA

Re: GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Rey Bango
Ha! As Andy said, I held off on updating anything until only a couple of nights ago just to keep it fair. :) Rey... Brad Wood wrote: > I bet you a dollar Cutter wrote a script that screen scraped > http://www.gotcfm.com/thelist.cfm and automatically submitted his when > it was at "999 sites adde

Custom tags per application in CF 8

2007-08-17 Thread Claude Schneegans
Hi, in this page: http://www.adobe.com/products/coldfusion/features/ Adobe claims that "ColdFusion 8 allows you to set ColdFusion mappings and custom tag paths on a per-application basis." I've been though the whole documentation and cannot find any reference to this statement. IMO there shou

Re: Kind of OT: CF staff learning Java - need advice

2007-08-17 Thread Dinner
On 8/17/07, Casey C Cook wrote: > 1) 1 week of Java training from a vendor > 2) 1 week of on the job training, a book of your choice and assigned a > java mentor to ask any questions #2!!! Hell, the internet is fine for #1- I can tell you, just about teaching in general- a human mentor f

RE: Multiple data sources in one query?

2007-08-17 Thread Porter, Benjamin L.
That depends. If for example the datasources point to two different databases on the same server for which the login for the datasource used in the cfquery tag has access to both it is trivial. Or if they are on two different servers joined by a linked server and the user has access to both. Exam

RE: GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Andy Matthews
Rey didn't change that number until after the contest was over. :p -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 1:17 PM To: CF-Talk Subject: RE: GotCFM.com 1000 Sites Contest - The Winners!!! I bet you a dollar Cutter wrote a script that sc

RE: GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Brad Wood
I bet you a dollar Cutter wrote a script that screen scraped http://www.gotcfm.com/thelist.cfm and automatically submitted his when it was at "999 sites added..." Man, I wish I had thought of that earlier... :) ~Brad -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Fr

GotCFM.com 1000 Sites Contest - The Winners!!!

2007-08-17 Thread Rey Bango
First I want to thank everyone that submitted a site during the contest. We had an incredible number of site submissions since I first announced the contest on 8/10/2007. Since that time, we have had 543 sites submitted to GotCFM bringing the list total to 1,533 sites! As many of you know, GotC

Re: code formatters

2007-08-17 Thread Ian Skinner
I've never really made use of it, but I believe various set ups in the Edit -> Preferences menu control how this tool works. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http:

Re: CF8 / IIS Install issues

2007-08-17 Thread Jeff Sittler
Dave, I looked at the three CF services and saw that I was missing some parameters. Changed those, based on the entries from the virtual machine, and I still crash. I got a call from another developer in the company who just installed CF8 and he is having the exact same problem, so I'm thinki

RE: code formatters

2007-08-17 Thread Jonathon Stierman
Hey, neato! Never saw that there before. Could you point me to where the tweakable settings are for that? I'm not seeing any options... Thanks! Jonathon -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 12:36 PM To: CF-Talk Subject: Re: code

Re: Multiple data sources in one query?

2007-08-17 Thread Ian Skinner
Not in one query tag without cooperation on the database management system's end. I have in the past, used QofQ to combine data from multiple result sets. My first choice though is to get the databases set up so that they are talking to each other, then one can easily query data from multipl

RE: REST Webservices

2007-08-17 Thread Damien McKenna
> -Original Message- > From: Robert Rawlins - Think Blue > Sent: Friday, August 17, 2007 10:53 AM > Subject: REST Webservices > > Now, SOAP is obviously native to CF and publishing a few > classes as SOAP is very simple for me, how simple is it to > work with REST in ColdFusion? Has anyo

Multiple data sources in one query?

2007-08-17 Thread Charles Love
Does anyone know if there is a way to access data from multiple data sources in one query or joined query? ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://d

Re: code formatters

2007-08-17 Thread Ian Skinner
Yes Dreamweaver also has a code formatter: "Commands" -> "Apply Source Formatting". It also includes a good deal of tweakable settings to determine how you would like the end result. ~| Get the answers you are looking for on

RE: Outputting User Roles

2007-08-17 Thread Bruce Sorge
Sweet. I am on 8. Thanks. -Original Message- From: Dave Watts Sent: Friday, August 17, 2007 10:19 AM To: CF-Talk Subject: RE: Outputting User Roles If you're using CF 8, you can use the new GetUserRoles function. In prior versions, there's no direct way to simply output the roles of a

RE: Outputting User Roles

2007-08-17 Thread Dave Watts
> I am using CFLOGIN and CFLOGINUSER in my app and I want to be > able to see what roles are being set at login. I googled > outputting user roles but cannot find it. If you're using CF 8, you can use the new GetUserRoles function. In prior versions, there's no direct way to simply output the ro

Outputting User Roles

2007-08-17 Thread Bruce Sorge
I am using CFLOGIN and CFLOGINUSER in my app and I want to be able to see what roles are being set at login. I googled outputting user roles but cannot find it. Thanks, Bruce ~| Get the answers you are looking f

RE: code formatters

2007-08-17 Thread Jonathon Stierman
Hey, that is cool! Great for SQL -- now I just need to find one for CF/HTML/Javascript code. I tried my hand at a very basic formatter last night for kicks, and it's tougher than I thought it'd be. I'll check into Homesite -- do you know if that Homesite format feature made it's way into Dreamwe

CF all versions finally installed !

2007-08-17 Thread Claude Schneegans
Hi, I finally succeeded installing all CF 5,6,7,8 versions on the same Windows XP/IIS server! One definitely has to do things by hand, because first the installer, then the wsconfig fail to create the proper data in some xml and ini files This file helped a lot: http://kb.adobe.com/selfservice/vi

Re: Kind of OT: CF staff learning Java - need advice

2007-08-17 Thread Brian Kotek
Hal Helms teaches a Java for CFers class. However you do it, I think classroom training is much more useful than "on the job" training because you are completely removed from work and focused only on learning. On 8/17/07, Casey C Cook <[EMAIL PROTECTED]> wrote: > > Currently we have a staff of 8 c

Kind of OT: CF staff learning Java - need advice

2007-08-17 Thread Casey C Cook
Currently we have a staff of 8 coldfusion developers and there is a new need from our customer to start supporting Java applications. For those of you that have coldfusion experience and then moved to Java which of the following 2 scenarios would you find to be most productive during the SECOND

Re: Creating a CF Webservice

2007-08-17 Thread Brian Kotek
You should be able to do it from a CFC too. You just need to make sure you return a STRING containing the XML, not the XML Document Object which is specific to CF. On 8/17/07, Jason Fill <[EMAIL PROTECTED]> wrote: > > Well as it happens there is another thread on this, over at > http://www.houseof

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
Hey Guys, Thanks for your advice on this, you're right it turn out to be pretty simple, I created a quick wrapper around my current service which builds the XML, very simple. Thanks, Rob -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 August 2007 16:42 To: CF-Tal

Re: Creating a CF Webservice

2007-08-17 Thread Jason Fill
Well as it happens there is another thread on this, over at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53008. Looks like I cannot use the cfc for the rest service, I have to create another (.cfm) page that will accept the xml parse it and return the value. If this is inco

RE: JAVA list or forum??

2007-08-17 Thread Dave Watts
> I know this is for CF but I was tasked me rewriting a bunch > of perl scripts to CF (Had to change from a Unix environmnet > to Windows). You can run Perl on Windows. Maybe that's not an option for you, but I figured I'd mention it. > While doing this, I ran into a problem. One of the scri

Creating a CF Webservice

2007-08-17 Thread Jason Fill
I am creating a web service that clients will consume to access functions in my system. I can create the service and consume it with the cfinvoke tag no problem. However, I wanted to test it via REST using CFHTTP to make sure it works and so I can document what the XML that is to be sent looks

OT: JAVA list or forum??

2007-08-17 Thread Dae
Folks, I know this is for CF but I was tasked me rewriting a bunch of perl scripts to CF (Had to change from a Unix environmnet to Windows). While doing this, I ran into a problem. One of the scripts has a Java Applet embedded into it and I need some assistance with setting up the Java applicati

RE: REST Webservices

2007-08-17 Thread Dave Watts
> I did see some reasonably simple consumption examples around > which would be simple, unfortunately i'm publishing the > service, not consuming them, which might be a little > trickier. I'm spoiled by just being able to do access="remote" :-D Well, honestly, it's not hard to publish REST eith

RE: REST Webservices

2007-08-17 Thread Tom Chiverton
> might be a little trickier. Nah, just treat it as if you were writing a page the recieves a form POST, optionally outputting only XML. Tom, whoose Exchange is still not This email is sent for and on behalf of Halliwells LLP. Halliwells L

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
Thanks Dave, I did see some reasonably simple consumption examples around which would be simple, unfortunately i'm publishing the service, not consuming them, which might be a little trickier. I'm spoiled by just being able to do access="remote" :-D Thanks mate, Rob -Original Message- F

RE: REST Webservices

2007-08-17 Thread Dave Watts
> If this is going to be a real pain (which is looks as if it's > going to be) It shouldn't be a real pain at all. It should be quite easy. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training cen

RE: REST Webservices

2007-08-17 Thread Dave Watts
> Now, SOAP is obviously native to CF and publishing a few > classes as SOAP is very simple for me, how simple is it to > work with REST in ColdFusion? Has anyone here got any > experience with it? I'm hoping there will be an easy answer > to my problem. Typically, working with REST is quite e

RE: REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
Hello Mate, Sorry, basically my client is parsing/posting to the web service using python, and the python SOAP library is really shitty and has a lot of issues with it, whereas the REST library for python is quite excellent and would be a great deal simpler to implement, I think that's his reasoni

Re: REST Webservices

2007-08-17 Thread Zaphod Beeblebrox
hthat's really a wide description from the client. It may mean that he only wants the results returned as straight xml. It may also mean that he wants cleaner urls like http://www.myservice.com/users vs http://www.myservices.com/index.cfm?method=getUsers or http://www.myservice.com/u

RE: CFDump bug?

2007-08-17 Thread Tom Chiverton
> I'm on unix, an environment that I'm not very used to. If I delete all the > files in WEB­INF/cfclasses will that do the trick or do I have to delete > other files too? Nope, that's it. One of the nice things about CF is that it's a J2EE app, so all the bits are in the same place on all platfo

REST Webservices

2007-08-17 Thread Robert Rawlins - Think Blue
Hello Chaps, This is just a quick 'start the ball rolling' kind of message. I've got a client who wants me to publish my web services in REST instead of SOAP as it'll be simpler for him to parse as it's what he's used too. Now, SOAP is obviously native to CF and publishing a few classes as

Re: UML Modeling Software and Coldfusion

2007-08-17 Thread Brian Kotek
Note that I have not tested the CFC generator with anything other than Poseidon. Since the XMI format is a standard, in theory it should work. But I just wanted to point out that it hasn't been tested. On 8/17/07, Richard White <[EMAIL PROTECTED]> wrote: > > Thanks Brian thats really helpful i wil

Re: CFDump bug?

2007-08-17 Thread Giles Roadnight
Thanks for the reply. I'm on unix, an environment that I'm not very used to. If I delete all the files in WEB-INF/cfclasses will that do the trick or do I have to delete other files too? Thanks again. Giles On 8/17/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Friday 17 Aug 2007, [EMAIL P

Re: Running Multiple sites on 1 fusebox 5.1 app

2007-08-17 Thread Phillip M. Vector
Thanks. :) Not exactly what I hoping for, but it'll work for the basics and I can expand on it later. Thank you. :) Dave Anderson wrote: >> I'm sure I'm overlooking something obvious.. >> >> If I want to run 2 different sites on 1 fusebox app.. How would I do that? >> >> For example, let's say I

AdWords API Wrapper [repost]

2007-08-17 Thread Cutter (CFRelated)
No one responded on this, so I figured I would try again. If one doesn't exist that's OK, but I could've sworn somebody had mentioned it -- Anybody heard of a CF based wrapper for the Google AdWords API? A co-worker just showed me a site offering one in PHP, and he said

Digests not working for me

2007-08-17 Thread Earl, George
Anyone else stop getting their digests and unable to get anything other than 'immediate' (one message at a time)? Also, now I get this when I try to update my subscriptions: "I'm sorry but an error has occured with the template you are requesting. A message has been sent to the site administrator

Re: Webwasher, Excel files, and why I hate my life

2007-08-17 Thread Wesley Middendorff
I also have no access to appache, thanks for all your responses no it is just a matter of convincing these corperate types to let go of webwasher for this intranet site on which they control the content anyhow. On 8/17/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Friday 17 Aug 2007, [EM

Re: How to do this conditional statement.

2007-08-17 Thread Wesley Middendorff
Yes you need the parens, and yes that second statement is correct. On 8/17/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > Easy question here... just wanna make sure I don't screw this up cause > it's kinda important. :) > > Here's my current statement. > > getWebEnhancedAddonQuestions.recordc

RE: CF8

2007-08-17 Thread Dave Watts
> In the past, I've just generated N users from the same IP. I > thought this would provide a good indication... ? With most of the load test software I've used, there has been a practical limit to the number of virtual users you can support on a single machine. Dave Watts, CTO, Fig Leaf Softwar

Re: How to do this conditional statement.

2007-08-17 Thread Dominic Watson
I believe the brackets are absolutely neccessary due to the AND operator having precedence over the OR operator. http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0930.htm To simplify: > if (x eq 1 OR x eq 2 AND y eq

RE: Export to Quickbook/Ms Money

2007-08-17 Thread E C list
Yannick, I am interested in this issue right now too. If you want to do a little more than export, it appears that there is a QODBC driver for quickbooks...and the kind souls at EZ-Cart have made some free code available for CF 7 that they say will make it much easier to impliment. http://www.c

RE: code formatters

2007-08-17 Thread DURETTE, STEVEN J (ATTASIAIT)
Rick, Try this site http://www.wangz.net/cgi-bin/pp/gsqlparser/sqlpp/sqlformat.tpl. You put in the SQL and how you want it formatted and it comes right back formatted. Steve -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 9:18 PM To: CF-Ta

CFDocument Zoomed Images NOT Solved with hotfix

2007-08-17 Thread E C list
According to the Adobe knowlegebase ColdFusion 7,0,2 solves the CFDocument zoomed images issue. http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402093&sliceId=1 I have now got version 7,0,2,142559 installed, but the problem with zoomed images is still occuring. Is anyone else see

Re: UML Modeling Software and Coldfusion

2007-08-17 Thread Richard White
Thanks Brian thats really helpful i will ask our institution to buy it for us if it is that expensive :) and then i will use your code to generate the xmi file into cf code :) thanks again for all your help with this ~| Cold

Re: ColdFusion 8 - missing ODBC services

2007-08-17 Thread Allan Grabnoski
trying that now.. thanks On 8/17/07, Vinu Kumar <[EMAIL PROTECTED]> wrote: > > Hi > Due to a bug, ODBC services don't get installed if documentation is not > selected. Can you retry your installation with documentation selected. > > Thanks > - Vinu > > >I had selected to install the ODBC services,

Re: How to do this conditional statement.

2007-08-17 Thread Tom Chiverton
On Friday 17 Aug 2007, [EMAIL PROTECTED] wrote: > Would you just stick it in there? Or use parenthesis around those two > items? If parenthesis make it clearer what is going on (nearly always) add them in. -- Tom Chiverton Helping to globally implement internet e-markets on: http://thefalken.liv

How to do this conditional statement.

2007-08-17 Thread Will Tomlinson
Easy question here... just wanna make sure I don't screw this up cause it's kinda important. :) Here's my current statement. Show questions blah blah... What I need it to say is, if the delivery method is "web-enhanced" OR hybrid. Would you just stick it in there? Or use parenthesis

Re: CFDump bug?

2007-08-17 Thread Tom Chiverton
On Friday 17 Aug 2007, [EMAIL PROTECTED] wrote: > How do I go about fixing this? It's causing me real headaches! Reboot CF. Clear out the cache'd CF files. -- Tom Chiverton Helping to elementarily create internet users on: http://thefalken.livejournal.com ***

CFDump bug?

2007-08-17 Thread Giles Roadnight
Hi All I'm trying to debug a problem I'm having with some WSDL webservices. I'm trying to call these services using CFinvoke in another CF page then dumping the retunred result. I keep getting an odd error so I creted this very simple page: http://www.w3.org/TR/html4/loose.dtd";> Dump Test

  1   2   >