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
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
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?
~
> 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
> 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
~
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
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
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
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
> 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
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
> 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
> 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
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
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).
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?
>
>
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
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
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
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
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
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
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
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. ;)
>
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
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
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
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
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)
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
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
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
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
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
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()"
~
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
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
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
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.
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
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:
>
>
>
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.
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
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
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.
>
>
~
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
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
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 &
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
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
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
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
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
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
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
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!
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
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
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
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
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:/
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
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
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
--
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
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
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
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
(
(
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/
~
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
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
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
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,
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.
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
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
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
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.
~
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
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
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
~~~
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/
~~~
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
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
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
(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
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
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
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
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
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
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
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
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:
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",
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
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
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
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
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 - 100 of 4957 matches
Mail list logo