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
|
|
|
AbstractGateway
|
| |
Hi there everyone, I just came across an error when using the orm.hibernate.AbstractGateway class. Element ID is undefined in LOCAL. The error occurred in *C:/DataPoint/com/coldspring/o rm/hibernate/AbstractGateway.c fc: line 151* *Called from* C:/DataPoint/com/coldspring/or m/hibernate/AbstractGateway.cf c:... more »
|
|
AOP on Remote Proxies
|
| |
Hello All, I am trying to use AOP for my current assignment by following the quick start expamples from the coldpsring site. I am trying to intercept method calls made to remote proxies via webservices from Flex. However the method calls seems not be intercepted. I am not getting any error I am getting the... more »
|
|
Spring Security kind of framework for ColdSpring
|
| |
Hi All, We have application which is based on coldpspring and it basically creates remote proxies which are consumed by Flex as webservices. We have to implement WS-security to secure webservices calls, googling a bit found out that there is AOP based framework which sits on existing spring framework... more »
|
|
Enhancements to AbstractGateway
|
| |
Hi everyone, I've been using AbstractGateway as a base for my data access, but i want it to do more. I find there's a couple pieces of boilerplate code I tend to always wrap around listXXX() that seem right to move into AbstractGateway.cfc I'm planning on making these changes to at least my local copy, but i... more »
|
|
coldspringframework.org
|
| |
Hello, The ColdSpring site has been down since last night. Anyone know why, or more to the point, when it will be back online? Thanks!
|
|
Application architecture using AbstractGateway
|
| |
Hi Everyone, I have recently had a discussion on the CFAUSSIE mailing list about application architecture and the merit of having a service layer in addition to the data access layer. The summation of that thread was that I was questioning what value the service layer provided to me, in the REAL WORLD - since whenever I used a... more »
|
|
ModelGlue with CS2
|
| |
I've got a patch mostly working but i'm slightly stuck. The CS1.2 compatible ModelGlueConfiguration.xml that contains the frameworks core beans defines beans for the Reactor and Transfer factories. I guess in CS1.2 these were never looked at unless requested, but CS2 is throwing an error because the cfc's don't exists even though they are never... more »
|
|
Abstract beans now require a class
|
| |
I'm trying to get ModelGlue working with CS2 and as part of the core
MG configs we use abstract bean definitions to reduce duplication of
common constructor arguments. here's an example
<!-- this is used by all request phases -->
<bean id="modelglue.AbstractRequestP hase" abstract="true">
<constructor-arg name="moduleLoaderFactory">... more »
|
|
variable [BEAN] doesn't exist
|
| |
I've just spent much longer than I will ever admit too scratching my head over the error "variable [BEAN] doesn't exist" I even wrote a simple test case and a long email to the group. Any way the problem was I missed a "return this;" from the end of my init method. I thought I'd share my shame in case someone searched the group for this... more »
|
|
|