Using Java 7 G1 garbage collector

2011-03-30 Thread Carl Meyer
JDK 7 preview is available: http://jdk7.java.net/ Have done a small amount of testing with Java 7 and find encouraging results for application performance particularly with the new Garbage First garbage collector -XX:+UseG1GC in place of the usual -XX:+UseParallelGC garbage collector. Don’t

CFM Generators

2011-03-30 Thread zac wingfield
I just picked this up from another post but i thought it deserves it's own thread. http://www.sebgen.com this is brilliant! ive never come across anything like this before. Also there are full apps on there. Many thanks Steve Bryant :-) If anyone else knows of similar sites please do post

Re: Fullasagoog not updating?

2011-03-30 Thread Raymond Camden
You can always use ColdFusionBloggers.org. ;) (And seriously - if you don't use it now because it's missing something, let me know.) On Tue, Mar 29, 2011 at 10:28 PM, Dave Merrill enigm...@gmail.com wrote: Not sure if this is a live-under-a-rock-and-missed-the-news thing, but the latest post

RE: CFSEARCH puzzle

2011-03-30 Thread Kevin Parker
Did the replacement thing and it worked a treat. Thanks for your help guys!!! ++ Kevin Parker Advanced Imaging e: webmas...@advancedimaging.com.au w: www.advancedimaging.com.au m: 0418 815 527 ++ http://au.linkedin.com/in/krparker -Original Message- From:

Re: CFSEARCH puzzle

2011-03-30 Thread Raymond Camden
So to be clear - was the issue indeed that HTML tags in the context were perhaps breaking your layout/display? On Wed, Mar 30, 2011 at 5:34 AM, Kevin Parker tras...@internode.on.net wrote: Did the replacement thing and it worked a treat. Thanks for your help guys!!! ++ Kevin

RE: CFSEARCH puzzle

2011-03-30 Thread Pac Man
please take me off your list you ve got the wrong email address To: cf-talk@houseoffusion.com Subject: RE: CFSEARCH puzzle Date: Wed, 30 Mar 2011 21:34:46 +1100 From: tras...@internode.on.net Did the replacement thing and it worked a treat.

Re: CFSEARCH puzzle

2011-03-30 Thread Raymond Camden
This is a public listserv. At the bottom of every message is a link to unsubscribe. On Wed, Mar 30, 2011 at 6:13 AM, Pac Man n...@hotmail.co.uk wrote: please take me off your list you ve got the wrong email address Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

RE: CFSEARCH puzzle

2011-03-30 Thread Kevin Parker
It looks like that was the case Ray - thanks again for your help ++ Kevin Parker Advanced Imaging e: webmas...@advancedimaging.com.au w: www.advancedimaging.com.au m: 0418 815 527 ++ http://au.linkedin.com/in/krparker -Original Message- From: Raymond Camden

Re: CFM Generators

2011-03-30 Thread Steve Bryant
If anyone else knows of similar sites please do post some links. Zac, Thanks for the kind words. The best place to look for these sorts of things is Charlie Arehart's brilliant CF411. I see that I haven't asked Charlie to list my generator yet, so I will try to do that soon. Here is the

Re: CFSEARCH puzzle

2011-03-30 Thread Michael Grant
Please stop eating all the power pellets. On Wed, Mar 30, 2011 at 7:13 AM, Pac Man n...@hotmail.co.uk wrote: please take me off your list you ve got the wrong email address To: cf-talk@houseoffusion.com Subject: RE: CFSEARCH puzzle Date: Wed,

Re: Fullasagoog not updating?

2011-03-30 Thread Dave Merrill
Thaks Ray, wasn't aware of this somehow. (Though I suppose I should have guessed... what *haven't* you built???) Looks good, added to the reader on my droid. That is, after I took 5 minutes to figure out how to type an = sign on the droid virtual keyboard; apparently I never had to do that on

RE: CFSEARCH puzzle

2011-03-30 Thread Pac Man
Yeah but in order to unsubscribe is asking for my username and password. i never registered to this website. PLEASE HELP NEED TO UNSUBSCRIBE!! To: cf-talk@houseoffusion.com Subject: Re: CFSEARCH puzzle Date: Wed, 30 Mar 2011 06:17:07 -0500 From:

Re: CFSEARCH puzzle

2011-03-30 Thread Dave Watts
Yeah but in order to unsubscribe is asking for my username and password. i never registered to this website. PLEASE HELP NEED TO UNSUBSCRIBE!! Right below that form, there's this: If you do not remember your login information, you can get your username/password emailed to you. And in

Re: CFM Generators

2011-03-30 Thread zac wingfield
Cool, book marked, thanks again zac If anyone else knows of similar sites please do post some links. Zac, Thanks for the kind words. The best place to look for these sorts of things is Charlie Arehart's brilliant CF411. I see that I haven't asked Charlie to list my generator yet, so

Re: What event specifically triggers OnApplicationStart?

2011-03-30 Thread Dave Burns
Ian Skinner - I owe you an apology. After studying the access logs from the web server, I can't say with 100% certainty but it looks like this happened because someone hit the web server using an IP address. They didn't use the password to force a call to OnApplicationStart so it must have

CF error with .Net webservice

2011-03-30 Thread Tony
hi there. i have an internal WS that one of our .NET guys has made for me to test something. [WebMethod] public string AddWithObject(Additives input) { int result = input.Input1 + input.Input2; string s = result.ToString(); return s ;

Re: CF error with .Net webservice

2011-03-30 Thread John M Bliss
when he makes the same thing return a character (not a number) it bombs Error message? On Wed, Mar 30, 2011 at 1:52 PM, Tony tonyw...@gmail.com wrote: hi there. i have an internal WS that one of our .NET guys has made for me to test something. [WebMethod] public string

Re: CF error with .Net webservice

2011-03-30 Thread Ras Tafari
ok. i think we are going crazy here. the little test works now. and i get this back Result value=2 / however, the REAL service i am trying to hit, is not working. and im getting this error back: i know what im SUPPS to get back... an xml string with parameters as well as values inside tags.

Re: CF error with .Net webservice

2011-03-30 Thread John M Bliss
What do you get if you cfdump ar after the createObject() Do you see ar.AR_CustSearch or ar.CustSearch and, if so, what're that node's details? Note, if you see ar.CustSearch, try changing your code from ar.AR_CustSearch to ar.CustSearch On Wed, Mar 30, 2011 at 2:18 PM, Ras Tafari

Re: CF error with .Net webservice

2011-03-30 Thread Tony
AR_CustSearch(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String,

Re: CF error with .Net webservice

2011-03-30 Thread Tony
fyi, this is the code im calling it with: cfscript ar = createObject(webservice, http://navtrak580.navtrakcorp.com/eBusinessSuiteWS/AR.asmx?wsdl;); inputter = structNew(); inputter.sUser = x; inputter.sPwd = x; inputter.sCompany = NT;

Re: CF error with .Net webservice

2011-03-30 Thread John M Bliss
Looks like it's looking for 22 strings and you're passing 21, unless I'm counting wrong. and/or Try calling it like this: request.response = ar.AR_CustSearch(x, x, NT, Navtrak, , , , , , , , , , , , , , , , , , ); On Wed, Mar 30, 2011 at 2:33 PM, Tony tonyw...@gmail.com wrote:

Re: CF error with .Net webservice

2011-03-30 Thread Ras Tafari
:) you are a charm. gracias! i went over the list at least 10 times. tw On Wed, Mar 30, 2011 at 3:42 PM, John M Bliss bliss.j...@gmail.com wrote: Looks like it's looking for 22 strings and you're passing 21, unless I'm counting wrong. and/or Try calling it like this: request.response

Re: CF error with .Net webservice

2011-03-30 Thread Tony
btw, their documentation has only 21 parameters. i knew there had to be a missing one. either way, MUCHAS GRACIAS! On Wed, Mar 30, 2011 at 3:46 PM, Ras Tafari rastaf...@gmail.com wrote: :) you are a charm.  gracias! i went over the list at least 10 times. tw On Wed, Mar 30, 2011 at 3:42

Re: CF error with .Net webservice

2011-03-30 Thread John M Bliss
De nada. On Wed, Mar 30, 2011 at 2:52 PM, Tony tonyw...@gmail.com wrote: btw, their documentation has only 21 parameters. i knew there had to be a missing one. either way, MUCHAS GRACIAS! On Wed, Mar 30, 2011 at 3:46 PM, Ras Tafari rastaf...@gmail.com wrote: :) you are a charm.

Re: locale now()

2011-03-30 Thread Richard White
thanks, in actual fact our clients have to sign up for the site, we can capture it then and will develop a function to calculate their dates... thought there may have been an easier way to do it :) That will not work alone, as this is still done on the server side and will always be the same

Re: Open source ColdFusion forums

2011-03-30 Thread Steve Bryant
For anyone interested, the near future has arrived and the second beta of Neptune is out. http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/18/Neptune-Beta-15 I look forward to any and all feedback! Thanks, Steve Take a look at the Neptune framework and see if it doesn't come close

Re: Open source ColdFusion forums

2011-03-30 Thread Judah McAuley
I think you linked to the Beta 1.5 release. Here is the blog article for Beta 2: http://www.bryantwebconsulting.com/blog/index.cfm/2011/3/30/Neptune-Framework-in-Beta-2 Good job, Steve, this looks like an interesting project. I shall have to check it out. Cheers, Judah On Wed, Mar 30, 2011 at

Re: Open source ColdFusion forums

2011-03-30 Thread Steve Bryant
Thanks on both counts! Steve I think you linked to the Beta 1.5 release. Here is the blog article for Beta 2: http://www.bryantwebconsulting.com/blog/index.cfm/2011/3/30/Neptune-Framework-in-Beta-2 Good job, Steve, this looks like an interesting project. I shall have to check it out. Cheers,

Re: Fullasagoog not updating?

2011-03-30 Thread Matthew Williams
I'd hit up Geoff Bowers (Geoffrey Bowers mod...@daemon.com.au). The daemonites host/maintain it. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~| Order the Adobe Coldfusion Anthology now!

Processing Empty Form Fields

2011-03-30 Thread Scott Williams
Hi all -- I have an edit record form that populates the fields with values from a database. The user can make changes to the information, click the Submit button, and the database is updated. Here's the code for the Update query: cfquery name=query1 datasource=#dsn# UPDATE Accounts Set

Re: Processing Empty Form Fields

2011-03-30 Thread Justin Scott
It works fine as long as there is data in every form field. If a form field is blank, however, CF throws up. It's actually the database throwing up because the resulting SQL is invalid. There are a couple of things you can do, but the one suggestion which should solve the problem is to use

RE: Processing Empty Form Fields

2011-03-30 Thread Bobby Hartsfield
CF throws up doesn't tell us much but I'd imagine it isn't CF at all. I'd say it is more than likely the database server generating the error. CFqueryparam will solve this... among other things. All of those values should be using it. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

Re: Processing Empty Form Fields

2011-03-30 Thread Greg Morphis
You can also use cfparams to put default values and check for default values for all of your form fields.. e.g. cfparam name=form.name default= / cfparam name=form.age default=0 / cfif form.age eq 0 !--- the user failed to enter an age --- /cfif cfif not len(form.name) !--- no name

Re: Processing Empty Form Fields

2011-03-30 Thread Les Mizzell
SET Name =cfqueryparam cfsqltype=cf_sql_varchar value=#form.name# / Do the below. Will insert a null if the field is empty.. cfqueryparam value=#trim(myFormField)# cfsqltype=CF_SQL_VARCHAR null=#not len(myFormField)#

Re: Fullasagoog not updating?

2011-03-30 Thread Sean Corfield
FWIW, Geoff was notified about it two weeks ago and was looking into it... On Wed, Mar 30, 2011 at 5:47 PM, Matthew Williams mai...@geodesicgrafx.com wrote: I'd hit up Geoff Bowers (Geoffrey Bowers mod...@daemon.com.au).  The daemonites host/maintain it