RE: [flexcoders] Re: CAIRNGORM 0.99 QUESTION

2005-09-01 Thread Alex Uhlmann
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of flexcoding Sent: 31 August 2005 22:19 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: CAIRNGORM 0.99 QUESTION Hi, Thanks for the reply. You must be a very experienced programmer because you just looked at the sugg

[flexcoders] Re: CAIRNGORM 0.99 QUESTION

2005-08-31 Thread flexcoding
Hi, Thanks for the reply. You must be a very experienced programmer because you just looked at the suggestion and found the problem it will create two steps down. I have experienced the same problem that you mentioned below if I use recommended tag instead of tag, but I had to spend conside

[flexcoders] Re: CAIRNGORM 0.99 QUESTION

2005-08-30 Thread Daniel Harfleet
Hi, you would need to be carefull, because the command instances are created once only at creation of the FrontController. By creating a delegate instance, you are using the ServiceLocator to look up the remote object, however, if your service locator hasn't been initialized yet, you may get a no

R: [flexcoders] Re: Cairngorm 0.99

2005-05-20 Thread Paolo Bernardinin
the viewHelpers files, and the application worked as before.   Da: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Per conto di Steven Webster Inviato: giovedì 19 maggio 2005 23.33 A: flexcoders@yahoogroups.com Oggetto: RE: [flexcoders] Re: Cairngorm 0.99   Hi Dave

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Steven Webster
Hi Dave,   I ran into the same errors as reuben and Sean above with the exact same errors. I have never heard of ANT until today. I'm a client-side developer. Just like Berardini. Server configuration is foreign to me. Lead my people to the Red Sea of Server Configu

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Steven Webster
Hi Paolo, > Could you explain the reason this new way of passing the > command string in the addCommand in the ShopController: > > addCommand( ShopController.EVENT_GET_PRODUCTS, new GetProductsCommand > () ); > > public static var EVENT_GET_PRODUCTS = "getProducts"; > > compare to the old

Re: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread dave buhler
Wooo-H! I'm in! *** insert spy theme music here My thoughts: I ran into the same errors as reuben and Sean above with the exact same errors. I have never heard of ANT until today. I'm a client-side developer. Just like Berardini. Server configuration is foreign to me. Lead my pe

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Jose Lora
Is it to avoid typo issues and later error debugging craziness?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paolo Bernardini Sent: Thursday, May 19, 2005 2:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cairngorm 0.99

[flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Paolo Bernardini
Hi Steven Could you explain the reason this new way of passing the command string in the addCommand in the ShopController: addCommand( ShopController.EVENT_GET_PRODUCTS, new GetProductsCommand () ); public static var EVENT_GET_PRODUCTS = "getProducts"; compare to the old cairngorm 0.95 sty

[flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread hecubus_eh
I noticed that line in the documentation, but we wouldn't know what effect that would have on our existing application if we proceeded with the instructions. Without wanting to get into a heavy discussion about this, but I couldn't find any caveat in the install instructions or the release n

Re: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread dave buhler
Whoa! I missed the PDF. :SOn 5/19/05, Steven Webster <[EMAIL PROTECTED]> wrote: Reuben,> That fixed it.  Thanks.  It might be good to have some manual> installation instructions in the documentation for putting > cairngorm into an existing flex server.http://www.iterationtwo.com/nevis/Installati

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Steven Webster
Reuben, > That fixed it. Thanks. It might be good to have some manual > installation instructions in the documentation for putting > cairngorm into an existing flex server. http://www.iterationtwo.com/nevis/InstallationGuide.pdf On page 6, we instruct: "To copy over the store sample files,

[flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread reubenbrown13
> > From: flexcoders@yahoogroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of reubenbrown13 > > Sent: 19 May 2005 16:47 > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Cairngorm 0.99 > > > > While that is nice and all, I have these

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Steven Webster
> -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of reubenbrown13 > Sent: 19 May 2005 16:47 > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Cairngorm 0.99 > > While that is nice and all, I have these e

[flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread reubenbrown13
While that is nice and all, I have these errors now: 5 Errors found. Error H:\Inetpub\wwwroot\flex\cairngormlogin\org\nevis\cairngorm\samples\login\business\Services.mxml:28 Invalid value for 'named' - does not match any object name from the configuration file. Error H:\Inetpub\wwwroot\flex\ca

Re: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread dave buhler
lt or a fault come back overthe wire ... what was the case ?Have you tried starting/stopping the appserver ?I'm sure it's something simple. Best,Steven> -Original Message-> From: flexcoders@yahoogroups.com > [mailto: flexcoders@yahoogroups.com ] On Behalf Of violabg2002> Sen

Re: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread dave buhler
stopping the appserver ?I'm sure it's something simple. Best,Steven> -Original Message-> From: flexcoders@yahoogroups.com> [mailto: flexcoders@yahoogroups.com ] On Behalf Of violabg2002> Sent: 18 May 2005 15:04> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Cai

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Alex Uhlmann
teration::two -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of dave buhler Sent: 19 May 2005 09:14 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Cairngorm 0.99 I have the same issue with the Login example: Error /org/nevis/cairngorm/

Re: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread dave buhler
Best,Steven> -Original Message-> From: flexcoders@yahoogroups.com> [mailto: flexcoders@yahoogroups.com] On Behalf Of violabg2002> Sent: 18 May 2005 15:04> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Cairngorm 0.99 >> Hi Steven>> changed the store

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-19 Thread Hans Omli
oject configured in Eclipse. Will dig deeper into this in the morning. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven Webster Sent: Wednesday, May 18, 2005 7:10 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Cairngorm 0.99 Hi

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread Steven Webster
g the appserver ? I'm sure it's something simple. Best, Steven > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of violabg2002 > Sent: 18 May 2005 15:04 > To: flexcoders@yahoogroups.com > Subject: [flexcoders]

[flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread violabg2002
Hi Steven changed the store.cfg paht to db_path=c:\\cairngormstore\\db\\ but same problem. I have „h commons-lang-1.0.1.jar „h commons-logging-1.0.4.jar „h hsqldb.jar „h log4j-1.2.8.jar in the Flex\jrun4\servers\default\cairngormstore\WEB-INF\lib directory. at this point I have tried to run

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread Steven Webster
Hey, > then I changed the path inside the store.cfg file like this: > > db_path=c:\cairngormstore\db I think (from the HSQLDB docs) that should be: db_path=c:\\cairngormstore\\db\\ (ie you have to escape the \ character) > Status (object #2) > .code: "Server.Processing" > .descriptio

[flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread violabg2002
at this e-mail has been swept for viruses, iteration::two do not accept > responsibility for any damage or loss caused in respect of any viruses > transmitted by the e-mail. Please ensure your own checks are carried out > before any attachments are opened. > > > -Original Message-

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread Alistair McLeod
rom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alistair McLeod Sent: 18 May 2005 11:31 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Cairngorm 0.99 Hi, The store.cfg file should be in your WEB-INF/classes directory. Within that, the path to the database can

RE: [flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread Alistair McLeod
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of violabg2002 Sent: 18 May 2005 11:24 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cairngorm 0.99 great work!! I'm having same problem with the installation of the cairgormstore example, (I think the problem is whit t

[flexcoders] Re: Cairngorm 0.99

2005-05-18 Thread violabg2002
great work!! I'm having same problem with the installation of the cairgormstore example, (I think the problem is whit the db files) after installing everything the application start but I get e message saying: Product could not be retrived! Like I said I think the problem is with db files (I'm