[cfaussie] Re: Coldspring error - what does this mean please?

2007-10-22 Thread Mike Kear

Sadly like most production servers, the robust error reporting is
turned off, so that's all there is to go on for now.

What should i be looking for?

If it's not the path, and there isnt a coldspring mapping elsewhere in
the box (the two most obvious problems i could think of) is there
anything obvious i should check?

Cheers
MIke Kear


On 10/23/07, Mark Mandel <[EMAIL PROTECTED]> wrote:
>
> Mike,
>
> What's the rest of the stack trace?
>
> Mark
>
>
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Coldspring error - what does this mean please?

2007-10-22 Thread Mark Mandel

Mike,

What's the rest of the stack trace?

Mark

On 10/23/07, Mike Kear <[EMAIL PROTECTED]> wrote:
>
> My first app using Coldspring    the coldspring installation works
> on my dev server, but when i upload it to the (shared) production
> server, i get teh following error when i try to instantiate the
> DefaultXmlBeanFactory cfc:
>
> [quote]
> The method getClass was not found in component
> C:\websites\ybunp9\coldspring\beans\DefaultXmlBeanFactory.cfc.
> [/quote]
>
> I checked with the sysadmin, thinking perhaps this meant that there
> was some other coldfusion mapping on the box called "coldspring" but
> he says there is no such mapping.Also the path is correct too.
>
> I haven't done anything about making apps yet, just wanting to install
> coldspring and check it's working ok before i go ahead and start using
> it.
>
> Can anyone tell me what that error indicates please?
>
> --
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> http://afpwebworks.com
> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Coldspring error - what does this mean please?

2007-10-22 Thread Mike Kear

My first app using Coldspring    the coldspring installation works
on my dev server, but when i upload it to the (shared) production
server, i get teh following error when i try to instantiate the
DefaultXmlBeanFactory cfc:

[quote]
The method getClass was not found in component
C:\websites\ybunp9\coldspring\beans\DefaultXmlBeanFactory.cfc.
[/quote]

I checked with the sysadmin, thinking perhaps this meant that there
was some other coldfusion mapping on the box called "coldspring" but
he says there is no such mapping.Also the path is correct too.

I haven't done anything about making apps yet, just wanting to install
coldspring and check it's working ok before i go ahead and start using
it.

Can anyone tell me what that error indicates please?

-- 
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Anyone seen this error before?

2007-10-22 Thread Charlie Arehart (lists account)

Well, you refer to "jrun" in this and the last note, and that's confusing.
Do you mean the Admin instance? In the multiinstance mode, Jrun is always
running (and the CF instance runs within it). But my point was about in fact
whether you had the Admin instance running. If not, that would be why you
had no conflict. 

Sorry, won't see your reply for several hours. Bed time for me. :-)

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Scott
Sent: Tuesday, October 23, 2007 12:42 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Anyone seen this error before?


Oh and I forgot to add that if jrun is not running, then there is no problem
with the debugger conflict on linux.



On 10/23/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
> Charlie,
>
> That's the thing no it has only one instance of jrun4 and one instance 
> of cfusion, this was a complete fresh install on linux. But the thing 
> that I took extreme notes on was that it was a shared JVM instance 
> between jrun and cfusion.
>
> Now the other thing to note here, is that on windows 2003 this is not 
> a problem on one server, but here on linux the jrun and cfusion are 
> the ones that seem to be conflicting. As to why this is the case only 
> on linux is what has me stumped.
>
>
> On 10/23/07, Charlie Arehart (lists account) <[EMAIL PROTECTED]>
wrote:
> >
> >
> > Andrew, in that multiinstance deployment, did you have more than one 
> > CF instance configured? And if not, did you start the Admin 
> > instance? If not, then you only had one instance running, using what 
> > would be a shared jvm.config. As soon as you try to run one of them 
> > when the other is running, you should get the "no transports
initialized" error.
> >
> > /charlie
> >
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Anyone seen this error before?

2007-10-22 Thread Andrew Scott

Oh and I forgot to add that if jrun is not running, then there is no
problem with the debugger conflict on linux.



On 10/23/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
> Charlie,
>
> That's the thing no it has only one instance of jrun4 and one instance
> of cfusion, this was a complete fresh install on linux. But the thing
> that I took extreme notes on was that it was a shared JVM instance
> between jrun and cfusion.
>
> Now the other thing to note here, is that on windows 2003 this is not
> a problem on one server, but here on linux the jrun and cfusion are
> the ones that seem to be conflicting. As to why this is the case only
> on linux is what has me stumped.
>
>
> On 10/23/07, Charlie Arehart (lists account) <[EMAIL PROTECTED]> wrote:
> >
> >
> > Andrew, in that multiinstance deployment, did you have more than one CF
> > instance configured? And if not, did you start the Admin instance? If not,
> > then you only had one instance running, using what would be a shared
> > jvm.config. As soon as you try to run one of them when the other is running,
> > you should get the "no transports initialized" error.
> >
> > /charlie
> >
> >
> >  
> >  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Andrew Scott
> > Sent: Monday, October 22, 2007 12:51 AM
> >
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: Anyone seen this error before?
> >
> >
> >
> >
> >
> > Charlie,
> >
> >
> >
> > I have a multiple instance of CF8 running on Windows 2003, and I have no
> > problems with this and the debugger. But under ubuntu and linux have major
> > problems with the debugger.
> >
> >
> >
> > Could it be that I somehow setup the separate configuration for JVM under
> > windows 2003 without knowing it?
> >
> >
> >
> > Anyway, thanks all for the input. I would have thought that the debugger is
> > something everyone is going to use that it would have setup multiple jvm
> > configs from the start. Oh well Who knows why Adobe chose that path
> > then.
> >
> >
> >
> >
> > Andrew Scott
> > Senior Coldfusion Developer
> > Aegeon Pty. Ltd.
> > www.aegeon.com.au
> > Phone: +613  8676 4223
> > Mobile: 0404 998 273
> >
> >
> >
> >
> >
> >
> >
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> > Of Charlie Arehart (lists account)
> > Sent: Monday, 22 October 2007 12:18 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: Anyone seen this error before?
> >
> >
> >
> > Andrew (and others), you don't want to say that this isn't a problem on
> > Windows. It'll bite anyone using the multiserver (multiple instance)
> > configuration.
> >
> >
> >
> > As MrBuzzy hinted, it is that the default setup of the multiserver config is
> > to have all instance share on jvm.config, and that's where you tell CF what
> > port to use for the new CF8 debugger.
> >
> >
> >
> > The problem is that if any of the instances are up when another instance
> > tries to come up, the other instances won't come up because the port is
> > already in use.  It can be tricky knowing what's happening and why. A real
> > common example of this is that the cfusion instance goes down but the admin
> > instance stays up. In this case, you only have 1 CF instance, but it doesn't
> > matter.
> >
> >
> >
> > So MrBuzzy indicates that you need to create a separate jvm.config for each
> > instance, but adds "who'd wannna do that[?]" Well, anyone who wants to use
> > the debugger in multiserver mode will need to. No way around it (well, at
> > least if one instance may ever go down).
> >
> >
> >
> > A couple blog entries discuss setting that up (not specific to the problem
> > of the debugger but just for those who wanted to do it in general, such as
> > perhaps to have other different JVM settings):
> >
> >
> >
> > http://mkruger.cfwebtools.com/index.cfm/2006/4/17/multiserver
> >
> > http://www.alagad.com/go/blog-entry/cf7-cf8-jrun-and-the-jvm
> >
> >
> >
> >
> >
> > HTH
> >
> >
> >
> >
> > /charlie
> >
> >  > >
> >
>
>
> --
>
>
>
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.
> www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>


-- 



Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Anyone seen this error before?

2007-10-22 Thread Andrew Scott

Charlie,

That's the thing no it has only one instance of jrun4 and one instance
of cfusion, this was a complete fresh install on linux. But the thing
that I took extreme notes on was that it was a shared JVM instance
between jrun and cfusion.

Now the other thing to note here, is that on windows 2003 this is not
a problem on one server, but here on linux the jrun and cfusion are
the ones that seem to be conflicting. As to why this is the case only
on linux is what has me stumped.


On 10/23/07, Charlie Arehart (lists account) <[EMAIL PROTECTED]> wrote:
>
>
> Andrew, in that multiinstance deployment, did you have more than one CF
> instance configured? And if not, did you start the Admin instance? If not,
> then you only had one instance running, using what would be a shared
> jvm.config. As soon as you try to run one of them when the other is running,
> you should get the "no transports initialized" error.
>
> /charlie
>
>
>  
>  From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Andrew Scott
> Sent: Monday, October 22, 2007 12:51 AM
>
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Anyone seen this error before?
>
>
>
>
>
> Charlie,
>
>
>
> I have a multiple instance of CF8 running on Windows 2003, and I have no
> problems with this and the debugger. But under ubuntu and linux have major
> problems with the debugger.
>
>
>
> Could it be that I somehow setup the separate configuration for JVM under
> windows 2003 without knowing it?
>
>
>
> Anyway, thanks all for the input. I would have thought that the debugger is
> something everyone is going to use that it would have setup multiple jvm
> configs from the start. Oh well Who knows why Adobe chose that path
> then.
>
>
>
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.
> www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>
>
>
>
>
>
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Charlie Arehart (lists account)
> Sent: Monday, 22 October 2007 12:18 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Anyone seen this error before?
>
>
>
> Andrew (and others), you don't want to say that this isn't a problem on
> Windows. It'll bite anyone using the multiserver (multiple instance)
> configuration.
>
>
>
> As MrBuzzy hinted, it is that the default setup of the multiserver config is
> to have all instance share on jvm.config, and that's where you tell CF what
> port to use for the new CF8 debugger.
>
>
>
> The problem is that if any of the instances are up when another instance
> tries to come up, the other instances won't come up because the port is
> already in use.  It can be tricky knowing what's happening and why. A real
> common example of this is that the cfusion instance goes down but the admin
> instance stays up. In this case, you only have 1 CF instance, but it doesn't
> matter.
>
>
>
> So MrBuzzy indicates that you need to create a separate jvm.config for each
> instance, but adds "who'd wannna do that[?]" Well, anyone who wants to use
> the debugger in multiserver mode will need to. No way around it (well, at
> least if one instance may ever go down).
>
>
>
> A couple blog entries discuss setting that up (not specific to the problem
> of the debugger but just for those who wanted to do it in general, such as
> perhaps to have other different JVM settings):
>
>
>
> http://mkruger.cfwebtools.com/index.cfm/2006/4/17/multiserver
>
> http://www.alagad.com/go/blog-entry/cf7-cf8-jrun-and-the-jvm
>
>
>
>
>
> HTH
>
>
>
>
> /charlie
>
>  >
>


-- 



Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Anyone seen this error before?

2007-10-22 Thread Charlie Arehart (lists account)
Andrew, in that multiinstance deployment, did you have more than one CF
instance configured? And if not, did you start the Admin instance? If not,
then you only had one instance running, using what would be a shared
jvm.config. As soon as you try to run one of them when the other is running,
you should get the "no transports initialized" error.
 
/charlie
 


  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Andrew Scott
Sent: Monday, October 22, 2007 12:51 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Anyone seen this error before?



Charlie,

 

I have a multiple instance of CF8 running on Windows 2003, and I have no
problems with this and the debugger. But under ubuntu and linux have major
problems with the debugger.

 

Could it be that I somehow setup the separate configuration for JVM under
windows 2003 without knowing it?

 

Anyway, thanks all for the input. I would have thought that the debugger is
something everyone is going to use that it would have setup multiple jvm
configs from the start. Oh well Who knows why Adobe chose that path
then.



Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273

 

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Charlie Arehart (lists account)
Sent: Monday, 22 October 2007 12:18 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Anyone seen this error before?

 

Andrew (and others), you don't want to say that this isn't a problem on
Windows. It'll bite anyone using the multiserver (multiple instance)
configuration.

 

As MrBuzzy hinted, it is that the default setup of the multiserver config is
to have all instance share on jvm.config, and that's where you tell CF what
port to use for the new CF8 debugger.

 

The problem is that if any of the instances are up when another instance
tries to come up, the other instances won't come up because the port is
already in use.  It can be tricky knowing what's happening and why. A real
common example of this is that the cfusion instance goes down but the admin
instance stays up. In this case, you only have 1 CF instance, but it doesn't
matter. 

 

So MrBuzzy indicates that you need to create a separate jvm.config for each
instance, but adds "who'd wannna do that[?]" Well, anyone who wants to use
the debugger in multiserver mode will need to. No way around it (well, at
least if one instance may ever go down).

 

A couple blog entries discuss setting that up (not specific to the problem
of the debugger but just for those who wanted to do it in general, such as
perhaps to have other different JVM settings):

 

http://mkruger.cfwebtools.com/index.cfm/2006/4/17/multiserver

http://www.alagad.com/go/blog-entry/cf7-cf8-jrun-and-the-jvm

 

HTH

 

/charlie

 

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread GREAVES, Maureen

Thank you Pauline

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of paulineb
Sent: Tuesday, 23 October 2007 1:07 PM
To: cfaussie
Subject: [cfaussie] Re: LEFT JOIN in update cfquery


Try

UPDATE TagtT_EFFDATEFINYRS
SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
FROM TagtVS_EFFDATEupd
LEFT JOIN TagtT_EFFDATEFINYRS ON
   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno

You might have to change the LEFT JOIN to a RIGHT JOIN now


Pauline



On Oct 23, 12:55 pm, Greavesy <[EMAIL PROTECTED]> wrote:
> Could someone please shed some light on a cfquery that I am working
> on.  I am receiving a syntax error:
>Error Executing Database Query.
>[Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near
> the keyword 'LEFT'.
>
> 
> UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
>   TagtVS_EFFDATEupd ON
>   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno
> SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
> TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
> 
>
> Any guidance/help would be appreciated.




---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread GREAVES, Maureen

This one is working.  

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of paulineb
Sent: Tuesday, 23 October 2007 1:07 PM
To: cfaussie
Subject: [cfaussie] Re: LEFT JOIN in update cfquery


Try

UPDATE TagtT_EFFDATEFINYRS
SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
FROM TagtVS_EFFDATEupd
LEFT JOIN TagtT_EFFDATEFINYRS ON
   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno

You might have to change the LEFT JOIN to a RIGHT JOIN now


Pauline



On Oct 23, 12:55 pm, Greavesy <[EMAIL PROTECTED]> wrote:
> Could someone please shed some light on a cfquery that I am working
> on.  I am receiving a syntax error:
>Error Executing Database Query.
>[Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near
> the keyword 'LEFT'.
>
> 
> UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
>   TagtVS_EFFDATEupd ON
>   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno
> SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
> TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
> 
>
> Any guidance/help would be appreciated.




---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread Steve Onnis

 
Opps

UPDATE  TagtT_EFFDATEFINYRS
SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]

FROMTagtT_EFFDATEFINYRS, TagtVS_EFFDATEupd
WHERE   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno 





-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of GREAVES, Maureen
Sent: Tuesday, 23 October 2007 1:17 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: LEFT JOIN in update cfquery


Thanks for your help Steve,

Im now experiencing this error with the query now using what you
suggested

[Macromedia][SQLServer JDBC Driver][SQLServer]Tables or
functions   'TagtT_EFFDATEFINYRS' and 'TagtT_EFFDATEFINYRS' have the
same exposednames. Use correlation names to distinguish them.

Trying everything will let you know if I work it out .

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Tuesday, 23 October 2007 1:02 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: LEFT JOIN in update cfquery


Oh your doing an update

You cant do updates like that

UPDATE  TagtT_EFFDATEFINYRS
SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]

FROMTagtT_EFFDATEFINYRS, TagtVS_EFFDATEupd
WHERE   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno 


I think that's right

Steve


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Greavesy
Sent: Tuesday, 23 October 2007 12:56 PM
To: cfaussie
Subject: [cfaussie] LEFT JOIN in update cfquery


Could someone please shed some light on a cfquery that I am working on.
I
am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the
keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem] 


Any guidance/help would be appreciated.








---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of
its related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13
11 55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and
does not necessarily reflect the view of Suncorp. The content, including
attachments, is a confidential communication between Suncorp and the
intended recipient. If you are not the intended recipient, any use,
interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have received
this e-mail in error please contact the sender immediately and delete the
e-mail and any attachments from your system.

If this e-mail constitutes a commercial message of a type that you no longer
wish to receive please reply to this e-mail by typing Unsubscribe in the
subject line.






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread GREAVES, Maureen

Thanks for your help Steve,

Im now experiencing this error with the query now using what you
suggested

[Macromedia][SQLServer JDBC Driver][SQLServer]Tables or
functions   'TagtT_EFFDATEFINYRS' and 'TagtT_EFFDATEFINYRS' have the
same exposednames. Use correlation names to distinguish them.

Trying everything will let you know if I work it out .

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steve Onnis
Sent: Tuesday, 23 October 2007 1:02 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: LEFT JOIN in update cfquery


Oh your doing an update

You cant do updates like that

UPDATE  TagtT_EFFDATEFINYRS
SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]

FROMTagtT_EFFDATEFINYRS, TagtT_EFFDATEFINYRS
WHERE   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno 


I think that's right

Steve


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
Of Greavesy
Sent: Tuesday, 23 October 2007 12:56 PM
To: cfaussie
Subject: [cfaussie] LEFT JOIN in update cfquery


Could someone please shed some light on a cfquery that I am working on.
I
am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near
the
keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno
SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem] 


Any guidance/help would be appreciated.







---
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread paulineb

Try

UPDATE TagtT_EFFDATEFINYRS
SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
FROM TagtVS_EFFDATEupd
LEFT JOIN TagtT_EFFDATEFINYRS ON
   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno

You might have to change the LEFT JOIN to a RIGHT JOIN now


Pauline



On Oct 23, 12:55 pm, Greavesy <[EMAIL PROTECTED]> wrote:
> Could someone please shed some light on a cfquery that I am working
> on.  I am receiving a syntax error:
>Error Executing Database Query.
>[Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near
> the keyword 'LEFT'.
>
> 
> UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
>   TagtVS_EFFDATEupd ON
>   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno
> SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
> TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]
> 
>
> Any guidance/help would be appreciated.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread Steve Onnis

Oh your doing an update

You cant do updates like that

UPDATE  TagtT_EFFDATEFINYRS
SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]

FROMTagtT_EFFDATEFINYRS, TagtT_EFFDATEFINYRS
WHERE   TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno 


I think that's right

Steve


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Greavesy
Sent: Tuesday, 23 October 2007 12:56 PM
To: cfaussie
Subject: [cfaussie] LEFT JOIN in update cfquery


Could someone please shed some light on a cfquery that I am working on.  I
am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the
keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem] 


Any guidance/help would be appreciated.





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread Steve Onnis

Or LEFT FULL

LEFT JOIN is invalid 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Greavesy
Sent: Tuesday, 23 October 2007 12:56 PM
To: cfaussie
Subject: [cfaussie] LEFT JOIN in update cfquery


Could someone please shed some light on a cfquery that I am working on.  I
am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the
keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem] 


Any guidance/help would be appreciated.





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: LEFT JOIN in update cfquery

2007-10-22 Thread Steve Onnis

LEFT OUTER or LEFT INNER 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Greavesy
Sent: Tuesday, 23 October 2007 12:56 PM
To: cfaussie
Subject: [cfaussie] LEFT JOIN in update cfquery


Could someone please shed some light on a cfquery that I am working on.  I
am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the
keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno SET
TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem] 


Any guidance/help would be appreciated.





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] LEFT JOIN in update cfquery

2007-10-22 Thread Greavesy

Could someone please shed some light on a cfquery that I am working
on.  I am receiving a syntax error:
   Error Executing Database Query.
   [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near
the keyword 'LEFT'.



UPDATE TagtT_EFFDATEFINYRS LEFT JOIN
  TagtVS_EFFDATEupd ON
  TagtT_EFFDATEFINYRS.AgentID = TagtVS_EFFDATEupd.agentno
SET TagtT_EFFDATEFINYRS.NoOfPol0708 = [noofpol],
TagtT_EFFDATEFINYRS.BPrem0708 = [baseprem]



Any guidance/help would be appreciated.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Steve Onnis

WebDU-bbo 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Tuesday, 23 October 2007 10:17 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Call For Papers: webDU 2008


Exactly.

WebDU Dubbo

I think we are on to something here :)

Regards
Dale Fraser

http://learncf.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Picker
Sent: Tuesday, 23 October 2007 10:00 AM
To: cfaussie
Subject: [cfaussie] Re: Call For Papers: webDU 2008


Hi,

"None of which you have if its in your home state" - not true.

I live in NSW, and it will cost me more to attend webDU than it would
someone in Melbourne (or most other capitals for that matter).
Flights from Dubbo to Sydney are way more expensive than Melbourne to
Sydney.  I then have all the same costs as everyone else(accomodation,
meals, taxi etc).

Cheers
Mark

On Oct 23, 8:18 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> Its not the flight, the location is close and I know it will probably
always
> be Sydney, but it wont stop me dropping a Melbourne hint every year.
>
> Its the cost, the conference is reasonable, but then add flights, 
> accom, meals etc. None of which you have if its in your home state.
>
> It just limits how many people I can send.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Toby Tremayne
> Sent: Monday, 22 October 2007 9:21 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> A number of us have talked about doing a 1 day melbourne based course, 
> and I'm definitely interested in helping out with that kind of thing too.
>
> As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run 
> it, Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly 
> simple math.
>
> If it's the flight up that bothers you - organize yourself to give a 
> talk about something interesting - means you're contributing plus 
> gives you a free ticket :)
>
> Toby
>
> On 22/10/2007, at 20:24 , Dale Fraser wrote:
>
> Honestly I wouldn't know where to start, but would be happy to help
organise
>
> it.
>
> I was thinking along the lines of the CFUnited Express.
>
> As there are only 1 day and training focused with one track, it should 
> be
>
> fairly easy to organise.
>
> Was wondering if Geoff had thought about it at all. I'm going to go to
WebDU
>
> this year so will be interesting to compare this event to a Max type
event.
>
> Mark what was the final number of people interested in the Melbourne 
> Camp,
>
> might give an idea if this will gain enough numbers.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
>
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
>
> Of Mark Mandel
>
> Sent: Monday, 22 October 2007 8:15 PM
>
> To: cfaussie@googlegroups.com
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> Dale,
>
> You want to organise one?
>
> As long as it's *after* webDU, I'd be interested to help out.
>
> Mark
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Doh!
>
> Sydney again, how did I know.
>
> Have you considered a WebDU Express type event in other states?
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf
>
> Of Geoff Bowers
>
> Sent: Monday, 22 October 2007 7:34 PM
>
> To: cfaussie
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
>
> cf.Objective - 1st - 4th of May.
>
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?
>
> Just enough time to do some laundry ;)
>
> .. .am I actually going to get some sleep?
>
> Sleep is overrated.
>
> I think you're trying to kill me, aren't you Geoff?
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
>
> in the ColdFusion community ;)
>
> -- geoff
>
> http://www.daemon.com.au/
>
> --
>
> E: [EMAIL PROTECTED]
>
> W:www.compoundtheory.com
>
> ---
>
> Life is poetry, write it in your own words
>
> ---
>
> Toby Tremayne
>
> Senior Technical Consultant
>
> Code Poet and Zen Master of the Heavy Sleep
>
> Lyricist Software
>
> 0416 048 090
>
> ICQ: 13107913- Hide quoted text -
>
> - Show quoted text -






--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 1 >= 1 java.lang.ArrayIndexOutOfBoundsException

2007-10-22 Thread Taco Fleur
Hi,

This is on CF7..
The only info I found on this is

http://www.coldfusionjedi.com/index.cfm?mode=entry&entry=7D417738-DF64-B270-3056B422E2F6FCAB

http://www.coldfusionjedi.com/index.cfm?mode=entry&entry=3CE1E9A7-C54A-6BD7-28FDC5E5009DB1E4
And the suggestions (as far as I can see) are to restart, which has solved
this problem previously, but not now.

Cheers.


On 10/23/07, Kai Koenig <[EMAIL PROTECTED]> wrote:
>
>
> Hi Taco,
>
> is this on CF 7 or CF 8? Could it be some sort of connected to query
> caching?
>
> Cheers
> Kai
>
> >Hello all,
> >
> >I've had the following error before, done some research on the internet
> >and found it was to do with making changes int he database without
> >restarting CF. I restarted CF and all was fine a while ago when I
> >encountered this error.
> >I recently updated the database structure again, restarted CF and the
> >database (just to be sure), but I'm still getting the following error.
> >Does anyone have any idea what it could be? Thanks in advance.
> >
>
>
>
>
> >
>


-- 
*** http://www.clickfind.com.au
The new Australian search engine for businesses, products and services
*** Virtual and Dedicated Servers with MS SQL from $250 a month
*** Virtual and Dedicated Servers with registered version of ColdFusion from
$350 a month
*** ColdFusion licenses at the lowest price

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Chris Velevitch

Come on guys, it's months away. Now is the time to book your flight
using your Frequent Flyer Points and the YHA is next to Central
station (actually there's 2) for $35 per night (less you're a member)
and you can catch the train from the airport and a tram to the
conference. And with the early bird conference ticket, it can't be all
that expensive. Try going to MAX for the same price ($5K+ at least)


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Barry Beattie

On 10/23/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> Exactly.
> WebDU Dubbo
> I think we are on to something here :)

nah, go one step further.

WebDU-bus.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Dale Fraser

Exactly.

WebDU Dubbo

I think we are on to something here :)

Regards
Dale Fraser

http://learncf.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Picker
Sent: Tuesday, 23 October 2007 10:00 AM
To: cfaussie
Subject: [cfaussie] Re: Call For Papers: webDU 2008


Hi,

"None of which you have if its in your home state" - not true.

I live in NSW, and it will cost me more to attend webDU than it would
someone in Melbourne (or most other capitals for that matter).
Flights from Dubbo to Sydney are way more expensive than Melbourne to
Sydney.  I then have all the same costs as everyone else(accomodation,
meals, taxi etc).

Cheers
Mark

On Oct 23, 8:18 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> Its not the flight, the location is close and I know it will probably
always
> be Sydney, but it wont stop me dropping a Melbourne hint every year.
>
> Its the cost, the conference is reasonable, but then add flights, accom,
> meals etc. None of which you have if its in your home state.
>
> It just limits how many people I can send.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Toby Tremayne
> Sent: Monday, 22 October 2007 9:21 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> A number of us have talked about doing a 1 day melbourne based course, and
> I'm definitely interested in helping out with that kind of thing too.
>
> As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run it,
> Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly simple
> math.
>
> If it's the flight up that bothers you - organize yourself to give a talk
> about something interesting - means you're contributing plus gives you a
> free ticket :)
>
> Toby
>
> On 22/10/2007, at 20:24 , Dale Fraser wrote:
>
> Honestly I wouldn't know where to start, but would be happy to help
organise
>
> it.
>
> I was thinking along the lines of the CFUnited Express.
>
> As there are only 1 day and training focused with one track, it should be
>
> fairly easy to organise.
>
> Was wondering if Geoff had thought about it at all. I'm going to go to
WebDU
>
> this year so will be interesting to compare this event to a Max type
event.
>
> Mark what was the final number of people interested in the Melbourne Camp,
>
> might give an idea if this will gain enough numbers.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
>
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
>
> Of Mark Mandel
>
> Sent: Monday, 22 October 2007 8:15 PM
>
> To: cfaussie@googlegroups.com
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> Dale,
>
> You want to organise one?
>
> As long as it's *after* webDU, I'd be interested to help out.
>
> Mark
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Doh!
>
> Sydney again, how did I know.
>
> Have you considered a WebDU Express type event in other states?
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf
>
> Of Geoff Bowers
>
> Sent: Monday, 22 October 2007 7:34 PM
>
> To: cfaussie
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
>
> cf.Objective - 1st - 4th of May.
>
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?
>
> Just enough time to do some laundry ;)
>
> .. .am I actually going to get some sleep?
>
> Sleep is overrated.
>
> I think you're trying to kill me, aren't you Geoff?
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
>
> in the ColdFusion community ;)
>
> -- geoff
>
> http://www.daemon.com.au/
>
> --
>
> E: [EMAIL PROTECTED]
>
> W:www.compoundtheory.com
>
> ---
>
> Life is poetry, write it in your own words
>
> ---
>
> Toby Tremayne
>
> Senior Technical Consultant
>
> Code Poet and Zen Master of the Heavy Sleep
>
> Lyricist Software
>
> 0416 048 090
>
> ICQ: 13107913- Hide quoted text -
>
> - Show quoted text -



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Barry Beattie

any Sydney-siders willing to billet people from regional NSW?


just trying to reduce the inhibitors...




On 10/23/07, Mark Picker <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> "None of which you have if its in your home state" - not true.
>
> I live in NSW, and it will cost me more to attend webDU than it would
> someone in Melbourne (or most other capitals for that matter).
> Flights from Dubbo to Sydney are way more expensive than Melbourne to
> Sydney.  I then have all the same costs as everyone else(accomodation,
> meals, taxi etc).
>
> Cheers
> Mark
>
> On Oct 23, 8:18 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> > Its not the flight, the location is close and I know it will probably always
> > be Sydney, but it wont stop me dropping a Melbourne hint every year.
> >
> > Its the cost, the conference is reasonable, but then add flights, accom,
> > meals etc. None of which you have if its in your home state.
> >
> > It just limits how many people I can send.
> >
> > Regards
> >
> > Dale Fraser
> >
> > http://learncf.com
> >
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> > Of Toby Tremayne
> > Sent: Monday, 22 October 2007 9:21 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: Call For Papers: webDU 2008
> >
> > A number of us have talked about doing a 1 day melbourne based course, and
> > I'm definitely interested in helping out with that kind of thing too.
> >
> > As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run it,
> > Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly simple
> > math.
> >
> > If it's the flight up that bothers you - organize yourself to give a talk
> > about something interesting - means you're contributing plus gives you a
> > free ticket :)
> >
> > Toby
> >
> > On 22/10/2007, at 20:24 , Dale Fraser wrote:
> >
> > Honestly I wouldn't know where to start, but would be happy to help organise
> >
> > it.
> >
> > I was thinking along the lines of the CFUnited Express.
> >
> > As there are only 1 day and training focused with one track, it should be
> >
> > fairly easy to organise.
> >
> > Was wondering if Geoff had thought about it at all. I'm going to go to WebDU
> >
> > this year so will be interesting to compare this event to a Max type event.
> >
> > Mark what was the final number of people interested in the Melbourne Camp,
> >
> > might give an idea if this will gain enough numbers.
> >
> > Regards
> >
> > Dale Fraser
> >
> > http://learncf.com
> >
> >
> >
> > -Original Message-
> >
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> >
> > Of Mark Mandel
> >
> > Sent: Monday, 22 October 2007 8:15 PM
> >
> > To: cfaussie@googlegroups.com
> >
> > Subject: [cfaussie] Re: Call For Papers: webDU 2008
> >
> > Dale,
> >
> > You want to organise one?
> >
> > As long as it's *after* webDU, I'd be interested to help out.
> >
> > Mark
> >
> > On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> >
> > Doh!
> >
> > Sydney again, how did I know.
> >
> > Have you considered a WebDU Express type event in other states?
> >
> > Regards
> >
> > Dale Fraser
> >
> > http://learncf.com
> >
> > -Original Message-
> >
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> >
> > Behalf
> >
> > Of Geoff Bowers
> >
> > Sent: Monday, 22 October 2007 7:34 PM
> >
> > To: cfaussie
> >
> > Subject: [cfaussie] Re: Call For Papers: webDU 2008
> >
> > On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> >
> > cf.Objective - 1st - 4th of May.
> >
> > WebDu - 7th - 9th of May.
> >
> > Is there really any point in me coming back to Melbourne between?
> >
> > Just enough time to do some laundry ;)
> >
> > .. .am I actually going to get some sleep?
> >
> > Sleep is overrated.
> >
> > I think you're trying to kill me, aren't you Geoff?
> >
> > Somebody has to try and slow you down!  You're on fire (in a good way)
> >
> > in the ColdFusion community ;)
> >
> > -- geoff
> >
> > http://www.daemon.com.au/
> >
> > --
> >
> > E: [EMAIL PROTECTED]
> >
> > W:www.compoundtheory.com
> >
> > ---
> >
> > Life is poetry, write it in your own words
> >
> > ---
> >
> > Toby Tremayne
> >
> > Senior Technical Consultant
> >
> > Code Poet and Zen Master of the Heavy Sleep
> >
> > Lyricist Software
> >
> > 0416 048 090
> >
> > ICQ: 13107913- Hide quoted text -
> >
> > - Show quoted text -
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Mark Picker

Hi,

"None of which you have if its in your home state" - not true.

I live in NSW, and it will cost me more to attend webDU than it would
someone in Melbourne (or most other capitals for that matter).
Flights from Dubbo to Sydney are way more expensive than Melbourne to
Sydney.  I then have all the same costs as everyone else(accomodation,
meals, taxi etc).

Cheers
Mark

On Oct 23, 8:18 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> Its not the flight, the location is close and I know it will probably always
> be Sydney, but it wont stop me dropping a Melbourne hint every year.
>
> Its the cost, the conference is reasonable, but then add flights, accom,
> meals etc. None of which you have if its in your home state.
>
> It just limits how many people I can send.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Toby Tremayne
> Sent: Monday, 22 October 2007 9:21 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> A number of us have talked about doing a 1 day melbourne based course, and
> I'm definitely interested in helping out with that kind of thing too.
>
> As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run it,
> Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly simple
> math.
>
> If it's the flight up that bothers you - organize yourself to give a talk
> about something interesting - means you're contributing plus gives you a
> free ticket :)
>
> Toby
>
> On 22/10/2007, at 20:24 , Dale Fraser wrote:
>
> Honestly I wouldn't know where to start, but would be happy to help organise
>
> it.
>
> I was thinking along the lines of the CFUnited Express.
>
> As there are only 1 day and training focused with one track, it should be
>
> fairly easy to organise.
>
> Was wondering if Geoff had thought about it at all. I'm going to go to WebDU
>
> this year so will be interesting to compare this event to a Max type event.
>
> Mark what was the final number of people interested in the Melbourne Camp,
>
> might give an idea if this will gain enough numbers.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
>
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of Mark Mandel
>
> Sent: Monday, 22 October 2007 8:15 PM
>
> To: cfaussie@googlegroups.com
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> Dale,
>
> You want to organise one?
>
> As long as it's *after* webDU, I'd be interested to help out.
>
> Mark
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Doh!
>
> Sydney again, how did I know.
>
> Have you considered a WebDU Express type event in other states?
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> -Original Message-
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf
>
> Of Geoff Bowers
>
> Sent: Monday, 22 October 2007 7:34 PM
>
> To: cfaussie
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
>
> cf.Objective - 1st - 4th of May.
>
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?
>
> Just enough time to do some laundry ;)
>
> .. .am I actually going to get some sleep?
>
> Sleep is overrated.
>
> I think you're trying to kill me, aren't you Geoff?
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
>
> in the ColdFusion community ;)
>
> -- geoff
>
> http://www.daemon.com.au/
>
> --
>
> E: [EMAIL PROTECTED]
>
> W:www.compoundtheory.com
>
> ---
>
> Life is poetry, write it in your own words
>
> ---
>
> Toby Tremayne
>
> Senior Technical Consultant
>
> Code Poet and Zen Master of the Heavy Sleep
>
> Lyricist Software
>
> 0416 048 090
>
> ICQ: 13107913- Hide quoted text -
>
> - Show quoted text -


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Justin Carter

On Oct 23, 8:18 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> Its the cost, the conference is reasonable, but then add flights, accom,
> meals etc. None of which you have if its in your home state.

I'm in NSW and I still have to pay for flights (which cost more than
Melb -> Syd), meals and accomodation...

o_O


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: 1 >= 1 java.lang.ArrayIndexOutOfBoundsException

2007-10-22 Thread Kai Koenig

Hi Taco,

is this on CF 7 or CF 8? Could it be some sort of connected to query
caching?

Cheers
Kai

>Hello all,
> 
>I've had the following error before, done some research on the internet
>and found it was to do with making changes int he database without
>restarting CF. I restarted CF and all was fine a while ago when I
>encountered this error.
>I recently updated the database structure again, restarted CF and the
>database (just to be sure), but I'm still getting the following error.
>Does anyone have any idea what it could be? Thanks in advance.
> 




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---




[cfaussie] Re: 1 >= 1 java.lang.ArrayIndexOutOfBoundsException

2007-10-22 Thread Haikal Saadh

If I were to hazard a guess, your database tables have changed recently?

Looks like cfquery trying to get at a non-existent column?

Taco Fleur wrote:
> Hello all,
>  
> I've had the following error before, done some research on the 
> internet and found it was to do with making changes int he database 
> without restarting CF. I restarted CF and all was fine a while ago 
> when I encountered this error.
> I recently updated the database structure again, restarted CF and the 
> database (just to be sure), but I'm still getting the following error. 
> Does anyone have any idea what it could be? Thanks in advance.
>  
> *exception message*: 1 >= 1
>
> ___
> *exception detail*:
>
> ___
> *type*: java.lang.ArrayIndexOutOfBoundsException
>
> ___
> *stack trace*: java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 at 
> java.util.Vector.elementAt(Vector.java:431) at 
> macromedia.jdbc.sqlserver.tds.TDSRequest.getColumn (Unknown Source) at 
> macromedia.jdbc.sqlserver.SQLServerImplResultSet.getData(Unknown 
> Source) at macromedia.jdbc.base.BaseResultSet.getObject(Unknown 
> Source) at coldfusion.sql.QueryTable.populate(QueryTable.java:330) at 
> coldfusion.sql.QueryTable.populate (QueryTable.java:216) at 
> coldfusion.sql.Executive.getRowSet(Executive.java:311) at 
> coldfusion.sql.Executive.executeQuery(Executive.java:756) at 
> coldfusion.sql.Executive.executeQuery(Executive.java:675) at 
> coldfusion.sql.Executive.executeQuery (Executive.java:636) at 
> coldfusion.sql.SqlImpl.execute(SqlImpl.java:236) at 
> coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500) at 
> cfClassifiedImage2ecfc1331807710$funcDELETEIMAGE.runFunction(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:333)
>  
> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at 
> coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at 
> coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) 
> at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke 
> (UDFMethod.java:254) at 
> coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) 
> at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at 
> coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at 
> coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:1807) at 
> cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor1(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:385)
>  
> at 
> cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor3(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:381)
>  
> at 
> cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor4(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:366)
>  
> at 
> cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION.runFunction(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:364)
>  
> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at 
> coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at 
> coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) 
> at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke 
> (UDFMethod.java:254) at 
> coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) 
> at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at 
> coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at 
> coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194) at 
> coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146) at 
> coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634) at 
> cfedit2dad2ecfm801170770._factor3(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-
>  
> ad.cfm:122) at 
> cfedit2dad2ecfm801170770._factor7(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-ad.cfm:81)
>  
> at 
> cfedit2dad2ecfm801170770.runPage(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-
>  
> ad.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) 
> at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) 
> at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) 
> at coldfusion.filter.ApplicationFilter.invoke 
> (ApplicationFilter.java:219) at 
> coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) 
> at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at 
> coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java :69) at 
> coldfusion.filter.ClientScopePersistenceFilter.invok

[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Barry Beattie

I'm sure that if there was enough people in the community it could be
possible to stage it in different areas.

but Australia + NZ is not the U.S.A nor Europe, WebDU is not MAX and
until then ...


Mind you, for the reasons you say Dale, just about every Sydney CF'er,
Flex'er and Flasher has NO EXCUSE not to be there...



On 10/23/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Its not the flight, the location is close and I know it will probably always
> be Sydney, but it wont stop me dropping a Melbourne hint every year.
>
>
>
> Its the cost, the conference is reasonable, but then add flights, accom,
> meals etc. None of which you have if its in your home state.
>
>
>
> It just limits how many people I can send.
>
>
>
>
> Regards
>
> Dale Fraser
>
>
>
> http://learncf.com
>
>
>
>
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Toby Tremayne
>  Sent: Monday, 22 October 2007 9:21 PM
>
>  To: cfaussie@googlegroups.com
>  Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
>
>
> A number of us have talked about doing a 1 day melbourne based course, and
> I'm definitely interested in helping out with that kind of thing too.
>
>
>
>
>
> As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run it,
> Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly simple
> math.
>
>
> If it's the flight up that bothers you - organize yourself to give a talk
> about something interesting - means you're contributing plus gives you a
> free ticket :)
>
>
>
>
>
> Toby
>
>
>
>
>
>
> On 22/10/2007, at 20:24 , Dale Fraser wrote:
>
>
>
>
>
>
>
>
>
> Honestly I wouldn't know where to start, but would be happy to help organise
>
>
> it.
>
>
>
>
>
> I was thinking along the lines of the CFUnited Express.
>
>
>
>
>
> As there are only 1 day and training focused with one track, it should be
>
>
> fairly easy to organise.
>
>
>
>
>
> Was wondering if Geoff had thought about it at all. I'm going to go to WebDU
>
>
> this year so will be interesting to compare this event to a Max type event.
>
>
>
>
>
> Mark what was the final number of people interested in the Melbourne Camp,
>
>
> might give an idea if this will gain enough numbers.
>
>
>
>
>
> Regards
>
>
> Dale Fraser
>
>
>
>
>
> http://learncf.com
>
>
>
>
>
>
>
>
> -Original Message-
>
>
> From: cfaussie@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf
>
>
> Of Mark Mandel
>
>
> Sent: Monday, 22 October 2007 8:15 PM
>
>
> To: cfaussie@googlegroups.com
>
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
>
>
>
>
>
>
> Dale,
>
>
>
>
>
> You want to organise one?
>
>
>
>
>
> As long as it's *after* webDU, I'd be interested to help out.
>
>
>
>
>
> Mark
>
>
>
>
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Doh!
>
>
>
>
>
> Sydney again, how did I know.
>
>
>
>
>
> Have you considered a WebDU Express type event in other states?
>
>
>
>
>
> Regards
>
>
> Dale Fraser
>
>
>
>
>
> http://learncf.com
>
>
>
>
>
> -Original Message-
>
>
> From: cfaussie@googlegroups.com
> [mailto:[EMAIL PROTECTED] On
>
>
> Behalf
>
>
>
> Of Geoff Bowers
>
>
> Sent: Monday, 22 October 2007 7:34 PM
>
>
> To: cfaussie
>
>
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
>
>
>
>
>
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
>
>
>
> cf.Objective - 1st - 4th of May.
>
>
> WebDu - 7th - 9th of May.
>
>
>
>
>
> Is there really any point in me coming back to Melbourne between?
>
>
>
>
>
> Just enough time to do some laundry ;)
>
>
>
>
>
>
> .. .am I actually going to get some sleep?
>
>
>
>
>
> Sleep is overrated.
>
>
>
>
>
>
> I think you're trying to kill me, aren't you Geoff?
>
>
>
>
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
>
>
> in the ColdFusion community ;)
>
>
>
>
>
> -- geoff
>
>
> http://www.daemon.com.au/
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
>
>
> E: [EMAIL PROTECTED]
>
>
> W: www.compoundtheory.com
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ---
>
>
>
>
>
> Life is poetry, write it in your own words
>
>
>
>
>
> ---
>
>
>
>
>
> Toby Tremayne
>
>
> Senior Technical Consultant
>
>
> Code Poet and Zen Master of the Heavy Sleep
>
>
> Lyricist Software
>
>
> 0416 048 090
>
>
> ICQ: 13107913
>
>
>
>
>
>
>
>
>
>
>
>
>
>  >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Dale Fraser
Its not the flight, the location is close and I know it will probably always
be Sydney, but it wont stop me dropping a Melbourne hint every year.

 

Its the cost, the conference is reasonable, but then add flights, accom,
meals etc. None of which you have if its in your home state.

 

It just limits how many people I can send.

 

Regards

Dale Fraser

 

http://learncf.com

 

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Toby Tremayne
Sent: Monday, 22 October 2007 9:21 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Call For Papers: webDU 2008

 

A number of us have talked about doing a 1 day melbourne based course, and
I'm definitely interested in helping out with that kind of thing too.

 

As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run it,
Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly simple
math.

If it's the flight up that bothers you - organize yourself to give a talk
about something interesting - means you're contributing plus gives you a
free ticket :)

 

Toby

 

On 22/10/2007, at 20:24 , Dale Fraser wrote:





 

Honestly I wouldn't know where to start, but would be happy to help organise

it.

 

I was thinking along the lines of the CFUnited Express.

 

As there are only 1 day and training focused with one track, it should be

fairly easy to organise.

 

Was wondering if Geoff had thought about it at all. I'm going to go to WebDU

this year so will be interesting to compare this event to a Max type event.

 

Mark what was the final number of people interested in the Melbourne Camp,

might give an idea if this will gain enough numbers.

 

Regards

Dale Fraser

 

http://learncf.com

 

 

-Original Message-

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

Of Mark Mandel

Sent: Monday, 22 October 2007 8:15 PM

To: cfaussie@googlegroups.com

Subject: [cfaussie] Re: Call For Papers: webDU 2008

 

 

Dale,

 

You want to organise one?

 

As long as it's *after* webDU, I'd be interested to help out.

 

Mark

 

On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:

 

Doh!

 

Sydney again, how did I know.

 

Have you considered a WebDU Express type event in other states?

 

Regards

Dale Fraser

 

http://learncf.com

 

-Original Message-

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On

Behalf

Of Geoff Bowers

Sent: Monday, 22 October 2007 7:34 PM

To: cfaussie

Subject: [cfaussie] Re: Call For Papers: webDU 2008

 

 

On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:

cf.Objective - 1st - 4th of May.

WebDu - 7th - 9th of May.

 

Is there really any point in me coming back to Melbourne between?

 

Just enough time to do some laundry ;)

 

.. .am I actually going to get some sleep?

 

Sleep is overrated.

 

I think you're trying to kill me, aren't you Geoff?

 

Somebody has to try and slow you down!  You're on fire (in a good way)

in the ColdFusion community ;)

 

-- geoff

http://www.daemon.com.au/

 

 

 

 

 

 

 

-- 

E: [EMAIL PROTECTED]

W: www.compoundtheory.com

 

 

 

 

---

 

Life is poetry, write it in your own words

 

---

 

Toby Tremayne

Senior Technical Consultant

Code Poet and Zen Master of the Heavy Sleep

Lyricist Software

0416 048 090

ICQ: 13107913





 



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] 1 >= 1 java.lang.ArrayIndexOutOfBoundsException

2007-10-22 Thread Taco Fleur
Hello all,

I've had the following error before, done some research on the internet and
found it was to do with making changes int he database without restarting
CF. I restarted CF and all was fine a while ago when I encountered this
error.
I recently updated the database structure again, restarted CF and the
database (just to be sure), but I'm still getting the following error. Does
anyone have any idea what it could be? Thanks in advance.

*exception message*: 1 >= 1

___
*exception detail*:

___
*type*: java.lang.ArrayIndexOutOfBoundsException

___
*stack trace*: java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 at
java.util.Vector.elementAt(Vector.java:431) at
macromedia.jdbc.sqlserver.tds.TDSRequest.getColumn(Unknown Source) at
macromedia.jdbc.sqlserver.SQLServerImplResultSet.getData(Unknown Source) at
macromedia.jdbc.base.BaseResultSet.getObject(Unknown Source) at
coldfusion.sql.QueryTable.populate(QueryTable.java:330) at
coldfusion.sql.QueryTable.populate(QueryTable.java:216) at
coldfusion.sql.Executive.getRowSet(Executive.java:311) at
coldfusion.sql.Executive.executeQuery(Executive.java:756) at
coldfusion.sql.Executive.executeQuery(Executive.java:675) at
coldfusion.sql.Executive.executeQuery(Executive.java:636) at
coldfusion.sql.SqlImpl.execute(SqlImpl.java:236) at
coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500) at
cfClassifiedImage2ecfc1331807710$funcDELETEIMAGE.runFunction(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:333)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at
coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at
coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:1807) at
cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor1(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:385)
at
cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor3(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:381)
at
cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION._factor4(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:366)
at
cfClassifiedImage2ecfc1331807710$funcPROCESSIMAGECOLLECTION.runFunction(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\_resource\class\classified\ClassifiedImage.cfc:364)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at
coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194) at
coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146) at
coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634) at
cfedit2dad2ecfm801170770._factor3(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-
ad.cfm:122) at
cfedit2dad2ecfm801170770._factor7(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-
ad.cfm:81) at cfedit2dad2ecfm801170770.runPage
(C:\Inetpub\wwwroot\internet\production\au_com_sellmystuff\mystuff\protected\myads\edit-
ad.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at
coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:219) at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at
coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at
coldfusion.filter.ClientScopePersistenceFilter.invoke(
ClientScopePersistenceFilter.java:28) at
coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at
coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at
coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107) at
coldfus

[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-22 Thread Charlie Arehart (lists account)

Yes, I dropped a note of thanks to Mark earlier: I got his message to the
CDDUG list announcing this, and then I got a note from my UGTV system
telling me he'd posted the URL. I appreciated his quickly thinking to post
the recording URL. 

Again, if anyone else creates any recordings or finds any recordings they
think others would enjoy (related to CF), they can be added easily at the
URL Barry offered below. No need to register, etc. If all you have is the
title and URL, that's all that's needed at a minimum. (If you have the
speaker and a description, etc., that's appreciated.) Thanks to all
concerned.

/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Monday, October 22, 2007 3:22 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!


pffft ;) did it ges ago ;)

Mark

On 10/22/07, Barry Beattie <[EMAIL PROTECTED]> wrote:
>
> don't forget to add this to Charlie Areharts's User Group TV site;
>
>
> http://www.carehart.org/ugtv
>


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Anyone seen this error before?

2007-10-22 Thread Charlie Arehart (lists account)

Yep, all good additional reasons. :-) I was just focusing on why it was
needed for using the debugger in multiserver mode, but useful additional
info for those debating it.

As for the URLs I offered on setting up multiple jvm.configs, somehow they
got mashed together. They are:



and



/charlie

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Pat Branley
Sent: Sunday, October 21, 2007 10:54 PM
To: cfaussie
Subject: [cfaussie] Re: Anyone seen this error before?


Anyone who has run int issues with AXIS and log4J jar conflicts is someone
who'd want multiple JVM configs. Id recommend anyone using multiple
instances (for distinct applications) to use a separate jvm.config pointing
to a separate install of JRE.

This allows you to independantly run different versions of JRE. For example,
1.6 for cf8 and 1.4 for cf7 instanes. It also lets you have an independant
lib\ext folder in each JRE setup to resolve any JAR conflicts with CF built
in classes.

Pat


On Oct 22, 12:17 pm, "Charlie Arehart \(lists account\)"
<[EMAIL PROTECTED]> wrote:
> Andrew (and others), you don't want to say that this isn't a problem 
> on Windows. It'll bite anyone using the multiserver (multiple 
> instance) configuration.
>
> As MrBuzzy hinted, it is that the default setup of the multiserver 
> config is to have all instance share on jvm.config, and that's where 
> you tell CF what port to use for the new CF8 debugger.
>
> The problem is that if any of the instances are up when another 
> instance tries to come up, the other instances won't come up because 
> the port is already in use.  It can be tricky knowing what's happening 
> and why. A real common example of this is that the cfusion instance 
> goes down but the admin instance stays up. In this case, you only have 
> 1 CF instance, but it doesn't matter.
>
> So MrBuzzy indicates that you need to create a separate jvm.config for 
> each instance, but adds "who'd wannna do that[?]" Well, anyone who 
> wants to use the debugger in multiserver mode will need to. No way 
> around it (well, at least if one instance may ever go down).
>
> A couple blog entries discuss setting that up (not specific to the 
> problem of the debugger but just for those who wanted to do it in 
> general, such as perhaps to have other different JVM settings):
>
> http://mkruger.cfwebtools.com/index.cfm/2006/4/17/multiserverhttp://ww
> w.alagad.com/go/blog-entry/cf7-cf8-jrun-and-the-jvm
>
> HTH
>
> /charlie
>
>   _
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> Behalf Of Andrew Scott
> Sent: Thursday, October 18, 2007 7:41 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Anyone seen this error before?
>
> Actually under windows it isn't a problem, but under Linux for some 
> reason it is a problem. The thing is that it works fine if you first 
> change the setting, and restart ./jrun -start cfusion but once the 
> server is rebooted the admin and cfusion refuse to start at all because of
this error.
>
> There is just not enough documentation to get this to work at the 
> moment, hopefully Adobe can shed some light at some point.
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> Behalf Of MrBuzzy
> Sent: Thursday, 18 October 2007 6:51 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Anyone seen this error before?
>
> This one is a bit of a pain when using the default multi-server setup.
>
> There's only one jvm.config to edit, making the debug port the same 
> for all CF instances.
>
> There are ways to have more than one jvm.config but bah, who'd wannna 
> do that.
>
> On 10/18/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
>
> Yeah it was the debugger, apparently something else had taken over 
> that port.
>
> Andrew Scott
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.www.aegeon.com.au
> Phone: +613  8676 4223
> Mobile: 0404 998 273
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> Behalf Of Dale Fraser
> Sent: Thursday, 18 October 2007 3:23 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Anyone seen this error before?
>
> Its related to the debugger, google that second line and there are 
> lots of references.
>
> Regards
>
> Dale Fraser
>
> http://learncf.com
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On 
> Behalf Of Andrew Scott
> Sent: Thursday, 18 October 2007 2:55 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Anyone seen this error before?
>
> This is a multi server configuration, jrun is running fine, cfusion is 
> not and the error in the logs are.
>
> FATAL ERROR in native method: JDWP No transports initialized,
> jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
>
> ERROR: tr

[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Toby Tremayne
A number of us have talked about doing a 1 day melbourne based  
course, and I'm definitely interested in helping out with that kind  
of thing too.

As for webdu - it's ALWAYS going to be in Sydney Dale :)  Daemon run  
it, Daemon make it, Daemon pay for it, Daemon are in sydney.  Fairly  
simple math.
If it's the flight up that bothers you - organize yourself to give a  
talk about something interesting - means you're contributing plus  
gives you a free ticket :)

Toby

On 22/10/2007, at 20:24 , Dale Fraser wrote:

>
> Honestly I wouldn't know where to start, but would be happy to help  
> organise
> it.
>
> I was thinking along the lines of the CFUnited Express.
>
> As there are only 1 day and training focused with one track, it  
> should be
> fairly easy to organise.
>
> Was wondering if Geoff had thought about it at all. I'm going to go  
> to WebDU
> this year so will be interesting to compare this event to a Max  
> type event.
>
> Mark what was the final number of people interested in the  
> Melbourne Camp,
> might give an idea if this will gain enough numbers.
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]  
> On Behalf
> Of Mark Mandel
> Sent: Monday, 22 October 2007 8:15 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
> Dale,
>
> You want to organise one?
>
> As long as it's *after* webDU, I'd be interested to help out.
>
> Mark
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>>
>> Doh!
>>
>> Sydney again, how did I know.
>>
>> Have you considered a WebDU Express type event in other states?
>>
>> Regards
>> Dale Fraser
>>
>> http://learncf.com
>>
>> -Original Message-
>> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
>> Of Geoff Bowers
>> Sent: Monday, 22 October 2007 7:34 PM
>> To: cfaussie
>> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>>
>>
>> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
>>> cf.Objective - 1st - 4th of May.
>>> WebDu - 7th - 9th of May.
>>>
>>> Is there really any point in me coming back to Melbourne between?
>>
>> Just enough time to do some laundry ;)
>>
>>> .. .am I actually going to get some sleep?
>>
>> Sleep is overrated.
>>
>>> I think you're trying to kill me, aren't you Geoff?
>>
>> Somebody has to try and slow you down!  You're on fire (in a good  
>> way)
>> in the ColdFusion community ;)
>>
>> -- geoff
>> http://www.daemon.com.au/
>>
>>
>>
>>>
>>
>
>
> -- 
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
>
> >

---

Life is poetry, write it in your own words

---

Toby Tremayne
Senior Technical Consultant
Code Poet and Zen Master of the Heavy Sleep
Lyricist Software
0416 048 090
ICQ: 13107913



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Dale Fraser

Honestly I wouldn't know where to start, but would be happy to help organise
it.

I was thinking along the lines of the CFUnited Express.

As there are only 1 day and training focused with one track, it should be
fairly easy to organise.

Was wondering if Geoff had thought about it at all. I'm going to go to WebDU
this year so will be interesting to compare this event to a Max type event.

Mark what was the final number of people interested in the Melbourne Camp,
might give an idea if this will gain enough numbers.

Regards
Dale Fraser

http://learncf.com


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Monday, 22 October 2007 8:15 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Call For Papers: webDU 2008


Dale,

You want to organise one?

As long as it's *after* webDU, I'd be interested to help out.

Mark

On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Doh!
>
> Sydney again, how did I know.
>
> Have you considered a WebDU Express type event in other states?
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
> Of Geoff Bowers
> Sent: Monday, 22 October 2007 7:34 PM
> To: cfaussie
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> > cf.Objective - 1st - 4th of May.
> > WebDu - 7th - 9th of May.
> >
> > Is there really any point in me coming back to Melbourne between?
>
> Just enough time to do some laundry ;)
>
> > .. .am I actually going to get some sleep?
>
> Sleep is overrated.
>
> > I think you're trying to kill me, aren't you Geoff?
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
> in the ColdFusion community ;)
>
> -- geoff
> http://www.daemon.com.au/
>
>
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Dale Fraser

On another note,

I couldn't find on that page how to submit, other than the email you put for
questions.

Regards
Dale Fraser

http://learncf.com


-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Monday, 22 October 2007 8:06 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Call For Papers: webDU 2008


Doh!

Sydney again, how did I know.

Have you considered a WebDU Express type event in other states?

Regards
Dale Fraser

http://learncf.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Geoff Bowers
Sent: Monday, 22 October 2007 7:34 PM
To: cfaussie
Subject: [cfaussie] Re: Call For Papers: webDU 2008


On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> cf.Objective - 1st - 4th of May.
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?

Just enough time to do some laundry ;)

> .. .am I actually going to get some sleep?

Sleep is overrated.

> I think you're trying to kill me, aren't you Geoff?

Somebody has to try and slow you down!  You're on fire (in a good way)
in the ColdFusion community ;)

-- geoff
http://www.daemon.com.au/




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Mark Mandel

Dale,

You want to organise one?

As long as it's *after* webDU, I'd be interested to help out.

Mark

On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Doh!
>
> Sydney again, how did I know.
>
> Have you considered a WebDU Express type event in other states?
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Geoff Bowers
> Sent: Monday, 22 October 2007 7:34 PM
> To: cfaussie
> Subject: [cfaussie] Re: Call For Papers: webDU 2008
>
>
> On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> > cf.Objective - 1st - 4th of May.
> > WebDu - 7th - 9th of May.
> >
> > Is there really any point in me coming back to Melbourne between?
>
> Just enough time to do some laundry ;)
>
> > .. .am I actually going to get some sleep?
>
> Sleep is overrated.
>
> > I think you're trying to kill me, aren't you Geoff?
>
> Somebody has to try and slow you down!  You're on fire (in a good way)
> in the ColdFusion community ;)
>
> -- geoff
> http://www.daemon.com.au/
>
>
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Dale Fraser

Doh!

Sydney again, how did I know.

Have you considered a WebDU Express type event in other states?

Regards
Dale Fraser

http://learncf.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Geoff Bowers
Sent: Monday, 22 October 2007 7:34 PM
To: cfaussie
Subject: [cfaussie] Re: Call For Papers: webDU 2008


On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> cf.Objective - 1st - 4th of May.
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?

Just enough time to do some laundry ;)

> .. .am I actually going to get some sleep?

Sleep is overrated.

> I think you're trying to kill me, aren't you Geoff?

Somebody has to try and slow you down!  You're on fire (in a good way)
in the ColdFusion community ;)

-- geoff
http://www.daemon.com.au/



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Geoff Bowers

On Oct 22, 6:00 pm, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> cf.Objective - 1st - 4th of May.
> WebDu - 7th - 9th of May.
>
> Is there really any point in me coming back to Melbourne between?

Just enough time to do some laundry ;)

> .. .am I actually going to get some sleep?

Sleep is overrated.

> I think you're trying to kill me, aren't you Geoff?

Somebody has to try and slow you down!  You're on fire (in a good way)
in the ColdFusion community ;)

-- geoff
http://www.daemon.com.au/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Geoff Bowers

On Oct 22, 5:24 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> Back to star city geoff?

Yeah -- the dates fit real well.  And I think the Hilton was a little
bit of a tight fit.

This year is going to be fun :)

-- geoff
http://www.daemon.com.au/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Mark Mandel

I just realised...

cf.Objective - 1st - 4th of May.
WebDu - 7th - 9th of May.

Is there really any point in me coming back to Melbourne between?

.. .am I actually going to get some sleep?

I think you're trying to kill me, aren't you Geoff?

Mark

On 10/22/07, Steve Onnis <[EMAIL PROTECTED]> wrote:
>
> Back to star city geoff?
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Geoff Bowers
> Sent: Monday, 22 October 2007 5:11 PM
> To: cfaussie
> Subject: [cfaussie] Call For Papers: webDU 2008
>
>
> Call For Papers: webDU 2008
> ===
>
> GO: http://www.webdu.com.au/go/call-for-papers
>
> And so it begins -- the sixth Asia-Pacific web developers conference, web
> DownUnder 2008!
>
> * Website: http://www.webdu.com.au/
> * Conference Dates: 7-9 May 2008
> * Conference Venue: Star City, Sydney Australia
>
> Fresh from the resounding success that was webDU 2007, we are raring to go
> for webDU 2008. If you have something new and revolutionary, some tricks of
> the trade to share, want to help your fellow developers or you're just pure
> passionate for web technology, don't miss your chance to take part in webDU
> 2008.
>
> This time we are bigger and brighter, with workshops and a swish venue not
> to mention the back drop of Sydney itself! Treat yourself to an essential
> junket from the office, mix with other gurus and pontificate to the great
> unwashed. Oh the life of a conference speaker.
>
> IMPORTANT DATES
> --
>
> * Submissions are due by: Friday, 7 December 2007
> * Notification will be sent by: Friday, 21 December 2007
> * Presentation first draft: Friday, 7 March 2008
> * Final submission and presentation slides: Friday, 04 April 2008
> * Conference Workshops: Wednesday, 07 May 2008
> * webDU Conference: Thursday-Friday, 08-09 May 2008
> * Speaker BBQ: Saturday, 10 May 2008
>
> Announcement List
> --
> Keep up to date by joining our low-volume announcement list at:
>http://groups.google.com/group/webdu-ann/about
>
> Full details available at:
> http://www.webdu.com.au/go/call-for-papers
>
> Bring it on!
>
> -- geoff
> http://www.webdu.com.au/
>
>
>
>
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-22 Thread AJ Mercer
I have played around with it. It is a very impressive framework. Excellent
documentation - actually they was a post saying there was too much to read

There are a lot of features and integration to other projects like Transfer
and ColdSpring.

Definitely worth a look.

On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
> Looks good.
>
> I like the concept of writing code and not XML.
>
> Anyone here use it? If so do you like it?
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
> Of Mark Mandel
> Sent: Monday, 22 October 2007 3:54 PM
> To: [EMAIL PROTECTED]; cfaussie@googlegroups.com; Luis Majano
> Subject: [cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!
>
>
> For anyone who missed this, the recording can be found at:
> http://adobechats.adobe.acrobat.com/p40648765/
>
> Mark
>
> On 10/16/07, Mark Mandel <[EMAIL PROTECTED]> wrote:
> > All,
> >
> > A reminder for the upcoming CFUG!  Still in our new boardroom! No more
> > tiny cramped room for us!
> >
> > Also, the new Projection screen is up and running! Looks great!
> >
> > Location:
> >
> > NGA.net, Level 2, 17 Raglan St, South Melbourne
> > Map: http://link.toolbot.com/google.com/73016
> >
> > When:
> >
> > 18th of October, Meeting starts at 7:00, so get there before hand (doors
> > open at 6:30).
> >
> > Agenda:
> >
> > Luis Majano himself is going to talk to us over Connect about the
> > ColdBox Framework.
> >
> > Luis Majano is a Computer Engineer currently employed at ESRI
> > (Environmental Systems Research Institute) in sunny Redlands,
> > California. Please Support GIS!!.  He graduated from Florida
> > International University and holds an Advanced Coldfusion MX 6,7
> > Developer Certifications. He has over 7 years experience in software
> > development, networking and system design.  He is also a freelance
> > engineer and president of Ortus Solutions, Corp.
> >
> > Coldbox
> >
> > ColdBox is a proven event-driven CFC based ColdFusion Framework,
> > specifically designed for high availability web applications. The
> > purpose behind ColdBox was to create a fast & stable development
> > methodology that could be shared among several developers. It makes
> > use of an MVC (Model View Controller) design pattern implemented via
> > CFC's. It uses event handler CFC's that hold all the code necessary to
> > prepare views, call model CFC's or a business layer (Soap/ws/xml/J2EE)
> > and render views (HTML).
> >
> > More information on ColdBox can be found at:
> > http://ortus.svnrepository.com/coldbox/
> >
> > If you are going to attend, please RSVP to [EMAIL PROTECTED]
> >
> > Only those that RSVP are eligible for the door prizes, so make sure you
> apply!
> >
> > See the CFUG Melbourne Calendar at:
> > http://www.cfcentral.com.au/Events/index.cfm
> >
> > Or add to your Google Calendar - search for 'CFUG Melbourne'.
> >
> > As per usual, we'll grab pizza during the evening, so we have
> > something to scoff down!
> >
> > Look forward to seeing you all there.
> >
> > --
> > E: [EMAIL PROTECTED]
> > W: www.compoundtheory.com
> >
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
>
> >
>


-- 

AJ Mercer
Web Log: http://webonix.net

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Call For Papers: webDU 2008

2007-10-22 Thread Steve Onnis

Back to star city geoff? 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Geoff Bowers
Sent: Monday, 22 October 2007 5:11 PM
To: cfaussie
Subject: [cfaussie] Call For Papers: webDU 2008


Call For Papers: webDU 2008
===

GO: http://www.webdu.com.au/go/call-for-papers

And so it begins -- the sixth Asia-Pacific web developers conference, web
DownUnder 2008!

* Website: http://www.webdu.com.au/
* Conference Dates: 7-9 May 2008
* Conference Venue: Star City, Sydney Australia

Fresh from the resounding success that was webDU 2007, we are raring to go
for webDU 2008. If you have something new and revolutionary, some tricks of
the trade to share, want to help your fellow developers or you're just pure
passionate for web technology, don't miss your chance to take part in webDU
2008.

This time we are bigger and brighter, with workshops and a swish venue not
to mention the back drop of Sydney itself! Treat yourself to an essential
junket from the office, mix with other gurus and pontificate to the great
unwashed. Oh the life of a conference speaker.

IMPORTANT DATES
--

* Submissions are due by: Friday, 7 December 2007
* Notification will be sent by: Friday, 21 December 2007
* Presentation first draft: Friday, 7 March 2008
* Final submission and presentation slides: Friday, 04 April 2008
* Conference Workshops: Wednesday, 07 May 2008
* webDU Conference: Thursday-Friday, 08-09 May 2008
* Speaker BBQ: Saturday, 10 May 2008

Announcement List
--
Keep up to date by joining our low-volume announcement list at:
   http://groups.google.com/group/webdu-ann/about

Full details available at:
http://www.webdu.com.au/go/call-for-papers

Bring it on!

-- geoff
http://www.webdu.com.au/





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-22 Thread Mark Mandel

pffft ;) did it ges ago ;)

Mark

On 10/22/07, Barry Beattie <[EMAIL PROTECTED]> wrote:
>
> don't forget to add this to Charlie Areharts's User Group TV site;
>
>
> http://www.carehart.org/ugtv
>
>
>
> On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
> >
> > Looks good.
> >
> > I like the concept of writing code and not XML.
> >
> > Anyone here use it? If so do you like it?
> >
> > Regards
> > Dale Fraser
> >
> > http://learncf.com
> >
> >
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> > Of Mark Mandel
> > Sent: Monday, 22 October 2007 3:54 PM
> > To: [EMAIL PROTECTED]; cfaussie@googlegroups.com; Luis Majano
> > Subject: [cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!
> >
> >
> > For anyone who missed this, the recording can be found at:
> > http://adobechats.adobe.acrobat.com/p40648765/
> >
> > Mark
> >
> > On 10/16/07, Mark Mandel <[EMAIL PROTECTED]> wrote:
> > > All,
> > >
> > > A reminder for the upcoming CFUG!  Still in our new boardroom! No more
> > > tiny cramped room for us!
> > >
> > > Also, the new Projection screen is up and running! Looks great!
> > >
> > > Location:
> > >
> > > NGA.net, Level 2, 17 Raglan St, South Melbourne
> > > Map: http://link.toolbot.com/google.com/73016
> > >
> > > When:
> > >
> > > 18th of October, Meeting starts at 7:00, so get there before hand (doors
> > > open at 6:30).
> > >
> > > Agenda:
> > >
> > > Luis Majano himself is going to talk to us over Connect about the
> > > ColdBox Framework.
> > >
> > > Luis Majano is a Computer Engineer currently employed at ESRI
> > > (Environmental Systems Research Institute) in sunny Redlands,
> > > California. Please Support GIS!!.  He graduated from Florida
> > > International University and holds an Advanced Coldfusion MX 6,7
> > > Developer Certifications. He has over 7 years experience in software
> > > development, networking and system design.  He is also a freelance
> > > engineer and president of Ortus Solutions, Corp.
> > >
> > > Coldbox
> > >
> > > ColdBox is a proven event-driven CFC based ColdFusion Framework,
> > > specifically designed for high availability web applications. The
> > > purpose behind ColdBox was to create a fast & stable development
> > > methodology that could be shared among several developers. It makes
> > > use of an MVC (Model View Controller) design pattern implemented via
> > > CFC's. It uses event handler CFC's that hold all the code necessary to
> > > prepare views, call model CFC's or a business layer (Soap/ws/xml/J2EE)
> > > and render views (HTML).
> > >
> > > More information on ColdBox can be found at:
> > > http://ortus.svnrepository.com/coldbox/
> > >
> > > If you are going to attend, please RSVP to [EMAIL PROTECTED]
> > >
> > > Only those that RSVP are eligible for the door prizes, so make sure you
> > apply!
> > >
> > > See the CFUG Melbourne Calendar at:
> > > http://www.cfcentral.com.au/Events/index.cfm
> > >
> > > Or add to your Google Calendar - search for 'CFUG Melbourne'.
> > >
> > > As per usual, we'll grab pizza during the evening, so we have
> > > something to scoff down!
> > >
> > > Look forward to seeing you all there.
> > >
> > > --
> > > E: [EMAIL PROTECTED]
> > > W: www.compoundtheory.com
> > >
> >
> >
> > --
> > E: [EMAIL PROTECTED]
> > W: www.compoundtheory.com
> >
> >
> > >
> >
>
> >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!

2007-10-22 Thread Barry Beattie

don't forget to add this to Charlie Areharts's User Group TV site;


http://www.carehart.org/ugtv



On 10/22/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> Looks good.
>
> I like the concept of writing code and not XML.
>
> Anyone here use it? If so do you like it?
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Mark Mandel
> Sent: Monday, 22 October 2007 3:54 PM
> To: [EMAIL PROTECTED]; cfaussie@googlegroups.com; Luis Majano
> Subject: [cfaussie] Re: REMINDER: Melbourne CFUG - This Thursday!
>
>
> For anyone who missed this, the recording can be found at:
> http://adobechats.adobe.acrobat.com/p40648765/
>
> Mark
>
> On 10/16/07, Mark Mandel <[EMAIL PROTECTED]> wrote:
> > All,
> >
> > A reminder for the upcoming CFUG!  Still in our new boardroom! No more
> > tiny cramped room for us!
> >
> > Also, the new Projection screen is up and running! Looks great!
> >
> > Location:
> >
> > NGA.net, Level 2, 17 Raglan St, South Melbourne
> > Map: http://link.toolbot.com/google.com/73016
> >
> > When:
> >
> > 18th of October, Meeting starts at 7:00, so get there before hand (doors
> > open at 6:30).
> >
> > Agenda:
> >
> > Luis Majano himself is going to talk to us over Connect about the
> > ColdBox Framework.
> >
> > Luis Majano is a Computer Engineer currently employed at ESRI
> > (Environmental Systems Research Institute) in sunny Redlands,
> > California. Please Support GIS!!.  He graduated from Florida
> > International University and holds an Advanced Coldfusion MX 6,7
> > Developer Certifications. He has over 7 years experience in software
> > development, networking and system design.  He is also a freelance
> > engineer and president of Ortus Solutions, Corp.
> >
> > Coldbox
> >
> > ColdBox is a proven event-driven CFC based ColdFusion Framework,
> > specifically designed for high availability web applications. The
> > purpose behind ColdBox was to create a fast & stable development
> > methodology that could be shared among several developers. It makes
> > use of an MVC (Model View Controller) design pattern implemented via
> > CFC's. It uses event handler CFC's that hold all the code necessary to
> > prepare views, call model CFC's or a business layer (Soap/ws/xml/J2EE)
> > and render views (HTML).
> >
> > More information on ColdBox can be found at:
> > http://ortus.svnrepository.com/coldbox/
> >
> > If you are going to attend, please RSVP to [EMAIL PROTECTED]
> >
> > Only those that RSVP are eligible for the door prizes, so make sure you
> apply!
> >
> > See the CFUG Melbourne Calendar at:
> > http://www.cfcentral.com.au/Events/index.cfm
> >
> > Or add to your Google Calendar - search for 'CFUG Melbourne'.
> >
> > As per usual, we'll grab pizza during the evening, so we have
> > something to scoff down!
> >
> > Look forward to seeing you all there.
> >
> > --
> > E: [EMAIL PROTECTED]
> > W: www.compoundtheory.com
> >
>
>
> --
> E: [EMAIL PROTECTED]
> W: www.compoundtheory.com
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Call For Papers: webDU 2008

2007-10-22 Thread Geoff Bowers

Call For Papers: webDU 2008
===

GO: http://www.webdu.com.au/go/call-for-papers

And so it begins -- the sixth Asia-Pacific web developers conference,
web DownUnder 2008!

* Website: http://www.webdu.com.au/
* Conference Dates: 7-9 May 2008
* Conference Venue: Star City, Sydney Australia

Fresh from the resounding success that was webDU 2007, we are raring
to go for webDU 2008. If you have something new and revolutionary,
some tricks of the trade to share, want to help your fellow developers
or you're just pure passionate for web technology, don't miss your
chance to take part in webDU 2008.

This time we are bigger and brighter, with workshops and a swish venue
not to mention the back drop of Sydney itself! Treat yourself to an
essential junket from the office, mix with other gurus and pontificate
to the great unwashed. Oh the life of a conference speaker.

IMPORTANT DATES
--

* Submissions are due by: Friday, 7 December 2007
* Notification will be sent by: Friday, 21 December 2007
* Presentation first draft: Friday, 7 March 2008
* Final submission and presentation slides: Friday, 04 April 2008
* Conference Workshops: Wednesday, 07 May 2008
* webDU Conference: Thursday-Friday, 08-09 May 2008
* Speaker BBQ: Saturday, 10 May 2008

Announcement List
--
Keep up to date by joining our low-volume announcement list at:
   http://groups.google.com/group/webdu-ann/about

Full details available at:
http://www.webdu.com.au/go/call-for-papers

Bring it on!

-- geoff
http://www.webdu.com.au/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---