RE: JVM memory settings

2006-09-12 Thread Snake
If you want to use large amounts of RAM, then you need to be running a 64bit operating system. -Original Message- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 01:01 To: CF-Talk Subject: JVM memory settings All, Occasionally, when I have very heavy

RE: Multiple CF instances sharing single IIS site

2006-09-12 Thread Snake
When you access the below URL, you are using the JRUN built in web server (denoted by the port number on the end of the url). To use IIS instead, just open your IIS MMC, find a site you want to add a new CFIDE to (for a specific instance) and create a CFIDE virtual directory and point it at your

Re: JVM memory settings

2006-09-12 Thread Andy Allan
As Snake says, using a 64bit OS will do away with this particular issue. If you are using Enterprise, then you also have the option of multiple instances, each of which can have it's own memory allocation so as to make better usage of your 4GB. On 12/09/06, Snake [EMAIL PROTECTED] wrote: If you

Creating an API with coldfusion

2006-09-12 Thread Stephen Adams
Hi, I'm thinking of developing an API for all the coldfusion work I'm doing at work. I want to have a series of base components which I can reuse in multiple projects. For example I want to have a baseLogin.cfc, which handles some common functionality for all logins. Then in a clients site I

PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
Hello I am trying to connect to a basic php webservice through coldfusion. All the basics work, however whenever I try to return a php array i get a null pointer exception. Could not perform web service invocation methodName. Here is the fault returned when invoking the web service operation:

Re: Creating an API with coldfusion

2006-09-12 Thread Robertson-Ravo, Neil (RX)
We recently built an API in ColdFusion to tie in multiple applications. It can be called/accessed either as a Web Service or as a normal. We created a wrapper which acts as the interface between the actual cfc's. We defined our own XML in and out packets which are validated on entry by an XSD.

Re: Creating an API with coldfusion

2006-09-12 Thread James Holmes
Rather than having a mess of components that extend others, consider tying them together with ColdSpring: http://www.coldspringframework.org/ On 9/12/06, Stephen Adams [EMAIL PROTECTED] wrote: Hi, I'm thinking of developing an API for all the coldfusion work I'm doing at work. I want to

Re: Creating an API with coldfusion

2006-09-12 Thread Stephen Adams
Thanks Neil, how did you originally come up with the idea, did you find anything about doing this in ColdFusion or did you look at another language, Java for example, on how to set up your API? We recently built an API in ColdFusion to tie in multiple applications. It can be called/accessed

Re: Creating an API with coldfusion

2006-09-12 Thread Robertson-Ravo, Neil (RX)
We simply designed what we thought made sense really. Took ideas from APIs we use now etc and designed a future proof API which is not only easily extensible but essentially cross platform via WS. We brainstormed for a few days. This e-mail is from Reed Exhibitions (Oriel House, 26 The

OT: NFR (Not for resale) Software

2006-09-12 Thread Doug Brown
I have the opportunity to purchase a hard drive for 700.00 and get a copy of windows 2003 server ent edition w/ 25 cal, but the software is NFR (Not for resale) does anyone know if I would still be able to set-up a web server without getting into any troble doing so?

RE: JVM memory settings

2006-09-12 Thread Gabriel Smallman
Anyone know if adobe has plans for JRUN and 64 bit. Info im seeing says right now itÂ’s a no joy. So you would have to goto enterprise, and then use something like tomcat. -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:43 AM To: CF-Talk

Re: JVM memory settings

2006-09-12 Thread Andy Allan
Damon Cooper has stated they are looking at 64 bit support for Scorpio, so I'd assume this means JRun will also support it eventually. On 12/09/06, Gabriel Smallman [EMAIL PROTECTED] wrote: Anyone know if adobe has plans for JRUN and 64 bit. Info im seeing says right now it's a no joy. So

RE: JVM memory settings

2006-09-12 Thread Big Mad Kev
I think Jrun 4.5 is the one that will support 64 bit systems HTH -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 13:57 To: CF-Talk Subject: Re: JVM memory settings Damon Cooper has stated they are looking at 64 bit support for Scorpio, so I'd

Re: JVM memory settings

2006-09-12 Thread Andy Allan
If they do release it On 12/09/06, Big Mad Kev [EMAIL PROTECTED] wrote: I think Jrun 4.5 is the one that will support 64 bit systems HTH -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 13:57 To: CF-Talk Subject: Re: JVM memory settings

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Robertson-Ravo, Neil (RX)
That means exactly what it says on the tin, whoever is selling it, is selling it illegally and breaking the license. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number

RE: Creating an API with coldfusion

2006-09-12 Thread Jim Davis
-Original Message- From: Stephen Adams [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 5:33 AM To: CF-Talk Subject: Creating an API with coldfusion Hi, I'm thinking of developing an API for all the coldfusion work I'm doing at work. I want to have a series of base

Re: upgradeing jar file in coldfusion server

2006-09-12 Thread krish P
Dave Watts wrote: I have java 1.4.2 and i want to update for 1.5.0. Does any one know full instrunction step by step for updating java lib? 1. Don't. CF doesn't support 1.5. QFT. (Quoted For Truth) What he said ditto ~|

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Mike Kear
It'll install ok, and run happily - its a full-blown copy, but as Neil Robertson-Ravo said, it's a breach of the licence agreement of the previous owner. I'm not sure if you break the law by posessing the software, but the previous owner sure breaches the licence by selling it to you, even if the

Re: upgradeing jar file in coldfusion server

2006-09-12 Thread krish P
Dave Watts wrote: I have java 1.4.2 and i want to update for 1.5.0. Does any one know full instrunction step by step for updating java lib? 1. Don't. CF doesn't support 1.5. QFT. (Quoted For Truth) What he said ditto i want to use the java classes in coldfusion but there is slight

OT Forcing download after N seconds

2006-09-12 Thread Adrian Lynch
I've done the whole forcing a download a bunch of times before, but what I've never done is force a download after N number of seconds. Can anyone point me in the right direction with this. I thought maybe meta refreshes or flushing the response to the browser and then changing the headers and

RE: OT Forcing download after N seconds

2006-09-12 Thread Ben Nadel
You can only send one set of headers so you can't send new headers after N seconds. My best guess would be to just a META redirect to the file after N seconds. meta http-equiv=Refresh content=N;url=http://www.domain.com/file.ext; Where N is the seconds. ... Ben Nadel

Re: OT Forcing download after N seconds

2006-09-12 Thread Rick Root
Adrian Lynch wrote: I've done the whole forcing a download a bunch of times before, but what I've never done is force a download after N number of seconds. Can anyone point me in the right direction with this. I thought maybe meta refreshes or flushing the response to the browser and then

compacting mssql tables.

2006-09-12 Thread D F
Hi there, rather than recreate a table I would like to compact it, so the increment seed counter refreshes starting at 1. Is there a way to do this? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

RE: compacting mssql tables.

2006-09-12 Thread Adkins, Randy
Actually you can delete the counter field, save the table, then create the counter field again. It will reset the value to 1. -Original Message- From: D F [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:27 AM To: CF-Talk Subject: compacting mssql tables. Hi there,

Re: CF Shopping Cart solution

2006-09-12 Thread Jason Fill
You might find solution that simplifies the checkout process. But, if you're looking for a full-featured cart, I doubt you're going to find anything that meets your needs. On 9/11/06, James Smith [EMAIL PROTECTED] wrote: The best full-featured cart/store front is Site Director by Quill Design.

Re: CF Shopping Cart solution

2006-09-12 Thread Jason Fill
You might find solution that simplifies the checkout process. But, if you're looking for a full-featured cart, I doubt you're going to find anything that meets your needs. On 9/11/06, James Smith [EMAIL PROTECTED] wrote: The best full-featured cart/store front is Site Director by Quill Design.

Odd cffile error....

2006-09-12 Thread Jason Fill
I am trying to create an application that will download log files from a server every hour. The application works ok, but the problem is I get the following error on occasion. An exception occurred when performing the FTP getfile operation. The cause of this exception was that: IOException

RE: OT Forcing download after N seconds

2006-09-12 Thread Adrian Lynch
Cheers all. Works well. Ade -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 15:33 To: CF-Talk Subject: Re: OT Forcing download after N seconds Adrian Lynch wrote: I've done the whole forcing a download a bunch of times before, but what I've never

Re: compacting mssql tables.

2006-09-12 Thread Robertson-Ravo, Neil (RX)
As Randy noted you can delete the field but be aware of any links to it. I gather when you said compact you meant truncate? You can programattically reset the seed but this will obviously be ill advised if it is a PK. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,

RE: Odd cffile error....

2006-09-12 Thread COLLIE David
An exception occurred when performing the FTP getfile operation. The cause of this exception was that: IOException caught while copying.. Rather than cffile, do you mean cfftp? ~| Introducing the Fusion Authority

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Are you using AMFPHP? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:49 AM To: CF-Talk Subject: PHP webservice returns a Null pointer error Hello I am trying to connect to a basic php webservice through coldfusion. All the

RE: Odd cffile error....

2006-09-12 Thread COLLIE David
An exception occurred when performing the FTP getfile operation. The cause of this exception was that: IOException caught while copying.. Rather than cffile, do you mean cfftp? This may help http://www.mail-archive.com/list@list.dfwcfug.org/msg00225.html

Re: CF Memory problems?

2006-09-12 Thread powell
As ar as creating the XML that gets sent out to the webservice, I'm simply using a cfxml variable=mstring blah blah blah /cfxml followed by a call to TOSTRING I ripped out all of the code that created the intermediate query, and so far memory usage is staying under 100mb, as opposed to

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
nope, im using PEAR's SOAP libraries Are you using AMFPHP? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:49 AM To: CF-Talk Subject: PHP webservice returns a Null pointer error Hello I am trying to connect to a basic php

Re: compacting mssql tables.

2006-09-12 Thread D F
that's too easy, is there a more complicated way? =) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

setting info in an application

2006-09-12 Thread Daniel Kessler
I have a directory without an application file where there is a form to register for an event. I have a directory within that that has an application file and that's set up to keep out people that aren't logged in because it contains all the reports or other interactions with the

RE: compacting mssql tables.

2006-09-12 Thread Dan G. Switzer, II
Daniel, Hi there, rather than recreate a table I would like to compact it, so the increment seed counter refreshes starting at 1. Is there a way to do this? You've got a couple of options. 1) You can use TRUNCATE TABLE authors to wipe the table and restore the identity seed. 2) Use DBCC

Re: Odd cfftp error....

2006-09-12 Thread Jason Fill
An exception occurred when performing the FTP getfile operation. The cause of this exception was that: IOException caught while copying.. Rather than cffile, do you mean cfftp? This may help http://www.mail-archive.com/list@list.dfwcfug.org/msg00225.html Yeah, I meant CFFTP,

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Take a look at the returned xml structure. It might not be right, or CF might be choking on something that it's doing. !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 8:53 AM To: CF-Talk Subject: Re: PHP webservice returns a Null

RE: setting info in an application

2006-09-12 Thread COLLIE David
I have a directory without an application file where there is a form to register for an event. I have a directory within that that has an application file and that's set up to keep out people that aren't logged in because it contains all the reports or other interactions with the

RE: CF Memory problems?

2006-09-12 Thread Ryan, Terrence
If debugging is enabled at all on the machine, it still creates the information for every request, regardless of any restrictions of display. If this is the cause what you will see happen is memory utilization for the ColdFusion will rise and rise as the process spins. Then one of two things

RE: Odd cfftp error....

2006-09-12 Thread COLLIE David
An exception occurred when performing the FTP getfile operation. The cause of this exception was that: IOException caught while copying.. Rather than cffile, do you mean cfftp? This may help http://www.mail-archive.com/list@list.dfwcfug.org/msg00225.html Yeah, I

RE: OT: NFR (Not for resale) Software

2006-09-12 Thread Snake
Well perhaps they are selling him the hard drive and giving the OS FREE, in which case their not technically selling it :-) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 14:30 To: CF-Talk Subject: Re: OT: NFR (Not for resale)

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Jim Wright
I think this seller is trying the old I'll sell you this pencil for $1000, and throw in 2 front row tickets to the Stones for free trick that scalpers try to use. But since they have no right not sell it (or probably even give it away), you would not have a valid license. Another one to watch

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
im not too sure how, im calling it as follows: // connect to web service f = CreateObject(webservice,http://path/file.php?wsdl;); code = f.methodName('string'); it doesnt give me the option of checking the xml Take a look at the returned xml structure. It might not be

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Charles Sheehan-Miles
Microsoft recently successfully sued several resellers were selling machines without fully licensed copies of Windows. Don't know much about the details, but it seems to be mostly resellers they are going after. On 9/12/06 11:44 AM, Jim Wright [EMAIL PROTECTED] wrote: I think this seller is

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Jake Churchill
Use a browser and access the wsdl directly. I.E. go to http://path/file.php?wsdl and it should display the xml for you Ryan Mitchell wrote: im not too sure how, im calling it as follows: // connect to web service f = CreateObject(webservice,http://path/file.php?wsdl;);

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Rick Root
Snake wrote: Well perhaps they are selling him the hard drive and giving the OS FREE, in which case their not technically selling it :-) I'd like to sell you this fine, unused, yellow #2 pencil for $1000 With your purchase, I will GIVE you a pair of Michigan-Notre Dame tickets at the 50 yard

RE: OT: NFR (Not for resale) Software

2006-09-12 Thread Snake
Sounds like a good deal rick, but I'll need a plane ticket from the UK as well please. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 17:20 To: CF-Talk Subject: Re: OT: NFR (Not for resale) Software Snake wrote: Well perhaps they are selling him

Re: ColdFusion URL and anchors.

2006-09-12 Thread Bryan Stevenson
What variable would you parse? Cuz as far as I know, the anchor links in the URL do not appear in ANY of the CGI variables. http://www.opensourcecf.com/samples/coldfusion_and_anchors.cfm#cgiScope As far as I know, only Javascript knows what's in the URL as far as anchors go. Rick I

Re: OT: NFR (Not for resale) Software

2006-09-12 Thread Eric Haskins
Yeah I actually got booted from ebay awhile back because of microsoft. So I engaged them to find a solution and their response was there is no solution. I had purchased a bunch of hardware and a ton of software from a company that was shutting down. Unused unopened Office 2000 Professionals , 2 -

RE: OT: NFR (Not for resale) Software

2006-09-12 Thread Snake
Surely it is legal to sell hardware and include the OEM software, seeing as anyone can actually buy OEM software directly form MS and do the same thing. Russ -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 18:42 To: CF-Talk Subject: Re: OT: NFR

RE: OT: NFR (Not for resale) Software

2006-09-12 Thread Russ
A lot of companies will sell you a hard drive (usually a non-working one) with a copy of Windows. Not sure if that's legal or not. Russ -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:52 PM To: CF-Talk Subject: RE: OT: NFR (Not for

RE: upgradeing jar file in coldfusion server

2006-09-12 Thread Leon Oosterwijk
Eventhough Adobe doesn't support CFMX on 1.5 it does work, with some minor inconveniences. Leon -Original Message- From: krish P [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 9:08 AM To: CF-Talk Subject: Re: upgradeing jar file in coldfusion server Dave Watts

Re: upgradeing jar file in coldfusion server

2006-09-12 Thread Dan Plesse
You can try to bunce the class off the hard drive with a new ID your old1_5.jws file public class old1_5 extends new1_4_2 implements java.io.Serializable { private static final long serialVersionUID = 1820017752578914078L; } Assuming its just saved as 1.5 and does not use newer java

Does anyone know if #include works with cfforms

2006-09-12 Thread Dan Plesse
Does anyone know if #include myActions.as works with cfforms as a work around reserved keywords because I would like to use XIFF with cfforms but I am not sure how to include the imports and the listeners. cfsavecontent variable=onLoad ##include myActions.as /cfsavecontent Anyone play

anyone use kavachart?

2006-09-12 Thread Ray Champagne
I have a weird formatting issue that I can't figure out - if anyone uses this, please let me know. It'll probably be a 5 second fix, once you see it. Thanks, Ray ~| Introducing the Fusion Authority Quarterly

Re: Creating an API with coldfusion

2006-09-12 Thread Claude Schneegans
Has anyone done anything similar? I have many components I use in common for several sites I have on my server. In order to keep only one copy of them on the server, in IIS, I defined a mapping on the common directory, so that from any site/domain name I can access the same directory, ex:

Re: anyone use kavachart?

2006-09-12 Thread Claude Schneegans
It'll probably be a 5 second fix, once you see it. Sure,... but where? ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
looks pretty much the same as an equivalent coldfusion one as i said, the webservice works for everything but php arrays... Use a browser and access the wsdl directly. I.E. go to http://path/file.php?wsdl and it should display the xml for you Ryan Mitchell wrote:

Flash CFGRID Not Recognizing Clicked Row

2006-09-12 Thread Steve Moore
I've got a CFFORM with a Flash grid that is inconsistent in recognizing a row has been selected. Running CFMX 7.0.2 on Windows 2003 server. Clients running Flash 8 9. The code is: cfform action=temp.cfm method=POST target=_blank timeout=600 cfgrid name=tickets query=qryOpenTickets format=flash

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
I recall having some difficulties with CF reading a .NET recordset and had to use a custom UDF to parse out the result proper because CF couldn't do it on it's own. I'm almost positive that this is again the case. Have you tried using CFDump to see if CF is turning the result into a different

Creating comma-delimited list in SQL

2006-09-12 Thread Deanna Schneider
I know someone was just talking about this a day or so ago (or maybe even today), but I can't seem to find it. So, maybe whoever it is that wanted it will see this. This is Oracle-specific, but maybe you can translate it. You can make a function like so that will do what you want. I can't take

RE: anyone use kavachart?

2006-09-12 Thread Ray Champagne
Well, if anyone took the bait, I was gonna screencap it and put it on a site. Are you biting? :) -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:01 PM To: CF-Talk Subject: Re: anyone use kavachart? It'll probably be a 5

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
yeah, the problem is i dont even get a variable - just an immediate null pointer error as soon as i make the call to the remote method. I recall having some difficulties with CF reading a .NET recordset and had to use a custom UDF to parse out the result proper because CF couldn't do it on it's

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Do you have exception handling in place? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:50 PM To: CF-Talk Subject: Re: PHP webservice returns a Null pointer error yeah, the problem is i dont even get a variable - just an

Re: Creating comma-delimited list in SQL

2006-09-12 Thread Robertson-Ravo, Neil (RX)
Cursor?! Jeez. :-) This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

Re: upgradeing jar file in coldfusion server

2006-09-12 Thread Robertson-Ravo, Neil (RX)
But being unsupported is the key. Until it is, avoid Java 5. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

SOT Database design

2006-09-12 Thread Victor Moore
Hi, I have a database design question. I have to model a db to capture multiple types of events. While all of them are events the information needed to be captured for each subcategory of event is quite different. I think there are (at least) two ways of doing it: 1. Have a master event table

RE: Does anyone know if #include works with cfforms

2006-09-12 Thread Kevin Aebig
You might be able to cheat it by having the includes/imports in a separate SWF, loading that SWF into whatever form you want. The classes included should be added to the global namespace if they were built as classes properly. !k -Original Message- From: Dan Plesse [mailto:[EMAIL

RE: upgradeing jar file in coldfusion server

2006-09-12 Thread Dave Watts
Eventhough Adobe doesn't support CFMX on 1.5 it does work, with some minor inconveniences. Unfortunately, what's a minor inconvenience to one is a major roadblock to another. I would very much like to see a definitive list of what works and what doesn't. Dave Watts, CTO, Fig Leaf Software

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
not sure what you mean. i literally am just invoking a method on the webservice Do you have exception handling in place? !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:50 PM To: CF-Talk Subject: Re: PHP webservice returns a Null

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Brad Wood
Are you positive that the PHP web service is working properly? Do you have access to the PHP code? Are you passing in all required arguments to the method you are calling? What if you go to http://webserviceurl?wsdl in a browser-- do you get SOAP XML back or an error? ~Brad -Original

RE: SOT Database design

2006-09-12 Thread Tom Kitta
With the example you describe you can get away with a single table unless you predict changes in the future or application revolves around these events etc. Example: ColdFusion error logger - logs different ColdFusion errors. You can just have one error table and record all possible error

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
yeah, the webservice works completely fine and well. basically in php im returning back an array (i've set the wsdl datatype to xsd:anyType) if i change it to return an element of the array, then no problem, it all works if i change it to return the array, then i get a null pointer error Are

Re: Does anyone know if #include works with cfforms

2006-09-12 Thread Dan Plesse
Kevin, Holly crap that's a good idea!! Dan On 9/12/06, Kevin Aebig [EMAIL PROTECTED] wrote: You might be able to cheat it by having the includes/imports in a separate SWF, loading that SWF into whatever form you want. The classes included should be added to the global namespace if they

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Have you looked into the get_any() method for the webservice object? This could possibly help you dump anything returned... !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:07 PM To: CF-Talk Subject: Re: PHP webservice returns a

RE: Does anyone know if #include works with cfforms

2006-09-12 Thread Kevin Aebig
=] You can technically do this with anything that's unallowed in Flash. Simply make another SWF with the functions / classes / features you want to access and have than be set in the global. Of course this circumvents the security sandbox, so who knows how long it'll be available. !k

Re: Holy crap I like CFEclipse!

2006-09-12 Thread Nathan Strutz
There are definately people using SVN with .NET development. For instance, Scott Hanselman, who has a treasure trove of information here: http://www.hanselman.com/blog/CategoryView.aspx?category=Subversion including links to key resources like the SVN plugin for VS - http://ankhsvn.tigris.org/

RE: Creating comma-delimited list in SQL

2006-09-12 Thread Bobby Hartsfield
Longest email disclaimer on the planet?! Jeez. :-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 4:05 PM To: CF-Talk Subject: Re: Creating

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
You can wrap CF code with error handling to better control the flow of the script. Also, since you're creating a Axis Webservice Object, with a WSDL URL as it's target. The object itself has more methods than just those of the webservice and you can use them to see what's going on. Give this try:

Business Logic Question.

2006-09-12 Thread Ian Skinner
I have a requirement that I am having difficulty getting my head around. I am throwing it out to the great House of Fusion community for help. I have a table of photos. This is a pretty straight forward table with fields that give the path to a thumbnail file, a path to the full image file, an

Image resizing

2006-09-12 Thread Jake Churchill
I know I've seen this topic posted before but I need some input. I need an image resizing program, preferably written in Java that has the ability to resize images but retain the quality. What I currently use is a cfx tag programmed in C++. It does a good job but the smaller images always

Linux webserver

2006-09-12 Thread Doug Brown
Anyone know if their is a linux server with a windows type control panel? I would love to host my site on a linux system, but do not want to get into the command line stuff. I think I had enough of DOS back in the day. I have searched the linux site and really it does not say alot. Anyone

Re: PHP webservice returns a Null pointer error

2006-09-12 Thread Ryan Mitchell
i couldnt get to the stage where i could use it thanks for the help, if its not asking too much, you can have a go yourself. webservice is at: http://www.ryanmitchell.co.uk/rtCMS.php?wsdl method: listDirectory parameters: dir - d:\wwwroot\ryanmitchell.co.uk\www\ i made a basic php test SOAP

Re: Linux webserver

2006-09-12 Thread Jake Churchill
Most distros have some type of GUI config area. Personally I have always used SuSE which has YaST2. It's pretty good. You can do basic web server, ftp server, etc configurations. You can also download webmin for basically any Linux system. This provides a GUI web interface for server

Re: SOT Database design

2006-09-12 Thread Matt Williams
Knowing that future event types may be added, I vote for option 1. It feels wrong to have have a bunch of sometimes unnecessary fields. If you're on MSSQL (probably doable in other DBs, but I wouldn't know), you can set up 'views' which look like a table to CF, but do the join you are talking

OT: A Strike back at last

2006-09-12 Thread Mike Kear
Sorry for the off-topic post but this is such great news I hope you all wont mind ... The newspapers here are reporting that the Australian Federal Police have made an arrest of a Queensland con artist under the Anti-spam laws for sending out more than TWO BILLION emails offering a certain small

Re: Linux webserver

2006-09-12 Thread David Livingston
Suse has a great control panel called yast that makes a lot of tasks easier, but anyone using linux is going to want/have to learn the command line stuff after awhile. Also I have heard a bunch or good usability stuff about ubuntu. Coldfusion is not supported on ubuntu, but it is supported

RE: Image resizing

2006-09-12 Thread Snake
imageCFC (I forget who did it, maybe rick?) Imagemagick from alagad.com Russ -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 22:44 To: CF-Talk Subject: Image resizing I know I've seen this topic posted before but I need some input. I need an

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
I'm getting the object dump easily with this: cfset f = CreateObject(webservice,http://www.ryanmitchell.co.uk/rtCMS.php?wsdl;) cfdump var=#f# I'm taking a look at the service itself now... !k -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12,

RE: Image resizing

2006-09-12 Thread Andy Matthews
Rick Root's image.cfc. Google for that search term and you'll find it. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Jake Churchill

RE: A Strike back at last

2006-09-12 Thread Snake
Brilliant. They deserve eveything they get. On a similar note, hackers. Last year our network got taken down by a trojan that some hacker had installed on a clients server who was outside the firewall (he didn't believe he needed a firewall). Subsequently the trojan attacked our switches and

Framework

2006-09-12 Thread Donna French
Well I've finally read thru Sean Corfield's framework comparison post, presentation and have decided to dive into the CF framework world with Model-Glue. My background includes some VB.NET windows application development I'd like to hear from anyone willing to post. Whether you're using

Re: Business Logic Question.

2006-09-12 Thread Doug Brown
Well, I suppose I might chime in. If it were something that I was doing, I would stick to the season for the most part, and display different seasons as they approached. Right now we are about a week away from fall, and I would do some conditional coding and display the fall pictures say a month

RE: PHP webservice returns a Null pointer error

2006-09-12 Thread Kevin Aebig
Got it. cftry cfset f = CreateObject(webservice,http://www.ryanmitchell.co.uk/rtCMS.php?wsdl;) cfdump var=#f# cfset code = f.listDirectory(d:\\wwwroot\\ryanmitchell.co.uk\\www\\) cfdump var=#code# cfcatch type=any cfoutputp#cfcatch.message#/p pCaught an exception, type =

Re: Linux webserver

2006-09-12 Thread Doug Brown
Has anyone here used X Windows on their linux systems? Good bad or ugly? - Original Message - From: Jake Churchill [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, September 12, 2006 3:50 PM Subject: Re: Linux webserver Most distros have some type of GUI

RE: Business Logic Question.

2006-09-12 Thread Ian Skinner
so somebody has to go look for it and insert the picture into the database. Preferably the editor and not you :) Yes, thank goodness I do not insert the photos. We have three photographers that are contributing photos. They insert, describe and catorgize the photos. What the requrirement is

RE: SOT Database design

2006-09-12 Thread Tom Kitta
Just don't forget that its faster to query DB directly then use a View (not by much) - rather then creating a view invest your time into a stored procedure(s). Should you use Stored Proc instead of straight SQL - well if you do a lot of querying most likely yes, if not then you may go with ad hoc

Re: Linux webserver

2006-09-12 Thread Jordan Michaels
Doug Brown wrote: Anyone know if their is a linux server with a windows type control panel? I would love to host my site on a linux system, but do not want to get into the command line stuff. I think I had enough of DOS back in the day. I have searched the linux site and really it does not

  1   2   >