Maven 2.0.5 upgrade

2007-02-15 Thread Andrus Adamchik
Saw a note on geronimo dev list about the new Maven version (and the encouraging fact that Geronimo was successfully built with it). Had a minute to try it out. It actually works - I was able to build the Cayenne tree from scratch (over the existing local repo). So I guess it is safe to upg

Re: Cayenne Publicity

2007-02-15 Thread Malcolm Edgar
Yes I think so, this is a big deal Apache lends a lot of credability to the Cayenne framework. It means a lot to architects justifying the technology choices. I would also put in a link to the Apache Conn podcast by Jean, as its interesting to hear her talk about the process. Also people will see

Re: Cayenne Publicity

2007-02-15 Thread Andrus Adamchik
On Feb 15, 2007, at 5:18 PM, Malcolm Edgar wrote: I think Cayenne becoming a TLP is a good news piece, especially when you discuss the JPA roadmap. Gives people a feeling of a future proofed architecture. Agreed, no question about that. I was commenting on whether we should still submit a s

Re: Cayenne Publicity

2007-02-15 Thread Malcolm Edgar
I think Cayenne becoming a TLP is a good news piece, especially when you discuss the JPA roadmap. Gives people a feeling of a future proofed architecture. regards Malcolm Edgar On 2/16/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Yeah, the TLP news are a bit dated... Still one place where thi

Re: Cayenne Publicity

2007-02-15 Thread Andrus Adamchik
Yeah, the TLP news are a bit dated... Still one place where this can pose as news - the Apache front page: http://www.apache.org/ Didn't have time to check the site sources and build a patch with Cayenne announcement. Another area where volunteer help would be great. Now the JPA related pr

Re: WOCompat

2007-02-15 Thread Michael Gentry
I could see having it as part of the modeler or even a separate module, if you think that flexibility would be worthwhile. /dev/mrg On 2/15/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: The discussion on CAY-752 made me thinking - do we need a wocompat package in runtime? Neither runtime nor

Re: Code blocks rendering

2007-02-15 Thread Andrus Adamchik
never mind - it was somebody experimenting with Confluence :-) The change was reverted, and I just regenerated the space: http://cwiki.apache.org/CAYDOC/lifecycle-callbacks.html (it will sync to the site eventually) Andrus On Feb 15, 2007, at 10:25 AM, Andrus Adamchik wrote: Ari, Just not

Re: JIRA changelog & roadmap

2007-02-15 Thread Mike Kienenberger
+1 On 2/15/07, Michael Gentry <[EMAIL PROTECTED]> wrote: I'm pretty lazy right now (as in other things occupying time), but it sounds like a good idea -- especially if it can help generate the release notes. So, I'd say +1 especially if the pulldown list doesn't get all cluttered with the "arch

Code blocks rendering

2007-02-15 Thread Andrus Adamchik
Ari, Just noticed that something has changed on the Apache Confluence instance, so now the code blocks render like tables: http://cayenne.apache.org/doc/lifecycle-callbacks.html Looks pretty ugly. Do you think we need to update the CSS or something? Thanks Andrus

WOCompat

2007-02-15 Thread Andrus Adamchik
The discussion on CAY-752 made me thinking - do we need a wocompat package in runtime? Neither runtime nor Ant tasks are using it. So maybe split it in a separate maven module and include it in the Modeler only, trimming some fat from the main cayenne jar? Andrus

Re: [JIRA] Created: (CAY-752) Importing EOModel gives Cast Exception

2007-02-15 Thread Andrus Adamchik
OK. I'm also wondering if a string width of -1 is even valid. :-) Probably not, but now there are multiple tools that save EOModels (WOLips has an EntityModeler that I suspect uses Cayenne PropertyListSerialization :-)) , so validation routines behavior may vary. Andrus On Feb 15, 200

Re: [JIRA] Created: (CAY-752) Importing EOModel gives Cast Exception

2007-02-15 Thread Michael Gentry
OK. I'm also wondering if a string width of -1 is even valid. :-) Reminds me of some code I saw Monday ... if (name == null || name.length() <= 0) .. /dev/mrg On 2/15/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Michael, also notice the patches I attached to the issue. I haven't co

Re: Cayenne 1.2 build issue

2007-02-15 Thread Ahmed Mohombe
I guess the version checked in for windows is broken (and nobody ever used it before, so we didn't know) - Most people I know use on windows the archive(generic) distribution because unpacking is much simpler than installing things(e.g. with Total Commander) and copy over the cayenne icon (to hav

Re: [JIRA] Created: (CAY-752) Importing EOModel gives Cast Exception

2007-02-15 Thread Andrus Adamchik
Michael, also notice the patches I attached to the issue. I haven't committed them yet, until there is a confirmation that it works on the EOModel in question. If you want to try them out and commit them yourself, be my guest. Andrus On Feb 15, 2007, at 9:22 AM, Michael Gentry wrote:

Re: Cayenne 1.2 build issue

2007-02-15 Thread Andrus Adamchik
Argh! I am building 1.2 windows artifacts on Mac (you can actually do that with Launch4j), so it works for me, as the Launch4J installation is picked from a different directory: https://svn.apache.org/repos/asf/cayenne/main/branches/STABLE-1.2/ cayenne/cayenne-ant/lib/mac/launch4j-2.0.0/ I

Re: [JIRA] Created: (CAY-752) Importing EOModel gives Cast Exception

2007-02-15 Thread Michael Gentry
Oh, you attached the model to the ticket. Ooops! :-) Thanks! /dev/mrg On 2/15/07, Michael Gentry <[EMAIL PROTECTED]> wrote: Any chance we can get a copy of the model for debugging? Thanks, /dev/mrg On 2/13/07, Wonder World (JIRA) wrote: > Importing EOModel gives Cast Exception > --

Re: [JIRA] Created: (CAY-752) Importing EOModel gives Cast Exception

2007-02-15 Thread Michael Gentry
Any chance we can get a copy of the model for debugging? Thanks, /dev/mrg On 2/13/07, Wonder World (JIRA) wrote: Importing EOModel gives Cast Exception -- Key: CAY-752 URL: https://issues.apache.org/cayenne/browse/CAY-752

Re: Assemblies assemblies everywhere and which one to ship?

2007-02-15 Thread Andrus Adamchik
On Jan 8, 2007, at 3:48 PM, Dain Sundstrom wrote: On Jan 8, 2007, at 11:59 AM, Andrus Adamchik wrote: On Jan 8, 2007, at 9:39 PM, Dain Sundstrom wrote: Well, we depend on being able to listen to events on the EM which there is no spec interface for. I'm sure Cayanne has and interface that

Re: JIRA changelog & roadmap

2007-02-15 Thread Michael Gentry
I'm pretty lazy right now (as in other things occupying time), but it sounds like a good idea -- especially if it can help generate the release notes. So, I'd say +1 especially if the pulldown list doesn't get all cluttered with the "archived" versions. /dev/mrg On 2/14/07, Andrus Adamchik <[E

Re: Cayenne Publicity

2007-02-15 Thread Aristedes Maniatis
On 15/02/2007, at 8:28 AM, Malcolm Edgar wrote: Hi All, Now that the new Apache Cayenne site is up, which looks very nice I think it would be good to grab some publicity. Possibly with the next 2.0.x point release. Another strategy would be to publish an article on the IBM Developer Works sit