Hello, I am new to railo and was wondering if it was possible to get at the java code created. Why you wonder, all the internal stuff is done in coldfusion and...
Should I be able to execute a file in RAM, or is this not supported? <cfsavecontent variable="MyScript">[stuff]</cfsavecontent> <cffile action="write"...
Hi, I am a longtime ColdFusion (since 4.5) and BlueDragon (.net) user, and now I thought I would give Railo a shot. Installation went smooth, but I hit a snag...
Hi Peter cfexecute runs in a external process outside the java enviroment, but the railo resources are only knowed inside the java process. you have to use the...
Hi John we have no intention to make Railo to a springboard to go away from CFML. because we think CFML is the best Tag/Script Language ever. Railo does not...
Hi Hugo can you send me the exe file offlist, with some example code that crash, we will check it. if the tail.exe is the same as the tail command on linux,...
Thanks Michael - I thought something like that would be the case. Having a cfexecute body is a great idea! It seems so obvious now you've suggested it. :) ... ...
The isdate() function behaves differently in CF8 and Railo The results from the following: <cfoutput>#isDate("Mon, 03 Nov 2008 05:24:00 -0500")#</cfoutput> ...
Does the cfquery result structure for Railo not support the database specific identities. for example for MYSQL result.GENERATED_KEY should exist after an...
Hi Gary, Railo doesn't support auto generated keys in cfquery result structs yet. I spoke with Michael and he promised to implement this feature. As far as I...
Bob, you have to change the update url in the Railo console (Services / Update/ Properties - URL) to http://preview.railo.ch. "Define where Railo gets its...
Totally missed it. It's updating now. Thanks! And thanks for a very impressive product. Aside from whatever installation issues I've had, I must say that...
Hi Gary this is a know differents to cfmx. Railo does not support implicit parsing of a date value in the locale format (e.g. <cfif now() EQ "Wednesday,...
I have just migrated from bluedragon to railo 3.0 and I am having a problem with an apostrophe in a cfset. <cfloop list="#session.supervises#" index="i"> ...
Mark Galeassi
aitf311@...
Nov 4, 2008 7:19 pm
1836
Hi Gert, I know we talked in the past about a virtual appliance for Railo, and it looks like you have an EC2 image now. I was wondering if anyone has created...
Firstly, I strongly advise against building SQL statements in this fashion, for a variety of reasons. However, to solve this problem you can either use the ...
This is not implicit parsing. The isDate() function is specifically designed to determine if a string CAN be parsed as a date, there is no other use for this...
Thank you for the reply Peter. I think this is an issue in railo that shoudl be looked at. This could happen in regular text thrown into a cfset also, not just...
Mark Galeassi
aitf311@...
Nov 4, 2008 9:42 pm
1840
... statement building. This is nothing to do with the cfset tag; it occurs when you do the #sql_code# within your cfquery tags. (If you do <cfdump abort...
In Railo admin, where you manage you data connection, you will see Preserve single quotes Try checking this. I had to do this for MangoBlog ... -- AJ Mercer ...
Hi Mark this is not a railo issue, this is how preserving single quote works in cfml (railo and cfmx). if you take the following example: <cfquery ...> select...
Hi Gary a good point, the problem is, if isDate says "yes this is a date", it should be possible to handle it as a date. but you can't in any case (but in...
Hi Michael, would this be an optional parameter that defaults to CF8's behaviour? ... -- AJ Mercer Web Log: http://webonix.net Once you come to the realisation...
I have seen on this forum that locale parsing is expensive (performance wise) and I am interested in Railo because of performance. I don't think it is...
Hi all, hope this election takes us all there where we want to go. Good luck and all the best from Switzerland. -- Greetings from Switzerland Gert Franz Railo...
The question then becomes why bother having a function called isDate() then? The name of the function implies that it is able to determine if the passed in...