Invitation to connect on LinkedIn

2009-12-13 Thread dan plesse
LinkedIn I'd like to add you to my professional network on LinkedIn. - dan Confirm that you know dan plesse https://www.linkedin.com/e/isd/928005987/KbzKt6fD/ Every day, millions of professionals like dan plesse use LinkedIn to connect with colleagues, find experts

Re: Initializing Objects in Application.cfm

2006-11-22 Thread Dan Plesse
I download the zip and did a quick search for keyword java and dreamweaver and it returned 0 of 18 documents and all the set() methods are air methods should be object.setmethod(). I guess its to hide stuff. And not using objectFactory is like throwing rocks back at the people who are trying to

Re: Initializing Objects in Application.cfm

2006-11-22 Thread Dan Plesse
You forgot Air Methods, unreasonable cake and strictly forbidden. On 11/22/06, Aaron Roberson [EMAIL PROTECTED] wrote: On 11/22/06, Dan Plesse [EMAIL PROTECTED] wrote: I download the zip and did a quick search for keyword java and dreamweaver and it returned 0 of 18 documents and all

Re: Initializing Objects in Application.cfm

2006-11-22 Thread Dan Plesse
) , rule breaking (more reflection stuff) and decompiling via my JODE example. On 11/22/06, Dan Plesse [EMAIL PROTECTED] wrote: You forgot Air Methods, unreasonable cake and strictly forbidden. On 11/22/06, Aaron Roberson [EMAIL PROTECTED] wrote: On 11/22/06, Dan Plesse [EMAIL PROTECTED

Re: Initializing Objects in Application.cfm

2006-11-22 Thread Dan Plesse
AJAX and CF analogy and my JODE example. I really don't have a clue what you are talking about and why you think that cfoop.org is all wrong. Are you just trolling or do you have some valuable input that we should be considering? Respectfully, Aaron On 11/22/06, Dan Plesse [EMAIL

Re: Initializing Objects in Application.cfm

2006-11-22 Thread Dan Plesse
An air method is a new term to describe a method without a description or location of the object used in a demo? Like an antidemo demo. Dreamweaver was the method use to search usage of java which returned with zero hits. The whys can be answered too: Because its forbidden to use java because

Re: Requests / threads that hang

2006-11-22 Thread Dan Plesse
I like neils response the best. Two areas you can play with are: the VM of the host server. For example I switched java 1.5_09 for Jrun while going retro for CF's VM 1.4_09 and that seemed to work while point to VM locations to other hard drives. java.home=F:/CFusionMX7/runtime/jre and not

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-17 Thread Dan Plesse
Does anyone have a solution for this problem web services seems to be the only problem coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 2 system errors: *** Error: Could not find package java/util in: C:/CFusionMX7/runtime/jre/lib/ext/dnsns.jar

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-15 Thread Dan Plesse
I have an error in my coldfusion-err.log no such classpath element: C:\CFusionMX7\runtime/../../classes Anyone have a solution? I know I have make an adjustment in the jvm.configbut where. ~| Introducing the Fusion Authority

Re: Is there a way to dump all my SESSION.carts ?

2006-11-14 Thread Dan Plesse
No big deal but you could have cfset allSessions= createObject(java,coldfusion.runtime.SessionTracker ).getSessionCollection(application.applicationName) / or if don't feel like using createObject() function or createObject tag sometimes you can just forName() method of Class object cfset

Re: DSN-less Connections in ColdFusion MX

2006-11-14 Thread Dan Plesse
Actually JDBC connections are DSN-LESS by default. Dsn's use pooled connections and that's why people should use them but the process is entirely optional. You can even load drivers from anywhere and still get them registered locally so you can get a connection to the DB, a CVS Text file or

Re: Is there a way to dump all my SESSION.carts ?

2006-11-14 Thread Dan Plesse
Since you can't turn off the Class object that's how. Can some one repost this on a better subject heading? I just got Java 1.5.0_09 to work with coldfusion 7.01 jvm.config java.home=C:/CFusionMX7/runtime/jre1.5.0_09/ add xerces-2_8_1 resolver.jar xercesImpl.jar xercesSamples.jar xml-apis.jar

Re: Cool things about cf

2006-11-14 Thread Dan Plesse
DRE, I agree that's some bad stuff. It looks like when I first started coding 2 years ago. I would readLine() first Check Null true/false Enter the loop readLine again on the bottom of the loop End loop close() objects null them force gc() Look like this.

Re: factory / webservice

2006-11-14 Thread Dan Plesse
I think Axis comes with a config file. or goto the xml rpc factory inside CF. On 11/14/06, D F [EMAIL PROTECTED] wrote: Any ideas of where I can get data on the webservice settings in the factory. ~| Introducing the

Re: factory / webservice

2006-11-14 Thread Dan Plesse
Daniel, This is a bear of a method call. You have to find 8 valid strings and one mystery int to get this to work! Long hand Methods (the real stuff) public org.apache.axis.client.Stub getWebService(java.lang.String, java.lang.String,

Re: Mixing CF and JavaScript.

2006-11-14 Thread Dan Plesse
I reviewed every one's response so far and I did like a single one. I would use a bakery analogy. For example CF is like a cake it gets baked first then the sweet buttery javascript icing goes last. The two don't mix well. To cut the layers you need a fork called AJAX bla bla bla. What you need

I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-14 Thread dan plesse
Neil said that it was done before so did they use the same set of jars The jars solution came out of an Applet/Axis problem/solution so I tested a client side solution on the server side and it worked! Steps: Drop the folder jre1.5.0_09 on in to the runtime folder jvm.config

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-14 Thread Dan Plesse
I have to do more tests. Maybe nothing. On 11/14/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Forgive my ignorance but what is the cumulative effect of this manual upgrade? ~| Introducing the Fusion Authority Quarterly

Re: I just got Java 1.5.0_09 to work with coldfusion 7.01

2006-11-14 Thread Dan Plesse
My jvm.config java.home=C:/Program Files/Java/jdk1.5.0_09/ but now I am getting some dang errors Java Version 1.5.0_09 Java Vendor Sun Microsystems Inc. Java Vendor URL http://java.sun.com/ Java Home C:\Program Files\Java\jdk1.5.0_09\jre Java File Encoding Cp1252 Java

Re: I need some help

2006-11-13 Thread Dan Plesse
Make sure your Jrun RAM amount is normal. ~| 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.

Re: Cool things about cf

2006-11-13 Thread Dan Plesse
Yes I look it over and bookmarked it. I like this part In the case where you have a very large document, it is still fairly simple to use the underlying Java functionality to read documents in small increments and this was my question out to all CF Dev on how CF developers do this normally and

Re: ColdFusion Time Out Error....HELP!!!!!

2006-11-13 Thread Dan Plesse
Other Coldfusion engines have great JDBC pooling info CF dump from free *Smith CF Engine* - Session pool size: *1* - Page pool size: *1* - Datasource mckoi: *3* connections (*1* busy, *2* idle), Pool size: (max - *20*, min - *3*, init - *3*) It uses Jetty-6.0 Looks like you can

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
Aaron, I have BlueDragon JX sitting on my computer. Any install issues? Thanks On 11/13/06, Aaron Roberson [EMAIL PROTECTED] wrote: I am proud to say that this problem has been resolved thanks to the help of Vince Bonfati himself at New Atlanta! Here are the top two reasons why I

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
So far I tested Smith Free Coldfusion Engine and it works fine. http://www.smithproject.org/download.cfm I am hoping to start adding features to it like I have with CF. If I can get my CF 8 nixed features in this open source project that would be wonderfull. The first thing they have to do is

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
Its very interesting and the name sucks but it works and as a proof of concept project I can understand not doing all the tags on the very first version. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: Cool things about cf

2006-11-13 Thread Dan Plesse
DRE how do you deal with EOF and the null issue? Do you remember where you discovered BufferedReader and do you use the close() methods for those two objects? thanks I use StringReader to LineNumberReader after cffile to avoid another close() method and to get line number if I happen to need

Re: RESOLVED: Help using JSP Page within CFML

2006-11-13 Thread Dan Plesse
On 11/13/06, Dan Plesse [EMAIL PROTECTED] wrote: So far I tested Smith Free Coldfusion Engine and it works fine. http://www.smithproject.org/download.cfm I am hoping to start adding features to it like I have with CF. If I can get my CF 8 nixed features in this open source

Re: Are there any experts in CF Server for Linux?

2006-11-13 Thread Dan Plesse
You have to go into the Jrun.xml and increase the amount of threads and things and that should do it! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

Re: BLUEDRAGON

2006-11-13 Thread Dan Plesse
What is the difference between the JX version and normal server version? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: ColdFusion Time Out Error....HELP!!!!!

2006-11-12 Thread Dan Plesse
I would its' not its the database at all. Its between the database and coldfusion is where the problem is happening. Deep inside the JDBC pool as the error message clearly states. Sometimes error messages do tell the truth. Maintain Connections could be the problem. Sometimes its just better to

Re: ColdFusion Time Out Error....HELP!!!!!

2006-11-12 Thread Dan Plesse
Whoops that should say I would say its not the database at all and its a pooled connection error. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Next/Previous Records with UUID

2006-11-12 Thread Dan Plesse
Sure you can go up down and all over the place without a primary key. The cfquery object comes packed with a host of features and is the most feature rich object of the whole coldfusion arsenal. Mastery of this object is fundamental to understanding coldfusion. You can get record position using

Re: ColdFusion Time Out Error....HELP!!!!!

2006-11-12 Thread Dan Plesse
Well that could be it. Also increase the size of the pool. On 11/12/06, Russell Christiansen [EMAIL PROTECTED] wrote: Yes I do. Timed out trying to establish connection Do you have the Maintain Connections parameter checked for this datasource in the CF administrator? --

Re: Cool things about cf

2006-11-11 Thread Dan Plesse
I am interested to find out how other CFers do line by line search replace and the insert text like Dreamweaver does it. What do CF developers do if there is multiple steps are needed to change a html file for example. I guess they play with the whole html file as one big chunk of text and use

Re: Could not generate stub objects for web service invocation

2006-11-11 Thread Dan Plesse
Interesting. Is this wen service running on a dev net licence? It could be dang watermark issue if it is. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

Re: Odd CFX error with Java CFX on CFMX 6.1

2006-11-10 Thread Dan Plesse
Try not using CFX. You have the jar so create the objects you need and call the methods. If you need need to nornal java source use a Java Web Service and pass objects to it with WDDX if necessary. I don't know of advantage of using CFX over createObject(). If you know of any please advise.

Re: Odd CFX error with Java CFX on CFMX 6.1

2006-11-10 Thread Dan Plesse
Well first createObject will let you know if its a class/java seeing issue. The runtime logs are the best place to review errors. It seems like its a CFX problem and not a java problem. And its better to load all your class from one location over the net so your upgrades can happen a lot faster

Re: Resetting a CF Web service cache

2006-11-09 Thread Dan Plesse
I believe CF has a undocumented refresh method. On 11/9/06, Smith, Daron [PA] [EMAIL PROTECTED] wrote: It seems that CF caches web service WSDL definitions, that is if I make a change to the underlying web service code (in .Net) CF seems to try to submit according to the old wsdl. If I

Re: Resetting a CF Web service cache

2006-11-09 Thread Dan Plesse
I will put the full line on my CF Java list cfset RpcService.refreshWebService( http://wonderboy:8500/MX/components/dude.cfc?wsdl;) http://tech.groups.yahoo.com/group/java_coldfusion_hacks/ On 11/9/06, Dan Plesse [EMAIL PROTECTED] wrote: I believe CF has a undocumented refresh method

Re: Class Decompiler

2006-11-08 Thread Dan Plesse
Thanks Tony I just made a utility for this problem. Next would be a runtime utility. Now we are talking. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your

Re: Cool things about cf

2006-11-08 Thread Dan Plesse
I looked at how java works with web services i.e axis and the fact that you don't have to do extra work in CF to ship/send/ or receive any kind of object is truly amazing. In java land its yet another issue. For java web service on CF I have to WDDX each object before its sent and before its

Re: Class Decompiler

2006-11-07 Thread Dan Plesse
The decompiler I have seen was an applet I wonder if CF could interact with it. I think it was jode http://*jode*.sourceforge.net/ * book Decompiling Java * On 11/7/06, Tony Hicks [EMAIL PROTECTED] wrote: OS is Windows Server 2003. Thanks for the tips... I was afraid there wouldn't be a

Re: Class Decompiler

2006-11-07 Thread Dan Plesse
This is my guess cfset FileWriter = createObject(java,java.io.FileWriter ).init(C://jode.txt) cfset ProgressListener = createObject(java, jode.decompiler.ProgressListener) cfset Decompiler = createObject(java, jode.decompiler.Decompiler) cfset

Re: Class Decompiler

2006-11-07 Thread Dan Plesse
Cool I got it! It took me a few more tries. Maybe 15 minutes in total. Output file looks like /* ClassViewer - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import

Re: Cool things about cf

2006-11-07 Thread Dan Plesse
I think coldfusion allows beginners access to java at a level never before seen and hooks into a wealth of open source projects which no other lanaguage can. I just wrote a CF jode decompiler in under 15 minutes and the day before I found out how to delete a row within a cfquery object using its

Re: HELP: Speeding up a Collection

2006-11-07 Thread Dan Plesse
My guess is COM with java. I would stay inside java and don't venture out into COM. It even looks like they use the same methods. Go figure. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: Web services...SOLVED

2006-11-06 Thread Dan Plesse
You could have cleared using CF own clear web service function or go to the admin and do it. On 11/6/06, dsmith @ psea. org dsmith @ psea. org [EMAIL PROTECTED] wrote: This problem appeared to be related to DNS. It seems that CF had an old address cached. I restarted CF and it now works.

Re: Using CFCHART to generate batch charts?

2006-11-05 Thread Dan Plesse
I would ask the third party who sold the licence to Adobe to see if this can be done. Sounds like a job for a servlet. Saving results to disk should be a default feature. On 11/5/06, Terry Ford [EMAIL PROTECTED] wrote: Does anyone know if there is a way to use CFCHART on CFMX to generate a

Re: Get imagesize

2006-11-02 Thread Dan Plesse
I think I have solved the cross brower issue with regards to java applets but the only way to know for sure is to test. You don't have to use the chat app just check to see if the form below the applet says Applet started http://flashjabber.kicks-ass.net:9000/smack_applet.html Some secs 1.

Re: Get imagesize

2006-11-02 Thread Dan Plesse
!//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 3:15 PM To: CF-Talk Subject: Re: Get

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread Dan Plesse
My google talk example I posted here a few days ago shows how to do this. If you didn't completely garbage collect you could reconnect to the gtalk server. becomes xmppconnection becomes == undefined StructDelete(application,XMPPConnection,true); becomes == NO after you javaCast(null,null);

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Neil, This is basically a CF java 101 question and I am shocked shocked well not that shocked. Interesting coldfusion.sql.QueryColumn has two listIterators and implements java.util.List public java.util.ListIterator listIterator(int) public java.util.ListIterator listIterator() I would try

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Dan Plesse

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Please reread the method summary :) only 9 methods to speak of :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Interesting! It says you can get the list size if and only if the iterator is at the end of the list. So if *hasNexthttp://java.sun.com/j2se/1.4.2/docs/api/java/util/ListIterator.html#hasNext%28%29 *() == false { int get = nextIndex() ; }

Off Road CF 7 with Google Talk

2006-10-29 Thread dan plesse
Steps 1-5 1. Replace the current smack jar in root lib with a new 2.1 smack jar 2. Connect application.XMPPConnection = createObject(java, org.jivesoftware.smack.XMPPConnection).init(talk.google.com, javaCast(int,5222), gmail.com); 3. login application.XMPPConnection.login(x, xx);

Re: Look, up in the sky! (you gotta go do this)

2006-10-27 Thread Dan Plesse
I was thinking Scorpio was that supervillainhttp://en.wikipedia.org/wiki/Supervillaincharacter on the *The Simpsons http://en.wikipedia.org/wiki/The_Simpsons* http://en.wikipedia.org/wiki/You_Only_Move_Twice ** ~| Introducing

Re: CF chat in CFMX?

2006-10-26 Thread Dan Plesse
Does it have to be CF based??? I just created the first two parts of chat system using JSObject and based on Jabber with Smack. It uses pushes events based on java and hands the results on over to javascript. Javascript configures a hidden windowless applet which handles the network

Re: CF chat in CFMX?

2006-10-26 Thread Dan Plesse
What is perfect? I think chat systems and web apps should remain on different systems and have their own resources. Databases and email servers have this set up like this. On 10/26/06, Andy Matthews [EMAIL PROTECTED] wrote: It does have to be CF based. I didn't notice that line about 6.1.

Re: DB2 Cursor question

2006-10-25 Thread Dan Plesse
With JDBC I always had to set the object fist to allow that to happen. On 10/24/06, Loathe [EMAIL PROTECTED] wrote: Let's try this again. Asume the following table: aftest.tperdet mac_id (varchar) parno (varchar) ident (char) How would I write a cursor to say, pull a single row, and

I have a javascript programcalling a java program and it works in IE however

2006-10-24 Thread Dan Plesse
I have a javascript programcalling a java program and it works in IE however it uses the object tag and the other browers don't seem to know what to do. Example http://www.cfide.org/JS2J/JSTOJ2.html The goal is to use the applet push events to hand them over in a ajaxfunction i but if I

Re: SOT: Any way to get table names and datatypes via a query?

2006-10-22 Thread Dan Plesse
I always got this kind of information via the connection object and metaData() function and Claude has always offered that ODBC product. From the DSN use getConnection().getMetaData() I think. On 10/22/06, Pete Ruckelshaus [EMAIL PROTECTED] wrote: Nice, Steve, thanks! This will save me a lot

Re: Coldfusion Portal application

2006-10-18 Thread Dan Plesse
What makes a portal a portal? On 10/18/06, Teddy Payne [EMAIL PROTECTED] wrote: Ray Camden started a CF portal: http://www.coldfusionportal.org/ Teddy On 10/18/06, David Low [EMAIL PROTECTED] wrote: The beauty of CF has always been that you could do this very quickly yourself,

Re: Who do i write this JAVA in CF?

2006-10-18 Thread Dan Plesse
This GetTaxResult getTaxResult = port.getTax(getTaxRequest); Looks like this in CF cfset GetTaxResult = CreateObject(java, port).getTax(getTaxRequest) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

I just created deserialize and view object web service in pure java inside CF

2006-10-17 Thread Dan Plesse
I just created deserialize and view object web service in pure java inside CF The main goal was show how you can transfer java objects into a pure java web services inside CF effectively getting around that limitation. Accepts only wddx which are deserialize java objects and it only has one

Re: jsp chartdirector and coldfusion

2006-10-16 Thread Dan Plesse
I was going to say wars are just jar with set up info. On 10/15/06, Richard White [EMAIL PROTECTED] wrote: after alot of searching i have managed to find how to do this. I found a link which talks about the integration of chartdirector and coldfusion. For anyone interested it is:

Re: Looking for good Java resources for ColdFusion Developers

2006-10-16 Thread Dan Plesse
= WddxDeserializer.deserialize(InputSource) cfset FileReader.close() On 10/16/06, Dan Plesse [EMAIL PROTECTED] wrote: WDDX Meets Pure Java Web Service Something I always wanted to do is create objects in jws and then access them in coldfusion without createObject. Now you just point cffile and output

Re: Looking for good Java resources for ColdFusion Developers

2006-10-16 Thread Dan Plesse
WDDX Meets Pure Java Web Service Something I always wanted to do is create objects in jws and then access them in coldfusion without createObject. Now you just point cffile and output to cfddx. The invoker cfinvoke webservice=http://localhost:8500/wddx_test.jws?wsdl; method=toLower

Re: CFMX ODBC problems..

2006-10-13 Thread Dan Plesse
try JDBC drivers http://www.minisoft.com/pages/middleware/jdbc/jdbc.html On 10/12/06, Ben Smith [EMAIL PROTECTED] wrote: I'm looking for a fix for this one too - seeing a similar error using a pronto ODBC driver. Alexis, Did you ever get an answer to this problem? Also, do you have

Re: Looking for good Java resources for ColdFusion Developers

2006-10-13 Thread Dan Plesse
I have that ebook and its not that great. Forta has been doing a better job with his newer books. All the other books might have one or two chapters worth looking at. I have been mostly off road java for CF. Mostly compiling, class viewing, class loading and stuff like that and text to voice and

Re: Soap and namespaces A bit deeper

2006-10-12 Thread Dan Plesse
Will Hopefully my class dumper will find its way into CF 8. I made it in like 5 mins so its not a full dump. I don't know anything about NetSuite and what it does and why. All I can do is remind you of some tools you can use. For example you also have Java Web Services you can use in addition

Re: ANN: ColdFusion Contest

2006-10-12 Thread Dan Plesse
I think its a java object or a type of socket in java. On 10/12/06, Casey Dougall [EMAIL PROTECTED] wrote: On 10/12/06, Dan Plesse [EMAIL PROTECTED] wrote: And what the hell is a data pipe? So this whole thing is a scam? Kind of the like the poor people who send me emails from far away

Re: [OT] Managed DNS Services - recommendations/feedback?

2006-10-12 Thread Dan Plesse
Go wireless try WIMAX On 10/12/06, powell @ nauticom. net powell @ nauticom. net [EMAIL PROTECTED] wrote: We had yet another ATT T1 line failure yesterday. Even though we have a Verizon DSL as backup, that only helps for outbound traffic, since all of the DNS entries at ATT resolve to the

Re: mySql connector J

2006-10-12 Thread Dan Plesse
What the hell is nexbid? On 10/12/06, Doug Brown [EMAIL PROTECTED] wrote: Can someone tell me what they have listed in CF for the mySql connector? Here is what I have CF DataSource = myDsn JDBC URL = jdbc:mysql://localhost:3306/myDsn Driver Class = com.mysql.jdbc.Driver Driver Name =

Re: mySql connector J

2006-10-12 Thread Dan Plesse
I am using the Beta 5.0.3 classloaded and it works fine in MX however my properties file points to logger=com.mysql.jdbc.log.StandardLogger which might be the one thing making a difference. On 10/12/06, Doug Brown [EMAIL PROTECTED] wrote: Will the new 5.0 connector work with MX? -

Re: CF, jdbc, SQL2k5 problem

2006-10-11 Thread Dan Plesse
: jdbc:sqlserver:/stargate\dbinstanceone:1433;DatabaseName=StoneCutters On 10/10/06, Dan Plesse [EMAIL PROTECTED] wrote: I think what is needed here is a good old look see of your JDBC URL. Nothing else is needed

Re: Compiling Java / Error

2006-10-11 Thread Dan Plesse
network login doesn't have that kind of access. I will try at my earliest convenience. Thanks for all the help! -Ben .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent

Re: ANN: ColdFusion Contest

2006-10-11 Thread Dan Plesse
And what the hell is a data pipe? So this whole thing is a scam? Kind of the like the poor people who send me emails from far away places asking for money. I am missing my goat please help. ~| Introducing the Fusion Authority

Re: Simple CFDump

2006-10-11 Thread Dan Plesse
Well for Java objects you can create simple text out output. I posted an example already just look around for it. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information

Re: Cfadmin getAdminHash error after updater2

2006-10-11 Thread Dan Plesse
I got that crap too ! I think its a very common error. Did you fix it yet? Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: Soap and namespaces A bit deeper

2006-10-11 Thread Dan Plesse
Will, Did you fix the error and did you call the constructor correctly? Dan ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: Automating data source password changes

2006-10-10 Thread Dan Plesse
Dan, First CF 6 does not have the admin stuff only CF 7. (I am not sure if that was because I was selling lots admin software and add ons or not) Second the password attribute in cfquery overrides the datasource password and lastly you have to encode the password before you add it to neo. I

Re: CF, jdbc, SQL2k5 problem

2006-10-10 Thread Dan Plesse
I think what is needed here is a good old look see of your JDBC URL. Nothing else is needed. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Automating data source password changes

2006-10-10 Thread Dan Plesse
Whoops cfide.administrator.components.datasource is around in 6 I assumed incorrectly he was talking about the Admin API. Still the password has to be a special format I think that was a pain. Neil the truth is out there. Go google and post the solution.

Re: Automating data source password changes

2006-10-10 Thread Dan Plesse
How are getting an encrypted value before it gets placed in neo-query? If you pull out an encrypted value from neo-query then you are getting the old value since neo is your backup file. What you need to do is create new value and place those values into neo.

Re: Compiling Java / Error

2006-10-10 Thread Dan Plesse
Ben, Did you try it or not? Dan ~| 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.

Re: Compiling Java / Error

2006-10-09 Thread Dan Plesse
Ben, Why don't you compile it with coldfusion via jws and then classload it via coldfusion bootstrap? I would alway keep code in each class to keep private static final long serialVersionUID = 1820017752578914078L; from having those errors. Dan

Re: Compiling Java / Error

2006-10-09 Thread Dan Plesse
am willing to learn. Thanks, Ben .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 1:50 PM To: CF-Talk Subject: Re: Compiling Java / Error

Re: SQl Server 2005 w/ Mirroring. How does CF know when to 'failo ver' to the mirror?

2006-10-08 Thread Dan Plesse
You can also use java util props and keep shrinking the code until you get one line. Like the CF classLoader, one line is all you need! cfset application.sqlserver_connection = createObject(java, java.lang.Class).forName(macromedia.jdbc.MacromediaDriver).newInstance().connect(#jdbc_str#, props)

Re: SQl Server 2005 w/ Mirroring. How does CF know when to 'failo ver' to the mirror?

2006-10-08 Thread Dan Plesse
I think this is it. cfset FileInputStream = createObject(java, java.io.FileInputStream ).init(sqlServer.properties) cfset props = createObject(java, java.util.Properties).init() cfset props.load(FileInputStream) cfset FileInputStream.close()

Re: SQl Server 2005 w/ Mirroring. How does CF know when to 'failo ver' to the mirror?

2006-10-08 Thread Dan Plesse
And finally if isClosed() equals YES then its closed and a NO means its open. cfset FileInputStream = createObject(java, java.io.FileInputStream ).init(C:\CFusionMX7\wwwroot\sqlServer.properties) cfset props = createObject(java, java.util.Properties).init() cfset props.load(FileInputStream)

Re: SQl Server 2005 w/ Mirroring. How does CF know when to 'failo ver' to the mirror?

2006-10-08 Thread Dan Plesse
It mainly shows a way to make your code more compact and reading stuff from a properties file and using that infomation in your JDBC connection. Does SQL server send out information when it restarts? If isClosed() is YES sever is down and another check or ping isClosed() No means it's back.

Re: Soap and namespaces A bit deeper

2006-10-08 Thread Dan Plesse
Will, When you get Unable to find a constructor for class com.netsuite.webservices platform.core_1_3.RecordRef that accepts parameters of type ( java.lang.String, java.lang.String, com.netsuite.webservices.platform.core_1_3.types.RecordType ). It means you did not call the constructor

Re: How to get MS-Access Table Column info without cfobjec

2006-10-07 Thread Dan Plesse
To get table info from MS Access you need to talk to the connection object and ask the connection via a method which has four args. Scroll down to see the output http://www.cfide.org/getColumnLength.html A jws web service is the best way if you can't handle the null requirements for the method

Re: Java ClassLoader / JavaLoader.cfc Question

2006-10-04 Thread Dan Plesse
It's the only logical solution. I think my code is out there on the net and it might have cost me some dollars because the problem had to do with JDBC drivers and I am assuming the other classloaders still can't do JDBC but maybe they can do it now, darn. Wishlist for CF 8: A way report a JDBC

Re: Java ClassLoader / JavaLoader.cfc Question

2006-10-04 Thread Dan Plesse
I retest of javaloader version 2 HelloWorld = loader.create(org.hsqldb.jdbcDriver); hello = HelloWorld.init(); loads fine and I can see the object but class = createObject(java, java.lang.Class).forName( org.hsqldb.jdbcDriver); still blows up class = createObject(java, java.lang.Class);

Re: cfinvoke throwing jsp compiler error

2006-10-04 Thread Dan Plesse
Wow that's not even a valid url. you need a dot plus cfc myCFC.cfc?wsdl On 10/4/06, Les Mizzell [EMAIL PROTECTED] wrote: Tested locally this works great: cfinvoke webservice=http://www.myURL.com/components/myCFC?wsdl; method=getEMPLOYEES returnvariable=getSTAFF

Re: Java ClassLoader / JavaLoader.cfc Question

2006-10-03 Thread Dan Plesse
It could be the order in which you loaded everything. You have to load the jars first then the classes. The second issue could be the level or depth of the classloader might be too shallow. ~| Introducing the Fusion Authority

Re: No buffer space available (maximum connections reached?)

2006-10-01 Thread Dan Plesse
Jochem, Are you saying users can turn connection pooling off and people are getting their collective hands dirty with JDBC conections or is it if the connection fails reconnect and hence persist? What I meant was if someone was making connections outside the scope of pooling and making a

Re: No buffer space available (maximum connections reached?)

2006-10-01 Thread Dan Plesse
Richard, I use *netstat -a* The Connection object has methods to test the connection Can you provide a full stack trace? Does it look like this? Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Error establishing socket. No buffer space available (maximum connections

  1   2   3   >