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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4149 - 4178 of 4403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4149
Adam, Yes that would be good. I was thinking of extending the tool to get a list of the fuses too but once the circuit is there I can use the normal CFC...
Kevin Roche
rochekuk
Offline Send Email
Mar 2, 2009
9:40 am
4150
Someone in the office noticed today that our freshly minted FB5.5 app had a forgotten cfdump and cfabort in the index.cfm file. But it wasn't showing up at...
Adam
vurcease
Offline Send Email
Mar 5, 2009
9:59 pm
4151
If you are using Application.cfc you'll want to look into using onError (Fusebox uses this as well so please be sure to consider called SUPER.onError). If you...
Adam Haskell
krogercfug
Offline Send Email
Mar 5, 2009
10:11 pm
4152
I have an application built with fusebox 5.5.1 that won't start up on java 1.6.0_12. It just times out. Has anyone had success with 5.5.1 on java 1.6.0_12? ...
matthewklevine
Offline Send Email
Mar 6, 2009
6:33 pm
4153
So, beyond putting remote CFCs under their own Application.cfc, another option may be to check for Flex Remoting calls in Fusebox's Application.cfc. In on...
Nathan Mische
nmische
Offline Send Email
Mar 6, 2009
7:10 pm
4154
I know I've seen the fix for this somewhere, but I can't find or remember it. Maybe someone here can help. I've got an AJAX call hitting: ...
Bellas, Adam
vurcease
Offline Send Email
Mar 6, 2009
9:34 pm
4155
The CFC must be in your sites root for that request to work. You could also create a Circuit.Fuseaction to handle those types of requests. This is the approach...
Josh Carrico
the_sigepjedi
Offline Send Email
Mar 6, 2009
10:05 pm
4156
Based off some other conversations I've had around this, the next release will probably have a configurable parameter in for path's to be ignored. Adam...
Adam Haskell
krogercfug
Offline Send Email
Mar 7, 2009
5:12 pm
4157
If you put a blank Application.cfm CF will not go up the directory tree to find the other Application.cfc. Adam ... If you put a blank Application.cfm CF will...
Adam Haskell
krogercfug
Offline Send Email
Mar 7, 2009
5:14 pm
4158
Sweet. Is there any kind of ETA on the next release? --Nathan...
Nathan Mische
nmische
Offline Send Email
Mar 9, 2009
2:11 pm
4159
I'm targeting a beta in April and maybe through May depending on the volume of feedback. I'd like the release to happen well in advance of cfunited as I plan...
Adam Haskell
krogercfug
Offline Send Email
Mar 9, 2009
4:56 pm
4160
... index.cfm is ignored if you have Application.cfc extending fusebox5.Application - which is how the skeleton app is set up and is the recommended approach...
Sean Corfield
seancorfield
Offline Send Email
Mar 9, 2009
10:38 pm
4161
On Fri, Mar 6, 2009 at 11:33 AM, matthewklevine ... Are you sure ColdFusion is really using 1.6.0_12 and not the 1.6.0 version that is installed by default by...
Sean Corfield
seancorfield
Offline Send Email
Mar 9, 2009
10:42 pm
4162
I did some follow up testing on other CF installs with the same app on 1.6.0_12 and they had no issues at all. It must be something with that particular set...
matthewklevine
Offline Send Email
Mar 9, 2009
11:50 pm
4163
Wow, what a coincidence, I was having the SAME exact problem! Once I entered this fusebox variable setting in my application.cfc, the AJAX calls worked. Go...
davidsanderson101
davidsanders...
Offline Send Email
Mar 11, 2009
7:53 pm
4164
Has anyone had a experience with Fusebox5 app timing out while starting up that was not caused by the java 6 class loading bug. I have some users that are...
matthewklevine
Offline Send Email
Mar 12, 2009
9:09 pm
4165
Matt, if it is a ColdFusion server (not Railo or OpenBD), make sure that debugging is turned off, or, if you need debugging, disable the "report execution...
CF
procept2000
Offline Send Email
Mar 12, 2009
10:52 pm
4166
Thanks for reminding me about that! I don't thinks it's the main problem because My Vista dev environment has it's report execution times turned on and my app...
matthewklevine
Offline Send Email
Mar 12, 2009
11:29 pm
4167
Also with cf8 ensure the profiling is off, turn off all server monitoring during startup. It really is only one type but I can never remember which one it is...
Adam Haskell
krogercfug
Offline Send Email
Mar 12, 2009
11:47 pm
4168
Hi there, Where can I find some fusebox noxml howto? Is there some reference page in somewhere? Thanks -- Flávio Garcia...
Flávio Garcia
gerimunz
Offline Send Email
Mar 14, 2009
7:54 pm
4169
Check the release notes, I'll look at providing more formal tutorials sometime in the future since folks seem to think the release notes are not enough. I do...
Adam Haskell
krogercfug
Offline Send Email
Mar 14, 2009
7:58 pm
4170
This was posted by aliaspooryorik yesterday. It is a good working example of the noxml fusebox. ...
Kevin Pepperman
lbretail22
Offline Send Email
Mar 14, 2009
8:46 pm
4171
I've started a new app that authenticates users against a corporate AD repository. I put my user validation code in my prefuseaction: <!--- authenticate...
goterpsgo94
Offline Send Email
Mar 16, 2009
11:14 pm
4172
Try throwing your dump into the <cfif getUserInfo.recordcount gt 0> block . I'm guessing the getUserInfo query is not returning a recordcount. Seth From:...
Seth Johnson
cfx_user
Offline Send Email
Mar 17, 2009
12:26 am
4173
Actually the query works fine. I didn't clarify my setup enough for you... Everything except the last cfoutput is in my controller CFC in the prefuseaction...
goterpsgo94
Offline Send Email
Mar 17, 2009
2:31 am
4174
XFA's are eXitFuseActions, and should only be used to control the flow of the application from the controller (think hrefs and form actions). Are you using...
Seth Johnson
cfx_user
Offline Send Email
Mar 17, 2009
3:15 am
4175
Help me understand why you are trying to use a session variable instead of the built in functions. Also I thought cfloginuser was to be used inside cflogin....
Adam Haskell
krogercfug
Offline Send Email
Mar 17, 2009
3:32 am
4176
Hi again, The noxml fusebox is more poor them xml based style? What is the advantage to use noxml? I will lost all my magic lexicons that I developed? --...
Flávio Garcia
gerimunz
Offline Send Email
Mar 17, 2009
1:02 pm
4177
... Some people don't like XML - the noxml style is for them. If you have lexicons, stick to XML style. They are two different styles, with different...
Peter Boughton
boughtonp
Offline Send Email
Mar 17, 2009
1:14 pm
4178
I have been using FB since version 1, I have developed several large application in both XML and noxml. The benefit for me is the ability to rapildly develop...
Seth Johnson
cfx_user
Offline Send Email
Mar 17, 2009
1:18 pm
Messages 4149 - 4178 of 4403   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