Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Well I am really pissed off to learn that i might not be able to use CFDUMP. That's one of the best debugging tools there is, and to not have it will make a great many things more difficult. Yes, you have to do most of your development on a dev machine, but after uploading your app to production

RE: New 64-bit Dev Server

2007-10-23 Thread Adrian Lynch
Thanks all. The reason for loading all this on one box is cost at the moment. It will be a half decent spec and there will be around 5 initial users moving up to 10-15 over the next six months. Will the fact that it's 64-bit Windows throw up any problems? The risks about patches breaking things

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > However that does mystify me though, cfdump I would not have taken as > an internal java tag? I think this is simply an oversight by the CF team - cfdump does not work properly when you turn Java object access off with this new setting. > But

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Mike Kear <[EMAIL PROTECTED]> wrote: > what shoud it be set to and are there any security or performance > implicatoins for a shared hosting operatoin ? My understanding is that most shared hosts will use this new setting to disable access to Java objects to improve security. Mark Man

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
Which is why I also said that it might pay to try those settings on the dev machine, it would have confirmed it even more. However that does mystify me though, cfdump I would not have taken as an internal java tag? But what doed also worry me is that the file cfdump.cfm is missing as Mike also st

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
James gets a prize Sean send him a voucher for CF8-enterprise and put it on my bill . I'll pay yo uafter i win the lotto! i asked the support guy if they had that java thign disabled and his answer was confusing - ambiguous - so i'll revisit that now ... what shoud it be set to and are ther

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Mike Kear <[EMAIL PROTECTED]> wrote: > AH!!! Slaps the forehead moment > > I removed the CFDUMP line and the error went away > > so whats the matter with the line > > then?? > > can't CF8 dump out a component like CF7?? Not if access to Java internal objects is disabled in

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dale Fraser
Ok, I'm not going to start a flame war. I said this is the reason that I don't use third party frameworks, not that you shouldn't. As for the UI framework I released open source, I wouldn't use it either if I hadn't written it. As for my 3 month after launch statement, this could happen, if th

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
This might get us back to the internal Java method setting I was talking about. On 10/24/07, Mike Kear <[EMAIL PROTECTED]> wrote: > AH!!! Slaps the forehead moment > > I removed the CFDUMP line and the error went away > > so whats the matter with the line > > then?? > > can't CF8 dump o

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for your interest Sean, i feel a lot better now you and Brian are involved. on line 47 is the line i'm using to check it's been creating a bean correctly. it says But i get the error even if the only bit of code on the page is the one kicking off the coldspring If you like i can cu

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
AH!!! Slaps the forehead moment I removed the CFDUMP line and the error went away so whats the matter with the line then?? can't CF8 dump out a component like CF7?? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.

Re: programmatically add functions to a CFC

2007-10-23 Thread Brian Kotek
On 10/23/07, Jonathon Stierman <[EMAIL PROTECTED]> wrote: > > >> First, you can use constructor injection instead of setter injection > > In some cases, yes. In other cases, I have circular dependencies, which > cannot use constructor injection. I typically always use setter injection > for this

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
I will agree, have been using Coldspring for over 12 months and has saved me hours of work, and the support has been great. however I have never used it on its own, have always used it with MG:U another excellent framework with huge support. And Dale, to coin the phrase of calling the kettle black

Re: how to add a session variable on the tab click

2007-10-23 Thread Brian Kotek
http://www.catb.org/~esr/faqs/smart-questions.html On 10/23/07, erik tom <[EMAIL PROTECTED]> wrote: > > how to add a session variable on the tab click in Coldfusion > > ~| Check out the new features and enhancements in the lates

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
This tells us where the problem is: at cftryResetCFCFactory2ecfm749101480.runPage(C:\websites\ybunp9\admin\tryResetCFCFactory.cfm:47) You have a cfdump on line 477 of admin/tryResetCFCFactory.cfm, yes? Could you show us that code? The problem is there, not in ColdSpring. -- Sean A Corfi

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Dale i have to say i am considerably less enthusiastic about it than i was at the outset! Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 10/24/07, Dale Fraser

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Sean Corfield
On 10/23/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > You have a cfdump on line 477 of admin/tryResetCFCFactory.cfm, yes? Line *47*... -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
Nonsense. ColdSpring is a very well supported framework. I have no idea what you are talking about when you reference the "obvious lack of support". Further, a great many people are and have been using ColdSpring with incredible success. It's the one framework I would absolutely never omit from any

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dale Fraser
It is for reasons like this we here use no frameworks. The obvious lack of support is your number 1 problem. If I were you, I would be running for the hills. If this is the type of problem you are having now, imagine if something similar happened 3 months after launch and nothing would work and n

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
Still no idea, because there is no method called getClass() in the bean factory (and there's not supposed to be). Further, a full text search of the entire ColdSpring repository shows no files with "getClass" in them. So there's nothing in the core that would be calling such a method. It has to be

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
i used createobject() so thats ok i asked about the disable java thing and got an ambiguous reply so i'm not sure i'll ask again that has to be UNCHECKED, right? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusio

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Andrew Scott
One thing Mike can do first is emulate these settings on his dev machine first to see if that is indeed the problem. I am unware that coldspring uses any internal java objects, otherwise it would not run on BlueDragon or Railo. But worth testing on the dev machine before ringing the hosting provi

Re: load balancing/failover and CF

2007-10-23 Thread Matthew Williams
Charlie, We use JRun clustering at my day job. We currently have several clusters in place. One handles public access requests. It consists of 4 machines, about 60 applications, and handles between 80-100k ColdFusion template hits daily. This has been in place for about a year now and has

Re: What can PHP do that CF can't?

2007-10-23 Thread Dave l
There is a wise-guy in every bunch ;)~ >> I have much more important things to complain about than something that >may be off topic in a community. > >Apparently. > >.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. >Bobby Hartsfield >http://acoderslife.com ~~

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
In the CF8 administrator, "Disable access to internal ColdFusion Java components" under settings is one place to check and in the sandbox for your account also have them see if they've disabled createobject() java, in case these restrict the operation you're trying to perform. I could be completely

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for your suggestion James. What do i ask them to look for, and if they have , what do i ask them to do? CHeers MIke Kear On 10/24/07, James Holmes <[EMAIL PROTECTED]> wrote: > I'll bet the host has sandboxed out the core java calls (of which > getClass() is an example, afaik) - this is

Re: Coldspring error: what does this mean please?

2007-10-23 Thread James Holmes
I'll bet the host has sandboxed out the core java calls (of which getClass() is an example, afaik) - this is now an option in CF8. On 10/24/07, Mike Kear <[EMAIL PROTECTED]> wrote: > Thanks Dave.That call is coming from the coldspring core files. > > THe installation instructions for coldspri

OT: Application Layout/design

2007-10-23 Thread Cedric Villat
Sorry for the OT topic, but I'm looking for someone who can do css-based web application layout/design. This is just a small contract job. I'm looking for something a bit Web2.0'ish (I know that is very generic). If you can help, or have someone you can recommend, please email off-list. Cedric

Re: how to add a session variable on the tab click

2007-10-23 Thread Charlie Griefer
On 10/23/07, Claude_Schnéegans <[EMAIL PROTECTED]> wrote: > >>"How?" is not a good question. > > Why? ;-)) Because :P -- Charlie Griefer "...All the world shall be your enemy, Prince with a Thousand Enemies, and whenever they catch you, they wi

Re: how to add a session variable on the tab click

2007-10-23 Thread Claude_Schn�egans
>>"How?" is not a good question. Why? ;-)) ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusio

Re: cfwebstore ups rates table

2007-10-23 Thread Matt Robertson
I just checked. UPS no longer even provides ASCII data. Its all pdf's now. They used to provide a form of ASCII that UPSR could clean up and use as a fixed-length file. No more. You would have to hand-input every rate item, and there are probably thousands of those. The days of such independe

Re: programmatically add functions to a CFC

2007-10-23 Thread Mark Mandel
On 10/24/07, Jonathon Stierman <[EMAIL PROTECTED]> wrote: > My plan is to have a generic modify page that I can pass in the DAO, and > then the page would automatically create the correct form fields. I could > probably use Transfer to make this work (there does seem to be a bit of > meta-data sto

Re: cfwebstore ups rates table

2007-10-23 Thread Matt Robertson
Dan, as I mentioned in my email to you earlier today you can use the importation tools that are in the tag distribution, but as Mary Jo said there is more to this than just importing the text files (assuming UPS still even makes them available, and they are still in a usable format). I dropped UPS

Re: cfwebstore ups rates table

2007-10-23 Thread Mary Jo Sminkey
>I am looking for anyone who has used the cfwebstore software before. I have >a client who is using a very old version (3.1) and needs to update the >shipping rates table. The UPSRateMonger tag used in that version has been long since abandoned by its author, there's really no way to update it wi

Re: TinyUrl's?

2007-10-23 Thread Alan Rother
You don't have to go through all that, you can just cflocation them off to the correct URL -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org ~| Get the answers

Re: WebDav + SVN + Dreamweaver

2007-10-23 Thread John Paul Ashenfelter
Jake, All of the changes are going to be in the *subversion* repository -- c:\svnrepos -- at the appropriate place in the directory tree. c:\webdav doesn't know *anything* about svnrepos just because you did an import. And the push to the "remote site" only happens when you actually do it unless y

Re: TinyUrl's?

2007-10-23 Thread Neil Middleton
I did consider that, but I don't really want to get into posting through pages and screen scraping. N On 10/24/07, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > Nope, but with CFHTTP and tinyURL.com I bet you could cobble something > together > pretty quick ;-) > > Bryan Stevenson B.Comm. > VP &

Re: TinyUrl's?

2007-10-23 Thread Alan Rother
You could make you own. It's not a complicated process. You enter a url into a DB, give it a unique identifier, which can be anything you want it to be (int, UUID, some complex schema you design). Then when someone requests that unique identifier, you re-direct them to that URL in your DB. =] -

Re: TinyUrl's?

2007-10-23 Thread Bryan Stevenson
Nope, but with CFHTTP and tinyURL.com I bet you could cobble something together pretty quick ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedg

TinyUrl's?

2007-10-23 Thread Neil Middleton
Does anyone know of any tiny url like services either in CF, or that CF can integrate with? I have a requirement to create lots of tiny url's programatically. Neil ~| Download the latest ColdFusion 8 utilities including Report B

Re: cfqueryparam and dynamically-created SQL

2007-10-23 Thread Dominic Watson
If there is a performance benefit using cfqueryparam, it will still be of benefit in this case. Also, regardless of the performance, security is still an issue (SQL injections) and so I would say that continuing to use cfqueryparam is your best option and practice. Regards, Dominic On 23/10/200

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks Dave.That call is coming from the coldspring core files. THe installation instructions for coldspring say to unpack the zip file into a folder called /coldspring then run them . thats what i did. No changes to any of the core files, and i checked i havent got any of the known 'gotch

RE: cfqueryparam and dynamically-created SQL

2007-10-23 Thread Dave Watts
> Does the presence of the statement inside the cfquery > block negate all the performance benefits I would have > otherwise gained from using ? If so, I would > guess this is a common issue people run into. Is there a > best practice for handling this kind of situation? Yes, to the extent

Re: cfqueryparam and dynamically-created SQL

2007-10-23 Thread Aaron Rouse
I'd be willing to bet that if the CFIF statement hurts performance it is by a very small amount. On 10/23/07, Ben Mueller <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've become a convert to cfqueryparam after posting a question about it to > this group several months back. Since then, I've starte

Re: cfqueryparam and dynamically-created SQL

2007-10-23 Thread Barney Boisvert
The CFIF will result in two different SQL statements to be prepared, instead of one, so there is a slight ramification. Pretty irrelevant though. cheers, barneyb On 10/23/07, Ben Mueller <[EMAIL PROTECTED]> wrote: > Hi all, > > I've become a convert to cfqueryparam after posting a question about

RE: Coldspring error: what does this mean please?

2007-10-23 Thread Dave Watts
> I had a chat to the support guy at teh hosting company. and > now i have a stack trace for this error. It's apparently > looking for something in a folder that doesnt exist. There > is no E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm That doesn't matter, actually. The CFDUMP tag is a

cfqueryparam and dynamically-created SQL

2007-10-23 Thread Ben Mueller
Hi all, I've become a convert to cfqueryparam after posting a question about it to this group several months back. Since then, I've started wondering about the benefits of it if there are statements in a block. For example: SELECT email FROM user u WHERE country = AND state =

Re: load balancing/failover and CF

2007-10-23 Thread Charlie Griefer
hey all.. appreciate the responses. Adam - at the moment, migrating to BD isn't really an option for us. We're a ColdFusion (adobe coldfusion) shop, and it'd take some pretty significant justification (which I don't know that we have at the moment) for us to consider moving over. Dave/Nathan - y

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
I had a chat to the support guy at teh hosting company. and now i have a stack trace for this error. It's apparently looking for something in a folder that doesnt exist. There is no E:\cf8_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm there's the stack trace: at cfdump2ecfm1757687228._factor1

Re: get the value of the drop down and pass it to the cfquery

2007-10-23 Thread Ben Doom
So is it actually submitting? And, if so, please answer my second question. You currently have two threads on CF-Talk, and in both of them, you ask vague questions and do not entirely answer what should be simple questions. If you want help, you have to be clear about what you want. --Ben Do

Re: load balancing/failover and CF

2007-10-23 Thread Nathan Strutz
Charlie, Like Dave Watts said, session replication is hit-or-miss depending on the application, the user load, the server architecture, the network architecture, etc. Typically, I recommend thinking about what kind of data you need to replicate and can you put that data in a cookie as a backup fo

Re: get the value of the drop down and pass it to the cfquery

2007-10-23 Thread erik tom
> What do you have the submit button doing? Does it actually submit to > > the server, or just forward to the next tab? > > For CF to process information, you have to make a server trip of some > > kind. > > If you are making the server trip, but not seeing the information > passed, what ar

WebDav + SVN + Dreamweaver

2007-10-23 Thread Jake Pilgrim
I'm trying to get SVN autoversioning (webDav) configured for use with dreamweaver (in this case, dreamweaver 8). It seems like it's working, but I can't publish new files. Also, I'm not seeing file revisions when I post new files. Admittedly, I'm new to SVN so this could easily be a user issue.

Re: OT: Limit a MSSQL Server 2000 user.

2007-10-23 Thread Jochem van Dieten
DURETTE, STEVEN J (ATTASIAIT) wrote: > My issue is that we have a user, who for political reasons we can't just > boot out of the db, who we were forced to grant access to our database. > He is using Access XP to connect to our database, he then proceeds to > download two of our largest tables into

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Mike Kear
Thanks for you interest Brian. No the ybunp9 is the directory above the root. It's what is added by the expandpath() part of the path to coldspring. is that not what i should do? here's the line i am using in the code: and the fullly qualified path to DefaultXmlBeanFactory.cfc is C:\websites

Re: Problem in a Simple webservice: 1D array works 2D fails

2007-10-23 Thread Justin Hinerman
Was there a solution found for this problem? ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf

Re: fixing outofmemoryerror: java heap space

2007-10-23 Thread Matthew Small
Hi Jessica, What I'm about to say isn't CF-specific, but it true for all web apps. Simply testing the application on a server does not indicate that it's going to run fine in a production environment. The fact that you know of a large amount of variables indicates that you already know tha

RE: how to add a session variable on the tab click

2007-10-23 Thread Dave Watts
> how to add a session variable on the tab click in Coldfusion The tab click would have to submit an HTTP request, either through the usual mechanism of a link or HTTP form, or via AJAX. The page requested could then set the session variable you want. Dave Watts, CTO, Fig Leaf Software http://ww

Calling a web service and getting AxisFault errors.

2007-10-23 Thread Che Vilnonis
I'm trying to call a web service and getting AxisFault errors. This is happening on both CFMX 6.1, and 8. The WSDL is valid. I am at a loss as to what this error means or what I can do. Any ideas? I'm trying to use a new version of commision junction's web service that was recently launched. A sni

Re: OT: Limit a MSSQL Server 2000 user.

2007-10-23 Thread Ben Doom
Set up a SQL Express server for him with nightly (?) replication, when it won't affect performance so much. Let him beat the crap out of that to his heart's content. Bonus points if you put it on his workstation, so he's dragging down his own workstation. --Ben "don't mess with my servers" Do

Re: fixing outofmemoryerror: java heap space

2007-10-23 Thread Matthew Small
Hi Jessica, What I'm about to say isn't CF-specific, but it true for all web apps. Simply testing the application on a server does not indicate that it's going to run fine in a production environment. The fact that you know of a large amount of variables indicates that you already know tha

Re: fixing outofmemoryerror: java heap space

2007-10-23 Thread Matthew Small
Hi Jessica, What I'm about to say isn't CF-specific, but it true for all web apps. Simply testing the application on a server does not indicate that it's going to run fine in a production environment. The fact that you know of a large amount of variables indicates that you already know tha

Re: fixing outofmemoryerror: java heap space

2007-10-23 Thread Matthew Small
Hi Jessica, What I'm about to say isn't CF-specific, but it true for all web apps. Simply testing the application on a server does not indicate that it's going to run fine in a production environment. The fact that you know of a large amount of variables indicates that you already know tha

Re: how to add a session variable on the tab click

2007-10-23 Thread Charlie Griefer
On 10/23/07, erik tom <[EMAIL PROTECTED]> wrote: > >anything that happens in the browser (e.g. clicking) is client side. > >coldfusion is server side. > > > >the only way to trigger a CF action (e.g. setting a session variable) > >after a client side event would be: > > > >1) go back to the server

Re: get the value of the drop down and pass it to the cfquery

2007-10-23 Thread Ben Doom
What do you have the submit button doing? Does it actually submit to the server, or just forward to the next tab? For CF to process information, you have to make a server trip of some kind. If you are making the server trip, but not seeing the information passed, what are you naming your drop

OT: Limit a MSSQL Server 2000 user.

2007-10-23 Thread DURETTE, STEVEN J (ATTASIAIT)
Hi all, Here is an interesting OT for you. Is there any way to restrict how much bandwidth, how many rows, or how high a priority a user has when connecting to a MSSQL2K server? My issue is that we have a user, who for political reasons we can't just boot out of the db, who we were forced to g

RE: Help cleaning up my code...

2007-10-23 Thread Jason Durham
I'm not sure I can help with re-writing your code for you however this seems to fit the bill of recursion. With some clever work with CSS, you could make your tree structure very efficiently. http://tutorial478.easycfm.com/ -Original Message- From: Jessica Kennedy [mailto:[EMAIL PROTECT

Re: how to add a session variable on the tab click

2007-10-23 Thread erik tom
>anything that happens in the browser (e.g. clicking) is client side. >coldfusion is server side. > >the only way to trigger a CF action (e.g. setting a session variable) >after a client side event would be: > >1) go back to the server (add a link to the tab) that sets the >variable on the server a

RE: Help cleaning up my code...

2007-10-23 Thread Andy Matthews
Have you considered an alternate storage method for your users/subusers? Or possibly put some restraints in place? 22 levels deep sounds a little excessive. I've had good luck storing related records using a parent-child relationship (or adjacency list) method: http://www.codeproject.com/aspnet/H

RE: load balancing/failover and CF

2007-10-23 Thread Dave Watts
> we haven't moved to CF8 yet (still on CF7), but I had heard that > CF8 would actually have this functionality built in (the > ability to use sessions in a clustered environment). quick > googling tho seemed to indicate that this was an "expensive" > process and not necessarily recommended (?

get the value of the drop down and pass it to the cfquery

2007-10-23 Thread erik tom
I need to be able get the value from the drop down and pass ethis value to cfquery function which located on the second tab of the form. Once i selected the drop down item i clicked on the submit button and going to the second tab but nothing getting passed to the query. Help?

load balancing/failover and CF

2007-10-23 Thread Charlie Griefer
Hey all... up front, i'm not a server guy. just a code monkey :) with that disclaimer out of the way... got a question about load balancing and failover of cf servers. as i understand it... there is the concept of "sticky sessions", where all requests by a particular user "stick" to a particul

cfwebstore ups rates table

2007-10-23 Thread Dan Vega
I am looking for anyone who has used the cfwebstore software before. I have a client who is using a very old version (3.1) and needs to update the shipping rates table. The tables are organized by service. For example there is a next day air table called UPS_1da and has the following fields. I need

RE: load balancing/failover and CF

2007-10-23 Thread Adam Churvis
Switch to using BlueDragon.NET instead of ColdFusion, and implement ScaleOut StateServer to syndicate your Session objects. Works great, and is realistically scalable to dozens of servers in a single cluster. Also, unless they radically changed CFLOGIN in CF8, BlueDragon.NET is still the only CFM

RE: coldfusion custom tag for taking handwritten memo ?

2007-10-23 Thread Dan G. Switzer, II
>> Is there any customtags to allow user to write / draw >> something (using tablet) , and coldfusion will save those >> memo as jpeg / gif image. >> >> what I mean is something like evernote program >> (http://www.evernote.com) , but run inside coldfusion. > >No, because that would require client-

Help cleaning up my code...

2007-10-23 Thread Jessica Kennedy
hi, I posted a while ago about an outofmemoryerror: java heap space problem. Anyway, it's looking like the only way to fix this problem is to re-write some programming. The program I wrote is for displaying a "tree structure" of people in a database based on the upline person. IE: i recruit s

RE: programmatically add functions to a CFC

2007-10-23 Thread Jonathon Stierman
>> First, you can use constructor injection instead of setter injection In some cases, yes. In other cases, I have circular dependencies, which cannot use constructor injection. I typically always use setter injection for this reason -- I find it's more flexible. >> Second, you seem to be calli

RE: CFMX 7 - Jrun 100%

2007-10-23 Thread Mark A Kruger
Jenny, There are many reasons that JRUN might be hanging ... Requests thresholds, out of memory, JVM config options, networking I have quite a few entries on my blog about as do many others who monitor this list. Just search "JRUN" or "hang"... And see what you get... Here are a couple of mine

Re: programmatically add functions to a CFC

2007-10-23 Thread Brian Kotek
On 10/23/07, Jonathon Stierman <[EMAIL PROTECTED]> wrote: > > I am actually not using Autowiring -- I'm manually setting up the > ColdSpring > file with the dependencies, but the config is being generated dynamically > for me beforehand by another application. > > > > > CreateObj

fixing outofmemoryerror: java heap space

2007-10-23 Thread Jessica Kennedy
Hi, I am running a coldfusion page that calculates a large volume of variables, which has thus far not been a problem. The pages have worked fine (maybe taken a while to load) on my testing server & on some web space I have. However, I uploaded the file to its "final resting place" on a semi-

Re: how to add a session variable on the tab click

2007-10-23 Thread Charlie Griefer
anything that happens in the browser (e.g. clicking) is client side. coldfusion is server side. the only way to trigger a CF action (e.g. setting a session variable) after a client side event would be: 1) go back to the server (add a link to the tab) that sets the variable on the server and then

Re: Coldspring error: what does this mean please?

2007-10-23 Thread Brian Kotek
I'd wager that the problem has to do with the fact that this is a shared host. Something clearly isn't correct since obviously many people (including myself) are using ColdSpring on shared hosts. You might ensure that the cfc dot paths are resolving correctly (it looks like you might be using " bun

RE: CFMX 7 - Jrun 100%

2007-10-23 Thread Dave Watts
> 1. What could be causing Jrun to be running at 98%+ ? Lots of things. > 2. Do I HAVE to have CFMX6 installed to run my upgrade > edition of MX7? No, I don't think so. You may have to manually remove all traces of the previous install first, however: http://www.adobe.com/cfusion/knowledgebas

how to add a session variable on the tab click

2007-10-23 Thread erik tom
how to add a session variable on the tab click in Coldfusion ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categori

Re: Need help finding backend architecture article

2007-10-23 Thread Daniel Roberts
That is it. Thank you! > On 10/23/07, Daniel Roberts <[EMAIL PROTECTED]> wrote: > > I read through an article months ago talking about the setup of > backend servers for load balancing, failover, clustering, etc. It had > diagrams for different levels of backend stability. I believe the > arti

Re: CFMX 7 - Jrun 100%

2007-10-23 Thread Andy Allan
Lots of things could cause JRun to max out, including but not limited too; bad code or client variable clean up. Check your logs to see what's going on. No, you don't need to have CF6 installed to upgrade to 7. After you stick in your CF7 upgrade key, the install process should detect it's an upg

Re: coldfusion custom tag for taking handwritten memo ?

2007-10-23 Thread Paul Hastings
not sure about the tablet bit but simple free-form drawing is kind of trivial in flex. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com

Re: cfreport question

2007-10-23 Thread Rob Parkhill
Luke, do you have the filename attribute set for your cfreport tag? If this isn't set it basically outputs the code for a PDF file into HTML, making well gobbledegook... Try setting a filename and then your overwrite attributes for the cfreport tag. I have the following:

weird message on logs (CF8)

2007-10-23 Thread Jo�o_Fernandes
Has anyone notice weird messages in their logs for CF8? I have some entries like this HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\77908-41216193: Windows error 0 occurred.The operation completed successfully. 10/22 23:26:51 Information [scheduler-0] - Cannot open

CFMX 7 - Jrun 100%

2007-10-23 Thread Jenny Gavin-Wear
Hi, I'm running CFMX 7 on a Windows 2003 Server - Standard Edition. I upgraded from MX 6 using the upgrade procedure during the MX7 install. After installing, I disabled MX6 in services. All has been running great for some months now, at least 6. My problem is that the jrun.exe process has sud

Re: Which query would be better?

2007-10-23 Thread Ben Doom
Okay. Except Oracle != MySQL 5. MySQL 5 was what was specified in the original, forgive the pun, query. --Ben Doom Tom Chiverton wrote: > On Monday 22 Oct 2007, [EMAIL PROTECTED] wrote: >> Which, according to the docs, is only limited by max_allowed_packet. > > You must be on the wrong page.

Re: getting date from dynamic date ranges

2007-10-23 Thread Ben Doom
datediff() is what you are looking for. --Ben Doom Andrew Whone wrote: > I retrieve a bunch of dynamic DateFroms and DateTos that a user has input > into a form. > > > > > > > > > > > > I want to know the DateFrom of the first period that is more than 4 days

Re: Need help finding backend architecture article

2007-10-23 Thread Charlie Griefer
On 10/23/07, Daniel Roberts <[EMAIL PROTECTED]> wrote: > I read through an article months ago talking about the setup of backend > servers for load balancing, failover, clustering, etc. It had diagrams for > different levels of backend stability. I believe the article was by a > ColdFusion blogg

RE: programmatically add functions to a CFC

2007-10-23 Thread Jonathon Stierman
Yes! One of my favorite tools :) Jonathon -Original Message- From: henry ho [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 6:12 PM To: CF-Talk Subject: Re: programmatically add functions to a CFC btw, since you're into code generation, have you checked this out? Illudium PU-

RE: programmatically add functions to a CFC

2007-10-23 Thread Jonathon Stierman
I am actually not using Autowiring -- I'm manually setting up the ColdSpring file with the dependencies, but the config is being generated dynamically for me beforehand by another application. I'm not actually parsing an existing CFC for the dependencies, unless I'm mis-understanding what you mean

RE: programmatically add functions to a CFC

2007-10-23 Thread Jonathon Stierman
My plan is to have a generic modify page that I can pass in the DAO, and then the page would automatically create the correct form fields. I could probably use Transfer to make this work (there does seem to be a bit of meta-data stored in TransferObjects), I'd prefer to roll something up inhouse t

Need help finding backend architecture article

2007-10-23 Thread Daniel Roberts
I read through an article months ago talking about the setup of backend servers for load balancing, failover, clustering, etc. It had diagrams for different levels of backend stability. I believe the article was by a ColdFusion blogger. Anyone have a clue where I can find this article/blog. I ha

Re: coldfusion custom tag for taking handwritten memo ?

2007-10-23 Thread NUGROHO NOTO
I found this website.. http://www.mainada.net/inputdraw/examples is this something can be applied ? ... or any better ideas ? ~| Check out the new features and enhancements in the latest product release - download the "What's Ne

Re: New 64-bit Dev Server

2007-10-23 Thread Eric Cobb
That's a good point, I didn't think about virtualization. Also, I guess it would depend a lot on the specific situation. Are we talking about a small office with 10 email users, 1 web app. and 1 database? In that case, the one server setup may work just fine. But, if there are numerous Exchan

RE: coldfusion custom tag for taking handwritten memo ?

2007-10-23 Thread Dave Watts
> Is there any customtags to allow user to write / draw > something (using tablet) , and coldfusion will save those > memo as jpeg / gif image. > > what I mean is something like evernote program > (http://www.evernote.com) , but run inside coldfusion. No, because that would require client-sid

  1   2   >