Re: iText: The selected method setFontAndSize was not found.

2007-06-19 Thread Janet MacKay
You're passing the wrong object types. The API is setFontAndSize(com.lowagie.text.pdf.BaseFont, float). myObj.BaseFont = createObject(java,com.lowagie.text.pdf.BaseFont); local.bf = myObj.BaseFont.Courier; BaseFont.Courier is a string. What you need is a BaseFont object. Try using the

Re: Config jvm.config

2007-06-19 Thread Robertson-Ravo, Neil (RX)
You can also se VisualGC from Sun to get good metrics. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may

Re: iText: The selected method setFontAndSize was not found.

2007-06-19 Thread Janet MacKay
nm - darn lag! ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive:

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-19 Thread Sean Corfield
On 6/18/07, LHWH Interactive [EMAIL PROTECTED] wrote: They've never done pre-conference classes before... have they? According to Ted's blog: Every year at MAX Adobe hosts a pre-conference training day. seen the blurbs on the pre conference classes, but what are they exactly? It sounds like

RE: Error converting data type varchar to int.

2007-06-19 Thread Robertson-Ravo, Neil (RX)
I spoke with Rob, the fix is two-part. First, within the SP the input variable should be set to INT and not INTEGER and also within the column definitions, again within the SP it should be [User_ID] as User_ID is reserved in SQL Server for internal gunbins. Variable names (dbvarnames) we're

RE: Error converting data type varchar to int.

2007-06-19 Thread Robert Rawlins - Think Blue
Thanks for your help on this Neil, It now works an absolute charm. I owe you a pint. Rob -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 09:37 To: CF-Talk Subject: RE: Error converting data type varchar to int. I spoke with Rob, the fix

Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Nick Tong
FYI: Brian Rinaldi will be giving a workshop on his Illudium PU-36 Code Generator. Brian will cover creating Mach-II, coldspring and Transfer code. When: Tuesday, June 19, 2007 @ 7:00pm PM GMT (2:00pm EST)

CFSNIPPETS Datasource

2007-06-19 Thread Andy Mcshane
I am trying to run some example code that I have had for a while that requires the cfsnippets datasource to be defined in CF. I cannot remember which version of CF the cfsnippets.mdb came with as CF7 has no mention of that datasource. Can anybody hook me up with a copy of cfsnippets.mdb?

REGEX File Extention

2007-06-19 Thread Robert Rawlins - Think Blue
Hello Guys, My REGEX skills are pretty horrible. I'm looking for a way to get the file extension from a string, examples of the strings are: Somthing.gif Thisone.jpg Ooh.mp3 Nice.fla What's the best way to achieve this? Effectively I want everything to the right of the dot.

Re: REGEX File Extention

2007-06-19 Thread Gert Franz
You don't need Regex for that. Just use ListLast(filename, .)... Since it can happen that your filename looks like this: thisone.version.1.jpg So ListLast() will do the trick. Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing

RE: REGEX File Extention

2007-06-19 Thread Andy McShane
You could just use ListFirst/ListLast? i.e. cfset ext = ListLast(filename, '.') -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 10:33 To: CF-Talk Subject: REGEX File Extention Hello Guys, My REGEX skills are pretty horrible. I'm

RE: REGEX File Extention

2007-06-19 Thread Robert Rawlins - Think Blue
Thanks guys, List last worked a charm, why didn’t I think of that ... DOH! Rob -Original Message- From: Gert Franz [mailto:[EMAIL PROTECTED] Sent: 19 June 2007 10:43 To: CF-Talk Subject: Re: REGEX File Extention You don't need Regex for that. Just use ListLast(filename, .)... Since it

Re: Config jvm.config

2007-06-19 Thread D F
I'm pretty sure this file... # Arguments to VM java.args=-server -Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=512m Should have an -Xms512m setting as well. Should it not? ( that being the minimum JVM memory setting ). Also I think that memory output code that was sent earlier only

structkeyexists

2007-06-19 Thread Andy Willis
Hi. I'm having a problem with structkeyexists and hope someone can help me out. I'm running CFMX7.0.2 on Apache2.0.59. I have loaded an XML file into a structure. This structure is then copied using duplicate() (let's call the structure IMS). A cfdump of this copied structure shows the key and

structkeyexists

2007-06-19 Thread Andy Willis
Hi. I'm having a problem with structkeyexists and hope someone can help me out. I'm running CFMX7.0.2 on Apache2.0.59. I have loaded an XML file into a structure. This structure is then copied using duplicate() (let's call the structure IMS). A cfdump of this copied structure shows the key and

Re: configuring Apache to use multiple JRun Application Servers

2007-06-19 Thread Tom Chiverton
On Tuesday 19 Jun 2007, AJ Mercer wrote: What am I missing? At a guess, the mapping for '/' in the application is different to your DocumentRoot setting in Apache ? -- Tom Chiverton Helping to carefully seize proactive designs on: http://thefalken.livejournal.com

Re: web page snapshots

2007-06-19 Thread Tom Chiverton
On Monday 18 Jun 2007, Ariel Jakobovits wrote: does anyone know how to make one of those server programs to retrieve a web page and save it as an image? CF8 :-) cfpresentationslide presenter=Tom Chiverton cfdocument src=http://google.com;

XML Creation question

2007-06-19 Thread Jide Aliu
I am creating XML using the CFXML tag. I am trying to insert this !DOCTYPE NewsML SYSTEM http://www.newsml.org/dl.php?fn=NewsML/1.2/specification/NewsML_1.2.dtd; [ !ENTITY % xhtml SYSTEM http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; into the head of the newly formed XML

Re: Config jvm.config

2007-06-19 Thread James Holmes
Each instance is a separate JVM. If 512 MB is specified as the starting stack size for each instance the server is going to tank immediately. On 6/19/07, D F [EMAIL PROTECTED] wrote: I'm pretty sure this file... # Arguments to VM java.args=-server -Xmx1024m -Dsun.io.useCanonCaches=false

OT - CF Exam Vouchure Request

2007-06-19 Thread Adrian Lynch
Anyone got a discount code they don't mind me using? I'm about to book the test :O) Adrian ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

Re: cf why.

2007-06-19 Thread Tony
A :) On 6/18/07, Greg Morphis [EMAIL PROTECTED] wrote: no, because you're rounding it to tens.. if you wanted 33.33, then you'd need numberformat('33.334','99.99') On 6/18/07, Tony [EMAIL PROTECTED] wrote: shouldnt numberformat('33.334','99') return 33.33? tony On

Re: web page snapshots

2007-06-19 Thread Casey Dougall
Can someone else type out this example, I'm not sure three posts are enough... On 6/19/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 18 Jun 2007, Ariel Jakobovits wrote: does anyone know how to make one of those server programs to retrieve a web page and save it as an image? CF8

Re: Telnet/SSH From CF?

2007-06-19 Thread James Blaha
Hi Rob, I use CFSFTP a lot just for doing file transfers from my Windows CFMX7 server to UNIX, Solaris and Tru64 servers. The only time I use CFEXECUTE now is if I need to run a shell script remotely them I would use CFEXECUTE to call a bat file and SSH into a UNIX box then run the script and

flash forms problem

2007-06-19 Thread Rick Root
I'm having a rather sudden problem with flash forms not loading. Example: http://www.it.dev.duke.edu/public/test.cfm I ran fiddler and the following URL request failed with an HTTP 412 error: /public/864704189.mxml.cfswf Text view of the response: headtitleJRun Servlet Error/title/headh1412

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-19 Thread LHWH Interactive
On 6/19/07, Sean Corfield [EMAIL PROTECTED] wrote: Every year at MAX Adobe hosts a pre-conference training day. Wow, that's crazy. I don't ever remember those things. Maybe the CS3, Flex, and AIR stuff being offered is getting my attention, or maybe I just never noticed them before. I did

Re: flash forms problem

2007-06-19 Thread James Holmes
Well, that's impressively obscure. 412 Precondition Failed This code indicates that the request was unsuccessful because one of the client's conditions was not met. For example, the client can tell the server ``only update this resource if the current version is X.'' If the current version is

FW: Weird permissions error for webservice classes

2007-06-19 Thread Scott Stewart
Hey guys, My lead dev forwarded this to me and I don't have an answer... any thoughts? Thanks sas -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703) 220-2835 http://www.sstwebworks.com -Original Message- From: Leeds, David

Re: configuring Apache to use multiple JRun Application Servers

2007-06-19 Thread AJ Mercer
Thanks Tom. I Think this is what Gert from Railo was saying too in web-inf I have to edit web.xml and add the mapping but I didn't have to do this for CF - I think the wsconfig must do this; or maybe it is the CF install itself On 6/19/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 19

RE: REGEX File Extention

2007-06-19 Thread Bobby Hartsfield
#listlast(str, .)# ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 5:33 AM To: CF-Talk Subject: REGEX File Extention Hello Guys, My REGEX skills

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-19 Thread Sean Corfield
On 6/19/07, LHWH Interactive [EMAIL PROTECTED] wrote: Wow, that's crazy. I don't ever remember those things. Maybe the CS3, Flex, and AIR stuff being offered is getting my attention, or maybe I just never noticed them before. Perhaps with them selling out so fast in previous years they just

RE: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-19 Thread Dave Watts
They've never done pre-conference classes before... have they? I don't recall these at Vegas, Anaheim, New Orleans or Orlando. I know they've done this for at least the last two conferences, since I taught one at each. I'm pretty sure they were available at earlier conferences too. I've

Re: structkeyexists

2007-06-19 Thread Sean Corfield
On 6/19/07, Andy Willis [EMAIL PROTECTED] wrote: I have loaded an XML file into a structure. This structure is then copied using duplicate() (let's call the structure IMS). A cfdump of this copied structure shows the key and value. This example has only one pair. Let's call them key=ONE,

RE: XMLFormat and ![CDATA[

2007-06-19 Thread Dave Watts
Question: Is using ![CDATA[ around our CF variables when outputting XML an alternative to using XMLFormat? Yes, but you can only do this with element contents, not attribute values. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: flash forms problem

2007-06-19 Thread Rick Root
Nope, nothing in the log files. I think maybe I'll try restarting the CF instance... although I tried this on two different instances and got the same results. Rick On 6/19/07, James Holmes [EMAIL PROTECTED] wrote: Well, that's impressively obscure. 412 Precondition Failed This code

CFchart

2007-06-19 Thread Troy Montour
Hey everyone just was wondering has anyone done a multistacked cfchart? if so how is it done. the some of the data I have is row,daystoclose,Group,RawDate,TicketCount,Date 1 5 DB_MFRM 2007-06-16 23:59:59.0 10

OT: Small (tech) conference location in Rome?

2007-06-19 Thread John Paul Ashenfelter
Folks, Was wondering if anyone on the list has experience with a small conference center/hotel in Rome for a training-sized event. Suggestions would be appreciated. -- John Paul Ashenfelter CTO/Transitionpoint (blog) http://www.ashenfelter.com (email) [EMAIL PROTECTED]

Re: OT: Small (tech) conference location in Rome?

2007-06-19 Thread Gert Franz
Hi John, you can contact someone from Intergral since I guess they were in Rome last fall and they held a trining for FusionDebug and FusionReactor. And I guess Charlie Aerhard was there as well. So he might be of help. Greetings / Grüsse Gert Franz Customer Care Railo Technologies GmbH [EMAIL

Re: flash forms problem

2007-06-19 Thread Rick Root
I restarted Coldfusion and it had no affect. I found the following errors in two of the jrun logs (C:\Jrun4\logs\reuniongiving-event.log and reuniongiving-out.log) 06/19 11:09:06 user CFSwfServlet: Error: There is no property with the name 'window'. 06/19 11:09:06 user CFSwfServlet: at

RE: PDF creation/modification

2007-06-19 Thread Bobby Hartsfield
Thanks for all the tips (still checking iText) but apparently it IS easier than I thought, Let me know if you see any gaping holes in this but I found this: http://www.school-for-champions.com/coldfusion/cftopdf.htm http://www.school-for-champions.com/coldfusion/cftopdf2.cfm Doing it this way

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-19 Thread LHWH Interactive
On 6/19/07, Sean Corfield [EMAIL PROTECTED] wrote: Perhaps with them selling out so fast in previous years they just haven't been available by the time you registered? Oh, I'm totally sure that's it. Plus I had some usergroup stuff on those days at previous Maxes. Last year I registered about a

RE: PDF creation/modification

2007-06-19 Thread Bobby Hartsfield
Well 1 con... If I even open and save the original with no changes in notepad... it throws an error in Acrobat 7 pro If I use CF to read the original content and save it into a new file, all the pages are there but blank... *scratches head* ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

cfhttp and cfx_http

2007-06-19 Thread Randy Johnson
Hello, I have been using the cfx_http tag doing some web service calls. If the webservice is slow in responding while the site is busy it will lock up the 8 available threads available. Would cfhttp do the same thing? I know I should be using timeouts to help with this issue, but what else

RE: Telnet/SSH From CF?

2007-06-19 Thread Robert Rawlins - Think Blue
Thanks James, That's some very useful tips, I'll only be using SSH to connect and run bash commands, file transfer isn't a concern at the moment so cfexecute and .bat file seems like the way to go, jeez, I must have been about 13 when I last wrote a .bat file, this will be a rather nostalgic

Re: flash forms problem

2007-06-19 Thread Tom Chiverton
On Tuesday 19 Jun 2007, Rick Root wrote: Anyone know how to do that in AS2? :) Flex :-) -- Tom Chiverton Helping to revolutionarily network value-added design-patterns on: http://thefalken.livejournal.com This email is sent for and on

Detecting lack of cookies/session on same page?

2007-06-19 Thread Scott Weikert
I'm working on some mods on my main app, to do with tracking user clicks and the path they take through the various mini-sites running in our app. Currently I do my own logging - various CGI scope data (including IP), plus some internal IDs. But I'd like to expand that to further be able to

RE: PDF creation/modification

2007-06-19 Thread Bobby Hartsfield
I'll have to give this one a shot http://www.adobe.com/devnet/coldfusion/articles/pdfform.html ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 11:26 AM To:

RE: flash forms problem

2007-06-19 Thread Dave Watts
I guess I have to use actionscript in there instead of javascript... Anyone know how to do that in AS2? :) I think you'll need to use JavaScript to change the browser's location. This might be helpful: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15683sliceId=2 Dave Watts,

DAO Implementation

2007-06-19 Thread Robert Rawlins - Think Blue
Hello Guys, I've been working with OO for some time now but there are still a few little things that escape me, so I'm looking for a definitive answer. When dealing with data access objects how should I be moving the data retrieved by them into the actually bean style object? As I see it

Re: DAO Implementation

2007-06-19 Thread Josh Nathanson
When dealing with data access objects how should I be moving the data retrieved by them into the actually bean style object? What was tremendously helpful for me in figuring some of this stuff out, was using the Illudium code generator developed by Brian Rinaldi. His OO code is very solid

RE: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ben Nadel
Scott, As far as I know, this is not possible. While the ColdFusion page is processing, nothing has been flushed to the client browser. It is not until the headers get flushed that cookies can be set. Therefore, you cannot check to see if cookies even stick until you start flushing to the

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Cutter (CFRelated)
Hey Nick, will this preso be recorded? Prior engagement, but I'd like to see it later if I can. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Nick Tong wrote: FYI: Brian Rinaldi will

xml goodness again

2007-06-19 Thread Brad Wood
Hey I just had to pass this along. As you know I have had problems with client-side XML parsing with users who had an old version of msxml.dll registered. Well, another user just had problems where their entire browser (IE) crashed hard when they hit the page. Turns out they had msxml5 which

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Brian Rinaldi
If anyone is waiting to get in, so am I. I am not sure what happened to Nick. Nick, you out there? -- Brian Rinaldi blog - http://www.remotesynthesis.com/blog ColdFusion Open Source List- http://www.remotesynthesis.com/cfopensourcelist Boston CFUG - http://www.bostoncfug.org Adobe Community

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Scott Weikert
Ben Nadel wrote: As far as I know, this is not possible. While the ColdFusion page is processing, nothing has been flushed to the client browser. It is not until the headers get flushed that cookies can be set. Therefore, you cannot check to see if cookies even stick until you start flushing

Re: configuring Apache to use multiple JRun Application Servers

2007-06-19 Thread David Low
I'm assuming you set up CF8 with the JRun multiple server installation? Memory's a bit hazy here but IIRC, Apache is set up to handle all requests for .cfm (and other ColdFusion) files, regardless of where they live. That might well be why CF8 worked without editing web.xml or similar, it's

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Brian Rinaldi
I am guessing that the time conversion was wrong on all the announcements. A friend has informed me that 7pm GMT would be 3pm EST. I will keep this list updated on the status. Hopefully those interested will still attend. -- Brian Rinaldi blog - http://www.remotesynthesis.com/blog ColdFusion Open

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Tom McNeer
The time conversion was right. It's our eyes that are wrong. We all (me included) read 2pm EST as 2pm EDT. ('Course why would you give an EST time in June?) Looking forward to the preso at the real time. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

RE: Detecting lack of cookies/session on same page?

2007-06-19 Thread Dave Watts
The trick is, as best I can tell, the only way to detect if cookies aren't enabled is to do the two-page deal - first page, set cookie, redirect to second page, check for presence of cookie. The only way to test the browser's acceptance of a cookie is to set it (which requires sending your

Re: server failover/multiple instances

2007-06-19 Thread Jim Wright
Any opinions/advice on this? On 6/18/07, Jim Wright [EMAIL PROTECTED] wrote: I am working towards beefing up our current environment, and wondered if I could get some opinions on server failover and using multiple instances. So I have: Production Site Training Site, duplication of the

Re: web page snapshots

2007-06-19 Thread Eric Haskins
Not everyone is using Gmail for the list :) So we are kinda spoiled because we see all responses. Most just see the topic and reply to it not seeing our responses Eric ~| Upgrade to Adobe ColdFusion MX7 The most significant

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Brian Rinaldi
Not sure what the time was supposed to be. I am still waiting for any word... - Brian Rinaldi On 6/19/07, Tom McNeer [EMAIL PROTECTED] wrote: The time conversion was right. It's our eyes that are wrong. We all (me included) read 2pm EST as 2pm EDT. ('Course why would you give an EST time in

FW: server failover/multiple instances

2007-06-19 Thread Brad Wood
Hmm, I sent this yesterday, but I guess it never went through... -Original Message- From: Brad Wood Sent: Monday, June 18, 2007 4:35 PM To: 'cf-talk@houseoffusion.com' Subject: RE: server failover/multiple instances I'm thinking of getting two copies of Enterprise, setting one up as

RE: server failover/multiple instances

2007-06-19 Thread Russ
Using the standard enterprise connector for Apache and IIS, if you put the servers in the cluster, they will share the load. You might be able to configure a different LB algorithm (maybe a 99%/1% weighted), and this should give you what you're looking for - i.e. most requests going to the prd

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Brian Rinaldi
Guess it is time to call it...Time of Death: 3pm Eastern Standard Time (i.e 7pm GMT ;) I assume Nick will update us on what happened...hope everything is ok. - Brian Rinaldi On 6/19/07, Brian Rinaldi [EMAIL PROTECTED] wrote: Not sure what the time was supposed to be. I am still waiting for any

OT: Transact-SQL number formatting

2007-06-19 Thread Rick Root
I'm accessing some mainframe data where phone number parts are stored as integers. i'm trying to return it as a single formatted number so I did this: CAST(H.AREACODE AS VARCHAR)+'.'+CAST(H.PHONEXCH AS VARCHAR)+'.'+CAST(H.PHONENBR AS VARCHAR) AS PHONE_NUMBER, which returns 123.456.7890 This is

RE: PDF creation/modification

2007-06-19 Thread Bobby Hartsfield
PDFForm definitely looks like the way to go. Thanks for making life simple Ben! :-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 12:01 PM To: CF-Talk Subject:

RE: Transact-SQL number formatting

2007-06-19 Thread Dave Watts
Is there a SQL solution for this? http://www.databasejournal.com/features/mssql/article.php/111 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta,

Re: FW: server failover/multiple instances

2007-06-19 Thread Jim Wright
I would recommend keeping your testing/training environment separate from production. Your testing environment may require newly developed code which has not been migrated to production. You probably will want a separate database as well for training and testing for similar reasons. That

Re: Telnet/SSH From CF?

2007-06-19 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The way that I have been doing this same thing since CF4 is to use a a COM Object from www.introfoundation.com called TCPClient. This gives alot of network based functions to your coldfusion pages. Just send a message if you need code examples.

RE: FW: server failover/multiple instances

2007-06-19 Thread Brad Wood
You can still use Enterprise, and if you want-- even the same physical servers. You could have a couple instances which are part of your production cluster, an instance or two which are part of your testing cluster. There is no limit to the number of instance and cluster combinations you can

RE: FW: server failover/multiple instances

2007-06-19 Thread Dave Watts
Also, sometimes you may want to install a windows patch to your test server first and test it, THEN put it on production. You should ALWAYS do this, unless you don't mind unplanned outages. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest

Memory Leak?

2007-06-19 Thread Johnny Le
Hi, I am using jmeter and jrocket to test my application. When I run 100 requests, I end up with 100 instances of my Application.cfc. Have anyone experienced that? All the other ones get GC properly except Application.cfc. Anyone has a way to fix it? Johnny

RE: FW: server failover/multiple instances

2007-06-19 Thread Brad Wood
Lol Can I have you come talk to my network guys... -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 3:26 PM To: CF-Talk Subject: RE: FW: server failover/multiple instances Also, sometimes you may want to install a windows patch to your

Re: FW: server failover/multiple instances

2007-06-19 Thread Jim Wright
On 6/19/07, Brad Wood [EMAIL PROTECTED] wrote: Also, sometimes you may want to install a windows patch to your test server first and test it, THEN put it on production. And of course, in this case, test should be the exact same environment as production, meaning CF Enterprise there as well.

Re: Workshop Brian Rinaldi on Framework Code Generation

2007-06-19 Thread Nick Tong
Rescheduled to Thursday 5th July: details here - http://www.cfframeworks.com/blog/index.cfm/2007/6/19/Reschedule-Workshop-Brian-Rinaldi-on-Framework-Code-Generation On 19/06/07, Brian Rinaldi [EMAIL PROTECTED] wrote: Guess it is time to call it...Time of Death: 3pm Eastern Standard Time (i.e

Re: server failover/multiple instances

2007-06-19 Thread Jim Wright
I've never set up the weighted scenario, but it should be possible. http://livedocs.adobe.com/jrun/4/JRun_Administrators_Guide/clustering3.htm Thanks, Russ...that is what I was looking for. ~| ColdFusion 8 beta – Build

CFFTP Problems

2007-06-19 Thread Courtney Prothero
I have a directory that was especially set up for ftp. I can access the directory with no problem with the filezilla client. Also, in another place on the site I am using the JScape SFTP applet and it connects to the directory fine as well. When I try to open a connection with CFFTP I just get

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ariel Jakobovits
AJAX - Original Message From: Scott Weikert [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, June 19, 2007 11:11:52 AM Subject: Re: Detecting lack of cookies/session on same page? Ben Nadel wrote: As far as I know, this is not possible. While the ColdFusion page

Re: Updated Broadband Stats

2007-06-19 Thread Matt Robertson
On 6/16/07, Dinner wrote: random rhetorical aside (disregard) How come so much CF uses .cfm, when there's a ton that could be written to plain html, sparing CF cycles? Cache takes care of it? /random rhetorical aside (disregard) Hah. One of my pet rants. Answer is one or the other of 1.

Re: OT: Transact-SQL number formatting

2007-06-19 Thread Phillip Ciske
T-SQL has a replicate() function that can help. You can pad the last four digits with zeros using: REPLICATE('0', 4 - LEN(h.phonenbr)) + CAST(h.phonenbr AS varchar) So 789 becomes 0789 and 23 becomes 0023. Phillip On 6/19/07, Rick Root [EMAIL PROTECTED] wrote: I'm accessing some mainframe

RE: Detecting lack of cookies/session on same page?

2007-06-19 Thread Dave Watts
As far as I know, this is not possible. While the ColdFusion page is processing, nothing has been flushed to the client browser. AJAX That still requires a second page request. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Returning a sequence of complex objects in web service in MX

2007-06-19 Thread Eric P
So what's the skinny on returning a sequence (array) of objects in an MX web service so that everything is properly defined in the WDSL? I.e., the WSDL's response element should have elements something like complexType-sequence-element with an object type and with the object define elsewhere in

RE: FW: server failover/multiple instances

2007-06-19 Thread Dave Watts
Lol Can I have you come talk to my network guys... If the use of a baseball bat is required, that will be an additional charge. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in

RE: CFFTP Problems

2007-06-19 Thread Dave Watts
I have a directory that was especially set up for ftp. I can access the directory with no problem with the filezilla client. Also, in another place on the site I am using the JScape SFTP applet and it connects to the directory fine as well. When I try to open a connection with CFFTP I

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ian Skinner
A viable technique, but in the specific details, technically ColdFusion runs before AJAX would. Ian Ariel Jakobovits wrote: AJAX ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business.

RE: Returning a sequence of complex objects in web service in MX

2007-06-19 Thread Dave Watts
So what's the skinny on returning a sequence (array) of objects in an MX web service so that everything is properly defined in the WDSL? I.e., the WSDL's response element should have elements something like complexType-sequence-element with an object type and with the object define

RE: server failover/multiple instances

2007-06-19 Thread Brad Wood
I'm thinking of getting two copies of Enterprise, setting one up as the production server, and the other as a failover/training/testing server, with each of those in separate instances, and putting the production and failover instances in a cluster. *-*-*-*- I would recommend keeping your

Re: Returning a sequence of complex objects in web service in MX

2007-06-19 Thread Nathan Wells
Assuming these are data objects with defined public properties, everything should just work, I think. If they're objects with methods instead of public properties, I've seen that work in some cases, but would not want to go so far as to say it should just work. How would the function definition

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread Ariel Jakobovits
Not in the classic sense of same page or page request in that the page can load, present the user something to look at, and content within a div can be loaded afterwards open request. - Original Message From: Dave Watts [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

RE: Detecting lack of cookies/session on same page?

2007-06-19 Thread Dave Watts
Not in the classic sense of same page or page request in that the page can load, present the user something to look at, and content within a div can be loaded afterwards open request. No, but in the literal sense of page request, it's a second page request. And in the original poster's

Re: flash forms problem

2007-06-19 Thread James Holmes
It's a lot easier than that. cfinput name=btnCancel type=button value=View Full Roster onClick=getURL('view_roster.cfm'); On 6/20/07, Dave Watts [EMAIL PROTECTED] wrote: I guess I have to use actionscript in there instead of javascript... Anyone know how to do that in AS2? :) I think

Maintaing Static and Dynamic Files (was Re: Updated Broadband Stats)

2007-06-19 Thread Rey Bango
Good feedback Mark. Having been one that's built all CFM-based sites (yes every page uses CF), I've often wondered about how others approach the header/footer situation where these files not only need to be included to provide, say, a consistent navigation but also contain dynamic info. An

RE: flash forms problem

2007-06-19 Thread Dave Watts
It's a lot easier than that. That is certainly easier! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at

Re: Memory Leak?

2007-06-19 Thread Dov B . Katz
Johnny, I have an ongoing support issue (Incident# 1726787200) with Adobe on a similar type of Memory leak. Namely, the problem is that my cached CFC's are holding onto some objects they probably shouldn't be, and the fact that I'm caching them is causing memory to not be recovered during

RE: Maintaing Static and Dynamic Files (was Re: Updated Broadband Stats)

2007-06-19 Thread Dawson, Michael
I don't switch back between dynamic and static pages on our sites. Our main site is .asp, our intranet is .cfm. Having built our intranet site, I created a custom tag that generates the header and footer for each page. That same custom tag also creates the main navigation links based on the

Re: Detecting lack of cookies/session on same page?

2007-06-19 Thread AJ Mercer
How is this for an idea - wanted to bounce it off the list before I wasted my time with some wacked out crazy idea In Application.cfm test for the cookie if it doesn't exisit, slip in some javascript that will open a (small) window that loads page one - set cookie page one also has some

CFDocument: 3x2 document but only uses 3/4 of it

2007-06-19 Thread RobG
That was difficult making a semi-legible subject line! Okay, so I'm using CFDocument to create a PDF document that will basically be a series of labels being sent to a label printer. Due to CFDocument's limitation of 2x2 (inches), we're using labels measuring 3x2 inches. The problem I'm