Hi Railo guys, Is that possible to add complex variables into cffunction calls? ie: myFunction ("param1", {var1:1, var2:2}) and catch them as a structure... ?...
Sergei, Well this is already possible... Just call it this way: myFunction("param1", struct("var1":1,"var2":2)) We will support JSon notation in one of the...
Hi Sergei, it is already possible to do this! Railo had inline complex variable syntax before Adobe added it to CF8, and it works like this: myFunction(...
Heh, when I said "I think Gert has already mentioned..." - I meant that as in a while ago, not in the message that arrived just - that wasn't there when I did...
I'm just not sure if this a bug, so I call it a problem. I'm having problems with passing cf timestamps into MySQL DB (using jdbc connection) For example ...
Here is a sample query generated with cfinsert insert into position(id_user,id_position,id_location,schedule,pub_date,salary,address,description)values(' ...
... this should be read as: insert into vacancy And the error message is: Data truncation: Incorrect datetime value: '{ts '2008-02-03 17:00:23'}' for column...
I guess it's a good idea to add per-application memory limits/reports to Railo Server admin. And may be even active sessions reports and so on. My five cents...
Award Prize Dept Madrid Spain Dear Beneficiary We are pleased to announce you as one of the 10 lucky winners in the *Euro Milliones New Year Lottery Email...
55 mail
555maills@...
Feb 5, 2008 2:33 pm
860
Just noticed there's a message in the Railo admin, offering patch number 2.0.0.034 (I'm currently on 2.0.0.026) - but there's no documentation of what's been...
David Low
david@...
Feb 6, 2008 4:08 pm
861
Hi David You was to fast for us, now also change log is avaiable. greetings Michael ... -- Michael Streit Technical Support Railo Technologies GmbH ...
Thanks Michael, I was just looking in the Railo administrator rather than the site, thanks for that... David...
David Low
david@...
Feb 6, 2008 4:41 pm
863
Hello Micheal, Using this latest build, I get lots of output in my stdout log in Tomcat. Is this some kind of debug code still lurking? Wed Feb 06 18:03:04 GMT...
Hi Ian Railo makes this output since version 0.0.0.001, you can disable it by adding/overwrite the following code in the railo-[web|server].xml <!-- system: ...
Dearest one, Good day to you over there how are you doing today ??? hope you are okay ?? Please bear with me for sending this letter to you surprisingly. My...
abdul youssef
abdul_youssef1000@...
Feb 7, 2008 11:02 pm
867
Dearest one, Good day to you over there how are you doing today ??? hope you are okay ?? Please bear with me for sending this letter to you surprisingly. My...
abdul youssef
abdul_youssef1000@...
Feb 7, 2008 11:02 pm
868
Has anyone managed to get scheduled events to trigger every few minutes? I have tried to set an event to run every 30 minutes but it doesn't seem to be...
We were able to have scheduled tasks run all the way down to every minute. However we had some troubles when we would re-export our application from SVN,...
Hello, I have a primitive question. If I set my server to lock applications in their webroots, would java-objects created with createObject method be locked in...
What are you using under the hood? Is it a java application server like Tomcat, JBOSS, etc? How are you doing Flash Remoting now? ... -- Chris -- Chris...
Hi Chris Yes, Railo does support Flash Remoting with cfm and cfcs. railo use for flash remoting open amf We deliver Railo with Resin and Jetty, but you can...
I need to add a live chat functionality to one of my applications that I am writing, and it will of course run under Railo. I know CFMX has event gateways...
jeffgladnick
jeffgladnick@...
Feb 12, 2008 6:15 pm
877
there are many ways to interact with other processes or apps (taglib/function lib, cfx, com object interface, webservices, cfexecute, amf ...), can you give...