Re: CF9 threading issues that were not issues on CF8?

2010-06-11 Thread Sean Corfield

On Fri, Jun 11, 2010 at 6:19 AM, Dave Watts  wrote:
> That is not checked by default, and hasn't been enabled by default since CF 
> 6.x.

Hmm, I'm sure I've seen it checked since then but I'll take your word
for it that I'm hallucinating :)

Glad Glyn solved the caching issue even if my suggestion wasn't quite right...
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334504
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Branching Strategies

2010-06-11 Thread Sean Corfield

On Fri, Jun 11, 2010 at 2:36 PM,   wrote:
> One co-worker wants to create a branch of every release (we have about a
> 3-month release cycle) and develop changes for the next release in that
> branch while day-to-day hot fixes get committed directly to the trunk
> for immediate deployment.
>
> I would rather always commit straight to the trunk and only branch for
> really big projects which are likely to interfere or break other
> development because I am afraid of the overhead of merging.

There are a lot of opinions about this and they're all right.

Personally, I use branches for three things:
* deployment
* hot fixes for released versions
* long-term development that won't go to production in the next release

Let me elaborate:

* deployment

I actually like the process of having a branch for production and a
branch for staging and managing merges across them. Generally I merge
trunk to staging for QA. Bug fixes are applied to trunk and merged to
staging. When QA signs off, staging is merged to production. This
allows svn update to be your deployment script (over-simplification
but that's the basics).

* hot fixes for released versions

Every time you make a release, tag it. If you find you need to
implement a hot fix for a released version, branch from the tag and
apply changes to that branch (and merge back to trunk).

* long-term development

If you are working on a variant project that is not part of your next
production release, create a branch for it. Once you're ready for a
release that includes this variant, merge it back to the trunk and
kill the branch.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334503
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Branching Strategies

2010-06-11 Thread Bobby Hartsfield

We do something similar to what your co-worker suggested. It was the best
solution for us and has worked out great since we implemented it.

We create a branch for each version. All development is done in those
branches and when a build goes to QA, it is labeled with a unique string (We
use perforce. We moved from SVN to it a couple years ago and haven't
considered going back. Anyway, labels are to perforce what tags are to
SVN... basically just a snapshot of the code at that given time. You can
sync workspaces with labels or integrate with them, etc...)

When our QA team validates the code they were given, they approve the label
that came along with it. Management gives the thumbs up and that label then
gets integrated into what would be the equivalent of the trunk in SVN. 

The "trunk" is always current with production. Nothing goes intot he trunk
unless it is approved for production by QA and given the greenlight by
management... and then integrated there by yours truly.

This setup gives us the ability to split the team up and work on multiple
versions at once without interfering with each other in any way.

I run daily integrations, starting with the most current version and working
my way up to the highest, to ensure any hotfixes or such make their way into
all versions. Perforce's PV4 client makes these types of management tasks a
breeze.

We have multiple dev servers set up to mirror production (VMware FTW!).
Every day (or at least that's what we tell ourselves) those servers are
synced up with their respecitve dev branches to keep things up to date.

Anyway, that's the basic rundown of what we have. It works great for us.
Hope it helps.

 
.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

-Original Message-
From: b...@bradwood.com [mailto:b...@bradwood.com] 
Sent: Friday, June 11, 2010 5:36 PM
To: cf-talk
Subject: Branching Strategies


We are finally implementing source control for a decently sized CF
application were I work with a total of 5-6 CF developers but we can't
decide when and how often to branch our code.  

One co-worker wants to create a branch of every release (we have about a
3-month release cycle) and develop changes for the next release in that
branch while day-to-day hot fixes get committed directly to the trunk
for immediate deployment.  

I would rather always commit straight to the trunk and only branch for
really big projects which are likely to interfere or break other
development because I am afraid of the overhead of merging.

I found a lot of good branching theory here:
http://www.cmcrossroads.com/bradapp/acme/branching/ 

However, I wanted to hit up the list to get opinions from people with
similar sized teams to see what you've found to be a good branching
strategy.

Thanks!

~Brad




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Recommendations?

2010-06-11 Thread Gonzo Rock

I need recommendations for a CMS with fully integrated CRM that can
handle a site with 15K pages and a membership of 100K +.
Not my thing but know for some of you it's dead on.

Thanks in advance,
Gonzo

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334501
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9: How pass cfgrid values to a cfm page?

2010-06-11 Thread Azadi Saryev

 On 11/06/2010 23:40, Raymond Camden wrote:
> You've made your button use CF's navigate function, which is NOT going
> to pass the form fields along

actually, it IS going to pass them if you specify form's name or id as
the last parameter of ColdFusion.navigate() function - which Joy did.

@Joy - you have set http method parameter of ColdFusion.navigate()
function to 'GET' - thus your form values will be in URL scope, not in
FORM scope. so to get RCP_ID use #url.rcp_id#

Azadi


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334500
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Branching Strategies

2010-06-11 Thread Rick Faircloth

> Basic structure in review: Branch for feature releases (that you just
> put out), tags for builds within a release.


Sounds like a good plan.

Thanks, Judah!

Rick

-Original Message-
From: Judah McAuley [mailto:ju...@wiredotter.com] 
Sent: Friday, June 11, 2010 6:53 PM
To: cf-talk
Subject: Re: Branching Strategies


I use branches for major versions (1.1, 1.2, 1.3, etc) and then tags
for a specific build. I've worked places where tags are either ordered
or date/time and I haven't really developed a strong preference one
way or another. A simple way would just be to apply "build00025" as a
tag, then "build00026", etc. You can automate that with an ant script
to find the most recent build number and increment it, then put that
into a version file that get shipped off with the build so when you
look at the server you can say, "oh, this is version 1.2 build00026"
and you know it is in the 1.2 branch and which build it was and look
at the tags in svn (or which ever system you use). The fundamental
philosophy is largely the same regardless of source control system.
I'm currently using it with CVS and plan to keep much the same
organization when we move to Mercurial soon. If you are using SVN, the
repository itself has a version number but I think that svn:externals
can make it so that multiple repositories can be combined together and
such. I haven't used externals, so I can't really say, but I wouldn't
rely upon the built-in repository revision number, I'd suggest
developing a tagging methodology of your own and sticking to it.
Either incremental (build00026) or time-based (build20100611155144)

Basic structure in review: Branch for feature releases (that you just
put out), tags for builds within a release.

Hope that helps,
Judah





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334499
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: htaccess is denying CFINCLUDEs??

2010-06-11 Thread denstar

That is odd.  The cfincluded pages aren't trying to submit to
themselves or something?

Unless there's some real black majick going on with the JRun
connector, that shouldn't be happening.  :)

:Den

--
"You don't understand! I coulda had class. I coulda been a contender.
I could've been somebody, instead of a bum, which is what I am."

On Fri, Jun 11, 2010 at 5:12 PM, Spencer K wrote:
>
> I have a bit of a puzzle here...
>
> I have a set of .cfm includes in /proj_includes
>
> To stop people accessing those includes directly, I have an .htaccess file 
> that denies all.
>
> The main templates are in the root directory, and they include these 
> templates like this:
> 
>
> What I'm seeing in my apache error log is an error message every time anyone 
> loads that root template.   It's saying "client denied by server 
> configuration: /proj_includes/x.cfm".
>
> That doesn't make sense to me though.   CFINCLUDE is something that CF does 
> internally by the file system, isn't it?  How on earth is apache getting 
> involved?  How does it even KNOW that /proj_includes/x.cfm is being touched?
>
> Very confused any thoughts?
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Branching Strategies

2010-06-11 Thread denstar

+1 for what Judah and Andrew suggested.

As for tags:  Tags can be used for anything.  Don't worry about space,
per se, as SVN has "cheap copies":

...This is why you'll often hear Subversion users talk about “cheap
copies.” It doesn't matter how large the directory is—it takes a very
tiny, constant amount of time and space to make a copy of it. In fact,
this feature is the basis of how commits work in Subversion: each
revision is a “cheap copy” of the previous revision, with a few items
lazily changed within. (To read more about this, visit Subversion's
web site and read about the “bubble up” method in Subversion's design
documents.)

(That's why it's always better to do a "SVN copy" vs. copying the
files on the OS and adding them back into version control.)

The SVN book really covers all this stuff very nicely, IMO.

Here's tags:

http://svnbook.red-bean.com/en/1.5/svn.branchmerge.tags.html

Branches:

http://svnbook.red-bean.com/en/1.5/svn.branchmerge.using.html

:Den

-- 
no semi-random quot

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334497
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: new table columns not showing in query results.

2010-06-11 Thread Emmit Larson

>
> >

> > SELECT *


>
> *shudders*



No kidding. That is almost as bad as having instructions on how to view a
web page. Seriously 99 % of the time it does not matter unless you are in a
high traffic production environment. That adds what? 10-20 milliseconds to
the execution time?

EL

On Fri, Jun
11, 2010 at 7:11 PM, Michael Grant  wrote:

>
> >
> > > SELECT *
>
>
> *shudders*
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334496
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


htaccess is denying CFINCLUDEs??

2010-06-11 Thread Spencer K

I have a bit of a puzzle here...

I have a set of .cfm includes in /proj_includes

To stop people accessing those includes directly, I have an .htaccess file that 
denies all.  

The main templates are in the root directory, and they include these templates 
like this:


What I'm seeing in my apache error log is an error message every time anyone 
loads that root template.   It's saying "client denied by server configuration: 
/proj_includes/x.cfm".

That doesn't make sense to me though.   CFINCLUDE is something that CF does 
internally by the file system, isn't it?  How on earth is apache getting 
involved?  How does it even KNOW that /proj_includes/x.cfm is being touched?   

Very confused any thoughts? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334495
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: new table columns not showing in query results.

2010-06-11 Thread Michael Grant

>
> > SELECT *


*shudders*


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334494
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Branching Strategies

2010-06-11 Thread Judah McAuley

I use branches for major versions (1.1, 1.2, 1.3, etc) and then tags
for a specific build. I've worked places where tags are either ordered
or date/time and I haven't really developed a strong preference one
way or another. A simple way would just be to apply "build00025" as a
tag, then "build00026", etc. You can automate that with an ant script
to find the most recent build number and increment it, then put that
into a version file that get shipped off with the build so when you
look at the server you can say, "oh, this is version 1.2 build00026"
and you know it is in the 1.2 branch and which build it was and look
at the tags in svn (or which ever system you use). The fundamental
philosophy is largely the same regardless of source control system.
I'm currently using it with CVS and plan to keep much the same
organization when we move to Mercurial soon. If you are using SVN, the
repository itself has a version number but I think that svn:externals
can make it so that multiple repositories can be combined together and
such. I haven't used externals, so I can't really say, but I wouldn't
rely upon the built-in repository revision number, I'd suggest
developing a tagging methodology of your own and sticking to it.
Either incremental (build00026) or time-based (build20100611155144)

Basic structure in review: Branch for feature releases (that you just
put out), tags for builds within a release.

Hope that helps,
Judah

On Fri, Jun 11, 2010 at 3:40 PM, Rick Faircloth
 wrote:
>
> I've been trying to get more into the use of tags, etc, in SVN
> instead of just using it for code backup.
>
> I thought that tags were use predominantly for releases, but
> you use a branch for a new release?  What do you use tags for,
> or do you use them?
>
> Rick
>
> -Original Message-
> From: Judah McAuley [mailto:ju...@wiredotter.com]
> Sent: Friday, June 11, 2010 6:08 PM
> To: cf-talk
> Subject: Re: Branching Strategies
>
>
> I like to do a branch upon release and do development of the next
> version in the trunk. With this pattern, each release has its own
> branch so if you need to deal with an escalation, it is easy to switch
> over to whatever version that server is on and fix it there, merge to
> the trunk if necessary, then do a build from that branch. I find this
> particularly useful as we are usually running a dev server, a beta
> server and a full production server.  We might have one small set of
> customers trying out 1.5 for a month while the main set of customers
> is on 1.4 and I'm currently developing 1.6  If there is an issue on
> the main server, I can switch over to 1.4 in order to recreate, fix
> and deploy. If there is an issue in 1.5, same thing. I've found that,
> even with hosted software, it will often be the case that you'll have
> multiple versions in production at the same time. If that will be the
> case, I'd suggest a branch for each version so you can be sure of the
> state of that code base.
>
> Cheers,
> Judah
>
>
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334493
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Steve Keator

I'm glad this solution worked out.  My boss tried that route when installing 
and it still wasn't working right, which is where we came up with the manual 
configuration of the handlers.

-S.


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com]
Sent: Fri 6/11/2010 5:31 PM
To: cf-talk
Subject: Re: Coldfusion 8 installation problem on Windows Server 2008
 

> No, I completely missed that. Will that solve the problem?

Yes.

> If so, should I uninstall CF8 and reinstall?

There's no need to uninstall CF 8. You can simply rerun the web server
configuration utility after installing the compatibility layer.

> How do I install the compatibility layer?

This has instructions for Windows 7, but it's basically the same:
http://msdn.microsoft.com/en-us/library/aa964620%28VS.80%29.aspx

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334492
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Branching Strategies

2010-06-11 Thread Rick Faircloth

I've been trying to get more into the use of tags, etc, in SVN
instead of just using it for code backup.

I thought that tags were use predominantly for releases, but
you use a branch for a new release?  What do you use tags for,
or do you use them?

Rick

-Original Message-
From: Judah McAuley [mailto:ju...@wiredotter.com] 
Sent: Friday, June 11, 2010 6:08 PM
To: cf-talk
Subject: Re: Branching Strategies


I like to do a branch upon release and do development of the next
version in the trunk. With this pattern, each release has its own
branch so if you need to deal with an escalation, it is easy to switch
over to whatever version that server is on and fix it there, merge to
the trunk if necessary, then do a build from that branch. I find this
particularly useful as we are usually running a dev server, a beta
server and a full production server.  We might have one small set of
customers trying out 1.5 for a month while the main set of customers
is on 1.4 and I'm currently developing 1.6  If there is an issue on
the main server, I can switch over to 1.4 in order to recreate, fix
and deploy. If there is an issue in 1.5, same thing. I've found that,
even with hosted software, it will often be the case that you'll have
multiple versions in production at the same time. If that will be the
case, I'd suggest a branch for each version so you can be sure of the
state of that code base.

Cheers,
Judah





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334491
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Branching Strategies

2010-06-11 Thread Andrew Scott

Brad,

You don't mention if you are using Subversion or not, so I will assume you
are.

The best solution in your case would be to continue in the trunk for all
development, when you are going to release a version to go through you
testing stage then this is the time to branch it, and to continue main
development in the trunk.

When a bug needs fixing in the test stage release, then you can make the
change in this branch. But one has to remember to merge that change back
into the trunk.

For a good read on best procedures for using Subversion, might I suggest
reading Pragmatic Version Control - Using Subversion 2nd Edition.

It will be the best book you ever read.



-Original Message-
From: b...@bradwood.com [mailto:b...@bradwood.com] 
Sent: Saturday, 12 June 2010 7:36 AM
To: cf-talk
Subject: Branching Strategies


We are finally implementing source control for a decently sized CF
application were I work with a total of 5-6 CF developers but we can't
decide when and how often to branch our code.  

One co-worker wants to create a branch of every release (we have about a
3-month release cycle) and develop changes for the next release in that
branch while day-to-day hot fixes get committed directly to the trunk for
immediate deployment.  

I would rather always commit straight to the trunk and only branch for
really big projects which are likely to interfere or break other development
because I am afraid of the overhead of merging.

I found a lot of good branching theory here:
http://www.cmcrossroads.com/bradapp/acme/branching/ 

However, I wanted to hit up the list to get opinions from people with
similar sized teams to see what you've found to be a good branching
strategy.

Thanks!

~Brad




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334490
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Branching Strategies

2010-06-11 Thread Judah McAuley

I like to do a branch upon release and do development of the next
version in the trunk. With this pattern, each release has its own
branch so if you need to deal with an escalation, it is easy to switch
over to whatever version that server is on and fix it there, merge to
the trunk if necessary, then do a build from that branch. I find this
particularly useful as we are usually running a dev server, a beta
server and a full production server.  We might have one small set of
customers trying out 1.5 for a month while the main set of customers
is on 1.4 and I'm currently developing 1.6  If there is an issue on
the main server, I can switch over to 1.4 in order to recreate, fix
and deploy. If there is an issue in 1.5, same thing. I've found that,
even with hosted software, it will often be the case that you'll have
multiple versions in production at the same time. If that will be the
case, I'd suggest a branch for each version so you can be sure of the
state of that code base.

Cheers,
Judah

On Fri, Jun 11, 2010 at 2:36 PM,   wrote:
>
> We are finally implementing source control for a decently sized CF
> application were I work with a total of 5-6 CF developers but we can't
> decide when and how often to branch our code.
>
> One co-worker wants to create a branch of every release (we have about a
> 3-month release cycle) and develop changes for the next release in that
> branch while day-to-day hot fixes get committed directly to the trunk
> for immediate deployment.
>
> I would rather always commit straight to the trunk and only branch for
> really big projects which are likely to interfere or break other
> development because I am afraid of the overhead of merging.
>
> I found a lot of good branching theory here:
> http://www.cmcrossroads.com/bradapp/acme/branching/
>
> However, I wanted to hit up the list to get opinions from people with
> similar sized teams to see what you've found to be a good branching
> strategy.
>
> Thanks!
>
> ~Brad
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334489
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Branching Strategies

2010-06-11 Thread brad

We are finally implementing source control for a decently sized CF
application were I work with a total of 5-6 CF developers but we can't
decide when and how often to branch our code.  

One co-worker wants to create a branch of every release (we have about a
3-month release cycle) and develop changes for the next release in that
branch while day-to-day hot fixes get committed directly to the trunk
for immediate deployment.  

I would rather always commit straight to the trunk and only branch for
really big projects which are likely to interfere or break other
development because I am afraid of the overhead of merging.

I found a lot of good branching theory here:
http://www.cmcrossroads.com/bradapp/acme/branching/ 

However, I wanted to hit up the list to get opinions from people with
similar sized teams to see what you've found to be a good branching
strategy.

Thanks!

~Brad


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334488
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Dave Watts

> No, I completely missed that. Will that solve the problem?

Yes.

> If so, should I uninstall CF8 and reinstall?

There's no need to uninstall CF 8. You can simply rerun the web server
configuration utility after installing the compatibility layer.

> How do I install the compatibility layer?

This has instructions for Windows 7, but it's basically the same:
http://msdn.microsoft.com/en-us/library/aa964620%28VS.80%29.aspx

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334487
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Richard Steele

Boom! That did it! Great information Thanks to all of you.


> It's in the "Role Features" for IIS. At the bottom of the list.
> 
> Having some experience with the differences of IIS6 and IIS7, I have 
> to 
> say as a developer I'm *extremely* pleased with the changes MS made 
> between IIS6 and IIS7. The ability to automate configurations in IIS6 
> is 
> *aweful* at best. With IIS7, you can do nearly everything that you 
> need 
> with the appcmd.exe tool. It's far and away better to develop 
> installers 
> for then IIS6 was.
> 
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> Open BlueDragon Steering Committee
> Railo Community Distributions
> 
> On 06/11/2010 01:52 PM, Richard Steele wrote:
> >
> >>> Did you install the IIS 6 compatibility layer as per the 
> documentation?
> >
> > No, I completely missed that. Will that solve the problem? If so, 
> should I uninstall CF8 and reinstall? How do I install the the 
> compatibility layer?
> >
> > Thanks so much.
> >
> > 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334486
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Jordan Michaels

It's in the "Role Features" for IIS. At the bottom of the list.

Having some experience with the differences of IIS6 and IIS7, I have to 
say as a developer I'm *extremely* pleased with the changes MS made 
between IIS6 and IIS7. The ability to automate configurations in IIS6 is 
*aweful* at best. With IIS7, you can do nearly everything that you need 
with the appcmd.exe tool. It's far and away better to develop installers 
for then IIS6 was.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Railo Community Distributions

On 06/11/2010 01:52 PM, Richard Steele wrote:
>
>>> Did you install the IIS 6 compatibility layer as per the documentation?
>
> No, I completely missed that. Will that solve the problem? If so, should I 
> uninstall CF8 and reinstall? How do I install the the compatibility layer?
>
> Thanks so much.
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334485
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Richard Steele

>>Did you install the IIS 6 compatibility layer as per the documentation? 

No, I completely missed that. Will that solve the problem? If so, should I 
uninstall CF8 and reinstall? How do I install the the compatibility layer?

Thanks so much. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334484
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Dave Watts

> We are trying to install Coldfusion 8 on a Windows Server 2008 machine and 
> are not having luck in getting the webserver to work.

Did you install the IIS 6 compatibility layer as per the
documentation? Are you installing on a 64-bit system? If so, are you
installing a 64-bit version or a 32-bit version? If you're installing
a 32-bit version on a 64-bit version, did you configure the
application pool for 32-bit support?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334483
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Steve Keator

Windows 2008 Server comes with IIS 7.  Microsoft changed the game with
IIS between versions 6 and 7.  ColdFusion 8 was released well before IIS
7 was around.  I have run into this same problem, my friend, and I can
tell you right now, it's not necessarily an easy one to be dealing with.

IIS is reporting that it doesn't have a handler for the file.  Basically
what this means is that any type of file that needs to be run through
the CF processor (.cfm, .cfc, .cfml, .cfr, .cfswf, .jsp, .jws .. I
*THINK* that's all of them, someone correct me if I am wrong), IIS
doesn't know how to process it.  Under your server configuration, there
is a menu section called "Handler Mappings" that allows you to enter
these in manually.  In order to get my server working, I had to create
new handlers for each of these types, as well as for *, to point to
[INSTALLATION ROOT]\runtime\lib\wsconfig\1\jrun_iis6.dll (with the
exception of the * handler, which goes to jrun_iis6_wildcard.dll in the
same directory)...

Now, here is the next part.  I was running a 32 bit version of
ColdFusion, and 64 bit version of Windows, which meant that IIS was
running in 64 bit mode.  If this is the case for you as well, you'll
need to set IIS to run in 32 bit mode.  You can do a Google search on
how to do this, it's one line at a command prompt, but off the top of my
head I don't know the exact reference.

Once you have done these things, you should be able to restart your
server and with any luck it should be working correctly.

Hope that this helps... if there's other questions that come up, feel
free to hit me back here or off-list.

Cheers,
Steve



-Original Message-
From: Richard Steele [mailto:r...@photoeye.com] 
Sent: Friday, June 11, 2010 4:13 PM
To: cf-talk
Subject: Coldfusion 8 installation problem on Windows Server 2008


We are trying to install Coldfusion 8 on a Windows Server 2008 machine
and are not having luck in getting the webserver to work.

http://localhost/cfide/administrator/index.cfm produces the followin
error.


The page you are requesting cannot be served because of the extension
configuration. If the page is a script, add a handler. If the file
should be downloaded, add a MIME map.

Any ideas as to what we should do? 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334482
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion 8 installation problem on Windows Server 2008

2010-06-11 Thread Richard Steele

We are trying to install Coldfusion 8 on a Windows Server 2008 machine and are 
not having luck in getting the webserver to work.

http://localhost/cfide/administrator/index.cfm produces the followin error.


The page you are requesting cannot be served because of the extension 
configuration. If the page is a script, add a handler. If the file should be 
downloaded, add a MIME map.

Any ideas as to what we should do? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Avoiding SQL deadlocks

2010-06-11 Thread Paul Cormier

Check out the articles here:

http://stackoverflow.com/questions/661908/sql-server-deadlocks-between-select-update-or-multiple-selects

and here:

http://blogs.msdn.com/b/bartd/archive/2006/09/25/770928.aspx

to troubleshoot and fix different deadlock scenarios.

Paul Cormier
WebmasteryMadeSimple.com 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334480
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: new table columns not showing in query results.

2010-06-11 Thread Dave Watts

> Using a cfc query.  Added a couple of columns to a table.  Running the
> query, columns were not there.
>
> Rebooting the server fixed this.  What is required to refresh the columns in
> a query?  Was the cfc caching something?  Was it sql server?  Just trying to
> understand what happened.  Never seen this before.

I'll bet you had a SELECT * query, right? This is the standard
behavior when you use a wildcard. The database server caches the query
plan, and the application server stores the JDBC reference to the
cached query plan in memory.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334479
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


new table columns not showing in query results.

2010-06-11 Thread Matthew P. Smith

Using a cfc query.  Added a couple of columns to a table.  Running the
query, columns were not there.

Rebooting the server fixed this.  What is required to refresh the columns in
a query?  Was the cfc caching something?  Was it sql server?  Just trying to
understand what happened.  Never seen this before.

Thanks!


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334478
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFSpreadsheet and formulas

2010-06-11 Thread Sisk, Kris

>I have a workbook that I read with CFSpreadsheet, update some of the
data, >and then write out to a new file. The problem that I'm running
into is that >there are several formulas on the spreadsheet that don't
recalculate when >the new file is saved. Even when the file is opened
the formulas won't >recalculate until you retype one of them. Has anyone
else run into a >problem like this?

Got it figured out. I had to add this just before the write to force it
to reevaluate my formulas (it's in cfscript, obviously).

wb=sheet.getWorkbook();
evalu=wb.getCreationHelper().createFormulaEvaluator();
evalu.evaluateAllFormulaCells(wb);

There may be a way to do this without resorting to messing with the
underlying Java object, but I couldn't manage to find it.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334477
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF8: Script Protect just doesn't work

2010-06-11 Thread Spencer K

Well I have narrowed the problem down significantly.  It works just fine if I 
comment out the following lines in my Application.cfc : OnRequestStart:



  

Does anyone have a clue how these are interfering with script protect working?

Thanks



> Hi,
> 
> I am running CF8 and can't get script protect to work at all.
> 
> In CFIDE I have "Enable Global Script Protection" checked.  
> 
> I also have the following at the top of my Application.cfc:
> 
> 
> 
> Reboot.
> 
> That should be enough to protect my app, right?
> 
> However, it just doesn't work.  I can pass in script tags and applet 
> tags and they come through in forms and URLs untouched.
> 
> Can anyone suggest what might be going on here to prevent my script 
> protect from working?
> 
> Thank you 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF8: Script Protect just doesn't work

2010-06-11 Thread Spencer K

Hi,

I am running CF8 and can't get script protect to work at all.

In CFIDE I have "Enable Global Script Protection" checked.  

I also have the following at the top of my Application.cfc:



Reboot.

That should be enough to protect my app, right?

However, it just doesn't work.  I can pass in script tags and applet tags and 
they come through in forms and URLs untouched.

Can anyone suggest what might be going on here to prevent my script protect 
from working?

Thank you 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334475
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Avoiding SQL deadlocks

2010-06-11 Thread Dave Watts

> > > In a smaller app where there is only one piece of code that performs the
> > > actions that are causing deadlocks, sure.
> >
> > No, in most CF applications with deadlocks I've seen, regardless of
> > size and traffic, the deadlocks have in almost all cases been caused
> > by the same script being run concurrently. In fact, thinking back,
> > most of those applications were both extremely large and high traffic.
>
> Deadlocks CAN and DO, in a lot of cases, cause other parts of applications
> to generate this error.

That may well be the case, I'm just telling you what I've seen.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334474
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) insert soap xml nodes to MS SQL table problem

2010-06-11 Thread Dave Watts

> I'm having some troubles getting around the soap header and xmlns part
> inGetResponse in something like the following example where it can't find
> data for the member nodes. ...

This is a namespace problem. I don't know the exact answer offhand,
but if you query "ms sql xml namespace" you'll almost certainly find
an answer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334473
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) insert soap xml nodes to MS SQL table problem

2010-06-11 Thread Casey Dougall

Hi,


I'm having some troubles getting around the soap header and xmlns part
inGetResponse in something like the following example where it can't find
data for the member nodes.

declare @UserInfo table (InfoName nvarchar(100), InfoValue  nvarchar(100))

declare @xml xml
set @xml = '
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
  

  


  

  
'

insert @UserInfo (InfoName, InfoValue)
select UserData.value('@OrderID', 'nvarchar(100)'),
UserData.value('@MemberID', 'nvarchar(100)')
from @xml.nodes('//GetResponse/parameters/Member') as Data(UserData)

select * from @UserInfo


~

This however does work... How do I get around the soap and GetResponse junk?

declare @UserInfo table (InfoName nvarchar(100), InfoValue  nvarchar(100))

declare @xml xml
set @xml = '

  

  


  

  
'

insert @UserInfo (InfoName, InfoValue)
select UserData.value('@OrderID', 'nvarchar(100)'),
UserData.value('@MemberID', 'nvarchar(100)')
from @xml.nodes('//GetResponse/parameters/Member') as Data(UserData)

select * from @UserInfo


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334472
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9: How pass cfgrid values to a cfm page?

2010-06-11 Thread Raymond Camden

You've made your button use CF's navigate function, which is NOT going
to pass the form fields along. Why not just get rid of that and use a
normal submit?

On Fri, Jun 11, 2010 at 8:16 AM, Joy Rose  wrote:
>
> I get  Element RCP_ID is undefined in FORM when I run the code below: If 
> possible, Id like to continue to work with the ColdFusion.navigate function.
>
>
> RCPMngmnt.cfm excerpt:
>


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFSpreadsheet and formulas

2010-06-11 Thread Kris Sisk

I have a workbook that I read with CFSpreadsheet, update some of the data, and 
then write out to a new file. The problem that I'm running into is that there 
are several formulas on the spreadsheet that don't recalculate when the new 
file is saved. Even when the file is opened the formulas won't recalculate 
until you retype one of them. Has anyone else run into a problem like this? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334470
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9: How pass cfgrid values to a cfm page?

2010-06-11 Thread Joy Rose

I get  Element RCP_ID is undefined in FORM when I run the code below: If 
possible, Id like to continue to work with the ColdFusion.navigate function.


RCPMngmnt.cfm excerpt:



   
 

 

  
   

 
  
   
   

   
  

  
  

 


RCPMngmnt_Insert.cfm:


   



 
Insert into RCP_table
(RCP_ID, RCP_Number, Date_Recived, Amount_of_RCP, cost_code, 
modification_number, modification_amount, fk_ProgID, fk_ParentMTF, fk_ChildMTF, 
entry_date, entered_by, funding_year)
VALUES(#form.RCP_ID#,'#form.RCP_Number#','#form.Date_Recived#','#form.Amount_of_RCP#',#form.cost_code#,
 #form.modification_number#, '#form.modification_amount#', #form.fk_ProgID#, 
'#form.fk_ParentMTF#', '#form.fk_ChildMTF#', '#form.entry_date#', 
'#form.entered_by#', #form.funding_year#)
Select RCP_Number = @@Identity





SELECT * from RCP_table
WHERE RCP_Number = '#form.RCP_Number#'






  
   
 
   
  
  
  
  
  
  
   
   





Thanks in advance for any assistance you can provide.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334469
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9: How pass cfgrid values to a cfm page?

2010-06-11 Thread Joy Rose

I get  Element RCP_ID is undefined in FORM when I run the code below: If 
possible, Id like to continue to work with the ColdFusion.navigate function.


RCPMngmnt.cfm excerpt:



   
 

 

  
   

 
  
   
   

   
  

  
  

 


RCPMngmnt_Insert.cfm:


   



 
Insert into RCP_table
(RCP_ID, RCP_Number, Date_Recived, Amount_of_RCP, cost_code, 
modification_number, modification_amount, fk_ProgID, fk_ParentMTF, fk_ChildMTF, 
entry_date, entered_by, funding_year)
VALUES(#form.RCP_ID#,'#form.RCP_Number#','#form.Date_Recived#','#form.Amount_of_RCP#',#form.cost_code#,
 #form.modification_number#, '#form.modification_amount#', #form.fk_ProgID#, 
'#form.fk_ParentMTF#', '#form.fk_ChildMTF#', '#form.entry_date#', 
'#form.entered_by#', #form.funding_year#)
Select RCP_Number = @@Identity





SELECT * from RCP_table
WHERE RCP_Number = '#form.RCP_Number#'






  
   
 
   
  
  
  
  
  
  
   
   





Thanks in advance for any assistance you can provide.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334468
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 threading issues that were not issues on CF8?

2010-06-11 Thread Dave Watts

> I responded on the ColdBox list and suggested looking at Server
> Settings > Caching > Cache web server paths to make sure it's
> unchecked (I believe it's checked by default?).

That is not checked by default, and hasn't been enabled by default since CF 6.x.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334467
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Anybody exporting charts from FusionCharts?

2010-06-11 Thread Arsalan Tariq Keen

H... I didn't know FusionCharts support static images as well :)
anyways, I use JFreeCharts for generating static charts. It's quite cool and 
a very extensive library. We also have a freely available CFC wrapper for 
it. Also, you can find lots of documentation for using JFreeChart with 
ColdFusion.


Regards,
Arsalan

--
From: "Gaulin, Mark" 
Sent: Friday, June 11, 2010 12:56 AM
To: "cf-talk" 
Subject: Anybody exporting charts from FusionCharts?

>
> Hi
> We use FusionCharts for nice client-side charting (using Flash), but we
> also need to generate static images on the server-side. Unfortunately
> they don't support CF, and their example (in jsp) is really hard to
> follow. (It uses their "ExportBean", but we don't have documentation for
> it, and the process is... complicated.)
>
> Has anybody been able to do this?
>
> Thanks
>Mark
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm