ColdBox is an object-oriented, event-driven framework for ColdFusion that includes tools to help developers with bug reporting, logging, enterprise caching, debugging, i18n, URL rewriting, ORM integration, testing, and mocking.
Questions tagged [coldbox]
137 questions
0
votes
0 answers
Could not find the ColdFusion component or interface only rarely
In a ColdBox application I have this code in my main handler's onException function:
getModel('JVMUtils@cbcommons')
In the past month I've seen this throw the error that it can't find it 17 times. During the same time, the application has (sadly)…

jinglesthula
- 4,446
- 4
- 45
- 79
0
votes
0 answers
Random Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1
I've been trying to resolve this error for many days now, and I'm not getting anywhere fast. I've found many other articles discussing this particular error, but I believe my situation is a bit unique.
I'm getting the error below in a production…

Peruz Carlsen
- 572
- 2
- 10
0
votes
1 answer
What is the difference between setview() and renderview()?
I want to know the exact explanation for difference between setview() and renderview()

Vicky
- 13
- 6
0
votes
1 answer
Coldfusion Session.preferenceObject concept
In a coldfusion application I noticed some getter & setter like object.
0
votes
0 answers
Handling "Web service operation foo with parameters {xyz={}} cannot be found." in ColdFusion
I have created a SOAP web service in ColdFusion, which takes a numeric parameter.

Pankaj
- 1,731
- 1
- 13
- 15
0
votes
2 answers
how to check Coldbox route configuration is work?
I'm developing my own blog using Coldbox framework. Also I've added route configuration on my blog. I've created the URL route using addRoute() method given below.
addRoute(pattern="/login", handler="security.login", action="login");
But that…

Mohanrajan
- 721
- 9
- 18
0
votes
0 answers
coldbox event.setView method not working as expected with module attribute
I am new to ColdBox so please be understanding :)
In the documentation I found the option of setting a view from an external module in coldbox, by providing the "module" attribute.
When in my controller I set for example event.setView…

slavko
- 11
- 3
0
votes
1 answer
contentbox integration with oracle on lucee server
I installed the following software in my machine successfully.
Virtual Machine (VM).
Ubuntu 12.04 32bit.
Oracle 10g Express edition 32bit.
Lucee (lucee-4.5.1.000-pl0-linux-installer.run)
Contentbox
After above all installation I go…

Yasir
- 1
- 1
0
votes
0 answers
ColdBox 4.1.0 - Error creating eviction policy: LRU
I am using CF11 update 5. I downloaded ColdBox 4.1.0 and as the documentation says, I copied the downloaded folder to web-root and renamed the folder to coldbox. When I try to run any of the sample applications, I get the following error.
I don't…

Pankaj
- 1,731
- 1
- 13
- 15
0
votes
2 answers
regenerating url in cf9/Coldbox
Hi I am wondering if there is a way to regenerate the URL when any page is loaded in coldbox/CF9 when using event.buildLink ?
Currently I get http://cawksd05.codandev.local:8080/entries/editor when using event.buildlink.
But the correct url should…

user331748
- 1
- 1
0
votes
1 answer
How to set selectedValue for "blank" value using html.select in Coldbox?
After search for a few hours...I found the answer to my problem from this question: How to populate a select list using a structure inside select HTML helper in ColdBox?
This example is perfect since I wasn't able to find anything on the ColdBox…

Tuannie
- 1
- 3
0
votes
1 answer
ContentBox giving error on installation
I am currently trying to install ContentBox 2 on my machine.
I am using ColdFusion 9.0.2, MySQL 5.6 and IIS 7 on Windows 7 Professional.
I have created database named “contentbox” and created a datasource named “contentbox” for it
as mentioned by…

Pankaj
- 1,731
- 1
- 13
- 15
0
votes
1 answer
Coldbox routing dynamic number of path variables
I am working on a coldbox application where I would like to create a route that accepts 'n' number of path variables as one variable. Here is what I mean.
http://localhost/api/variable1/variable2/variable3/...
I would like to either be able to…

Mike Croteau
- 1,062
- 2
- 16
- 43
0
votes
3 answers
Getting error that event handler not registered in Coldbox
I am getting the following error message. I have already created Uploads.cfc handler in handlers directory. Checked everything, can't find the solution.
Error Type: HandlerService.EventHandlerNotRegisteredException : [N/A]
Error Messages: The…
user3723132
0
votes
0 answers
WireBox: Map a Java class and immeriately call a method
Is there an easy way to just map the result of createObject("java", "com.intergral.fusionreactor.api.FRAPI").getInstance() to a WireBox alias?
Mapping a regular class is easy, but in this case I'd like to keep things clean and just map a singleton…

mz_01
- 495
- 3
- 13