Re: Any other ROP examples?

2008-10-08 Thread Aristedes Maniatis
On 08/10/2008, at 9:26 PM, Demetrios Kyriakis wrote: I wanted to use DataViewes too because it looks much closer to what I need (from a Swing perspective), but it doesn't look to work with the ROP "transport" style (or maybe I don't get the big picture of how to make it work). Dataviews

Re: Any other ROP examples?

2008-10-08 Thread Tarik
Hey Ari, I have a question for you. Have you found any ways to go around the fact that context.rollBackChanges() does not work in ROP? I'm building an app and need to fix this. The class in charge of rolling back the changes on the client side is just a stub that does nothing. Tarik On T

Re: Any other ROP examples?

2008-10-08 Thread Demetrios Kyriakis
Are there any ROP based projects that could be used as example? I mean some non-trivial examples (not like those from the SVN) I have a non-trivial ROP client/server desktop application. But unfortunately the source is not available at this time. I'd be happy to answer specific questions you m

Re: Any other ROP examples?

2008-10-08 Thread Demetrios Kyriakis
Well the JDO -> Cayenne convert I did is for an open source (at sourceforge) application. The latest source is in the sourceforge subversion repository for the strandz project. One of the ways it is non-trivial is that it uses Spring services that also transport back DOs. It requires the latest

Re: commit() when autocommit is enabled

2008-10-08 Thread Laurent Marchal
I had a similar error, i was never able to reproduce. An exception saying a commit was attempted while autocommit is on. Occured only 1 time with my application and SQL Server. Scott Anderson wrote: I'm working on a path to add generated PK support to SQLite, but I've come across an issue with c

Re: Any other ROP examples?

2008-10-08 Thread Andreas Hjortsberg
Hello, Can you add the instructions to the cvn so we all could benefit from it Regards /Andreas _ From: Chris Murphy [mailto:[EMAIL PROTECTED] To: user@cayenne.apache.org Sent: Wed, 08 Oct 2008 00:20:49 +0200 Subject: Re: Any other ROP examples? Hi Demetrios, Well