Defining Custom tag Paths in Code

2003-07-04 Thread Sean
Can it be done? Shared server model - trying to avoid sandbox/security issues with multiple custom path mappings - can I define the custom tag paths in code? Anybody know the syntax off hand? Cheers Sean ~| Archives:

Re: CFUnit

2003-07-04 Thread Thomas Chiverton
On Thursday 03 Jul 2003 23:43 pm, Christian Cantrell wrote: I wrote the code (it is not based on anyone else's work), but the concept is based on the JUnit testing framework: What license was junit under ? http://junit.sourceforge.net/cpl-v10.html is a 404... -- Thomas C Advanced ColdFusion

Re: Defining Custom tag Paths in Code

2003-07-04 Thread Massimo Foti
Shared server model Any specific reason for avoiding cfmodule or, with CF MX, cfimport? Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/

Re: Defining Custom tag Paths in Code

2003-07-04 Thread Matthew Walker
Well in CFMX you can use cfimport to map a folder of tags onto a prefix, e.g. stringlib:striphtml ... . The downside is that it has to be used at the top of each file in which you want to use custom tags. I think it's still worth it though -- you get used to the lines of cfimport tags. And it

RE: SparkPlug, FarCry/Spectra, Tapestry (was RE: Content Manageme nt System)

2003-07-04 Thread Robertson-Ravo, Neil (RX)
I think, that any and all CMS tools need to be modified for organisations as you I would say that %100 of the time an out-of-the-box solution will never suffice and would have to be extended. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 00:11 To:

RE: Dreamweaver Problem

2003-07-04 Thread Kola Oyedeji
Not sure how you change the font size, but don't forget to also install the updater for Dreamweaver Mx http://www.macromedia.com/cfusion/resourcecenter/resourcecenter.cfm?page name=dwmx%5Fupdater Kola -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 03 July 2003

RE: Caching query theory

2003-07-04 Thread Kola Oyedeji
If the 5 phone reps will only be dealing with one customer at a time I don't see why this is a problem, perhaps I haven't understood you correctly. The performance drain in an application is nearly always going to be where you have CF interacting with a third party process, Database, mail server,

RE: cf_location custom tag and CFMX (not working)

2003-07-04 Thread Kola Oyedeji
Jamie Just something to watch out for, CFMX is more picky about naming variables the same as CF keywords hence the reason the original tag balked at the use of variables called 'Equals' and 'URL' Kola -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: 03 July 2003

RE: CFUnit

2003-07-04 Thread Andre Mohamed
Although I haven't got the DRK or seen the code for CFUnit, what I gather from Christian's article is that the CFUnit framework is merely just one single CFC!! i.e. it is vastly simplified compared with JUnit. Again, this is mostly guess work but it probably goes something like this: A singe CFC

RE: CFUnit

2003-07-04 Thread Andre Mohamed
Try www.junit.org? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 08:56 To: CF-Talk Subject: Re: CFUnit On Thursday 03 Jul 2003 23:43 pm, Christian Cantrell wrote: I wrote the code (it is not based on anyone else's work), but the concept is

RE: CF mappings

2003-07-04 Thread Adrian Lynch
Yup, you're right... cfobject action=create type=java class=coldfusion.server.ServiceFactory name=factory cfdump var=#factory.getRuntimeService().getMappings()# Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 04 July 2003

RE: Caching cfc objects in the application scope

2003-07-04 Thread Andre Mohamed
Raymond, Can you perhaps quantify a little in terms of the level of stress that you have found to trigger this behavior? If it does turn out to be a bug and it isn't rectified in Red Sky then there are some serious implications for CFC based application frameworks such as FBMX which of course

RE: CF mappings

2003-07-04 Thread Matthew Walker
Awesome, thanks! -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2003 9:27 p.m. To: CF-Talk Subject: RE: CF mappings Yup, you're right... cfobject action=create type=java class=coldfusion.server.ServiceFactory

Pagination issues

2003-07-04 Thread Rodrigo Cohen
Sure ! I cand do that, but my problem is the query into that procedure... First i would like to know if ColdFusion has any method or function like VB or DELPHI (may be a Java component), that i can use like a pointer to database. If i couldnt do that, i will try the Cedric method with 2

Pagination issues

2003-07-04 Thread Rodrigo Cohen
Cedric, i dont wannt to call both queries everytime... i'm prefer call the first query only once and store the ID in a variable, like session or anything else... I can't ? ~| Archives:

RE: can someone validate this bug? (repost)

2003-07-04 Thread Tony Weeg
so. whats next. is this something that mm fixes, leaves for a patch leaves for a major upgrade? does this get fixed in RedSky? whats next? thanks! tony -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 7:00 PM To: CF-Talk Subject: Re: can

Re: can someone validate this bug? (repost)

2003-07-04 Thread Jochem van Dieten
Tony Weeg wrote: whats next. is this something that mm fixes, leaves for a patch leaves for a major upgrade? does this get fixed in RedSky? whats next? The normal procedure is to call MM, submit a bug, discuss the issue with the assigned engineer. If yu are in the RedSky beta you know how

CFMail Problem

2003-07-04 Thread Jillian Carroll
I'm trying to create an e-mail report for some course administrators. I've got things figured out so that I can output the results, and I'm getting the correct results... but I only want each administrator to get a single e-mail... my current output would have them getting one for each student.

RE: Caching cfc objects in the application scope

2003-07-04 Thread Raymond Camden
Can you perhaps quantify a little in terms of the level of stress that you have found to trigger this behavior? In my case, the errors were occuring on cflib and my blog. I think cflib.org gets around 2.5k requests per day. My blog gets a lot less. If it does turn out to be a bug and it

uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Kola Oyedeji
Dave This is something I've been thinking about recently. Does anyone actually use VMWARE/virtual PC for hosting applications on the same server but multiple Operating systems? Kola -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 03 July 2003 22:25 To: CF-Talk

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
We are doing it and already have about 20 customers up and running on this since we released it last month. We are using Win2K3's VPS function. Each VPS can have any version of Windows or any OS that will run on an x86 CPU. It runs quite well. No problems to report. Not only were we able to give

RE: CFMail Problem

2003-07-04 Thread Mark Leder
Try this: cfmail TO=#ceu_needed.email# FROM=[EMAIL PROTECTED] SUBJECT=CEU Notice SERVER=mail.domain.org TYPE=html QUERY=users GROUP=#ceu_needed.email# GROUPCASESENSITIVE=no Thanks, Mark -Original Message- From: Jillian Carroll

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Kola Oyedeji
Cool So you can host Windows and Linux on the same machine? Kola -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 15:09 To: CF-Talk Subject: RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked) We

RE: CFMail Problem

2003-07-04 Thread Dan Phillips
Or if SERVER=mail.domain.org does not work, use SERVER=localhost or SERVER=127.0.0.1 Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 10:38 AM To: CF-Talk Subject: RE: CFMail

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
In theory yes. I have not had the chance to try it out though. Keep in mind though this is a little different then something like VMWARE. We have a huge server and just devide up RAM, CPU and disk space and the VPS software locks down the resources so nothing bleeds over. Think of it as a hard

Re: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Jochem van Dieten
Dan Phillips wrote: In theory yes. I have not had the chance to try it out though. Keep in mind though this is a little different then something like VMWARE. We have a huge server and just devide up RAM, CPU and disk space and the VPS software locks down the resources so nothing bleeds over.

RE: TagCFMail::sendMessage

2003-07-04 Thread Paul Ihrig
we did have to log into the server as admin to finally be able to copy over the dll. but the server is still throwing the error. any one else run into this? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread news
Do you have a link for info about this VPS function of Win2K3? I've never heard of this before. James, CFHosts - Original Message - From: Dan Phillips [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 04, 2003 3:09 PM Subject: RE: uisng Virtual Machine software for

RE: TagCFMail::sendMessage

2003-07-04 Thread Robertson-Ravo, Neil (RX)
I had this ages on a CF5 server...we had to reinstall the whole thing - just install over the top of the your current install...it should repair it. -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:02 To: CF-Talk Subject: RE: TagCFMail::sendMessage we

Re: CFUnit

2003-07-04 Thread Christian Cantrell
On Friday, July 4, 2003, at 03:55 AM, Thomas Chiverton wrote: What license was junit under ? IBM's Public License, Version 1.0: http://www.opensource.org/licenses/ibmpl.php Christian ~| Archives:

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread webguy
Think this is it http://www.microsoft.com/windowsserver2003/evaluation/trial/virtualserver.ms px WG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:06 To: CF-Talk Subject: Re: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
MM has told us that we only need one license. I'm afraid I don't know all of the whys and why nots but it does work. Basically you would pay us $200USD a month and would have your own install of CF and Windows. Cheaper than buying the licenses yourself so that is good but it's still not as

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
That's pretty much it. The rest of it is some propriatary stuff we developed in house to smooth it out a bit. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 11:15 AM To: CF-Talk

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread webguy
show off :-) WG -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:15 To: CF-Talk Subject: RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked) That's pretty much it. The rest of it is some propriatary

RE: TagCFMail::sendMessage

2003-07-04 Thread Paul Ihrig
really?? reinstall sounds extreme it is cf server 5. from what i understand every thing worked fine till 5 months ago! i am a little cautious of a new install on a server i have just started working on! any other ideas? ~|

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
I wish it was me that came up with the idea :-) I just maintain them help customer's get setup on them. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 11:22 AM To: CF-Talk

RE: TagCFMail::sendMessage

2003-07-04 Thread Dan Phillips
Hmmaybe the DLL needs to be registered? Try using regsvr. That should do it. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 11:20 AM To: CF-Talk Subject: RE:

Re: CFUnit

2003-07-04 Thread Christian Cantrell
On Friday, July 4, 2003, at 04:55 AM, Andre Mohamed wrote: Although I haven't got the DRK or seen the code for CFUnit, what I gather from Christian's article is that the CFUnit framework is merely just one single CFC There are two components: test_case.cfc and test_suite.cfc. Test case is

RE: TagCFMail::sendMessage

2003-07-04 Thread Robertson-Ravo, Neil (RX)
the reason I say this is because thats an internal CF error with the DLL...the re -reg of the DLL sounds a good one, if not...then do a repair..trust me its painless and it will solve your issue. -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:20 To:

RE: TagCFMail::sendMessage

2003-07-04 Thread webguy
or maybe permissions... WG -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:22 To: CF-Talk Subject: RE: TagCFMail::sendMessage Hmmaybe the DLL needs to be registered? Try using regsvr. That should do it. Dan Phillips www.CFXHosting.com

RE: CFUnit

2003-07-04 Thread webguy
CFUnit is designed to introduce the concept of unit testing to ColdFusion developers and provide them with a sound, straightforward implementation which can be extended as necessary. In that case (pun intended), maybe your could get MM it release it separately to the DRK. I'd like to use to

CFMX Admin Password doesn't work. Standard Fix doesn't help

2003-07-04 Thread James Johnson
Hello, Have Windows XP with both CF5 and CFMX Updater 3 (standalone WWW server) installed as developer. CFMX Admin password doesn't allow me into administrator. When I enter the correct password, the page refreshes back to the login. When I enter a wrong password, I get the Invalid password.

Re: CFMX Admin Password doesn't work. Standard Fix doesn't help

2003-07-04 Thread cf-talk
You're sure you're not looking at a cached page? Been there, done that... ;-) Try right clicking and selecting Refresh. -Novak - Original Message - From: James Johnson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:43 AM Subject: CFMX Admin Password

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Jim Davis
This is the result of MS buying Connectix's Virtual PC software - if you've used VPC then you've use this (sorta). VPC is a very nice app... runs well and when locked to hard disk partition (as I'm assuming most VPS hosters are doing) runs pretty damn quick as well. In fact some synthetic

RE: CFMX Admin Password doesn't work. Standard Fix doesn't help

2003-07-04 Thread James Johnson
I have my cache settings to check every visit to the page and 10 MB cache. Doing a hard refresh doesn't help. Any other ideas? James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:47 AM To: CF-Talk Subject: Re: CFMX Admin Password

RE: uisng Virtual Machine software for hosting (WAS CrystalTech says ALL variables must be locked)

2003-07-04 Thread Dan Phillips
Would anyone out there be interested in trying it out in exchange for some feedback and sharing with the group how your experience was? I'm sure I can convince the powers that be here to give up some free space for some testing if there is an interest. Contact me off list if this is something you

RE: CFUnit

2003-07-04 Thread Andre Mohamed
Christian, Thanks for filling in the blanks. I may implement my own version at some point or begrudgingly hand over some money to get the DRK as it also appears to have some other great stuff. Regarding my comments on CFUnit's apparent simplicity compared to JUnit, these comments were not meant

i need a help on this

2003-07-04 Thread Leonardo Crespo
Can anyone give me a hand on this? I got a directory that has about 120k - 180k files on it, constantly. They re e-mails that need to be moved to the smpt pickup directory. I need to make a schedule to pickup about 5.000 files every X minutes and move them the apropriate directory. I'm

Unusual SQL error

2003-07-04 Thread Creese, Eric
I never have received this error before. [Macromedia][SQLServer JDBC Driver][SQLServer]Intra-query parallelism caused your server command (process ID #52) to deadlock. Rerun the query without intra-query parallelism by using the query hint option (maxdop 1). Can anyone give some insite?

RE: i need a help on this

2003-07-04 Thread cfhelp
Write a CMD file that uses Copy *.* and use CFEXECUTE Rick -Original Message- From: Leonardo Crespo [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 12:17 PM To: CF-Talk Subject: i need a help on this Can anyone give me a hand on this? I got a directory that has about 120k - 180k

Re: (OT) RegEx editor

2003-07-04 Thread Michael Dinowitz
This is a general call for those who would like to participate in the aquisition of the visual regex editor. We are about 1/3 of the way there and I'd like to get it all together before next Friday when the programmer leaves for holiday. If interested, please email me off list with what you are

Re: i need help on this

2003-07-04 Thread Leonardo Crespo
I think you didnt got it. I have to move 5000 at a time, not all of them at once. That's why i'm having dificulty. I think i will look for some exe to help me on this. Thanks. Write a CMD file that uses Copy *.* and use CFEXECUTE Rick -Original Message- From: Leonardo Crespo

Re: Defining Custom tag Paths in Code

2003-07-04 Thread S . Isaac Dealey
You can also use a UDF to get relative paths to an absolute file path to call custom tags... Check out the Tapestry API in my sig or the getRelative() function from cflig.org http://www.cflib.org/udf.cfm?ID=837 It's the same function... In Tapestry relative paths to these locations are cached

CFMX Book

2003-07-04 Thread Taco Fleur
Can anyone recommend a good CFMX book, that mainly covers new functionality in MX, not CF from the ground and up. Also not one written by Ben Forta. Cheers ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: CFMX Book

2003-07-04 Thread Joe Eugene
Inside ColdFusion MX is a good book.. http://www.amazon.com/exec/obidos/tg/detail/-/0735713049/qid=1057366467/sr=1 -8/ref=sr_1_8/103-8134104-2383838?v=glances=books Also not one written by Ben Forta. There are lots of CFMX books NOT written by Ben. Joe Eugene -Original Message-

Re: i need a help on this

2003-07-04 Thread fred fred
what OS is this? you might have an easier time writing a batch file or shell script. Leonardo Crespo [EMAIL PROTECTED] wrote:Can anyone give me a hand on this? I got a directory that has about 120k - 180k files on it, constantly. They re e-mails that need to be moved to the smpt pickup

Re: Caching cfc objects in the application scope

2003-07-04 Thread Sean A Corfield
On Friday, Jul 4, 2003, at 06:15 US/Pacific, Raymond Camden wrote: Can you perhaps quantify a little in terms of the level of stress that you have found to trigger this behavior? In my case, the errors were occuring on cflib and my blog. I think cflib.org gets around 2.5k requests per day. My

RE: CFMX Book

2003-07-04 Thread Peter Tilbrook
ColdFusion MX Bible from Wiley (http://www.wily.com) is another good one. As is Mastering ColdFusion MX from Sybex (http://www.sybex.com). Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727

RE: CFMX Book

2003-07-04 Thread Peter Tilbrook
Oops! http://www.wiley.com. Sorry 'bout that! Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Telephone: +61-2-6284-2727 Mobile: +61-0439-401-823 E-mail: [EMAIL PROTECTED] World Wide Web: http:/www.coldgen.com/

RE: Caching cfc objects in the application scope

2003-07-04 Thread Raymond Camden
Right, which is really very low traffic - that's why I don't think it's a load issue per se (because we didn't hit any problems under much higher load when we were using application scope - we changed to server scope for most things prior to deployment simply because server scope

Re: Caching cfc objects in the application scope

2003-07-04 Thread Sean A Corfield
On Friday, Jul 4, 2003, at 22:03 US/Pacific, Raymond Camden wrote: While I agree that the load I encountered was minimal, the odd thing is that I _was_ able to recreate it, but only using a load tool like MS WAST (is that the name) and the Apache one (can't remember it's name as well). As soon