Re: SOLR config in CF10

2015-03-31 Thread James McCullough
If you are using CF10 or CF11 the file is now jetty.lax You can find it in this directory {cfusion}\jetty The line you want to change is around 68 or so. >The Adobe docs say that in order to configure SOLR (as in upping the memory >available to it) in CF10 one needs to edit the solr.lax f

Re: SOLR config in CF10

2015-03-31 Thread James McCullough
If you are using CF10 or CF11 the file is now jetty.lax You can find it in this directory {cfusion}\jetty The line you want to change is around 68 or so. >The Adobe docs say that in order to configure SOLR (as in upping the memory >available to it) in CF10 one needs to edit the solr.lax fil

Re: cf11 and Tomcat Datasources

2015-01-28 Thread James McCullough
This is not the right forum for that question. That info is available in the Tomcat documentation. >>> Is possible to configure a data-source in Tomcat and have it visible > >Yes but how do I add the datasource at the Tomcat level first? ~

Re: cf11 and Tomcat Datasources

2015-01-28 Thread James McCullough
> Is possible to configure a data-source in Tomcat and have it visible > to the CF11 instance? If so how? I have tried following the Tomcat > doc but continue to run into this error: > DAOException: Naming Exception while looking up DataSource Connection > mydb: > Name [mydb] is not bound i

Re: Hacking?

2013-09-06 Thread James Moberg
> Is anyone familiar with this code: http://pastebin.com/2v3PMx4M I googled the author's name. It's "Too Simple File Manager" ($15), but this versions is outdated and has been modified to allow commandline execution and SQL transactions: http://www.cftagstore.com/?page=viewTag&tagId=290 ~

Re: Weird issue with SOLR and cfindex - it won't index more than 10k rows

2013-02-26 Thread James Mc
The 10k records entry is only for autocommit which means that as soon as your collections reaches 10k uncommitted docs it will commit them and then start queuing up more. What could be happening is that you have more than 10k but less than 20k documents which would leave these documents uncom

Re: Hack - Further Information

2013-02-05 Thread James F
your server was compromised, I suggest you do a search for any files changed within the past 2 months and you will probably find them. James F ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion

Re: Hack - Further Information

2013-02-05 Thread James F
your server was compromised, I suggest you do a search for any files changed within the past 2 months and you will probably find them. James F On Tue, Feb 5, 2013 at 3:54 AM, Russ Michaels wrote: > > I have to say I have never once had that in my 12 years of installing cf > servers, if

RE: cfftp with SSL (Coldfusion 8)

2012-12-20 Thread James Davis
nearly as simple as a cfftp tag, but once I got it working, it's been rock solid. Being an apache project, their documentation is pretty good, although geared towards a java dev, so you'll have to translate it into your cf code. Good lu

Re: CFWindow Timing Issue

2012-12-03 Thread James Steubing
> I am incorporating CFWindow and coldfusion.window functions into my > site and have them working very well except for one issue. I would > like to execute some javascript after the cfwindow fully opens but > everything I am doing appears to execute after the popup appears but > before the c

CFWindow Timing Issue

2012-12-03 Thread James Steubing
I am incorporating CFWindow and coldfusion.window functions into my site and have them working very well except for one issue. I would like to execute some javascript after the cfwindow fully opens but everything I am doing appears to execute after the popup appears but before the coldfusion p

Re: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag

2012-03-06 Thread James Dodge
> I believe you should wrap your data with cfprocessingdirective tag. I tried cfprocessingdirective with the following pageencodings with no change in behavior: windows-1252, windows-950, windows-936, big5, utf-8. Same thing happens - if I put any sort of html tag around the Chinese characters

Re: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag

2012-03-06 Thread James Dodge
> I believe you should wrap your data with cfprocessingdirective tag. I tried cfprocessingdirective with the following pageencodings with no change in behavior: windows-1252, windows-950, windows-936, big5, utf-8. Same thing happens - if I put any sort of html tag around the Chinese characters

CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag

2012-03-05 Thread James Dodge
Hi all. CM9. CFDocument. PDF. Chinese characters. Ugh. When first migrating from CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese characters, the characters would not show in the PDF (though they showed just fine in HTML or FlashPaper), which seems to be a known is

Re: Remove all CF comments

2012-03-01 Thread James Holmes
That's misrepresenting the thread. This is more accurate: Me: Don't use comments, use tests. Cutter: Noobs can't read tests Me: That's why we pair program. Michael: What do *you* do if all the developers who worked on the project are long gone? You: Read the tests. (implication; I'm not a noob).

Re: Remove all CF comments

2012-03-01 Thread James Holmes
Read the tests. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 1 March 2012 22:33, Michael Stemle wrote: > > So what do you do ten years later when nobody on the team was there when > the code was written? > >

Re: Remove all CF comments

2012-03-01 Thread James Holmes
I don't see why you care... -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 1 March 2012 22:30, Dave Watts wrote: > I just don't see why that's the hill you > want to die on. ~| Order the Adobe Coldfusion A

Re: Remove all CF comments

2012-03-01 Thread James Holmes
This is why we pair program. Eventually everyone on the team has seen each bit of code in the app (or at least most of it) and when new people come along they get to sit with someone who knows the app well and can reinforce the design expressed in the tests. Regardless of skill level they can then

Re: Remove all CF comments

2012-02-28 Thread James Holmes
I should also have added, tests *are* the documentation. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 29 February 2012 09:48, Michael Stemle wrote: > > > Tests are great, useful, and absolutely vital to modern development > practice... but they are a poor substitute for docu

Re: Remove all CF comments

2012-02-28 Thread James Holmes
in computer science. > > Tests are great, useful, and absolutely vital to modern development > practice... but they are a poor substitute for documentation or debuggers. > > -- > ~ Mike Stemle, Jr. > > On Feb 28, 2012, at 19:36, James Holmes wrote: > > > > > Those

Re: Remove all CF comments

2012-02-28 Thread James Holmes
Those using comments to plan code probably don't have any tests. Tests are essential to allow re-factoring with confidence; comments don't provide that benefit. This is not a religious belief, it's something that can be demonstrated the first time you want to maintain a 1500 line file and all you

Re: how deeply nested are your code comments?

2012-02-28 Thread James Holmes
Yes, I've seen code commented out with commented out code in it. Steps to fix: 1) Commit to Git 2) Delete everything that's been commented out. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 29 February 2012 01:03, Michael Dinowitz wrote: > > I know that we all remove unused

Re: Remove all CF comments

2012-02-28 Thread James Holmes
Really good tests and self explanatory code do exactly that. Any code that isn't self explanatory is too complex and needs to be re-factored. Code that's so obscure that it needs a comment is silliness. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 28 February 2012 23:32, Mic

Re: Remove all CF comments

2012-02-28 Thread James Holmes
Try TDD. The unit tests express the design for the code; comments are therefore unnecessary. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 28 February 2012 22:04, Raymond Camden wrote: > > When you arrive in Heaven with all the perfect code,please send us a > postcard. ;) >

Re: Session variables not working

2012-02-27 Thread James Holmes
Actually, a cfapplication tag will work fine outside of Application.cfm so technically this isn't true. Of course it makes sense to use Application.cfm or Application.cfc. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 28 February 2012 04:36, Russ Michaels wrote: > > yes you

Re: CF attack on a buddies server

2012-02-23 Thread James Holmes
This would confirm which patches are missing: http://www.hackmycf.com/ -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 24 February 2012 02:46, Pete Freitag wrote: > > On Wed, Feb 22, 2012 at 7:55 PM, Ras Tafari wrote: > > > any idea how they were able to get the file that r

Re: CFScript Book

2012-02-21 Thread James Holmes
Well, nobody's better off writing in Java, but C# would be an alternative. On Wednesday, February 22, 2012, Russ Michaels wrote: > > cfscript to many defeats the who point of why they chose cf in the first > place, because it was a html like easy to learn tag based language. > When you go down t

Re: SOT: Eclipse RDS to VivioTech stuck at "Contacting Server"

2012-02-18 Thread James Holmes
Ah sorry, misread. RDS (not RDP) communicates via port 80, so that's not likely the issue. However, I might add that enabling RDS for a production server is an incredibly bad idea. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 18 February 2012 16:48, James Holmes

Re: SOT: Eclipse RDS to VivioTech stuck at "Contacting Server"

2012-02-18 Thread James Holmes
My first guess is that the server's firewall rules are blocking RDP. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 18 February 2012 16:41, Michael E. Carluen wrote: > > I am finally moving from Homesite to Eclipse. I installed > Eclipse/CFEclipse/AdobeCF8Extension (with RDS)

Re: Accessing the Application Scope of another App

2012-02-08 Thread James Holmes
Did you know you can just write a new cfapplication tag to swap to the other app, delete the key and then swap back again with a subsequent cfapplication tag? -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 9 February 2012 04:13, Brook Davies wrote: > > Hi, > > Can you guys te

Re: New computer set up

2012-02-04 Thread James Holmes
Just email coldfusionbuil...@freeriatools.adobe.com and let them know what's happened. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 5 February 2012 13:08, Steven Durette wrote: > > > Thanks for the idea, but I am a student and this is a freeriatools.adobe.com installation (y

Re: Opinion: Abuse of session variables

2012-02-01 Thread James Holmes
Race conditions in session variables can only occur when two requests from the same session execute concurrently. This is more likely with ajax requests or framesets. Since everyone uses ajax requests these days (even though no-one uses framesets any more), it is still an issue, as you say. -- Shu

Re: opencfsummit.org may have saved my job

2012-01-07 Thread James Holmes
As an aside, if a client wants to cut costs they can always go with Railo, into which they can port CF code almost as-is. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 7 January 2012 20:39, Donna Bing wrote: > > Hi all! > > I asked about this conference http://opencfsummit.o

Re: XML! Aaargh! How do I do this?

2012-01-01 Thread James Holmes
BTW, the issue with the existing code is this: xmllennox-products CF thinks you are trying to do maths on xmllennox and products by subtracting one from the other. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 2 January 2012 10:10, James Holmes wrote: > xmllen

Re: XML! Aaargh! How do I do this?

2012-01-01 Thread James Holmes
Try searching directly for the modelName: Dump that result to see how to get the name. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 2 January 2012 09:18, Rick Faircloth wrote: > At this point, all I'm really after is the "modelName/text()" ~

Re: XML! Aaargh! How do I do this?

2011-12-30 Thread James Holmes
If you are just after products, you can dramatically simplify the code by using xmlsearch() to get them with xpath instead of manually looping multiple levels down. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 31 December 2011 08:50, Justin Scott wrote: > > > Okay... I've w

Re: Converting scientific notation to pure numeric

2011-11-26 Thread James Holmes
Try removing the space between the E and the exponent, or replacing it with + -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 26 November 2011 15:30, Mike Kear wrote: > > I'm having a brain fade at the moment, or perhaps it's a senior > moment.Hopefully someone here can hel

Re: Adobe drops Flsh for mobile devices

2011-11-11 Thread James Holmes
Sure - on CF Community. This is a technical mailing list, not Oprah. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 12 November 2011 08:16, Judah McAuley wrote: > > I don't know, Wil, I think that the topic of tone and tenor of > responses to mailing lists (empathy vs correc

CF8 Flash Grid problem

2011-11-04 Thread Paul James
Hi, I've inherited a CF8 Flash grid in that is (now) just hanging and not retrieving any data. It does use an onLoad Actionscript event, which I thought wasn't allowed in a Flash grid and I thought this might be at the root of it but it has been demonstrated on the original developer's machine.

Re: CF in the news

2011-10-21 Thread James Holmes
Either bad reporting or the politician involved is a lunatic. How is the logging portion of ColdBox supposed to track all internet users' activity? -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 21 October 2011 23:32, John M Bliss wrote: > > Interesting: > > http://www.busin

Re: Amazingly annoying concurrent CFC variable issue

2011-10-15 Thread James Holmes
I'll bet you didn't var the query as well: SELECT RecordID,RecordTitle FROM Records WHERE RecordID = Using the local scope (as others have said) makes this less of a pain. http://www.bifrost.com.au/ On 15 October 2011 23:46, Tavs Dalaa wrote: > > > > Tried to Var and cflock, ie: > > >

Re: cfobject dotnet assembly

2011-10-15 Thread James Holmes
You can't create an instance of that class that way. http://msdn.microsoft.com/en-us/library/microsoft.web.administration.sitecollection(v=vs.90).aspx says, "public sealed class SiteCollection : ConfigurationElementCollectionBase This class is sealed and does not implement a public constructor.

Re: Shouldn't these statements work?

2011-10-15 Thread James Holmes
Also not a word. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 15 October 2011 17:58, Russ Michaels wrote: > > dictionaryophile ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldf

Re: encrypted files

2011-10-10 Thread James Holmes
Don't do anything else without your lawyer going over the original contract under which the software was supplied. The original devs may be correct and for all you know your current clients may be attempting to have you violate copyright. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.a

Re: detecting mobile devices

2011-10-04 Thread James Holmes
Yes: use WURFL. This might be useful: http://cfwurfl.riaforge.org/ -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 4 October 2011 22:20, Don wrote: > > We have a requirement to 'detect mobile devices'. > > ... are there any recommendations. > > ~

Re: WSDL 404 Error

2011-09-24 Thread James Holmes
Back on our old CF servers (6 or 7, I can no longer remember) we needed to create a mapping that matched the physical path to fix this issue. So if our cfc was in http://mydomain.com/some_folder/hello.cfc, we needed to create a CF admin mapping for /some_folder/ to the physical path. -- Shu Ha

Re: CF Standard License

2011-09-23 Thread James Holmes
Have you considered Railo? Its pricing is really, really competitive. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 24 September 2011 01:45, Richard White wrote: > > Hi, > > Am i right in understanding that the only places to get CF9 Standard > licenses are from Adobe or hos

Re: Sessions failing due to multiple CFID / CFTOKEN cookies

2011-09-12 Thread James Skemp
Clearing cookies works for some users, while others run into the issue again after some amount of time, after clearing their cookies. James > We're encountering the following issue with some percentage of IE > users (Definitely but not necessarily limited to IE8 8.0.7601.17514 &

Re: *OT* CVS for NT

2011-09-09 Thread James Holmes
Consider Git with TortoiseGit as well. Git has made our lives better than they were while using SVN. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 9 September 2011 21:51, Greg Morphis wrote: > > Okay cool, I'll install SVN on our dev server and see how it goes, thanks > for

Re: Workstation recommendations

2011-09-07 Thread James Holmes
You know the hardware has absolutely nothing to do with getting a virus, right? -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 8 September 2011 09:28, Peter Donahue wrote: > > Good evening everyone, > > This past week must have been computer-workstation die-off or something. M

Re: How do you compose your dev teams?

2011-09-03 Thread James Holmes
You mentioned that all of your team are remote workers, right? Distributed Agile is painful. Latitude hurts and longitude kills. This is really good advice: http://agileinaflash.blogspot.com/2011/04/rules-for-distributed-teams.html Agile is hard enough to introduce when everyone is in the same ro

Re: Problem with pound signs

2011-08-23 Thread James Holmes
Alternatively, set the the outgoing mail's failto address to a different mailbox, so you know that all mail going to that box is a failure. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 23 August 2011 20:07, Russ Michaels wrote: > > yes but auto responders and server

Re: Developer edition not recognizing 9.01

2011-08-09 Thread James Holmes
Which executable did you run: http://download.macromedia.com/pub/coldfusion/updates/901/ColdFusion_update_901_WWEJ_win.exe or http://download.macromedia.com/pub/coldfusion/updates/901/ColdFusion_update_901_WWEJ_win64.exe -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On

Re: Method Opinion

2011-08-01 Thread James Holmes
I'm not sure how your religious prejudices come into this, but whatever. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 2 August 2011 08:08, <> wrote: > > I just hate ayatollahs ~| Order the Adobe Co

Re: Method Opinion

2011-08-01 Thread James Holmes
And I was almost going to say, "but Claude will post that a delimited list is a great idea" to save you the trouble. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 2 August 2011 02:43, <> wrote: > > A cross table is definitely THE standard way to do it. > > Although it

Re: Method Opinion

2011-08-01 Thread James Holmes
Avoid the delimited list idea; it always bites you on the arse eventually. Use the first option. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 1 August 2011 21:46, Robert Harrison wrote: > > Curious as to what you all think is the best method for something. I have >

Join us for RIACon 2011!

2011-07-29 Thread James Archy
Join us for RIACon 2011! The Rich Internet Application Conference, August 6th and 7th � Rockville, MD http://www.riacon.com RIACon is the DC area's newest Rich Internet application conference. This event will focus on developers interested in ColdFusion, Flex/ActionScript, JavaScript, and

Re: Its ColdFusion's Fault

2011-07-26 Thread James Holmes
I guess when Google+ finally destroys Facebook, the same open source tools he's glorifying will have caused that failure. Regardless, Myspace hasn't run on CF for a long time (as suggested, they migrated to .NET via BlueDragon ages ago). Myspace failed because it was full of ugly sites with conte

Re: Passing a Ref_cursor to Oracle Stored procedure

2011-07-22 Thread James Holmes
The short answer is that you can't do this from CF. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 23 July 2011 00:09, Dave Smith wrote: > > Has anyone ever passed a cf_sql_refcursor as an IN param to an oracle stored > proc?  I am getting the following error when I tr

Re: Iphone app

2011-06-29 Thread James Holmes
One free alternative is Sencha Touch (http://www.sencha.com/products/touch/), but I'd probably try to stick with jQuery Mobile too. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 29 June 2011 22:47, Al Musella, DPM wrote: > > Hi >  I need to write either an app for th

Re: application.cfm

2011-06-25 Thread James Holmes
No. Happy now? -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 26 June 2011 07:19, <> wrote: > My question was "is it possible to get around this". ~| Order the Adobe Coldfusion Anthology now! http:/

Re: CF vs. Java Web Developer

2011-06-25 Thread James Holmes
Anyone who wants to fix the problem of distracted programmers in the office should try Pair Programming. http://www.extremeprogramming.org/rules/pair.html -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 25 June 2011 02:10, Aaron Rouse wrote: > > I am far less distract

Re: So to flog the preverbial undead horse

2011-06-14 Thread James Holmes
As far as I can tell, when a larger entity swaps away from CF it's generally in favour of C# on .NET. My employer and a few of the larger dev shops I talked with have been making this move. If you're spending time on .NET, I suggest getting into MVC3 and sticking with C#. -- WSS4CF - WS-Security

Re: Debugging SOAP

2011-05-24 Thread James Holmes
Yes, the fiddler proxy is worth a shot. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 22:07, Brook Davies wrote: > > I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for debugging > web service calls and it can dump the raw XML request/respons

Re: Debugging SOAP

2011-05-24 Thread James Holmes
-- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 22:07, Brook Davies wrote: > > I use Fiddler (http://www.fiddler2.com/Fiddler2/version.asp ) for debugging > web service calls and it can dump the raw XML request/response and allows > you to inspect HTTPS traf

Re: Debugging SOAP

2011-05-24 Thread James Holmes
SSL is designed to stop you doing exactly that. You would need to send your request to a proxy that has a spoofed certificate, all of which is a pain to organise. On Tuesday, 24 May 2011, Robert Rhodes wrote: > > Yes, that is the case.  And all my attempts so for to view the https xml and > res

Re: Debugging SOAP

2011-05-24 Thread James Holmes
One issue the OP faces is that the traffic is HTTPS. The request will have to change to HTTP before anything useful will show up. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 24 May 2011 16:14, Jochem van Dieten wrote: > > On Tue, May 24, 2011 at 9:55 AM, Robert Rho

Re: SQL Quandary

2011-05-22 Thread James Holmes
It can be. Taking your last example: IF (SELECT checkProjected FROM tbl_Params WHERE siteID = 1) = 1 select projected from tbl_stockItems where projected > 10 else select projected from tbl_stockItems where projected <10 This can be written as: select projected from tbl_stockItems where ( (

Re: SQL Quandary

2011-05-22 Thread James Holmes
Why not just add the subquery in as part of the where clause for each type of record you want? On Monday, 23 May 2011, Jenny Gavin-Wear wrote: > > Thanks Russ, I agree, I can't see a way around it using CASE or JOINS. > -- -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ ~

Re: ColdFusion and AJAX choices

2011-05-19 Thread James Holmes
1) It's 90k minified 2) Those 10 lines will inevitably be 1 line of jQuery 3) Those 10 lines will work in your favourite browser; then you find that IE x has some quirk you didn't count on, etc 4) You and Claude S will best friends, I can tell -- WSS4CF - WS-Security framework for CF http://wss4cf

Re: ColdFusion and AJAX choices

2011-05-17 Thread James Holmes
Yes; ignore everything in that list and use jQuery. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 17 May 2011 23:50, Darius Florczyk wrote: > > Hi, I need to add AJAX functionality in a new project and wondering if anyone > had any recommendations for the most robust

Re: Ack! CF9 pages not serving pages on IIS7.5 (404.3 error)

2011-05-12 Thread James Holmes
On 13 May 2011 13:08, Robert Rhodes wrote: > > There just has to be a decent workaround for this problem. There is: http://projects.apache.org/projects/http_server.html ~| Order the Adobe Coldfusion Anthology now! http://www.a

Re: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-11 Thread James Holmes
No. Not all DB's are equal just because they all run SQL. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 11 May 2011 10:45, Maureen wrote: > > They are all "real" databases.  The majority of  the problems that > website databases have are caused by badly written code,

Re: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-11 Thread James Holmes
Works for me. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 11 May 2011 11:26, Dave Watts wrote: > >> You could always both swap to a real database: >> >> http://www.oracle.com/technetwork/database/express-edition/overview/index.html > > Your DB2 link is broken.

Re: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-10 Thread James Holmes
You could always both swap to a real database: http://www.oracle.com/technetwork/database/express-edition/overview/index.html :-O -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 11 May 2011 08:51, Russ Michaels wrote: > > lol, of course not :-) > We will have to agre

Re: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-10 Thread James Holmes
Or like this: http://www.google.com.au/search?sourceid=chrome&ie=UTF-8&q=ms+sql+express+corrupt+tables -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 10 May 2011 22:31, Russ Michaels wrote: > > The common problems and issues can be googled, like this for example. > h

Re: Bless

2011-05-02 Thread James Holmes
Sure, your MS Access DB doesn't cache execution plans, but real databases do. On Tuesday, 3 May 2011, <> wrote: > >  >>cfqueryparam creates bound sql parameters, which improve query performance. > > This is purely theoretical, in practice, the gain in performance is > neglectible. > I prefer ha

Re: Any secure data transfer methods avaiable for very large files?

2011-04-23 Thread James Holmes
It doesn't have to be expensive: http://openvpn.net/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org On 24 April 2011 10:25, Jenny Gavin-Wear wrote: > It is unlikely to be a cheap solution, but it will have the potential to be > a robust and secure solution. ~

Re: GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread James Holmes
Just the two CAs from Geotrust will be fine. The intermediate cert was issued in 2010, so it's very likely that it's not in your CA store. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 12 April 2011 16:08, Duncan wrote: > > Hi James - Thanks for th

Re: GeoTrust SSL importing cert to server store doesn't help

2011-04-12 Thread James Holmes
Yes. Vist the URL for the test site in your browser and view the cert details. Go to the certification path and you'll see it's a chained cert with two CAs in the path. You need to export both of them from your browser and then bring both into the CA keystore with keytool. -- WSS4CF - WS-Security

Re: I hate CFScript and I'm willing to pay for a CFScript --> CFtag parser

2011-04-09 Thread James Holmes
That is the greatest thing ever. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 9 April 2011 04:55, Judah McAuley wrote: > > Start here, Michael: > http://www.pcworld.com/article/224722/new_commodore_64_is_finally_herefor_real.html ~~~

Re: 9.01 updater - the nightmare relived

2011-03-25 Thread James Holmes
On 25 March 2011 23:48, Dan Baughman wrote: > The tag handler application does not have a setter for the attribute > datasource specified in the Tag Library Descriptor. > > Does anyone have the final solution/fix for this? http://www.getrailo.org/ ~~~

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread James Holmes
Your perm size is way too small for a heap of 4GB (assuming you use a good portion of that heap). Check the logs for error messages just before the service locks up and you'll probably see out of memory errors. If so, make the perm size larger. -- WSS4CF - WS-Security framework for CF http://wss

Re: ColdFusion 9 Enterprise Features

2011-03-21 Thread James Holmes
http://www.adobe.com/products/coldfusion/editions/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 21 March 2011 17:15, Richard White wrote: > > Hi, > > I am assuming it means i am getting a bit rusty at searching the web, but i > cannot seem to find anywhere that det

Re: Application.applicaitonName not avialable in a webservice.

2011-03-12 Thread James Holmes
On 12 March 2011 06:51, Bobby Hartsfield wrote: > > The problem I have run into is that application scope (and thus > application.applicationName) is not available from within the webservice. Why not? Is the webservice CFC not part of the same directory structure that has your Application.cfc at

Re: Database Lookup - Possible with CF?

2011-03-03 Thread James Holmes
(Apologies for going off topic) Forget MVC2 - MVC3 is far more flexible and has made a lot of improvements. In the long run, getting up to date with MVC3 now is going to be worth it. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 3 March 2011 19:11, Ian Vaughan wrote

Re: Storing decimal parts of a second & cfqueryparam

2011-02-28 Thread James Holmes
You need to set the scale attribute in the cfqueryparam tag. http://cfquickdocs.com/cf9/?getDoc=cfqueryparam -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 1 March 2011 10:43, Pete Ruckelshaus wrote: > > Primarily because it's easier and more accurate to sort on a si

Auto Suggest CFC Path

2011-02-18 Thread Evik James
I am trying to use the autosuggest parameter in a cfinput. I can't quite figure out how to bind the autosuggest to the CFC. I have tried: autosuggest="cfc:users.autoSuggestUsers()" autosuggest="cfc:cfc.users.autoSuggestUsers()" autosuggest="cfc.users.autoSuggestUsers()" autosugg

Re: cfquery returning 0 in scientific notation in CF 8 but not CF 7

2011-02-16 Thread James Skemp
could they? Thanks Carl! ~James ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messa

Re: cfquery returning 0 in scientific notation in CF 8 but not CF 7

2011-02-16 Thread James Skemp
me thing as SQL Studio returns): 0. On CF 8, we instead get: 0E-8 So, updated CF 8 SQL Driver perhaps? Either way, unless there's an Administrator change, this does mean we'll have to evaluate code since, right or wrong, CF 7 doesn't make

Re: cfquery returning 0 in scientific notation in CF 8 but not CF 7

2011-02-16 Thread James Skemp
nd another query is failing because it doesn't care for "0E-8" being passed. Hopefully that last bit didn't muddy the waters ... :) ~James ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Ad

Re: cfquery returning 0 in scientific notation in CF 8 but not CF 7

2011-02-16 Thread James Skemp
dFusion? cfquery > Which version of MS SQL Server are you using? 64 bit, 2005 Standard edition SP3 ~James ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=h

cfquery returning 0 in scientific notation in CF 8 but not CF 7

2011-02-16 Thread James Skemp
it's coming out of MSSQL, but ... does anyone have any additional background on why we're seeing this? Do we need to evaluate each of our procedures/calls to verify that values are coming back correctly and cast if

Re: Re: Change in ColdFusion management

2011-02-15 Thread James Holmes
Well, here's Adam's promotion: http://www.adrocknaphobia.com/post.cfm/i-lvl-d-up-flash-builder-product-manager I'll leave it to others to decide if they are in the wrong job. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 16 February 2011 02:17, Russ Michaels wrote:

Re: Re: Change in ColdFusion management

2011-02-14 Thread James Holmes
For the many CF customers outside of the US, these positions have always been offshore. Time to join the rest of us on the planet. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 15 February 2011 11:52, wrote: > > I did use the word "offshore",

Re: Mobile Editor: What's the best one?

2011-02-09 Thread James Edmunds
even had some improvements in the intervening time since this preso was done. Hope this helps, James James Edmunds, Manager Acadiana Adobe User Group Lafayette, LA On Tue, Feb 8, 2011 at 10:51 AM, Matthew Lowrey wrote: > > Hello all: > > I just got my first android (tMobile myTouch

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread James Holmes
Not many, in my employer's case. Now I'm a .NET developer. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 14 January 2011 22:06, Eric Roberts wrote: > > How many times does a company have to > look for CF devs and not find any before they move on to a different > langua

Re: Is Coldfusion losing it biggest asset?

2011-01-13 Thread James Holmes
Railo. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 14 January 2011 09:03, Charlie Griefer wrote: > Sure, but PHP, Ruby and other languages don't have an up front cost > associated with them. ~| Orde

Re: Accessing Specific CF8 Instances

2011-01-05 Thread James Holmes
You can access the administrator for a particular instance using the internal JRun webserver port. If you want to get to your apps on a particular instance you'll have to manipulate cookies (assuming you're using sticky sessions) so that the session ID starts with the the correct prefix for the in

Re: CF8 Administrator's Debugging Options

2011-01-04 Thread James Holmes
Visitors to your production server should never see the raw exception information, robust or not. Debugging should also be turned off on a production server. Create a custom exception handler template that either displays to you the necessary info based on IP address or alternatively sends to you

  1   2   3   4   5   6   7   8   9   10   >