Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Sean Corfield
On 5/7/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > How long would that take to commit these > edits using SVN? Right-click, Team > Commit > add (an optional) comment explaining what the change does / fixes and click OK. I can't imagine working on code without SVN. > Can they be done with the

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Sean Corfield
On 5/7/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > Serioulsy you have no idea how common that is, I guess my attempted humour > was way off. I had already read the other posts, and they had said enough > and I had no more really to add. But I was serious about blogging the > downsides to it. I th

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Sean Corfield
On 5/7/07, Robert Stark <[EMAIL PROTECTED]> wrote: > I was pretty disappointed with ftp on eclipse for quite some time. > For the last 6 months I would do a search for plugins figuring I > would find a decent solution because the one that comes with eclipse > is terrible. Yeah, core FTP support fo

Re: Switch applications in the middle of a page

2007-05-07 Thread Sean Corfield
On 5/7/07, Mike Chabot <[EMAIL PROTECTED]> wrote: > How show I rewrite this code now that App B was changed from using > Application.cfm to using Application.cfc? Just run a tag and the necessary methods / includes. Application.cfc is meant to represent a "best practice" approach where the appli

Re: image viewer from an CF application

2007-05-07 Thread Mark Flewellen
http://www.mapmagazine.co.uk/index.cfm?page=984F1E34-BDF5-2379-71075D0184E53D92&articleid=69 When you click on the image at the top of the article this will pop up using the script I have mentioned MF ~| ColdFusion MX7 by Adobe

Re: image viewer from an CF application

2007-05-07 Thread the_oslo Kid
Hi Mark, Thank you very much - it did the trick Also - found this tool very useful - it resizes an image (or a selection of images) - thus I always know the size of my images! Image Resizer.exe : http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

Re: Switch applications in the middle of a page

2007-05-07 Thread James Holmes
Have you tried to run the appropriate methods from Application.cfc in conjunction with a new cfapplication tag? On 5/8/07, Mike Chabot <[EMAIL PROTECTED]> wrote: > While in App A, I want to seamlessly log into App B, using the same > credentials. When using Application.cfm, all it took was to cfin

Switch applications in the middle of a page

2007-05-07 Thread Mike Chabot
While in App A, I want to seamlessly log into App B, using the same credentials. When using Application.cfm, all it took was to cfinclude the Application.cfm of App B inside of a page in App A, then any variables you set after that will be applied to App B (on account of the cfapplication tag prese

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robert Stark
Hey guys I was pretty disappointed with ftp on eclipse for quite some time. For the last 6 months I would do a search for plugins figuring I would find a decent solution because the one that comes with eclipse is terrible. Especially if your used to something like Dreamweaver or GoLive. I

Re: Checking which template is being viewed

2007-05-07 Thread Mark Flewellen
What about like this Mike Page FoundPage not found MF ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Arc

Smith CF server now open source

2007-05-07 Thread David McCan
FYI, I checked the smithproject.org website and noticed that they have open sourced it. David ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/p

RE: image viewer from an CF application

2007-05-07 Thread Pete
Hi - interesting looking script. Any chance of seeing an example or where it is used. Thanks Peter -Original Message- From: Mark Flewellen [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 May 2007 11:12 AM To: CF-Talk Subject: Re: image viewer from an CF application This is the script I us

Re: extracting set of numbers from unique reference

2007-05-07 Thread Mike Little
thanks heaps for the help guys, mike > hi guys, > > i have a merchant reference number that is passed from a payment > gateway, in the format of... > > 'P' & LSDateFormat(now(), "mmdd") & '-' & txn_id > > so it could be... > > P20070506-1, P20070506-2 or P20070506-59 > > what i wish to

Checking which template is being viewed

2007-05-07 Thread Mike | NZSolutions Ltd
Hi guys, I have a set of tabs for site navigation. When a tab is clicked I wish for it to stay in the on position. I have the following code, but as you can see it is really messy with the additional listcontains...

Re: image viewer from an CF application

2007-05-07 Thread Mark Flewellen
This is the script I use to open a pop up window, this will also refocus the window if you click on a new image. As well as this if javascript is disbaled it will just open in a new window. Normally I record the sizes of the images in the database so when I load a thumbnail it already knows the

image viewer from an CF application

2007-05-07 Thread the_oslo Kid
Hi all, CF server 6.1... I've got a screen where I view property details. Attached to the property details are a number of images - of varying sizes... I currently do this: This has a number of problems: * it doesn't force fit the image * I can only view one image at

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Russ
Yea, FTP support in Eclipse is really bad AFAIK. We tried using it a while back, but couldn't get it to work reliably. Once we went to SVN and starting using local development environments, we got at least a 2x increase in productivity. Russ > -Original Message- > From: Casey Dougal

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Casey Dougall
On 5/7/07, Dawson, Michael <[EMAIL PROTECTED]> wrote: > Thanks, Russ. I'll dig into SVN a bit more. I really don't need a > secure connection. I'm happy with FTP. If I need secure, then I'll > just VPN into our network. Yeah, good luck with that. Fresh install eclipse, cfeclipse. Created a

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
Max, Serioulsy you have no idea how common that is, I guess my attempted humour was way off. I had already read the other posts, and they had said enough and I had no more really to add. But I was serious about blogging the downsides to it. I thought that would be just as helpful to others more...

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Dawson, Michael
Thanks, Russ. I'll dig into SVN a bit more. I really don't need a secure connection. I'm happy with FTP. If I need secure, then I'll just VPN into our network. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 4:58 PM To: CF-Talk Subject: RE: Adobe CS

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Russ
> -Original Message- > From: Dawson, Michael [mailto:[EMAIL PROTECTED] > Sent: Monday, May 07, 2007 12:55 PM > To: CF-Talk > Subject: RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W > AS (RE: Frameworks) > > >Some source control solutions can store the repository in a dat

RE: Best Practice: Query User Specific Data

2007-05-07 Thread Jaime Metcher
I'd always want an "open" version that will take any user ID, then another layer over that that enforces the rules about what user ID can be passed in. Otherwise you have a hell of a time writing admin systems or unit tests. Jaime Metcher > -Original Message- > From: Robert Rawlins - Thin

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Dawson, Michael
>Some source control solutions can store the repository in a database. But before we start another round of name-dropping, is that something you *want*? It's not a requirement at all. I was mainly looking for something that ran on Windows 2003 Server and didn't require much else. It appears tha

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Josh Nathanson
>> My real problem is that the imports cough up on fields that contain >> data with the following characters " ' < / . > > If that's the case, maybe you'll need to write your own import routine. I > dunno... Navicat's Import Wizard is quite robust. If you have Navicat already I'd say give it a

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Max Hamby
Andrew, this is the second post that I have read in as many days (the other was the frameworks thread) where you have come into the discussion throwing a lot of attitude around. If you've got something constructive to add, I would love to hear from you. Otherwise, keep it to yourself or don't,

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Will Tomlinson
> My real problem is that the imports cough up on fields that contain > data with the following characters " ' < / . If that's the case, maybe you'll need to write your own import routine. I dunno... Will ~| Create Web App

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Casey Dougall
> > So if you want to get all the changes between the version that was in > test at 2006-05-13 12:46:13 and the version that was in production at > 2006-04-17 11:34:53 and apply them to the version that you have in > development now, how would you do that? > > Jochem Yeah, not going to happen. I

RE: OT mySQL Migration Toolkit

2007-05-07 Thread Pete
Try http://dbconvert.com/ p -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 May 2007 4:03 AM To: CF-Talk Subject: Re: OT mySQL Migration Toolkit Navicat. Well I have navicat and I can't find functionality that let's you import from Access. Any other sol

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Jochem van Dieten
Casey Dougall wrote: > On 5/7/07, Robertson-Ravo, Neil (RX) wrote: >> >> Versions in the way of what you have done, how to get back, backup source. >> >> "Version control" > > ~filenameBAK070507.cfm > > setup a hook in application.cfc that doesn't allow access to files with ~ So if you want to

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Sean Corfield
On 5/7/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Ah, well still pittance I suppose considering the amount of time (and JD) > Mark spends on the project in his own time. Certainly no one should underestimate the time Mark spends on this project! His work on the new frameworks expl

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
hehe, Thats the funniest piece of development I have seen in a long time Remind me to blog about how stupid of an idea that actually is. On 5/8/07, Casey Dougall <[EMAIL PROTECTED]> wrote: > > On 5/7/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED] > > > wrote: > > > Versions in the way of

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
It can and its really your choice, but let me say this with 2 scenarios as a lone developer. 1) I make changes and submit the working code to SVN, later I rewrite anothe component then relise that the previous code I wrote worked better. So I can revision the changes to that file and revert back r

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Dave Watts
> ~filenameBAK070507.cfm > > setup a hook in application.cfc that doesn't allow access to > files with ~ That's nice, until you realize you want to roll back the entire application to where it was last Tuesday, or until you want to branch code, etc, etc. Dave Watts, CTO, Fig Leaf Software http:

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
Thats why I asked the question, or statement because I do not know you requirements. but I do know that Java has all the necessary libraries and it is easier to leverage of these, which is why I sent you that code. Now as I said why reinvent the wheel, for you to write it in CF would be maybe more

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Sorry, I meant *i am* "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the e

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Ah, well still pittance I suppose considering the amount of time (and JD) Mark spends on the project in his own time. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 6785

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Eh? I am not talking about true control of versions, branching, rollback/promote. I am not really sure what application.cfc has to do with it? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Regis

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Will Tomlinson
Yeah, do what josh says. I don't know if there's any tool anywhere that has the import/export features like navicat has. it's a little ridiculous. lol! Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Cold

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Doug Bezona
I think he refers to the fact that Adobe foots the bill for the web and file hosting for CFEclipse. On 5/7/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > > Resources? You mean Mark? > ~| Create robust enterprise, web

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Casey Dougall
On 5/7/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Versions in the way of what you have done, how to get back, backup source. > > "Version control" ~filenameBAK070507.cfm setup a hook in application.cfc that doesn't allow access to files with ~

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Dwayne Cole
My real problem is that the imports cough up on fields that contain data with the following characters " ' < / . -- Original Message -- From: "Cutter (CFRelated)" <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Mon, 07 May 2007 13:38:36

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Versions in the way of what you have done, how to get back, backup source. "Version control" "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains infor

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Jon Clausen
Dwayne, I've had good success with the Intelligent Converters products. Here's the Access-to-MySQL one: http://www.convert-in.com/acc2sql.htm They do a (mostly) good job on converting the datatypes and table constraints. I've migrated several decent-sized Unicode databases this way a

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Doug Bezona
I believe it is important, even for an individual. While you could, as you suggest, save a seperate version of a site into a folder, as you suggest, a source control system will let you handle this much more easily. First, the systems generally only save "deltas" of files (basically, just the dif

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Rick Faircloth
Are you referring to source control in a "versioning" sense? I don't have to worry about conflicts with someone "checking out" my code... -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 2:24 PM To: CF-Talk Subject: Re: Adobe CS3 We

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Cutter (CFRelated)
Have you looked at DataMgr yet? You can take an existing Access db and it can create an XML 'schema' that can then be ported over to another platform (MySQL, MSSQL, etc.) Might not do all the work for you (especially moving from Access) but it will do a lot. Pretty sure you can find it on RIAFo

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
The solution to creating the byte array we used for the salt in ColdFusion is to use the BinaryDecode function. theSalt = BinaryDecode("c73218c7ec8ee99", "hex"); Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -O

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Even as a single developer, source control is a must. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Big Mad Kev
I'd say even as a lone developer its good practice to and easier to branch/tag builds. Also if you ever expand you won't go through the hassle of setting it up. Just my 1p worth -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 07 May 2007 19:09 To: CF-Talk Subject

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Josh Nathanson
> Navicat. Well I have navicat and I can't find functionality that let's > you import from Access. Dwayne - there's a button called "Import Wizard" in Navicat that should let you do this. You have to be in Table mode to see that button. When you click that button there is an option "MS Acces

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Rick Faircloth
The question I have on this topic is would I, as an individual developer, benefit from source control, or is this something only teams of developers need to worry about. I can see versioning being useful... being able to "roll back" to a previous version of a site would be helpful. But I can alwa

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Thanks Doug, that helps a lot :) Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Doug Bezona [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 12:35 PM To: CF-Talk Subject: Re: PBEWithMD5An

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Andrew, Basically, what we have here is a base misunderstanding of what I'm trying to accomplish. If I were to send something I want to be encrypted to someone else via a web service across an open channel, I would breach security. I need to encrypt the information on my application before sendi

Re: OT mySQL Migration Toolkit

2007-05-07 Thread Dwayne Cole
Navicat. Well I have navicat and I can't find functionality that let's you import from Access. Any other solutions? -- Original Message -- From: Will Tomlinson <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Sat, 05 May 2007 00:56:31 -0400

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Resources? You mean Mark? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for t

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
somehow the rest of the code went astray import java.io.*; import java.security.*; import java.security.spec.*; import javax.crypto.*; import javax.crypto.spec.*; public class PBE { public static byte[] enc(String passphrase, String source) throws Exception { String algorithm = "PBEWithM

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Mike Kear
Adobe might not be in the drivers seat, but by the very nature of the resources they wield in the CFEclipse project, you could say ( to continue your metaphor) that they're holding the GPS. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://a

Re: PBEWithMD5AndDES

2007-05-07 Thread Doug Bezona
A salt is simply a value used to increase the security of the encrypted value. So, let's say you are encrypting the string "password" and you have set the salt value to "xyz123", the encryption algorithm basically combines the two values together and encrypts the result. This reduces the possibil

RE: Announcements from Ben at cfObjective

2007-05-07 Thread Big Mad Kev
Adobe do have a say as they are part of the foundation http://www.adobe.com/macromedia/proom/pr/2005/eclipse_flashplatform.html Put the point of Eclipse is that others can create plugins for the platform be it free (CFE) or commercial (flexBuilder / MyEclipse) With many other companies supplying

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
Here is java code to do what you want As I said, java has the methods already and to write in CF is just plain stupid. import java.io.*; import java.security.*; import java.security.spec.*; import javax.crypto.*; import javax.crypto.spec.*; public class PBE { public static byte[] enc(St

Re: Announcements from Ben at cfObjective

2007-05-07 Thread Barney Boisvert
I'm sorry, I wasn't very clear. Spent all weekend moving and painting, so my mind's a little shot. What I meant to say is that CFEclipse is not an Adobe controlled product. It's managed by people outside Adobe, and while they do back it, they're not in the drivers seat. Flex, on the other hand,

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
Well sometimes reinventing the wheel is never the answer. The point is there is already Java code to do what you need, I don't fullt understand you requirements. But if a java programmer has given you information then there is obviously a connection with this already in some way. So maybe creatin

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Dude, I'm sorry I was not clearer. I'm in an application where I need to encrypt a piece of data and store it. When encrypting that data I need to use a specific salt value and a specific number of iterations, I'm trying to get a better understanding of what a salt value is and how it should b

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Doug Bezona
> Now, I'm looking into better source control for me and my other web > developer. I'm a PC. He's a Mac. Sounds like CFE is perfect for that. > However, CFE needs to be pretty good since he prefers quick little HTML > editors and doesn't quite have the mindset of source/versioning. You need to

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
Then go back to your java developer an find out what methods of communicatuon are open to you, whether it be through a url or webservices. Otherwise if it is convenient to you you could bring the java library down to you and install it on your server, provided you only use it for decryption an encr

Re: cfinvoke or cfhttp

2007-05-07 Thread Matthew Friedman
I have refreshed the service from the admin. the question is why can it work from a thrid party soap client but not from CF I just tried it again, the first call works get, got my session id. the second call I get this error Web service operation "FindPackageInfo2" with parameters {PackTypes={}

Re: Getting a list of all the instances on a server

2007-05-07 Thread Andrew Scott
I could be way of base here, but my understanding is you can't. The reason being is that CF is run on an Application Server, in normal installs that is Jrun and they run in their own space without any knowledge of each other. On 5/8/07, James Buckingham <[EMAIL PROTECTED]> wrote: > > Does anybo

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Unfortunately, the app where the code is in Java is separate from my application. I'm trying to communicate with it. It is not an application on my server. Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Messa

Re: cfinvoke or cfhttp

2007-05-07 Thread koen brenner
This could be as simple as the order you use when passing your arguments. The WSDL calls for Koen ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/pr

Re: PBEWithMD5AndDES

2007-05-07 Thread Andrew Scott
If the code is already written in Java, why not look at CreateObject to use it rather than rewrite it in CF? On 5/8/07, Christine Davis <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > > > I'm entering the brave new world (for me) of encrypting and sharing data > between a couple of different ap

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
Except the new framework doesn't work for me... Oh well, it is alpha after all. On 5/8/07, Sean Corfield <[EMAIL PROTECTED]> wrote: > > On 5/7/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > One thing I like about it is the fact from a TDD point of view, no other > CF > > tool besides Flex buil

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Jochem van Dieten
Dawson, Michael wrote: >> What exactly does the version control solution have to do with SQL? You >> want to store your repository in a SQL database? You want to version >> your SQL schema? > > I think I remember seeing one repository that was stored in a SQL > database. Is it only the metadata

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Dawson, Michael
>I can imagine that. When you delete a project, Eclipse asks you whether you want to delete the contents or not. If I answered wrongly I would be angry with myself too. Yep. I'm sure it did it, but I was certain I picked the correct option. ;-) What exactly does the version control solution have

RE: Table Data

2007-05-07 Thread Dawson, Michael
Hmmm. Well, I checked the HOUR() function and it returns 0-23 for the hours as I hoped. I just tried a simple test and it worked for me. I did get multiple records for one hour, but I expected that from the test data I entered. I also got all other records, for each our in my Hours table. These

PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Hello everyone, I’m entering the brave new world (for me) of encrypting and sharing data between a couple of different applications. We are attempting to encrypt a password using PBEWithMD5AndDES. The Java Developer sent me the following information: If cleartext (password) is nations1

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Sean Corfield
On 5/7/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > One thing I like about it is the fact from a TDD point of view, no other CF > tool besides Flex builder (aka eclipse anyway) supports Test Driven > Development with full SVN integration, and tools that support jira, Bugzilla > etc with Tasks that

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread blists
Hello, The code in lfAccountypeSelect.cfm: select user type #listgetat(accountTypes,2)# (#dollarformat(listgetat(accountTypes,3))#) And the only thing that looks suspect is the dollarformat() function since the stack trace

Getting a list of all the instances on a server

2007-05-07 Thread James Buckingham
Does anybody know if there is a way of getting a list back from ColdFusion MX7 (or JRun) of all the instances setup in the main server's Admin? I had a look at the Admin API's serviceinstance.cfc but there doesn't seem to be anything in there which can get this. How does ColdFusion output the li

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread Big Mad Kev
You could install the trail of fusion reactor which may help you out. http://www.fusion-reactor.com/ AT least it will monitor and may help indicate the issue a little bit easier -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 07 May 2007 16:33 To: CF-Talk Subject:

Re: cfinvoke or cfhttp

2007-05-07 Thread James Holmes
Have they changed the webservice recently? Try refreshing it in the CF admin. On 5/7/07, Matthew Friedman <[EMAIL PROTECTED]> wrote: > I am working on intergrating a webservice call from another vendor and I am > having some strange issues. > > I can call the page and great a SID (their session i

cfinvoke or cfhttp

2007-05-07 Thread Matthew Friedman
I am working on intergrating a webservice call from another vendor and I am having some strange issues. I can call the page and great a SID (their session id). I can call other functions but when I try to call the function that I need I am getting an error saying the service could not be found

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread Dave Watts
> Question: When looking at the stack dump, is it typically the > last or topmost cfm template the causes the problems? Usually, the first item tells me more about the problem than the last, I guess. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the high

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
*g* I would be pissed if I answered the wrong question when asked do I want to delete all contents or just the project Look into the tools subversion, and subversive. Subversion has got to be the best I have ever seen. and subversive is a plugin that allows for you to connect to subversion an

Re: MX7: Updating a single server in a cluster...

2007-05-07 Thread Jochem van Dieten
James Buckingham wrote: > I noticed on the Scorpio Wish list that someone has asked for this but I > was wondering if anyone knew a workaround which would allow me to update a > single server in a cluster? > > Basically I want to make separate CFHTTP requests to each server to tell it > to

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Jochem van Dieten
Dawson, Michael wrote: > Damnit! OK. You got me interested again. However, I found little > online assistance (for dummies) on setting up CFE projects with an > existing web site. In fact, I once deleted my entire web site when all > I wanted to do was remove a project. That sort of pissed me

RE: Table Data

2007-05-07 Thread Robert Rawlins - Think Blue
Thanks Michael, After playing around with this a lot today, it seems to defiantly be my GROUP BY clause that's causing the issue. The query isn't returning 0 results like I thought it was, I'd just picked a date which had no records (doh!) but now I've picked another date, it'll return 11 records

Re: MySQL Admin for CF and Oracle???

2007-05-07 Thread James Holmes
No, but I've been intending to write one for ages... On 5/7/07, Chris Ditty <[EMAIL PROTECTED]> wrote: > Does anyone know of a web program for CF/Oracle that is similar to > MySQL Admin? I have looked but I haven't been able to find anything. -- mxAjax / CFAjax docs and other useful articles: h

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Dawson, Michael
Damnit! OK. You got me interested again. However, I found little online assistance (for dummies) on setting up CFE projects with an existing web site. In fact, I once deleted my entire web site when all I wanted to do was remove a project. That sort of pissed me off, therefore, I removed CFE f

RE: Table Data

2007-05-07 Thread Dawson, Michael
If you are getting 0 records, then take it down to a basic query of your first five columns. This means drop any SUM() columns, WHERE clause, GROUP BY clause items. (I also use SQL Server.) You should be left with only the SELECT, FROM and LEFT OUTER JOIN parts of your query. That simple query

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread blists
Question: When looking at the stack dump, is it typically the last or topmost cfm template the causes the problems? Brook -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: May 7, 2007 7:03 AM To: CF-Talk Subject: RE: REPOST: CFMX 7 / Server restarts > What I don't und

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread Dave Watts
> What I don't understand, is that I tried using the > out-of-the-box CFMX 7.0 JVM / JRE and arguments and I still > get this error and yet searching for > EXCEPTION_FLT_DIVIDE_BY_ZERO returns nothing CF related. And > I am also stuck as to why I can not reproduce this problem > when running t

RE: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread blists
After I disable charting on my server (cfmx 7.02 / windows 2003) I still get the same crash/restart: # EXCEPTION_FLT_DIVIDE_BY_ZERO (0xc08e) at pc=0x0079b233, pid=1744, tid=2700 # # Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 interpreted mode) # Problematic frame: # j java.text.D

MySQL Admin for CF and Oracle???

2007-05-07 Thread Chris Ditty
Does anyone know of a web program for CF/Oracle that is similar to MySQL Admin? I have looked but I haven't been able to find anything. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cros

RE: Table Data

2007-05-07 Thread Robert Rawlins - Think Blue
Afternoon Mike, Thanks for this info mate, sorry it's taken me a while to get back, I've been busy on other stuff. I've set down this morning and played around with this but I'm struggling a little bit with it. I've implemented it into one of my queries, but it just makes the query return 0 res

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
And as Neil stated its a wonderful platform, that can be extended to do many things. The beauty about that is that it has a backbone of great tools that not one other IDE can ever come close to doing. One thing I like about it is the fact from a TDD point of view, no other CF tool besides Flex bu

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Remember though, it is not just CFEclipse, think of it as Eclipse which can do ColdFusion plus a myriad of other things... CSS, XML, HTML... A wonderful IDE "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Bus

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Andrew Scott
And you might never look back On 5/7/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > damn all this cfeclipse talk is gonna force me to start usin it! > > ~| Deploy Web Applications Quickly across the enterprise with Col

Re: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-07 Thread Will Tomlinson
damn all this cfeclipse talk is gonna force me to start usin it! ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RV

Re: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread Robertson-Ravo, Neil (RX)
Post you charting code as well. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: REPOST: CFMX 7 / Server restarts

2007-05-07 Thread Robertson-Ravo, Neil (RX)
But _14 is not supported by Adobe. You tried the Adobe forums? Specifically one targetted for graphing. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It co

  1   2   >