Re: svn commit: r605850 - in /cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne: ./ access/ access/jdbc/ access/types/ dba/ dba/openbase/ dba/oracle/ dba/sqlite/

2007-12-29 Thread Craig L Russell
I didn't see a reply to this one. On Dec 20, 2007, at 1:47 AM, Aristedes Maniatis wrote: On 20/12/2007, at 8:44 PM, [EMAIL PROTECTED] wrote: java 5: new Integer(int) - Integer.valueOf(int) Or we could start to use autoboxing and just use int where appropriate. Is valueOf recommended

Re: query properties

2007-11-30 Thread Craig L Russell
Hi Kevin, Having just refreshed my understanding of wild cards, I agree that MapString, ? would be right. Craig On Nov 30, 2007, at 7:36 PM, Kevin Menard wrote: MapString, Object wouldn't work because you wouldn't be able to pass in say, MapString, String. You'd probably be looking for

Re: DataViews - Proposal - move to sourceforge!

2007-11-03 Thread Craig L Russell
If the reason people want to fork is the license, there's not much that Apache can do. Projects built at Apache are released with the Apache license. But if the reason is to build a community and there is too high a barrier in established Apache projects for committers to become

Re: [JIRA] Created: (CAY-908) Sybase EJBQL Subquery syntax

2007-10-28 Thread Craig L Russell
Don't you love how far we've come in the last 20 years of SQL implementations. Incorrect syntax near ,. Sheesh. Craig On Oct 28, 2007, at 7:49 AM, Andrus Adamchik (JIRA) wrote: Oct 28, 2007 4:37:53 PM org.apache.cayenne.access.QueryLogger logQuery INFO: SELECT DISTINCT t0.PAINTING_TITLE

Re: [JIRA] Commented: (CAY-887) CM Usability:Recent Files list shold be longer

2007-10-24 Thread Craig L Russell
Forwarding this to the sanselan folks who have a project to manipulate images. I wonder if there is a feature in sanselan that does this kind of stuff. Craig On Oct 24, 2007, at 6:53 PM, Kevin Menard wrote: On 10/24/07 7:54 PM, Aristedes Maniatis [EMAIL PROTECTED] wrote: I've got the

Re: Java 5

2007-08-06 Thread Craig L Russell
I don't have details in front of me, but I understand that many of the popular Concurrent classes have been back-ported to Java 1.4. If you like, I can get more details if you can't find it on the Internet. The back-port classes don't use the new Java byte-codes that were added in Java 5

Re: [CONF] Apache Cayenne Documentation: Inheritance overview (page created)

2007-06-02 Thread Craig L Russell
Hi Ari, I hope this doesn't confuse things more, but in reality, you often have schema that fall into multiple categories of mapping. For example, a hierarchy might have a table that maps all of the fields of the superclass A. Class B extends A and has a table BS containing a

Re: Abstract Entities [Was: Modelling improvements: inheritance + interfacing (Draft)]

2007-06-01 Thread Craig L Russell
On Jun 1, 2007, at 2:42 AM, Andrus Adamchik wrote: On May 31, 2007, at 9:51 AM, Lachlan Deck wrote: There are numerous uses for these partial instances (if you'd like to call them that) when you want to only fetch the characteristics of the parent, for example, without also having to