You cannot post messages because only members can post, and you are not currently a member.
Description:
A group dedicated for helping the ColdBox ColdFusion Platform Community
|
|
|
New Group Subject Line Conventions
|
| |
Hi group, We just updated our new rules thanks to Aaron Greenlee (Thanks!), to make it easier to know your subject line in question. Please prefix the topic or subject line with the following convention: [framework or module - version] Example: (BE = Bleeding Edge) [coldbox-3.5.0-BE] [wirebox-1.3.0]... more »
|
|
ColdBox BE - CookieStorage Plugin lost default value on getVar()
|
| |
I was just trying out the bleeding edge dev branch, and I noticed a change that broke my app. The getVar() method in the CookieStorage plugin use to have a default attribute of "" on the "default" argument. That meant that gePlugin("CookieStorage").getV ar("ITotallyDontExist") used to return an empty string. Now, it throws an error.... more »
|
|
Small Issue with Email Logging
|
| |
I'm implementing logbox to handle my 'exceptionHandler' in CB Config.
I'm using as a reference this article:
[link].
Basically I want an email notification when an exception occurs and
the error to be logged to the database. The database logging is... more »
|
|
Invalid Event detected?
|
| |
Hi, For some reason Coldbox *seems *to be treating references to my "includes/images" directory as coldbox events. I'm using SES set up and my URLs do *not* contain index.cfm in them. In my layout templates I have this near the top in the HTML <head> section. <base href="#getSetting('sesBaseURL' )#">... more »
|
|
Strange behaviors after upgrade
|
| |
Ok, after a significant amount of testing I believe I have determined the source of my server instabilities after our upgrade to 3.5 as well as the change in 3.5 that triggered it. To start with, I devised a jMeter test that only hit the ColdBox sample applications randomly at about 5 req/sec to test outside of my application. I am attaching the .jmx file for anyone who wants to try it. (You'll want to edit the property defined in the "test Plan" node that sets the server used for all the HTTP samplers.) I then monitored running requests, memory usage, and stack traces with SeeFusion.... more »
|
|
variable [DEBUGPANEL] doesn't exist
|
| |
Hi folks, Bit of a newbie to ColdBox and so I've been trying to have a muck about with the samples to ensure that I've got my setup right (I'm running railo 3.3.3.001 on top of GlassFish 3.1.2). Need a bit of help with an error I'm getting tho. I can go to *[link] and I get the samples... more »
|
|
[wirebox 1.1.1] - Singleton question
|
| |
Do you have singleton reload turned on in your dev environment? Sent from my Samsung Epic™ 4G Touch -------- Original message -------- ...To: ColdBox Platform <coldbox@googlegroups.com> CC: Now that I'm able to see the debug information coming from wirebox, I'm noticing that there seems to be an awful lot of instances being... more »
|
|
- Singleton question
|
| |
Now that I'm able to see the debug information coming from wirebox,
I'm noticing that there seems to be an awful lot of instances being
rebuilt even though I have (or think I have) them marked as singletons
in my wirebox config. This is really slowing down my development.
I have two directories under my model directory in my cbox app:... more »
|
|
Getting wirebox to provide debugging information
|
| |
Apologies in advance if this question has come up before and has
already been answered before. I'm developing a site using CB 3.1 and
have quite a bit of DI going on using wirebox. The more stuff I have
wired in the slower the site has become and I think the problem is
with wirebox, or more specifically how I'm using it. I would like to... more »
|
|
|