[cfaussie] Re: AES decryption problem

2007-10-16 Thread MrBuzzy
Hi Duncan, you had a lot of stuff going on there :) When you say 'it works fine'... have you soled your problem? Or only part? Perhaps you could post the updated source code. Cheers. On 10/16/07, Duncan [EMAIL PROTECTED] wrote: So far in my investigation and trial and error, I have

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Pat Branley
Ive posted to this list before about my opposing view to workstation driven devlelopment. Its not that I dont think its a good idea, its great if you have the hardware, tools, and portable applications to support it. BUT... you can still get away with using a shared server! our team (including

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Andrea
I agree with your point, but not completely ;) That setting is what we also were doing in the past, for some sites. Even though it works we had major issues when the server needs to be restarted or a programmer just crash the all thing doing testing and so on and so forth or a producer is

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Andrew Scott
Shared development is not good, and why would you do it and force your developers into putting up with other developers breaking code while you are trying to do your job? Downtime is a very good reason to be more productive and move to workstation development. Andrew Scott Senior Coldfusion

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Mark Ireland
Are are any of the people following this thread using subclipse in Eclipse? From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CF + Subversion best practices ? Date: Tue, 16 Oct 2007 06:28:58 -0700 Ive posted to this list before about my opposing view to

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Andrew Scott
No I use Subversive. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. http://www.aegeon.com.au www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ireland Sent: Wednesday, 17 October 2007

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Kym Kovan
Mark Ireland wrote: Are are any of the people following this thread using subclipse in Eclipse? Yes, we are. We also use TortoiseSVN at the desktop and had been using that for some time before we moved to CFEclipse as our base dev environment. We tried Subversive in Eclipse and had hassles

[cfaussie] Re: AES decryption problem

2007-10-16 Thread Duncan
I am waiting on the third party to redo the encryption with a key that doesn't have any required padding i.e. they provide a full 24 char string) and doesn't have any of the identified dodgy chars and ^ 'It works fine' means encrypting and decrypting within CF using an example such as Pete

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Haikal Saadh
Andrew Scott wrote: Shared development is not good, and why would you do it and force your developers into putting up with other developers breaking code while you are trying to do your job? Downtime is a very good reason to be more productive and move to workstation development. Or,

[cfaussie] Re: AES decryption problem

2007-10-16 Thread Pat Branley
Duncan What I think is happening is that CF expects the key to be Base64 encoded, hence the problems with , ^ and the need for == at the end. Try using the 'sun.misc.BASE64Encoder' class to encode the key before passing it to the decrypt / encrypt functions. Pat On Oct 17, 10:22 am, Duncan

[cfaussie] Coldfusion 8 - Developer

2007-10-16 Thread Andrew Scott
Anyone know where the list of ip's are stored for restriction? Need to remove / reset them J Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. http://www.aegeon.com.au www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273

[cfaussie] Using Excel Data With CF

2007-10-16 Thread Claude Raiola
Hi, I am sent a datafile in excel format from a financial institution however one of the column names is loan type. Given the column name has a space between the 2 words cf thrown an error when i am trying to output the data from the excel file using #loan type#. Is there some code i can use

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread Steve Onnis
Just restart the CF Server and it should be reset _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Wednesday, 17 October 2007 12:49 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Coldfusion 8 - Developer Anyone know where the list of

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread Barry Beattie
I think Andrew means the 3 or so IP addresses that can connect to the CF server (127.0.0.1 being one of them) perfect for getting the PM to see your app on your dev box. I'm looking too on CF8 - maybe it;s the Debugging IP addresses? On 10/17/07, Steve Onnis [EMAIL PROTECTED] wrote: Just

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread Steve Onnis
Yeah In previous versions when you restart the CF server these IP addresses are wiped and reset and then you can use what ever. It logs the Ips as they access the server so if you restart the server and you access it from a different IP address then you will get access but it is logged and is

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread David Harris
The only way I am aware to reset them is a restart of the CF instance. The first 3 ips are used and then the licensing limits kick in. I would suspect they are help in memory, but that is only a guess Barry Beattie wrote: I think Andrew means the 3 or so IP addresses that can connect to the

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Leon Seremelis
We use subclipse as well. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ireland Sent: Wednesday, 17 October 2007 9:36 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CF + Subversion best practices ? Are are any of the people following this thread using

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread Andrew Scott
Thanks everyone, restarting the instance did remove the restrictions. I guess trying that first would have helped:-) Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  8676 4223 Mobile: 0404 998 273 -Original Message- From:

[cfaussie] Re: Coldfusion 8 - Developer

2007-10-16 Thread Barry Beattie
and it helped others too who should have remembered but are a bit rusty and forgot how it actually worked... mea culpa. On 10/17/07, Andrew Scott [EMAIL PROTECTED] wrote: Thanks everyone, restarting the instance did remove the restrictions. I guess trying that first would have helped:-)