Search the web
Sign In
New User? Sign Up
railo_talk · Railo
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 848 - 877 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
848
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_droganov
Offline Send Email
Feb 2, 2008
6:46 pm
849
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...
Gert Franz
franzgert
Offline Send Email
Feb 2, 2008
7:08 pm
850
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(...
Peter Boughton
boughtonp
Offline Send Email
Feb 2, 2008
7:11 pm
851
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...
Peter Boughton
boughtonp
Offline Send Email
Feb 2, 2008
7:15 pm
852
Hello Gert, Thank you for the tip!...
sergei_droganov
Offline Send Email
Feb 2, 2008
7:50 pm
853
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 ...
sergei_droganov
Offline Send Email
Feb 2, 2008
7:58 pm
854
railo support this also for arrays <code>array(1,true,"susi",struct())</code> and querys ...
Michael Streit
mic_railo
Offline Send Email
Feb 2, 2008
8:59 pm
855
Here is a sample query generated with cfinsert insert into position(id_user,id_position,id_location,schedule,pub_date,salary,address,description)values(' ...
sergei_droganov
Offline Send Email
Feb 3, 2008
1:49 pm
856
... 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...
sergei_droganov
Offline Send Email
Feb 3, 2008
2:02 pm
857
Hello Michael, Thank you for link!...
sergei_droganov
Offline Send Email
Feb 3, 2008
2:06 pm
858
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...
sergei_droganov
Offline Send Email
Feb 5, 2008
10:09 am
859
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@...
Send Email
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@...
Send Email
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 ...
Michael Streit
mic_railo
Offline Send Email
Feb 6, 2008
4:36 pm
862
Thanks Michael, I was just looking in the Railo administrator rather than the site, thanks for that... David...
David Low
david@...
Send Email
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...
ianbuzer
Offline Send Email
Feb 6, 2008
6:07 pm
864
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: ...
Michael Streit
mic_railo
Offline Send Email
Feb 6, 2008
10:54 pm
865
So it does! That's great, thanks Michael. Ian...
ianbuzer
Offline Send Email
Feb 7, 2008
8:08 am
866
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@...
Send Email
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@...
Send Email
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...
ianbuzer
Offline Send Email
Feb 8, 2008
3:06 pm
869
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,...
Dave Shuck
dave_shuck
Offline Send Email
Feb 8, 2008
3:11 pm
870
Hello, I've sent an email this week to gert.franz with a piece of code for reproducing the problem with cfprocparam. Regards. ... called=true" ... ...
John
profiljiib
Offline Send Email
Feb 8, 2008
8:31 pm
871
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...
sergei_droganov
Offline Send Email
Feb 10, 2008
4:54 pm
872
Is it possible to use BlazeDS with Railo for Flash Remoting?...
chris_velevitch
Offline Send Email
Feb 12, 2008
6:23 am
873
Hi Chris, I guess it is possible. We might use it for our planned <cfflash> tag. Regards from Switzerland Gert...
Gert Franz
franzgert
Offline Send Email
Feb 12, 2008
9:34 am
874
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...
Chris Velevitch
chris_velevitch
Offline Send Email
Feb 12, 2008
11:16 am
875
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...
Michael Streit
mic_railo
Offline Send Email
Feb 12, 2008
11:46 am
876
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@...
Send Email
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...
Michael Streit
mic_railo
Offline Send Email
Feb 12, 2008
6:23 pm
Messages 848 - 877 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help