[jira] Created: (OPENJPA-241) Extra SQL on lazy CMR load

2007-05-19 Thread Rob Wisniewski (JIRA)
Extra SQL on lazy CMR load -- Key: OPENJPA-241 URL: https://issues.apache.org/jira/browse/OPENJPA-241 Project: OpenJPA Issue Type: Bug Components: sql Affects Versions: 0.9.8 Environment: all

Re: Exception while retrieving the data from database

2007-05-19 Thread Praveen G
Hi, I am having following two classes, modified the code as follows @Entity @Table(name = LOG_DB2) @Inheritance(strategy = InheritanceType.SINGLE_TABLE) @DiscriminatorColumn(discriminatorType=DiscriminatorType.CHAR) @DiscriminatorValue(value=S) public class A { @Column(name = LOG_ID) @Id

Re: Exception while retrieving the data from database

2007-05-19 Thread Marc Prud'hommeaux
Praveen- It looks like we might be calling getInt() on a column type that isn't compatible. How are the columns defined for your tables? For example, if DB_PARTITION is really a VARCHAR, then I can see this happening. If that is the case, then you might be able to get around it by

OpenJPA graduation news

2007-05-19 Thread Craig L Russell
Congratulations to everyone involved in the OpenJPA project. OpenJPA is now an official Apache Top Level Project. The board approved the resolution that we voted on last week. There is a lot of administrivia to be done, and all this will be done over the course of the next several weeks.

Re: OpenJPA graduation news

2007-05-19 Thread Jacek Laskowski
On 5/19/07, Craig L Russell [EMAIL PROTECTED] wrote: Congratulations to everyone involved in the OpenJPA project. OpenJPA is now an official Apache Top Level Project. The board approved the resolution that we voted on last week. Congrats! Well deserved. (At last, the name of the project

First post-graduation OpenJPA release

2007-05-19 Thread Craig L Russell
Hi, There's no urgency, but I think we should start discussing what our first release should be out of incubation. Let's take a look at the issues in JIRA and decide if we think that we're ready for a 1.0 release. If not, we can cut a 0.9.8 release and make a list of 1.0 bugs/features to

Re: First post-graduation OpenJPA release

2007-05-19 Thread Marc Prud'hommeaux
I personally lean towards just bumping it up to 1.0 and cutting a release as soon as possible after we complete the incubator-TLP process. A release number 1.0 suggests to so many people that a product is not production-ready, and OpenJPA is so mature and in use in so many

Re: OpenJPA graduation news

2007-05-19 Thread Craig L Russell
Hi Patrick, On May 19, 2007, at 3:28 PM, [EMAIL PROTECTED] wrote: Thanks for making this happen, Craig. Thanks, but this really reflects the readiness of the entire OpenJPA team to work together as an Apache project. Is there anything that I can do to help? There are things that only

[jira] Created: (OPENJPA-242) JCache (JSR 107) support in the OpenJPA DataCache

2007-05-19 Thread Marc Prud'hommeaux (JIRA)
JCache (JSR 107) support in the OpenJPA DataCache - Key: OPENJPA-242 URL: https://issues.apache.org/jira/browse/OPENJPA-242 Project: OpenJPA Issue Type: New Feature Components:

Re: [jira] Created: (OPENJPA-242) JCache (JSR 107) support in the OpenJPA DataCache

2007-05-19 Thread Craig L Russell
Hi Marc, Looks like this JSR started in 2001 and hasn't produced a milestone yet. What's going on with it? Some politics? Would some expert advice from some users (e.g. OpenJPA) help any? Craig On May 19, 2007, at 5:03 PM, Marc Prud'hommeaux (JIRA) wrote: JCache (JSR 107) support in the

Re: First post-graduation OpenJPA release

2007-05-19 Thread Eddie O'Neil
+1 -- assuming the code is ready to go, I agree that it's a good idea to go straight to 1.0. +1 as well to waiting until the TLP infrastructure is complete, which could take a week or more to unbrand from the Incubator, move the website content, etc. Eddie On 5/19/07, Marc Prud'hommeaux

Re: [jira] Created: (OPENJPA-242) JCache (JSR 107) support in the OpenJPA DataCache

2007-05-19 Thread Marc Prud'hommeaux
Good question ... I hadn't realized that it had been dragging on so long. EHCache seems to be implementing a preview version of the JSR (whose APIs are available at http://mirrors.ibiblio.org/pub/mirrors/maven2/ net/sf/jsr107cache/jsr107cache/1.0/ ). I don't know of anyone else