Re: Commercial/Open Source CF based CMS

2006-09-18 Thread Robertson-Ravo, Neil (RX)
Is it rollback or promote versioning? I like FarCry, always have done but it does require a lot of tinkering code wide to get it working. It is one of the best ColdFusion CMS apps in the market (way better than CommonSpot, which is one of the so called market leaders). FarCry can be light on

Re: Reliability

2006-09-18 Thread Tom Chiverton
On Friday 15 September 2006 20:21, Snake wrote: No because CFC's did not exist in previous versions :-) The underlying problem of abusing the various scopes did though. -- Tom Chiverton Helping to dramatically brand edge-of-your-seat patterns

Re: Install error

2006-09-18 Thread Tom Chiverton
On Monday 18 September 2006 02:53, Phil Devitt wrote: Could not find the ColdFusion Component wqcfcs.utils.cffile.File. This isn't a standard CF component, afaik. Things to check include the Custom Tag path. -- Tom Chiverton Helping to authoritatively market killer methodologies

RE: cfquery sql= ...

2006-09-18 Thread James Smith
Where would that be? I don't see it in my local copy (CFMX). Is that an MX 7 path? Yeah, if you are running a single server install try the following three lines... cffile action=read file=C:\CFusionMX7\wwwroot\WEB-INF\cftags\META-INF\taglib.cftld variable=cftags cfset cftags =

Re: CF 500 errors

2006-09-18 Thread Nick Tong - TalkWebSolutions.co.uk
Hi Charles - i do send mail off the box but not on the day in question. I'll search the MS knowledge base for more detials. Snake - I wish i had - that would have been easy to fix ;) On 17/09/06, Charles Sheehan-Miles [EMAIL PROTECTED] wrote: Question -- was cfmail processing a lot of mail at

SQL in a variable

2006-09-18 Thread James Smith
Is there any way to get the formatted SQL from a query? For instance if I run the query... Select * from table where id = #someid# The debug info shows this as Select * from table where id = 7 Is there some way I can grab that second example from an existing variable or am I going to have to

Re: SQL in a variable

2006-09-18 Thread Robertson-Ravo, Neil (RX)
You can get the same info you see in the debug from debug.cfm. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

RE: SQL in a variable

2006-09-18 Thread Snake
I'm not really sure what your asking james. If your asking how you can store a query in a string, then this is how cfsavecontent variable=query Select * from table where id = #someid# /cfsavecontent - Russ -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 18

Re: Commercial/Open Source CF based CMS

2006-09-18 Thread Geoff Bowers
On 9/18/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Is it rollback or promote versioning? I suspect it is promote versioning -- in that when you roll back it simply promotes the older version to be the new live object and automatically archives the current live object. The history of

RE: SQL in a variable

2006-09-18 Thread James Smith
I'm not really sure what your asking james. If your asking how you can store a query in a string, then this is how cfsavecontent variable=query Select * from table where id = #someid# /cfsavecontent What is happening is I am creating an audit trail for some of our intranet pages to see who

RE: SQL in a variable

2006-09-18 Thread Ben Forta
Jay, CFMX7 added a RESULT attribute to CFQUERY which (among other things) contains the final SQL as submitted to the database driver. So you can do any dynamic processing you want in CFQUERY and then just check the RESULT structure afterwards. Also, as an FYI, if you want to log SQL statement

RE: SQL in a variable

2006-09-18 Thread James Smith
CFMX7 added a RESULT attribute to CFQUERY which (among other things) contains the final SQL as submitted to the database driver. So you can do any dynamic processing you want in CFQUERY and then just check the RESULT structure afterwards. Also, as an FYI, if you want to log SQL statement

Re: SQL in a variable

2006-09-18 Thread RichL
that looks like a handy attribute, although like you say James the SQL value doesn't look so easy straight forward to use once you use the CFQUERYPARAM on the ingoing query attribute. !? :o/ On 9/18/06, Dan G. Switzer, II [EMAIL PROTECTED] wrote: James, In CFMX 7, there's an attribute called

RE: SQL in a variable

2006-09-18 Thread James Smith
that looks like a handy attribute, although like you say James the SQL value doesn't look so easy straight forward to use once you use the CFQUERYPARAM on the ingoing query attribute. !? I am using... cfset ParsedSQL = UpdateMainResult.SQL cfloop from=1

Re: SQL in a variable

2006-09-18 Thread Teddy Payne
I am not sure that I would ColdFusion to solve this issue. If the SQL tracking is in question, I would simple convert the queries into stored procedures and then audit the execution of the stored procedures upon execution. So, you are tracking when a stored procedure is executed and which

Re: Spry framework and n selects related

2006-09-18 Thread Raymond Camden
I need to make a proper project out of this so it is easier to download. Sorry folks. On 9/16/06, Charlie Griefer [EMAIL PROTECTED] wrote: the 'Download' links in each of the blog entries (altho since entry #2 is an update to entry #1, all you really need is entry #2...i was just providing

Use CFMX with SAP

2006-09-18 Thread marc --
Hello, I want to make a timesheet application for a company that stores al its HR (human resource) data in SAP. Currently employees fill in their timesheetdata in an Excel spreadsheet and email it to the company. The timesheet then is being validated by a Perl script and if OK sent by ftp to

Re: Spry framework and n selects related

2006-09-18 Thread Rey Bango
Thanks Charlie and Ray! :o) Rey... Raymond Camden wrote: I need to make a proper project out of this so it is easier to download. Sorry folks. On 9/16/06, Charlie Griefer [EMAIL PROTECTED] wrote: the 'Download' links in each of the blog entries (altho since entry #2 is an update to

Is anyone minding the store at Adobe?

2006-09-18 Thread Tim Claremont
I have been trying to reach the CF tech support forums on Adobe.com. I get an error message saying, essentially, insufficient disk space. How does this happen in today's day and age of server monitoring, etc, etc. ??? ~|

RE: Test PDF

2006-09-18 Thread Ian Skinner
Thanks Jeff I definitely have something weird going on. Whenever I view a PDF generated report, even yours, all my text is mirror image. If I save the PDF and send it to somebody else, it is normal. I must have some strange configuration, but for the life of me, I can not find it. If I

Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Daniel Lancelot
We have had the following issue with Macromedia ColdFusion 7 (7.0.1.116466), running on windows 2003, which we have not been able to reolve, and cannot see really where to start! - At 00:30 on 09/09/2006 we rebooted our server. - All sites hosted on the server were tested following reboot,

Cross-server CFC/WS implementation.

2006-09-18 Thread Peter Boughton
Hello. We are re-building a couple of systems. An internal backend system, and the public website that goes with it. The two systems will be on seperate servers, seperated by a firewall. All the backend logic is to go in CFCs, with the intention that the public website can then just use them

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Thomas Peer
Hi Daniel, Pretty much everyone running CF/Windows/SQL Server has this problem. See my page here http://www.digitalmethod.co.uk/cf/ There is no guaranteed fix other than to have an alert system in place to monitor memory usage and restart when it gets over 90% or so. Don't waste time playing

RE: Use CFMX with SAP

2006-09-18 Thread Dawson, Michael
If you have the budget, look into B-Talk http://www.backsoft.com/. (Not sure if they still support ColdFusion, but they used to.) If you have the VB expertise, you can create some VB COM objects that interact with SAP's API. Since you create the VB COM objects yourself, you can make sure they

Re: Use CFMX with SAP

2006-09-18 Thread Tom Chiverton
On Monday 18 September 2006 16:27, Dawson, Michael wrote: If you have the VB expertise, you can create some VB COM objects that interact with SAP's API. Since you create the VB COM objects yourself, you can make sure they work with ColdFusion. I thought that SAP had web services these days.

Re: Cross-server CFC/WS implementation.

2006-09-18 Thread Tom Chiverton
On Monday 18 September 2006 16:00, Peter Boughton wrote: But as I said I don't like it and I'm sure it will cause problems six months down the line. What we do is have our service layer invoke managers from an application-scope'd ColdSpring factory. ColdSpring takes care of making sure they

Re: Viaklix

2006-09-18 Thread Jesse Kuhn
I am looking to use viaklix as well. Has anyone done this successfully yet... their developers guide only supports asp development. I am putting together my first shopping cart and am new to CF so if anyone has been able to get viaklix to work within a coldfusion site and has any

RE: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Snake
That fact that you have stated you store large objects in session scope is most likely your problem. If you are instantiating CFC's in session scope, then this uses tons of memory, as you are needlessly creating a new CFC instance for each user, and unless the cose is different for every single

Re: Cross-server CFC/WS implementation.

2006-09-18 Thread Peter Boughton
Do you have a simple* example of a ColdSpring XML config? (*but not too simple) I've looked through the documentation and we're already doing the pass-objects-as-arguments part, but I'm not certain that I see how the config/bean side of things fits together? Thanks, Peter On Monday 18

RE: SQL in a variable

2006-09-18 Thread James Smith
I am not sure that I would ColdFusion to solve this issue. If the SQL tracking is in question, I would simple convert the queries into stored procedures and then audit the execution of the stored procedures upon execution. So, you are tracking when a stored procedure is executed and

Re: Use CFMX with SAP

2006-09-18 Thread tanguyr
Hi, I'm working on an application that gets and sends data to/from a SAP back end. We use the SAP Java Connector (JCO) architecture to expose SAP RFCs as methods in a stateless EJB, and call these from within cf (cfmx running in weblogic). You *should* be able to get most of the benefit w/out

RE: SQL in a variable

2006-09-18 Thread Bobby Hartsfield
I'd think it would be better to not allow them to do something they shouldn’t in the first place. A generic permissions structure on the CF side of things could keep users out of administrative tools that they shouldn’t be in and allow them into the ones they should have access to. Then, in the

RE: SQL in a variable

2006-09-18 Thread Brad Wood
Building an audit system just to be able to point fingers sounds a little over the top. Not necessarily. In my application we keep history tables out the wazoo because our executives upstairs want to keep track of everything-- especially things concerning money. Fraud prevention is one motive,

CFLog4j

2006-09-18 Thread Qasim Rasheed
Folks, I had some free time last weekend which prompted me to write a Wrapper CFC to deal with logging with log4j. Here is the url on google project. http://code.google.com/p/cflog4j/ I have tried to include every resource in the links section however I do apologize in advance if I missed any

Re: Viaklix

2006-09-18 Thread Deanna Schneider
From what I understand, it's just form posting. Not too complicated and really unrelated for the most part to the technology used. -d On 9/18/06, Jesse Kuhn [EMAIL PROTECTED] wrote: I am looking to use viaklix as well. Has anyone done this successfully yet... their developers guide only

RE: SQL in a variable

2006-09-18 Thread Bobby Hartsfield
Good points. But mostly could and should be taken care of in the database server since it would be the primary target for any kind of fraud in a dynamic application. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Brad Wood

RE: Test PDF

2006-09-18 Thread Ian Skinner
Yeah I finally tracked down and resolved my issue. I had a Font that was a reversed form of Arial on my system, and some reason the PDF generated by CFReport would default to this font. That bit is still strange to me, but once I removed this font and the upside down version of Arial as well

Re: Test PDF

2006-09-18 Thread Jerry Johnson
Should that read I am _now_ getting normal reports? On 9/18/06, Ian Skinner [EMAIL PROTECTED] wrote: Yeah I finally tracked down and resolved my issue. I had a Font that was a reversed form of Arial on my system, and some reason the PDF generated by CFReport would default to this font.

RE: Test PDF

2006-09-18 Thread Ian Skinner
Should that read I am _now_ getting normal reports? Why yes, that is exactly what is should read. Someday, oh someday, I will get around to creating that write what I meant, not what I typed spell checker. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org

Re: SQL in a variable

2006-09-18 Thread Casey Dougall
Personally what I like doing in this whole audit trail is just mark the data IsDeleted and then insert a new record with the new data. 4 fields are needed. IsDeleted = 1 or 0 LastModified = TimeStamp ModifiedBy = UserID LastCurrentRecord = ID of record you just Marked IsDeleted. Now a month or

Jsessionid causing 404s. Please help

2006-09-18 Thread Jennifer Dodson
We just rolled out our new improved site on ColdFusion (rather than the nasty java mess that we had before) and everything is going great except for one small problem. To try and prevent issues with old URLs I set up some redirectors with the old .do extensions. Unfortunately what we're finding

RE: SQL in a variable

2006-09-18 Thread Brad Wood
Large frequently changed tables could have potential to grow very large. We do employ insert update and triggers for most of our auditing, but our history tables are on a separate history database which can be moved so it does not affect the performance and disk space of our production server as

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Dan Plesse
As a test you could chop out the SQL Server DSN and do a one new connection for reach new request and no pooling and see if that does it. Start the connection in the application file and close it when the person leaves. ~|

RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Steven Erat
You mention that you do some forwarding of .do to ColdFusion. The technote describes how to solve the problem when using default page extensions for ColdFusion/JRun servers, i.e. .cfm, .cfc, .jsp. When ignoresuffixmap is false, the JRun connector gets to take a look at the extension to look

RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Jennifer Dodson
I guess I should have been more specific. It doesn't work with .cfm or .jsp extensions either. Also, I do have the .do extension in the web.xml. The ..do extension is working great, except when someone bookmarked it with a ;jsessionid on the end of it. It's basically like the ignoresuffixmap

MySQL Front

2006-09-18 Thread Chad Gray
I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone have a good MySQL front program? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: MySQL Front

2006-09-18 Thread Lincoln Milner
Two, depending on what you need. The MySQL Administrator is good for administration (imagine that) and is free from MySQL AB. SQLYog was recently released as open-source (some advanced functionality available in a commercial version), so it is free as well. Most of my work I do in SQLYog, with

RE: MySQL Front

2006-09-18 Thread Steve Brownlee
SQLyog will do everything you need. http://www.webyog.com/en/ -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 3:51 PM To: CF-Talk Subject: MySQL Front I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone

Re: MySQL Front

2006-09-18 Thread Josh Nathanson
If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, September 18, 2006 12:50 PM Subject: MySQL Front I logged onto

RE: MySQL Front

2006-09-18 Thread Adkins, Randy
+1 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 4:02 PM To: CF-Talk Subject: Re: MySQL Front If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original

RE: MySQL Front

2006-09-18 Thread Ken Ferguson
+1 for Navicat, it's pretty nice. I've spent years using SQL Svr Enterprise Mangler and Toad and now I've been on MySQL a lot the last couple of years and Navicat seems to be about the best **for the money**. EMS SQL Manager is really nice as well, but it's about twice the price or $415 for the

RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Steven Erat
Can you turn on connector logging in wsconfig's jrun.ini, restart IIS, and check the log for the extension to see if it got that far? The JRun connector will either report a match or no match when it examines the suffix. If you don't see the extension with jsessionid in the connector log at all

Re: MySQL Front

2006-09-18 Thread Casey Dougall
sqlmanager.net FREEBEE! They have Mysql manager lite an sql server manager lite in the downloads. got everything navicat does but free. Paid version would be sweet but I don't need it for most of the sql work I do. Casey ~|

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Daniel Lancelot
Ok... I have read and reread the mail I sent - and I still can't see where I said I store large objects in session scope :-/ The server is currently only hosting a single application, which uses the seesion scope only for storing a small number of simple variables specific to the currently

Re: CFLog4j

2006-09-18 Thread Dan Plesse
Qasin, Pretty cool. For cf hibernate you 500 null or something !--- cfset log4jconfig = createObject(java, org.apache.log4j.PropertyConfigurator) cfset log4jconfig.configure (C:\CFusionMX7\wwwroot\cfhibernate\src\log4j.properties) --- For your app I tested this cfset DansArray[1] =

RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Jennifer Dodson
I figured it out. I had the mapping in IIS set up to verify that file exists. When I unchecked that box and restarted IIS it all started working OK. I guess that IIS was trying to find the file before it even let the Isapi filter have a shot at it. -Original Message- From: Steven Erat

RE: Jsessionid causing 404s. Please help

2006-09-18 Thread Jennifer Dodson
Of course now my 404 page is not properly picking it up when the page doesn't exist. That's actually worse than the other problem was. -Original Message- From: Jennifer Dodson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 3:42 PM To: CF-Talk Subject: RE: Jsessionid causing

Re: MySQL Front

2006-09-18 Thread John C. Bland II
Add another +10k from me. It isn't the best db tool I've used but it is the best for MySQL. On 9/18/06, Adkins, Randy [EMAIL PROTECTED] wrote: +1 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 4:02 PM To: CF-Talk Subject: Re:

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Daniel Lancelot
Hi Thomas, It's a real relief (in a way) to know we are not the only ones experiencing this issue - as at least if it is a recognised issue, macrodobe may fix it at some point (although based on my experiences today even attempting to send a support email to adobe, I wonder if that is a valid

Re: MySQL Front

2006-09-18 Thread Cutter (CFRelated)
http://www.cfmyadmin.com/ Haven't tested it on MySQL 5, or even on CF7 yet, but it used to be pretty good (and fairly identical to MySQL Front, just from a browser interface). Cutter John C. Bland II wrote: Add another +10k from me. It isn't the best db tool I've used but it is the best for

RE: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Ken Ferguson
Come to think of it, virtually all of my CF performance problems started just about the time I added an application to the server which uses SQL Server. This is a server on which there are only about two or three people at any given time - MAX. I wonder if this is a driver issue or what? I just

Re: MySQL Front

2006-09-18 Thread Jim Wright
Chad Gray wrote: I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone have a good MySQL front program? I'll throw out my vote for Aqua Data Studio, which also will manage SQL Server, Oracle, etc. For me, it's nice having one tool for both MySQL and

RE: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Russ
We've been having stability issues ourselves, and can't figure out why. It relates to sending email, a task that does a lot of sql as well as string processing activity. The memory doesn't seem to jump that much, but the server restarts every so often. We haven't been able to pinpoint the cause

RE: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Tom Kitta
55,144K is rather low for jrun - on my dev box its around 50,000k when server starts then it goes to about 80,000k after few hours of development. That is with one developer working on few sites max, TK -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: CFLog4j

2006-09-18 Thread Qasim Rasheed
Dan, Thanks for looking into this. I haven't used hibernate or cfhibernate so my knowledge about these is very limited. Qasim On 9/18/06, Dan Plesse [EMAIL PROTECTED] wrote: Qasin, Pretty cool. For cf hibernate you 500 null or something !--- cfset log4jconfig =

Re: MySQL Front

2006-09-18 Thread Matt Robertson
A conditional vote for SQLYog. They have a scheduler that is phenomenal -- once you fight with it to make it work -- for backing up databases automatically. Also its ability to alter tables is laid out way better than Navicat IIRC. The down side of SQLYog is a 'feature' in the thing that lets

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Vince Bonfanti
Tom, Dan, Since you're both running Windows 2003 and SQL Server, is BlueDragon.NET an option to consider? http://www.newatlanta.com/products/bluedragon/index.cfm Vince Bonfanti New Atlanta Communications, LLC Hi Daniel, Pretty much everyone running CF/Windows/SQL Server has this

Re: Is anyone minding the store at Adobe?

2006-09-18 Thread Daniel Lancelot
I tried to submit a problem using the email support app - which resulted in Page doess not exist error meesage after clicking send mail On 9/18/06, Tim Claremont [EMAIL PROTECTED] wrote: I have been trying to reach the CF tech support forums on Adobe.com. I get an error message saying,

Element LOGGEDUSERFNAME is undefined in SESSION.

2006-09-18 Thread Peter Tanswell
I keep on getting an error stating that an element is undefined in Session. I have checked the code but cant see why this is happening. Here is the section of code below. Thanks in advance for an assistance given. cfsilent cfif IsDefined(FORM.username) !--- Query the database to see if the

RE: Element LOGGEDUSERFNAME is undefined in SESSION.

2006-09-18 Thread Brad Wood
Are you sure the page throwing the error is not available to a user who is not logged in yet? What if a user made a book mark to a page only accessible when logged in, and then clicked the book mark after logging out? Do you cfparam those session values or check for their existence before

Re: CF 500 errors

2006-09-18 Thread Daniel Lancelot
Hi - I am having the exact same issues - see http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:47798 I am almost certain that the error Not enough storage is available to process this command, realy means the JVM has run out of memory which it can / is allowed to access It has

RE: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Snake
It wasn't you who said it, it was someone else you replied to you and gave a link to his problem. Russ -Original Message- From: Daniel Lancelot [mailto:[EMAIL PROTECTED] Sent: 18 September 2006 21:33 To: CF-Talk Subject: Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting

RE: Viaklix

2006-09-18 Thread Mark Leder
Deanna, Give this a whirl - I haven't used viaklix in about 4 years with another client, worked then, params might be slightly different now. Let me know, as I'm getting ready to do on for a different client: cfsetting enablecfoutputonly=yes !--- Convert the four digit year to the last two

Re: CFLog4j

2006-09-18 Thread Dan Plesse
Qasim, Do you have to adjust the log4j.appender.A1.File=D:/apachesites/playground/cflog4j/cflog4j3.log line?? What should happen when you hit testCFLogger.cfm? How does this differ from java.util.Logger? thanks On 9/18/06, Qasim Rasheed [EMAIL PROTECTED] wrote: Dan,

Re: Viaklix

2006-09-18 Thread Jesse Kuhn
Mark, Thanks a million! I'll get to work and let you know how things go. Jesse Give this a whirl - I haven't used viaklix in about 4 years with another client, worked then, params might be slightly different now. Let me know, as I'm getting ready to do on for a different client:

Re: Cybersource CF

2006-09-18 Thread Nanqi You
anybody have a cybersource payment gateway script that they'd like to share? Hi RayI do have code for integrating it into CFWebstore if that's what you are looking for. Although I would expect you could easily figure it out from that for another use as well. ---

Re: Cybersource CF

2006-09-18 Thread Nanqi You
Hi Mary, I have the same need for the scripts that would integrate cybersource into CF shopping cart. I am new to this list. How do you prefer to share it? anybody have a cybersource payment gateway script that they'd like to share? Hi RayI do have code for integrating it into

Session.UrlToken on form post in CF7

2006-09-18 Thread James Holmes
We've just updated to CF7 on our dev server. Code that worked on CF6.1 is now breaking. On a form post, to a different subdomain, I am passing the session.urltoken in the action URL to ensure we get the right session (it's the same server, just a different subdomain). The jsessionid ends up being

Re: CFLog4j

2006-09-18 Thread Qasim Rasheed
Dan, I have just uploaded a newer version of the code. This line in cflog4j.properties log4j.appender.A1.File=D:/apachesites/playground/cflog4j/cflog4j3.log define the file where log will be written. Once you run, you should see the info message in the above mentioned log file. However if you

RE: Session.UrlToken on form post in CF7

2006-09-18 Thread Ashwin Mathew
James - Rupesh blogged about this very issue recently: http://coldfused.blogspot.com/2006/09/handling-j2ee-session-with-cookies _12.html -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 7:17 AM To: CF-Talk Subject: Session.UrlToken on

Re: Excessive Memory Usage CFMX 7 Standard Windows 2003 resulting in Crash

2006-09-18 Thread Praveen Gupta
Hi Dan, Based on the description of the problem, it appears that the CF Server is hanging beforehand and timed out requests/memory growing large are the after affects. There could be many reasons that cause the server to hang. Since the server is not crashing completely, the thread dump could