Re: ColdFusion not seeing standard Java classes when using CFINVOKE

2008-08-29 Thread Joel Parramore
I do not believe you can use cfinvoke to create instances of Java classes-- Only CFC's. I saw in the docs the use w/CFC or web services, but I've seen enough examples being used with Java code that not explicitly saying that one couldn't invoke Java classes didn't seem to be an issue. Try

ColdFusion not seeing standard Java classes when using CFINVOKE

2008-08-28 Thread Joel Parramore
Hello folks, I'm converting a CFC to use cfinvoke instead of createObject becase of a hosting provider's restrictions. When using cfinvoke, ColdFusion (v8 Developer edition, under Windows 2003 Server) does not see standard Java classes; however, when using createObject, there does not appear

ColdFusion not seeing standard Java classes when using CFINVOKE

2008-08-28 Thread Joel Parramore
Hello folks, I'm converting a CFC to use cfinvoke instead of createObject becase of a hosting provider's restrictions. When using cfinvoke, ColdFusion (v8 Developer edition, under Windows 2003 Server) does not see standard Java classes; however, when using createObject, there does not appear

RE: Macromedia.com

2002-01-31 Thread Joel Parramore
the EJB stuf f. (Of course, getting a job using it without the almost requisite corporate exp erience is harder.) I find my main problem in doing so at times is simply findin g the time (or making it, different problem)... Regards, Joel Parramore -Original Message- From: Andy Parry

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Joel Parramore
ColdFusion (or editor of choice) from there with CVS, also. And, as with any versioning system, your source control is only as good a s long as all users agree to use it consistently. Regards, Joel Parramore -Original Message- From: Jaye Morris [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: A few quick regular expression questions

2002-01-17 Thread Joel Parramore
Kola Regards, Joel Parramore __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc

RE: CFFILE to different domain

2002-01-17 Thread Joel Parramore
, the firewall is confi gured to allow it. Regards, Joel Parramore -Original Message- From: Jennifer Larkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 4:30 PM To: CF-Talk Subject: Re: CFFILE to different domain Perhaps CFFTP is what you're looking for. At 11:25 AM 1

RE: Oracle 8i and cfstoredproc confusion

2002-01-16 Thread Joel Parramore
You can only call stored PL/SQL procedures from Oracle using CFSTOREDPROC , not stored PL/SQL functions. Also, RETURNCODE has to be no for Oracle. Regards, Joel Parramore -Original Message- From: Eric Gilbert [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:42 PM

RE: Overwriting a session

2002-01-10 Thread Joel Parramore
haven't tried the last before for cfid/cftoken session/client management cookies, so it's possible ColdFusi on won't let you override those settings). Regards, Joel Parramore -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 8:46 AM To: CF

RE: cf and cgi session variables compatibility

2002-01-09 Thread Joel Parramore
) .. % Regards, Joel Parramore -Original Message- From: loic jegouzo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 9:35 AM To: CF-Talk Subject: cf and cgi session variables compatibility hello, i have pb with cf session variables. i have created two numeric

RE: CFFTP Problem

2002-01-08 Thread Joel Parramore
Without knowing more about your setup, one can't really suggest much. There's a knowledge base article on a similar issue which might help: http://www.allaire.com/Handlers/index.cfm?ID=22319Method=Full Regards, Joel Parramore -Original Message- From: Tyler Clendenin [mailto:[EMAIL

RE: OT: Move off of windows

2002-01-04 Thread Joel Parramore
a VNS session with a Linux box (or a Windows box) window It doesn't let yo u run a dual-booting system per se. Regards, Joel Parramore -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:02 PM To: CF-Talk Subject: Re: OT: Move off of windows

RE: Dave or someone -- Help me with error msg!!!

2002-01-04 Thread Joel Parramore
and username? Did you try putting in the password for that user in the CFQUERY tag? Just a couple of thoughts... hope it helps. Regards, Joel Parramore -Original Message- From: Julia Green [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:39 PM To: CF-Talk Subject: Dave

RE: Speeding up select queries

2002-01-02 Thread Joel Parramore
(if it's not already indexed), or create a combined index, and see if that helps. If you're not the DBA for the database, have a chat with that per son about it. Regards, Joel Parramore -Original Message- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:55

RE: Running CF as command line tool

2001-12-28 Thread Joel Parramore
both CF and Perl as needed... :-) Regards, Joel Parramore -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 11:36 AM To: CF-Talk Subject: Running CF as command line tool I am wondering what it takes to run CF to perform certain tasks

RE: Running CF as command line tool

2001-12-28 Thread Joel Parramore
as regards file handling below should read and file handling features, also,... Regards, Joel Parramore -Original Message- From: Joel Parramore [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 11:53 AM To: CF-Talk Subject: RE: Running CF as command line tool I've

RE: tricky form question

2001-12-18 Thread Joel Parramore
the CFHTTPPARAM tag and have the ASP page echo that back to you. If that doesn't work, check your CF version and patches/hotfixes, apply as needed, and try it again. Hope this helps... Regards, Joel Parramore -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED]] Sent

RE: CFSET_Ballbuster ???

2001-12-17 Thread Joel Parramore
/articles/index.cfm?ArticleID=26 Regards, Joel Parramore = ***THE CODE:*** cfset q1_qnty_1A = FORM.srf_q1_qnty_1A CFIF ISDEFINED (FORM.srf_q1_qnty_2A) cfset q1_qnty_2A = FORM.srf_q1_qnty_2A cfelse

RE: Java - Socket()

2001-12-12 Thread Joel Parramore
of headers, for one). Lower-level socket operations would require the use of a custom tag, either written in C++ or Java, or a COM/DCOM object. Regards, Joel Parramore -Original Message- From: Rudy Rustam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 5:18 AM To: CF

RE: Form Submittal

2001-12-11 Thread Joel Parramore
) browsers, though. Regards, Joel Parramore -Original Message- From: Marcus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 1:39 PM To: CF-Talk Subject: RE: Form Submittal if you name the submit buttons, then form.submitbutton1 and form.submitbutton2 exist

RE: CFX tag for checking Email Addresses

2001-12-06 Thread Joel Parramore
You might take a look at this message from the Allaire forums: http://forums.allaire.com/coldfusion/messageview.cfm?catid=7threadid=215927 Hope this help... Regards, Joel Parramore -Original Message- From: Ron Anderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001

RE: A little RegEx help . . .

2001-12-05 Thread Joel Parramore
FindNoCase(0,string) would work as well... Regards, Joel Parramore -Original Message- From: cf refactoring [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 4:11 PM To: CF-Talk Subject: Re: A little RegEx help . . . Dave H, Your answer CFIF REFindNoCase('0

RE: CF and cached pages

2001-12-05 Thread Joel Parramore
on that. It kinda depends on what you want to do... Regards, Joel Parramore -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 4:12 PM To: CF-Talk Subject: CF and cached pages I have a problem here, I cannot resolve it. My issue

RE: CF and cached pages

2001-12-05 Thread Joel Parramore
Ah. Then something like what I suggested below would work for you, I think, for the majority of browsers. I think someone else just posted a concrete example of the same. Regards, Joel Parramore -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent

RE: OT- Credit card merchant/processor

2001-12-03 Thread Joel Parramore
possibility --- I had looked at using them for a project since shelved: http://www.ibill.com They had a straightforward interface to use for payment processing, but I can't say what their service levels would have been or remember what the pricing structure was, off-hand. Regards, Joel Parramore

RE: MAC File Upload Issues

2001-12-03 Thread Joel Parramore
Mac filenames don't use \ --- they use : instead. So what you're seeing makes sense if you're uploading from a Mac. You could use the CGI.HTTP_USER_AGENT variable to try and see what OS the file upload is coming from and deal with the paths based on that. Regards, Joel Parramore

RE: MAC File Upload Issues

2001-12-03 Thread Joel Parramore
, myself. We do file uploads for several applications and haven't had that particular problem reported (doesn't mean that someone didn't see it and was just lazy about reporting, though). Regards, Joel Parramore -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: WAP and CFM

2001-11-30 Thread Joel Parramore
and Wmlscript Site: http://www.anywhereyougo.com/ Regards,, Joel Parramore -Original Message- From: Mookie Bear [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 1:06 PM To: CF-Talk Subject: WAP and CFM hey guys, please tell me if this is possible. I want to create

RE: Credit Card Validation

2001-11-29 Thread Joel Parramore
CyberCash (www.cybercash.com) used to have references on their site --- you might check there to find what you're looking for. Regards, Joel Parramore -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:03 AM To: CF-Talk Subject: Re

RE: Java Object - String format - WDDX - String format - Java Object

2001-11-20 Thread Joel Parramore
-packet to whatever other application requires it; 4) WDDX deserialize the string, save it to a file, then use Java to deserialize it back from the file. Or, instead of a file, serialize the Java object to a byte array, or a string, and WDDX-serialize that instead. Regards, Joel Parramore

RE: Testing SQL statements

2001-11-20 Thread Joel Parramore
Try SELECT * FROM tblMainEntry,TblDetailEntry WHERE tblMainEntry.EmpID = 60597 AND tblDetailEntry.REcordDate = TO_DATE('11-30-2001','MM-DD-'); assuming tblDetailEntry.REcordDate is a DATE field. Regards, Joel Parramore -Original Message- From: Angel

RE: Using characters other than ? in the url query string

2001-11-16 Thread Joel Parramore
, Joel Parramore -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 3:06 AM To: CF-Talk Subject: RE: Using characters other than ? in the url query string I don't know how to do that, but there is a custom tag that will do that for you

RE: Parsing/Stripping out not letters or numbers

2001-11-02 Thread Joel Parramore
Err, the difference would be that the first doesn't support using regexps and the second does? Or has something been changed here? Regards, Joel Parramore -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 10:09 AM To: CF-Talk

RE: Parsing/Stripping out not letters or numbers

2001-11-02 Thread Joel Parramore
Ah, a typo. Okay... Disregard previous reply... Regards, Joel Parramore -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 10:10 AM To: CF-Talk Subject: RE: Parsing/Stripping out not letters or numbers soz - typo - I meant

RE: CFTRANSACTION error in CF example

2001-09-25 Thread Joel Parramore
/CFTRY /CFTRANSACTION Maybe it's useful, maybe not. Have fun... Regards, Joel Parramore -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 10:20 AM To: CF-Talk Subject: CFTRANSACTION error in CF example There is an error

RE: MySQL and CFTRANSACTION

2001-09-25 Thread Joel Parramore
MySQL hasn't support transactions very well (if at all) in previous versions. Try searching the forums for some hints. Here's one that I found: http://forums.allaire.com/coldfusion/messageview.cfm?catid=10threadid=22086 1highlight_key=ykeyword1=cftransactionkeyword2=mysql -Original

RE: simple oracle sp

2001-09-13 Thread Joel Parramore
TESTSTATES; outErrorNo := 'SUCCESS'; EXCEPTION WHEN OTHERS THEN outErrorNo := 'FAIL'; END pSelectStates; END TestBed; / /** END PACKAGE */ Hope this helps... Regards, Joel Parramore -Original Message- From: Deanna Schneider [mailto:[EMAIL

RE: Database query question

2001-08-17 Thread Joel Parramore
= G.FOOD_ID AND A.FOOD_ID = H.FOOD_ID (alter the WHERE as need to selectively get one FOOD_ID or several, or whatever other criteria you need to put in) which will flatten the rows for you. Not quite that elegant but it will get the job done... Regards, Joel Parramore

RE: Database query question

2001-08-17 Thread Joel Parramore
I just realized that I totally misread that question --- never mind that previous reply. Grrr... it's morning... -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:38 AM To: CF-Talk Subject: Database query question I've been

RE: looping form collection

2001-08-16 Thread Joel Parramore
, Joel Parramore -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 3:29 PM To: CF-Talk Subject: Re: looping form collection I don't think that form fields were always stored in a structure, were they? I think you need to find out

RE: GTE problem

2001-08-15 Thread Joel Parramore
it works without a problem on NT 4.0 SP6a, using CF 5.0 Enterprise edition. Regards, Joel Parramore -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 9:36 AM To: CF-Talk Subject: RE: GTE problem I can't replicate this - I

RE: Any horror stories from not locking session vars?

2001-08-06 Thread Joel Parramore
Somewhat related: is there any reason to do locking when you're only *reading* from application variables? -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 10:11 AM To: CF-Talk Subject: Any horror stories from not locking session vars?

RE: form field parameter not recognized

2001-08-03 Thread Joel Parramore
How do you know the form field is there? It's on the HTML form? If it's blank, that particular browser may not be passing it back to the server. Just in case, use CFIF IsDefined(form.gname) And form.gname IS /CFIF instead to test for its existence, or use a CFPARAM tag to initialize the

RE: jsp - cfhttp equivalent

2001-07-24 Thread Joel Parramore
Scott: You can do an HTTP GET or POST using Java quite easily. Check out Java's URL and URLConnection classes --- they have what you'll need. Here's a link to Sun's Java Tutorial to get you going: http://java.sun.com/docs/books/tutorial/networking/urls/index.html Regards, Joel

RE: Credit Card Processing

2001-07-23 Thread Joel Parramore
Replies below... Regards, Joel Parramore -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 4:13 PM To: CF-Talk Subject: Credit Card Processing I have a client that wants to take orders on the internet. I have never done

RE: CF5/Oracle bug

2001-07-23 Thread Joel Parramore
CF 5.0 has a feature wherein you need to specify MAXROWS=-1 in the CFPROCPARAM tag for the reference cursor being returned in order to get all rows. There have been a couple of comments on the Allaire ColdFusion forums about this as well. Regards, Joel Parramore -Original Message

RE: CF5/Oracle bug

2001-07-23 Thread Joel Parramore
Hey, no problem. Glad to help and save someone else from chewing their fingernails down to the elbows over the problem... :-) Regards, Joel Parramore -Original Message- From: Adam Phillip Churvis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 5:44 PM To: CF-Talk Subject

Brainbench certification

2001-07-19 Thread Joel Parramore
Hello folks, I was going over the Brainbench site and considering if it would be worth it to get their certification for ColdFusion. Any comments on how well-accepted/noticed/regarded/received/etc. (or not) Brainbench certification is? Regards, Joel Parramore

Problem calling Oracle stored procedures (PL/SQL functions) by using CFSTOREDPROC

2001-07-10 Thread Joel Parramore
using for ColdFusion is an NT 4.0 Server running CF 4.5.1 SP2, with the native Oracle 8i driver. Thanks again in advance, and Regards, Joel Parramore P.S. --- In the ColdFusion 4.0 Web Application Construction Kit, by Ben Forta, he states (page 474 of the third edition) that Oracle stored functions