RE: ColdFusion Hibernate

2010-07-28 Thread Andrew Scott
This question is asked all the time, so yes it is possible. Step 1) Uninstall ColdFusion 8 Step 2) Install ColdFusion 9 Step 3) Begin writing ORM Entities. No serioulsy this is not possible unless you look at somethin like cfgroovy, and I am not sure the support for hibernate is in the latest ve

ColdFusion Hibernate

2010-07-28 Thread Anil Chacko
I am using CF 8. Can we implement ORM using Hibernate with ColdFusion 8? If yes, please let me know the step step approach to implement it. Thanks, Anil ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-C

RE: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
Dave, Are you running this on ColdFusion 9.01, because no matter what I try I am getting a ColdFusion/JRun ColdFusion service is not running. Yet I can certainly go into the Administrator of both instances. I will need to double check the wildcard setting, as it is not setting this up from what

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread UXB Internet
>> Rep: How many requests per hour do you handle on a server? >> Us: About 50,000. We have this little server running a 2ghz Celeron with 1gig of memory on 7Krpm IDE drives win2003 IIS6 and CF5 talking to a networked MSSQL server and it routinely handles on average 1.1 to 1.6 million requests per

Re: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Dave Watts
> I am going to assume that nobody has tried this way of having ColdFusion 8 > and 9 running on the same machine? I've had CF 9 and 8 running as separate JRun instances within a CF 9 multiserver install. I used the CF 9 connector to connect CF 8 to IIS with no problem. > There are 2 things that

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Dave Watts
> He still didn't act like he believed it. Do those numbers seem high to any > of you? I'd have to think there are plenty of people out there seeing much > more load than that on a CF server. They're very good numbers, but not unbelievably high. It really boils down to what the server's actually

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Wil Genovese
Impressive numbers for sure! While these are not as impressive, the last place I worked at was serving about 2.5-3 million CF requests per day. That averages about 104,166 to 125,000 per hour. But don't forget to remember that traffic was almost non-exstent from 2am to 5am and the peak was mi

RE: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
I am going to assume that nobody has tried this way of having ColdFusion 8 and 9 running on the same machine? Regards, Andrew Scott http://www.andyscott.id.au/ From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Wednesday, 28 July 2010 11:58 PM To: cf-talk@houseoffusion.com Sub

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Bobby Hartsfield
10,000? The last I heard, FB had over 60,000. This is not where I initially saw it but it says the same. http://www.datacenterknowledge.com/archives/2010/06/28/facebook-server-count -6-or-more/ - - - Anytime someone tells me CF can't handle big apps with heavy loads, I make them clarify wha

Re: problem with fresh cf9 install on apache

2010-07-28 Thread Maureen
Does CFIDE/administrator/index.cfm exist in the directory listing for http://192.168.1.2/ On Wed, Jul 28, 2010 at 2:14 PM, Matthew P. Smith wrote: > > Rebuilt my server, and decided to transition to cf 9. > > I am using apache on the server with the document root set to > //computer-name/inetpu

problem with fresh cf9 install on apache

2010-07-28 Thread Matthew P. Smith
Rebuilt my server, and decided to transition to cf 9. I am using apache on the server with the document root set to //computer-name/inetpub/wwwroot I can get a directory listing of the files under there through: http://192.168.1.2/ When the cf9 install finished, I tried to

Re: CF - data excel

2010-07-28 Thread Rox Designer
Sorry I didnt read it right you have to receive the HTML data in a CFPage maybe you can use a CFHTTP to call this page, and the content you output in a XLS File. But you have always to call a CFPage to Process! Em 28 de julho de 2010 17h37min27s UTC-3, Rox Designer escreveu: > > use Ben Nade

Re: CF - data excel

2010-07-28 Thread Rox Designer
use Ben Nadel POI Utility (http://www.bennadel.com/projects/poi-utility.htm) direct from a query or, just use With a Table 2010/7/28 cfcom > > I need to export to excel. > Will be provided only html pages that are not from cf server. > Is there a way to set up an import feature to regrab t

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Paul Vernon
> I have some friends piling on Coldfusion because the www.cbo.gov > website is > down. Drudge linked to it I guess and crashed the site and they are > blaming > CF. The error is HTTP Error 503. The service is unavailable. Isn't this > an > IIS issue? How would you respond to "well the cbo.gov, it

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Leigh
> >>Are you use that is supported in CFX tags? > > At least it was in CF 7. The same code definitely works in MX7. So either that was a fluke, or maybe they broke something when they "attributeCollection" support in CF8? ~

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>You are probably just going to have to explicitly set the name of the incoming structure. Now's probably a good time to change that custom tag The problem is that many of the attributes are optional, so I would need CFIFs inside the call to the CFX, which is not possible as far as I know. Usi

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
I'm just saying it seems like an uncharacteristically short error report. Good luck getting it sorted. You are probably just going to have to explicitly set the name of the incoming structure. Now's probably a good time to change that custom tag into a cfc anyway. :D On Wed, Jul 28, 2010 at 2:34

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>You don't have robust exception handling enabled? Yes I have, I always have on my development machine. I had it disabled, and it makes no difference. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Co

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>Are you use that is supported in CFX tags? At least it was in CF 7. I've been using this tool I developed myself for years. First under CF 5 which called directly the tag for information about ODBC. When I installed CF 7, may be 5 years ago, I added an extra level to get information about JD

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
You don't have robust exception handling enabled? On Wed, Jul 28, 2010 at 2:07 PM, <> wrote: > > >>Why don't you paste the full error message and the code. > > I already posted it in my first post. > The full error message is > "The tag does not have an attribute called attributecollection. "

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Raymond Camden
Are you use that is supported in CFX tags? From what I know, that feature was only supported for CFML custom tags. On Wed, Jul 28, 2010 at 1:07 PM, <> wrote: > >  >>Why don't you paste the full error message and the code. > > I already posted it in my first post. > The full error message is > "

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>Why don't you paste the full error message and the code. I already posted it in my first post. The full error message is "The tag does not have an attribute called attributecollection. " on the line: This line is inside a standard CF_custom tag, then the attributes scope exists. The error c

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
Which makes me think there's more at play here. Why don't you paste the full error message and the code. On Wed, Jul 28, 2010 at 1:53 PM, <> wrote: > > >>Google = friend: > > Usually yes, but a search for exactly "not have an attribute called > attributecollection" > returns noting in any sear

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>Google = friend: Usually yes, but a search for exactly "not have an attribute called attributecollection" returns noting in any search engine :-( Kind of weird. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread rex
Any technology can be setup so that it doesn't scale well, or not scale at all. This can be on PHP, dotNet, Rails, IIS, Apache, Nginx... I could go on... One server can only handle so much. Getting linked on drudge would send so many people to a site, and depending on how that site is setup,

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Will Tomlinson
I keep trying to post to this thread but HOF is down. hehehehe!! Why is no one mentioning the Java argument? Ask your friends if they think Java sucks and can't handle load. Then you got'em by the gonads. Will ~| Order th

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>At first glance seems identical to your issue. It is indeed, except for the error message itself. In this thread, the message is that "attributeCollection" is an attribute being used that is not supposed to be used in conjunction with other attributes in the tag. Which is weird since there is

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
Google = friend: When googling "CF8 cfx attributecollection" I came across this: http://www.webmasterkb.com/Uwe/Forum.aspx/coldfusion-advanced/11701/CF-8-upgrade-Existing-CFX-not-working At first glance seems identical to your issue. On Wed, Jul 28, 2010 at 1:01 PM, <> wrote: > > >>I tried

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
>>I tried a simple test and got the error in both CF8 and CF9 when attributeCollection was used. Hmmm. May be I did not try it under CF 8. But I'm sure it worked for years under CF 7. ~| Order the Adobe Coldfusion Anthology no

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Carl Von Stetten
11788 > P : 631.231.6600 Ext. 119 > F : 631.434.7022 > http://www.austin-williams.com > > Great advertising can't be either/or. It must be&. > > Plug in to our blog: A&W Unplugged > http://www.austin-williams.com/unplugged > > > > > > > _

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Cameron Childress
On Wed, Jul 28, 2010 at 7:57 AM, Greg Luce wrote: > I have some friends piling on Coldfusion because the www.cbo.gov website is > down. Drudge linked to it I guess and crashed the site and they are blaming > CF. The error is HTTP Error 503. The service is unavailable. Isn't this an > IIS issue? H

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Leigh
> "The tag does not have an attribute called > attributecollection. " I tried a simple test and got the error in both CF8 and CF9 when attributeCollection was used. ~| Order the Adobe Coldfusion Anthology now!

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread UXB Internet
>> How would you respond to "well the cbo.gov, it's running on >> coldfusion. so no big shock there" If forced to I would explain to them their lack of knowledge on how things work, their simplistic view of complex technical issues and then to ward off the inevitable look of surprise at their pe

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Leigh
> +1 on Dave's suggestion for a better class of friends ;) public class BetterFriend extends Friend { // ... } ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-D

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Leigh
> +1 on Dave's suggestion for a better class of friends ;) public class BetterFriend extends Friend { // ... } ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-D

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread nic.tun...@nictunney.com
+1 on Dave's suggestion for a better class of friends ;) Sent from my Verizon Wireless Phone - Reply message - From: "Dave Watts" Date: Wed, Jul 28, 2010 10:17 am Subject: www.cbo.gov down. CF to blame? To: "cf-talk" > I have some friends piling on Coldfusion because the www.cbo.gov

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread James Holmes
Well, it isn't CF. http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx Note how frickin' old this news is. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 28 July 2010 22:38, Robert Harrison wrote: > > This myspace page sure looks like CF to me: > http://se

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Robert Harrison
;. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5320 (20100728) __ The message was checked by ESET Smar

Re: Salesforce CFC?

2010-07-28 Thread Billy Cox
I was able to register on RIAForge and submit my code, so in all likelihood my previous attempts were user error. :) On Fri, Jul 23, 2010 at 1:58 PM, Raymond Camden wrote: > > How did the contact form break for you on RIAForge? > > On Thu, Jul 22, 2010 at 2:07 PM, Billy Cox > wrote: > > > > H

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Dave Watts
> I have some friends piling on Coldfusion because the www.cbo.gov website is > down. Drudge linked to it I guess and crashed the site and they are blaming > CF. The error is HTTP Error 503. The service is unavailable. Isn't this an > IIS issue? How would you respond to "well the cbo.gov, it's run

CF - data excel

2010-07-28 Thread cfcom
I need to export to excel. Will be provided only html pages that are not from cf server. Is there a way to set up an import feature to regrab the html data (name, company, address, etc fields) back into CF so it can be easily exported to excel? Thank you ~~

Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
Ok, I am having some troubles on this one. First some background, ColdFusion 9 and ColdFusion 9 both work as installed on the instance port assigned. When trying to map with wsconfig to get ColdFusion 8 to map to IIS, I can't get this to work. ColdFusion 9 has no problems what so ever. The

Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
Hi, I have a custom tag which is calling another CFX tag, and passing attributes via the attributeCollection attribute, ie: It has been working for years under CF 7 and 8, but now under CF 9, I get an error: "The tag does not have an attribute called attributecollection. " which means that the

Adobe Buys Day Software - 240mill

2010-07-28 Thread Duane Boudreau
Article at http://www.cmswire.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/c

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Rick Eidson
If JRun Shuts down you will get this. Most likely there is a long running script. Rick -Original Message- From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] Sent: Wednesday, July 28, 2010 8:16 AM To: cf-talk Subject: RE: www.cbo.gov down. CF to blame? Silly... the question is was th

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
Smart Security, version of virus signature database 5319 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusi

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Greg Morphis
g can't be either/or.  It must be &. > > Plug in to our blog: A&W Unplugged > http://www.austin-williams.com/unplugged > > > > > > > __ Information from ESET Smart Security, version of virus signature >

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread John M Bliss
> The 503 error could also be related to the web server (Apache or IIS). Right. Actually, that's likely: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error > It all has to do with HOW the site is written. ...and what hardware it's running on. On Wed, Jul 28, 2010 at 8:09

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Robert Harrison
ignature database 5319 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinow

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Mark A. Kruger
Silly... the question is was the site architected for the expected load ANY technology has to be properly implemented. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Greg Luce [mailto

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
Greg... The 503 error could also be related to the web server (Apache or IIS). I'd just tell your friends that ANY site would go down under the traffic sent by Drudge Report unless it had lots of resources. Hell Twitter has load issues weekly and they're running Rails (I think). There's NO lan

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread John M Bliss
http://www.adobe.com/products/coldfusion/evangelism_kit/ http://www.adobe.com/products/coldfusion/customers/ On Wed, Jul 28, 2010 at 6:57 AM, Greg Luce wrote: > > I have some friends piling on Coldfusion because the www.cbo.gov websit

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Michael Grant
> > > How would you respond to "well the cbo.gov, it's running on coldfusion. > so no big shock there" > I'd say "ya... ya... well... at least I... well... um... well... lets so YOU make a PDF with one line of code!" Then throw down a smoke bomb and run away in the confusion. ~

www.cbo.gov down. CF to blame?

2010-07-28 Thread Greg Luce
I have some friends piling on Coldfusion because the www.cbo.gov website is down. Drudge linked to it I guess and crashed the site and they are blaming CF. The error is HTTP Error 503. The service is unavailable. Isn't this an IIS issue? How would you respond to "well the cbo.gov, it's running on

RE: Windows File Replication: Suggestions?

2010-07-28 Thread andy matthews
If you can wait for DFS I recommend that. We use that method on our systems to great effect. andy -Original Message- From: Dominic Watson [mailto:watson.domi...@googlemail.com] Sent: Wednesday, July 28, 2010 4:53 AM To: cf-talk Subject: Windows File Replication: Suggestions? We have

Re: Windows File Replication: Suggestions?

2010-07-28 Thread Kym Kovan
On 28/07/2010 7:52 PM, Dominic Watson wrote: > > We have a bunch of Windows 2003 servers (not RC2) and I'd like to have > a particular directory on them replicated in real time, i.e. file > change on the master server instantly updates the slaves. In RC2 there > appears to be some built in goodnes

Re: Windows File Replication: Suggestions?

2010-07-28 Thread John M Bliss
Not sure whether it'll be "instant enough" for you, but this should work: http://sync.live.com On Wed, Jul 28, 2010 at 4:52 AM, Dominic Watson < watson.domi...@googlemail.com> wrote: > > We have a bunch of Windows 2003 servers (not RC2) and I'd like to have > a particular directory on them repli

Re: Windows File Replication: Suggestions?

2010-07-28 Thread ColdFusion Developer
Just a thought in the way of CF, build the DirectoryListener and then fire off a script when it returns a change. I think Ray has a nice example of how to use one: http://www.coldfusionjedi.com/index.cfm/2007/10/29/DirectoryWatcher-and-ColdFusion-Image-Manipulation-Example On Wed, Jul 28, 2010

Windows File Replication: Suggestions?

2010-07-28 Thread Dominic Watson
We have a bunch of Windows 2003 servers (not RC2) and I'd like to have a particular directory on them replicated in real time, i.e. file change on the master server instantly updates the slaves. In RC2 there appears to be some built in goodness for this, DFS Replication - but we don't have access