Crystal Reports 10 with stored procedures...

2007-03-13 Thread Dante Orlando
What is the preferred method for calling CR files from CF when the underlying rpt file calls a stored procedure that requires one or more parameters to be passed? That is, how do I pass parameters to a stored procedure from within the cfreport tag? Anybody done this before? thx, -dante

Re: calling Java static method

2006-08-29 Thread Dante Orlando
You don't need to call init() before calling the static method. For example: #sysObj.currentTimeMillis()# System.currentTimeMillis() is a static method... -dante ~| Introducing the Fusion Authority Quarterly Update. 80 pages

Re: Is ColdFusion a Servlet?

2006-07-31 Thread Dante Orlando
JRun, being a J2EE-compliant application server, includes the servlet (web) container. -dante On 7/31/06, Dave Watts <[EMAIL PROTECTED]> wrote: > > > I understand that ColdFusion is J2EE certified and all that > > good stuff, but what does that mean? How does ColdFusion fit > > in this J2EE plat

Re: Low-tech asychronous call to ColdFusion

2006-07-20 Thread Dante Orlando
On 7/18/06, dcooper @ macromedia. com dcooper @ macromedia. com < [EMAIL PROTECTED]> wrote: > > Yeah, we did cfthread tag in about a day...we're debating whether to toss > it out there as an open source project... So out of curiosity, why didn't MACR implement cfthread/cfjoin instead of the async

Re: Axis.jar safe to overwrite?

2006-06-28 Thread Dante Orlando
On 6/28/06, jonese <[EMAIL PROTECTED]> wrote: > > Thanks kevin but i'm more worried about the fact that i'll possibly be > going > to an older version. And i'm not sure what htings might break that i don't > "see" right away, or see at all :) The manifest file in the jar should tell you what vers

Re: -XX:+UseParallelGC

2006-06-23 Thread Dante Orlando
Managing your jvm.config manually is definitely the way to go IMHO. Forget CF Admin... -dante On 6/23/06, James Holmes <[EMAIL PROTECTED]> wrote: > > We have a similar problem with our graphics environment. A change in > the CF Admin messes up the customisation we put in for our virtual > XServe

Re: That netflix "sort" thing, from your Queue

2006-05-26 Thread Dante Orlando
On 5/26/06, Jeff Small <[EMAIL PROTECTED]> wrote: > > How does it know how to "fix" the rest of the orders? Now here's an even > better part...you can sort all OVER the list. You can make number 3 into > number 7, and number 7 into number 8, then make 2 into 10then click > "sort" and they're al

Re: Application busy initializing. Try again later.

2006-05-24 Thread Dante Orlando
Please disregard. We found the problem and it doesn't appear to be related to CF. Sorry for the confusion... -dante On 5/24/06, Dante Orlando <[EMAIL PROTECTED]> wrote: > > "Application busy initializing. Try again later." > > Who has seen this error when reques

Application busy initializing. Try again later.

2006-05-24 Thread Dante Orlando
"Application busy initializing. Try again later." Who has seen this error when requesting wsdl from a CFMX 7 server on Windows? What is the problem, and what did you do to resolve it? This error seems to be ocurring randomly, and with increasing frequency on at least one of my machines. At first I

Re: MaxHeapSize + MaxPermSize

2006-05-22 Thread Dante Orlando
According to my tests, it's a 1.6GB max for a jvm process, but to answer your question, you would either need to move to Linux/Unix, or 64bit Windows. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241161 Archives: h

Re: MaxHeapSize + MaxPermSize

2006-05-22 Thread Dante Orlando
Thanks for all of your replies. First of all, I was really just looking for the "whys" rather than any particular recommendation on what values to set these params to. As far as the permanent generation being part of the heap, I have been able to verify that the permenent generation (i.e. -XX:PermS

MaxHeapSize + MaxPermSize

2006-05-20 Thread Dante Orlando
How large can the sum of the maximum heap size (-Xmx) and the maximum permanent generation size (-XX:MaxPermSize) be for a JRun/CF process on Windows? I'm aware of the 2GB limit for jvm processes on Windows, but I would have thought that I could set max heap and max perm to any combination as long

Re: Reactor and transactions

2006-05-18 Thread Dante Orlando
I believe you have to handle transactions further up in the application stack (i.e. controller or service layer). You would wrap calls to reactor object with cftransaction. -dante ~| Message: http://www.houseoffusion.com/lists.cf

error when refreshing a web service in cf admin

2006-05-17 Thread Dante Orlando
Has anyone else seen this error when trying to refresh a web service in cf admin? I am getting this error pretty consistently on at least two of my servers (cf standard on Windows). I *always* see this behavior shortly after restarting the server. Sometimes it goes away after 1-2 minutes, and somet