You cannot post messages because only members can post, and you are not currently a member.
Description:
User group for ColdFusion developers using the ColdSpring framework
|
|
|
TortoiseCVS help
|
| |
Hi, attempting to use TortoiseCVS. It's my first try at using TortoiseCVS. If there is something better, please point me in the right direction to access the coldspring cvs. Here's my screenshot of my configuration, any help would be appreciated. [link]
|
|
sharing coldspring config
|
| |
I have a coldspring definition file for a model glue app. Seperate from the main model glue coldspring config file. How can I reuse this in another non modelglue app? Pointing to the absolute path in loadbeans works to load the bean, but then the paths for all the beans are all setup relative to the mgapp.... more »
|
|
ColdSpring site down?
|
| |
I believe the ColdSpringFramework.org site is down. Would someone please have a look?
DW
Sent from my Verizon Wireless BlackBerry
|
|
Server not responding
|
| |
We have an application with FLEX & CF8. FLEX is interacting with CF
through web services. We are using cold spring framework 1.2. It is
data intense application. Huge packets of data is sent back and forth.
When I have unto 10 users everything works perfectly. When the number
of users go beyond 30 , requests are not getting responded after 10... more »
|
|
Need help understanding Terminology, and structure.
|
| |
Hopefully I can explain this well enough that everyone isn't left
scratching there head.. I've spent the better part of the last week
baby stepping my way in to a FW/1 - ColdSpring - Reactor application.
For the most part, I understand FW/1, and I've created my Reactor
Mappings, and I'm now beginning to integrade ColdSpring in to the... more »
|
|
Error using Coldspring DefaultXmlBeanFactory.cfc line 902
|
| |
It really doesn't matter what CFC I'm calling, I've debugged it down
to that the function Init() is being called after the setBeanFactory
(), and thus since the beanInstance hasn't been initialized, it throws
an error that isn't caught.
Since it is looping through the list of members in the beanInstance,... more »
|
|
Follow up to bug: line 902 DefaultXmlBeanFactory
|
| |
Here's the fix, you can read the full thread that was discussed at the
Reactor forums. I started the thread there since it was
reactorFactory.cfc that was throwing the initial error. I reported
this on another thread here that hasn't shown up... If it doesn't,
the error is that the init() method in the array md.functions isn't... more »
|
|
Coldspring and value objects
|
| |
Value Objects are not usually singletons, but transient objects by
definition. So, you wouldn't normally try to use ColdSpring to manage them.
[link]
...
|
|
BeanFactoryAware in cfscript
|
| |
Random question, but is it possible to make a component written in
script aware of the bean factory? My first thought would be something
like:
component {
public void function setBeanFactory(required
coldspring.beans.BeanFactory beanFactory) {
variables.beanFactory = arguments.beanFactory;... more »
|
|
Bean cfc file Not Found exception
|
| |
Hi. I am using CF9 on Linux (Apache2.2.12), and getting the following
error:
Error Loading: bean_EC097D8E0ABC96AD2DDA3AB7A 0354429, The cause of
this exception was: java.io.FileNotFoundException: /home/UserXX/web//
frameworks/coldspring/aop/fram ework/tmp/
bean_EC097D8E0ABC96AD2DDA3AB7A 0354429.cfc (Permission denied).... more »
|
|
|