RE: hssf poi (generating excel) and norton internet worm protection

2006-09-04 Thread Eric Roberts
I have used this pretty extensively and not had any problems with Norton or any other AV program tagging this as a worm. Just to be safe, maybe you should go and redownload the POI jar files and nuke the ones on your server. Make sure you get them directly from the Jakarta Apache Project. Eric

RE: mass emailing from CF

2006-09-04 Thread Bobby Hartsfield
Well, again thanks for all the help and tips guys and gal (and Will) ;-P I managed to cut the processing time of the send tool over half with some spring cleaning... or basically... rewriting it from the ground up to get rid of some seriously mentally challenged code ;-) Stored procedures helped

Re: UniData ODBC connectivity

2006-09-04 Thread Jeff Murphy
>No. But I'm quite comfortable with this stuff now. > >>>... Can I contact you, I'm having issues with the multivalued fields and how they come back after being sqlized ~| Introducing the Fusion Authority Quarterly Update. 80 pag

Re: SOT: ASG Safari ODBC and ColdFusion

2006-09-04 Thread Jeff Murphy
I have been beating my head against thew was with the same problem We are able to sqlize unidata files, set a up a datasource in cf administrator. We're pulling some data but it's pretty ugly multivalued fields and the dates don't come back correctly. The datatel folks on campus just sort of shr

RE: mass emailing from CF

2006-09-04 Thread Al Musella, DPM
I meant an elegant way of sorting a list of email addresses so that all mail to AOL (and att, yahoo, gmail) is evenly distributed throughout the batch - the reason I do this is not because of page timeouts.. but because when I send too many messages to AOL, Yahoo and ATT, they go into a bla

Re: help! coding for point of sales or cash bills

2006-09-04 Thread Sherry Qiu
Thank you for your explaination, Jenny. But what Im trying to do is to implement a simple program that is similar to shopping cart but will work almost the same as a cash machine. The cach machine will print out the data of a transaction each time a product is key in or scaned. What I like to do

hssf poi (generating excel) and norton internet worm protection

2006-09-04 Thread Dov Katz
I have a page where I generate an excel file. Whenever i download the excel file my norton worm protection blocks it claiming it has some sort of worm in it. I am just using standard poi/hssf literally verbatim from http://www.d-ross.org/index.cfm?objectid=9C65ED5A-508B-E116-6F4F7F38C6AE167C

RE: Database question

2006-09-04 Thread Dave Watts
> More likely when you installed SQL 2k, it installed itself as > a named instance, and possibly on a different port. Make > sure that you connect using the proper port, and proper instance > name. Instance names are irrelevant to JDBC connections - it's all about the ports. But in any case, th

RE: Database question

2006-09-04 Thread Russ
More likely when you installed SQL 2k, it installed itself as a named instance, and possibly on a different port. Make sure that you connect using the proper port, and proper instance name. Russ > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Monday, September 0

Re: Selenium Testing with CF (?)

2006-09-04 Thread Denny Valliant
On 9/4/06, Kola Oyedeji (E-mail) <[EMAIL PROTECTED]> wrote: > > We've started using it ..primarily as a result of watching the same demo > at > cfunited And you think it's wicked too? Or haven't checked it out enough yet? ~| I

Re: SQL Server CPU Utilization maxes at 25%

2006-09-04 Thread Denny Valliant
You may have hit it on the head. I think the original problem was when Mr. Root was importing 5 gigs of data... I think that was Rick... eh, too lazy to check. =] Another good suggestion though. Sweet. On 9/4/06, Russ <[EMAIL PROTECTED]> wrote: > > Not sure how much I missed in the thread but: >

Re: Just a quick OT question?

2006-09-04 Thread Doug Brown
Is it just me, or is this more trouble than it is worth? I mean if you are hosting a single site like ebay is, what is the benefit? If there is a benefit I would really like to know more!! - Original Message - From: "Bob Imperial" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, Septembe

RE: Just a quick OT question?

2006-09-04 Thread Bob Imperial
Might shed a little more light for you http://content.websitegear.com/article/subdomain_setup.htm -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 7:05 PM To: CF-Talk Subject: Just a quick OT question? I am not much of a server set-up g

RE: Just a quick OT question?

2006-09-04 Thread Bob Imperial
Just looks like a standard sub domain setup, I have several setup for my own to handle different areas that I don't necessarily publish to the world. They come in handy and my hosting company doesn't seem to have a limit on the number of subs I can have and I'm in a shared hosting environment. Not

Just a quick OT question?

2006-09-04 Thread Doug Brown
I am not much of a server set-up guy and was wondering how places like ebay format their url like this. Any takers? if you go to their home page it is http://www.ebay.com If you click on a category... http://antiques.ebay.com And if you click on a sub category http://antiques.listings.ebay.com

RE: mass emailing from CF

2006-09-04 Thread Bobby Hartsfield
Well that definitely SOUNDS good and even makes sense since the spool directory stays busy sending email after the page request has come and gone... but that is really all that is going on with that page when it times out hopefully the simple cache solves it. It definitely speeds it up to me. T

RE: Files exchange with SOAP server

2006-09-04 Thread Dave Watts
> I must automate a procedure of files exchange with a > server SOAP but I have any idea of how that functions. > In fact I received the instruction to execute a function > which is on SOAP server. > I have got the equivalent of the code in PHP (see below), I > would like to make the sa

Files exchange with SOAP server

2006-09-04 Thread sam
hello everybody! I must automate a procedure of files exchange with a server SOAP but I have any idea of how that functions. In fact I received the instruction to execute a function which is on SOAP server. I have got the equivalent of the code in PHP (see below), I would like to make

RE: Database question

2006-09-04 Thread Dave Watts
> I have ColdFusion MX 7 on my local machine. I installed SQL > server 2005 and realized that I needed Sql Server 2000 so I > could do DTS. After uninstalling 2005 and installing 2000, > it no longer worked. I then heard to installed SQL server > 2000 SP4 and this got me back up and running.

RE: XML Document Object is NOT a struct?

2006-09-04 Thread Ken Ferguson
You reference it similarly to the way you reference a stuct, but it's silly to say that it is represented as such, because it certainly is not. That's like saying a query is represented as a struct just because you can access it similarly. The doc clearly says that "An XML Document Object is repres

Re: XML Document Object is NOT a struct?

2006-09-04 Thread Teddy Payne
I read the documentation that is confusing you. Description: Creates an XML document object. Returns: An empty XML document object. IsStruct will be no because if you use cfdump for the varaible, it returns an XML object and not a struct. The phrase that I see that you are referring to: Usage: A

RE: XML Document Object is NOT a struct?

2006-09-04 Thread Ken Ferguson
Yeah, that's the way I've been going about it as well. When I saw that line in the docs though, I though that'd make life even easier. Too bad... Thanks, Ken Ferguson 214.636.6126 -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, September

Re: XML Document Object is NOT a struct?

2006-09-04 Thread Teddy Payne
Are you using CF to create the XMl Document or are you reading in a XML document? >>What would be even better is if the agency who >>created this damned XML schema had created a sql annotated schema which >>would actually work with SQL Server's XMLBulkLoad. Why don't you create one to assist othe

Re: Database question

2006-09-04 Thread Teddy Payne
What port were you using for 2005 and what port are you using for 2000? I have both installed at the same time. The only difference is the port. 2005 Express by default assisgns a dynamic port, where as 2000 is set to 1433. Teddy On 9/4/06, Rusty Owens <[EMAIL PROTECTED]> wrote: > > I have Cold

Re: XML Document Object is NOT a struct?

2006-09-04 Thread Robertson-Ravo, Neil (RX)
Can't say I have used the struct tags on XML docs but I do use the dot.notation to get the values etc. object.node.xmltext etc "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in En

Re: mass emailing from CF

2006-09-04 Thread Jochem van Dieten
Bobby Hartsfield wrote: > > Just another side as to why I thought what I did about that Jochem, but if I > trigger the page locally... it takes about half a second to process. If I > remote into a computer off site and hit the page remotely (or have someone > else do it) it takes MUCH longer to pr

RE: XML Document Object is NOT a struct?

2006-09-04 Thread Ken Ferguson
Yeah, I did. I can dump the xml doc object and all. I can get at all the data by using xmlsearch... But the docs said it is represented as a structure, so I thought this would work: xmlD = xmlParse(xmldoc); writeOutput(isStruct(xmlD)); Oddly though, this outputs NO. Seems to me that if the XML Doc

Re: XML Document Object is NOT a struct?

2006-09-04 Thread Robertson-Ravo, Neil (RX)
I see you have, I has been a long day :-) "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privile

Re: passing arguments into a instantiated java object

2006-09-04 Thread Dave Ross
>So I've instantiated my object like this... > > >and call the method like this... > > >How can I call a method on that Java object with named arguments? >From the caller perspective, Java doesn't have "named" arguments, they are >based on order. Thus: will work. Dave Ross http://www.coldspri

Re: XML Document Object is NOT a struct?

2006-09-04 Thread Robertson-Ravo, Neil (RX)
You say it is a string? Have you ran it into ColdFusion with ParseXML? Then perform the struct calls on foo? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 67854

Database question

2006-09-04 Thread Rusty Owens
I have ColdFusion MX 7 on my local machine. I installed SQL server 2005 and realized that I needed Sql Server 2000 so I could do DTS. After uninstalling 2005 and installing 2000, it no longer worked. I then heard to installed SQL server 2000 SP4 and this got me back up and running. I have cr

RE: Selenium Testing with CF (?)

2006-09-04 Thread Kola Oyedeji \(E-mail\)
We've started using it ..primarily as a result of watching the same demo at cfunited > -Original Message- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: 03 September 2006 13:17 > To: CF-Talk > Subject: Re: Selenium Testing with CF (?) > > >Has anyone used Selenium ( http://www.o

Re: Solr + Tomcat implementations

2006-09-04 Thread James Holmes
If you have CF Enterprise, you have a servlet container. If not, you should be able to run Tomcat on a different port. On 9/4/06, Tim Archambault <[EMAIL PROTECTED]> wrote: > Looking to implement Solr (Lucene-based) as search tool of choice for my > newspaper's website. There are implementations f

Re: passing arguments into a instantiated java object

2006-09-04 Thread Kris Jones
Ah, a java method. Sorry missed that important bit. But I still think you can use it. I don't think it is limited to CFC-based objects. The CFDocs have an example like this: component = "#mystringname for instantiated component#" method = "method name" returnVariable = "variable name"

RE: SQL Server CPU Utilization maxes at 25%

2006-09-04 Thread Russ
Not sure how much I missed in the thread but: Did you specifically limit sql server to use 1 cpu? Are you using a version of SQL server that only supports 1 cpu such as Sql 2005 express. It's possible that the tasks you're doing are not able to run multithreaded (i.e. only 1 thread can read 8

XML Document Object is NOT a struct?

2006-09-04 Thread ken
So, as per the docs for XMLNew, "An XML document object is represented in ColdFusion as a structure." This doesn't seem to be true though. I have an xml string I've parsed into an XML document object and I can't access it with any of the structure functions. I know there are other ways to access it

Re: passing arguments into a instantiated java object

2006-09-04 Thread D F
>Use CFINVOKE Hi Kris, I thought CFINVOKE was only used for CFC's. Can you show me a quick example using that tag of how to use CFINVOKE to call a java method with named arguments? Cheers ~| Introducing the Fusion Authority Qu

Solr + Tomcat implementations

2006-09-04 Thread Tim Archambault
Looking to implement Solr (Lucene-based) as search tool of choice for my newspaper's website. There are implementations for Solr in Python, PHP, Java, but not CF. Solr requires a "servlet container" such as Tomcat to run it. Don't really understand what a "servlet container is, though I did get SO

Re: cfoutout #var[]# help

2006-09-04 Thread Jim
Hmmm, maybe something like: #get.vidwee_id[i]# #get.vidwee_id[i+1]# Kris Jones wrote: > Sorry, but I'm still missing your intention here. The HTML below looks > like you want a 2-column table. Are you trying to get the current > record ID in column1 and the n

Re: cfoutout ##var[]## help

2006-09-04 Thread Cutter (CFRelated)
Ok, so each cell is a record itself, so: variables.cellcount = 0 starttable cfoutput query starting at url.start with a maxrows of 10 (number of records needed to fill 5 rows of the table) if query.currentrow is an odd number then startrow () startcell;link;image;endcell

Re: Getting started with Railo

2006-09-04 Thread Gert Franz
Yes absolutely. Check it out for free. You can even use Railo for free for your own private or business websites. http://www.railo.ch/en/index.cfm?treeID=149 Greetings / GrĂ¼sse Gert Franz Customer Care [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: de

Re: passing arguments into a instantiated java object

2006-09-04 Thread Kris Jones
Use CFINVOKE > So I've instantiated my object like this... > > > and call the method like this... > > > How can I call a method on that Java object with named arguments? ~| Introducing the Fusion Authority Quarterly Update. 80

Re: cfoutout #var[]# help

2006-09-04 Thread Kris Jones
Sorry, but I'm still missing your intention here. The HTML below looks like you want a 2-column table. Are you trying to get the current record ID in column1 and the next record's ID in column2? Did you want each table row to represent a row in the recordset? If that is the case, then this should w

Re: OT: Anyone using One of the Agile Development Methodologies?

2006-09-04 Thread Tom Chiverton
On Saturday 02 September 2006 16:23, Michael Traher wrote: > Just wondered if anyone has real life feed back on using these techniques > within project teams? I've used full blown SCRUM with daily meetings in the past, and it's great. We're now using a mini-SCRUM-like of our own devising because

RE: Getting started with Railo

2006-09-04 Thread Snake
So I take it RAILO is like Bluedragon, it is another CFML application server that runs on top of a J2EE server like JRUN, and not an addon for Coldfusion ? -Original Message- From: Gert Franz [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 14:11 To: CF-Talk Subject: Re: Getting started

Re: cfoutout ##var[]## help

2006-09-04 Thread coldfusion . developer
Thank you very much for the great disection of my code. What I neglected to describe was I need the format of the table look to be as follows so that the out put looks like ... or (using id values as examples, some rows have been deleted so they are not sequential) 11 13 14 16 17 18 19

Re: Query Question

2006-09-04 Thread Dina Hess
http://mysite.verizon.net/Graeme_Birchall/id1.html Download and go to page 302. Dina On 9/1/06, loathe <[EMAIL PROTECTED]> wrote: > > I have an organization table. There is an org_id and a parent_org_id. > > I am trying to get all organizations from a certain point down. The > environment is

Re: Getting started with Railo

2006-09-04 Thread Gert Franz
Hi again, I added a paragraph in the FAQ section concerning Railo webs. I hope it is comprehensive. http://www.railo.ch/en/index.cfm?treeID=139 I hope it clarifies the confusion about "webs". Gert ~| Introducing the Fusion Aut

Re: CF & IIS -- any way to treat .html files as .cfm?

2006-09-04 Thread Pete Ruckelshaus
Yeah, I could think of a dozen better ways to handle this, but the client's wishes prevail... Pete On 9/3/06, Denny Valliant <[EMAIL PROTECTED]> wrote: > Ah. I forgot that it's only in cfoutput you need to worry aobut ##s. Duh! > > The idea about the tracker link was to insert it in the .html pag

RE: Getting started with Railo

2006-09-04 Thread Rick Faircloth
Ditto... -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Monday, September 04, 2006 7:54 AM To: CF-Talk Subject: RE: Getting started with Railo | Yes, you ar right. If you have a better name for it, just let me know. | With the term "web" we mean a webroot. A fol

RE: Getting started with Railo

2006-09-04 Thread Hugo Ahlenius
| Yes, you ar right. If you have a better name for it, just let me know. | With the term "web" we mean a webroot. A folder containing web files. | In fact it is not the same as a virtual host, since many virtual hosts | can point to the same webroot. | But you can separate all the settings for ea

Re: Getting started with Railo

2006-09-04 Thread Gert Franz
Yes, you ar right. If you have a better name for it, just let me know. With the term "web" we mean a webroot. A folder containing web files. In fact it is not the same as a virtual host, since many virtual hosts can point to the same webroot. But you can separate all the settings for each single

RE: Method for printing labels from browser?

2006-09-04 Thread Rick Faircloth
Thanks for the info, Denny! If you don't mind, please do pass along the code, etc., on the 5160's. I can then see everything you used and how you did it etc. If you would pass along the Word Avery template, that would be great, too. I'd like to see how you set that up. And...if it gets the job

RE: Getting started with Railo

2006-09-04 Thread Hugo Ahlenius
| There are a lot of features Railo has, that none of the other engines | support. | - Like Jochem wrote separating Webs logically on a dedicated server is | one of them. | - Deploying Railo Application as easy to customize archives | - permanent use of JSP taglibs | - writing of own tag and funct

Re: mass emailing from CF

2006-09-04 Thread D F
> You don't need to split up the emails in batches that way. I think it really depends what else is going on programmatically and what is being used as far as software / hardware configuration and bandwidth issues. Some systems may require the batch setup others may not. ~~~

Re: Getting started with Railo

2006-09-04 Thread Gert Franz
Well Adobe is way beyond our scale. You could compare our size to half as big as BD. But we definitely want to grow beyond that. A list of prices of Railo you can find here: http://www.railo.ch/en/index.cfm?treeID=137 There are a lot of features Railo has, that none of the other engines support.

passing arguments into a instantiated java object

2006-09-04 Thread D F
So I've instantiated my object like this... and call the method like this... How can I call a method on that Java object with named arguments? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-

RE: CFML and WML and session management

2006-09-04 Thread Hugo Ahlenius
| It work perfectly on emulator but not on real mobile devices. | When the user logout and click back on real mobile devices, the | previous content is viewable and i can see that session is not working | through-out the application. It shouldn't be like this. Please help!! | Thanks in advanced.

Re: Getting started with Railo

2006-09-04 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: > Can Railo seriously compete in the ColdFusion market? What with BD (I think) > and ColdFusion already hitting version 7 - with 8 not too far off, and Railo > not even 6.1 compatible yet, doesn't it seem a lot of effort for no gain? I pretty much only use Railo in

CFML and WML and session management

2006-09-04 Thread Lee May
I'm using CFML and WML to develop a wap application. I meet the session management problems. My application using session management, so when user login, session enabled to the application, user can view the menu, the content, everything, and click logout, session clear. When user click back aft

RE: SQL Server CPU Utilization maxes at 25%

2006-09-04 Thread Snake
Unless you have specifically told SQL server to use a specific CPU, it should be using all of them anyway. Russ -Original Message- From: Denny Valliant [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 04:13 To: CF-Talk Subject: Re: SQL Server CPU Utilization maxes at 25% Good tip, Jen

Re: SQL Server CPU Utilization maxes at 25%

2006-09-04 Thread Robertson-Ravo, Neil (RX)
It should do this automatically as far as I know. SQL server should use both CPU cores as and when it is required. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 67

Re: Getting started with Railo

2006-09-04 Thread Robertson-Ravo, Neil (RX)
What are the cost comparisons and scale of company between yourself, BD and Adobe? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information whi

Re: Getting started with Railo

2006-09-04 Thread Gert Franz
Well Railo is at the moment nearly MX 6.1 compatible. With the release of 1.1 it will be nearly MX 7.02 compatible. And it will include some of the features thought for CFMX 8 and BD 8. Like Server surveylance. And of course much more. So i think, regarding performance, pricing and flexibility R