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 the login example, but with non luck even here. I filled the form and press the login button and from the debugConnection I saw: MethodName: "customerServiceImpl.login" Parameters (object #2) .....[0] (object #3) .........._flag: "Envelope" ..........data (object #4) ...............[0]: (undefined) ..........headers (object #5) ...............[0] (object #6) ....................[0]: "ServiceType" ....................[1]: (boolean) false ....................[2]: "stateless-class" shouldn't I see the login and passoword passed to the remoteObject? I'm getting really confused I'm not a beginner at least in the flex developmente (I'm not good in db and java) and I used the old but excellent Cairngorm 0.95 framework, I don't understand what I'm doing wrong. --- In [email protected], "Steven Webster" <[EMAIL PROTECTED]> wrote: > 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" > > .....description: "org/apache/log4j/Layout" > > .....details: "" > > .....level: "error" > > .....type: "" > > .....rootcause (object #3) > > ..........code: (undefined) > > ..........description: "org/apache/log4j/Layout" > > ..........details: "" > > ..........level: "error" > > ..........type: "" > > I'm concerned that the error you are getting here suggests that > it's not finding the log4j classes; log4j is used at runtime to > log exceptions, so if it's not finding your DB and then throwing > an exception, it looks like you might ALSO not have the log4j > jars copied out in the lib directory. > > If you can at all use Ant to build the app > > > shouldn't it be > > > > WEBAPP_DIR/cairngormstore/WEB-INF/classes ? > > Good spot, we'll fix that :-) > > Let us know how you get on with the db_path above, > > Best, > > Steven > > -- > Steven Webster > Technical Director > iteration::two > > > This e-mail and any associated attachments transmitted with it may contain > confidential information and must not be copied, or disclosed, or used by > anyone other than the intended recipient(s). If you are not the intended > recipient(s) please destroy this e-mail, and any copies of it, immediately. > > Please also note that while software systems have been used to try to ensure > that 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. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

