Re: quick Eclipse setup

2013-07-17 Thread Serdyn du Toit
Just another question related to this - If I have a project and I want to add the OpenJpa projects to its build path - how do I go about that? I tried just adding all the OpenJpa projects to the build path but the Jpa classes refused to be recognized. The idea is of course that I can modify the

OpenJPA 2.0 Eclipse Plugin

2013-07-17 Thread Taylor, Gregory J
I am using the Eclipse Plugin with MyEclipse 10.7 to utilize the enhancer. After adding the enhancer to the project and verifying such, I still get the following error. Attempt to cast instance com.jpa.Productline@1ac5f13 to PersistenceCapable failed. Ensure that it has been enhanced. Greg

Re: quick Eclipse setup

2013-07-17 Thread Kevin Sutter
Hi, A couple of different ways of accomplishing this... If you are using maven, you can set up a maven pom dependency for the version of OpenJPA that you are housing and building. As long as you keep your local maven repo up-to-date, then you can easily pull in the updated OpenJPA code. If you

[jira] [Created] (OPENJPA-2411) Support Postgres casts for non-standard types such as inet, cidr, macaddr, etc.

2013-07-17 Thread Eric Fenderbosch (JIRA)
Eric Fenderbosch created OPENJPA-2411: - Summary: Support Postgres casts for non-standard types such as inet, cidr, macaddr, etc. Key: OPENJPA-2411 URL: https://issues.apache.org/jira/browse/OPENJPA-2411

[jira] [Updated] (OPENJPA-2411) Support Postgres casts for non-standard types such as inet, cidr, macaddr, etc.

2013-07-17 Thread Eric Fenderbosch (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Fenderbosch updated OPENJPA-2411: -- Attachment: openjpa.patch Support Postgres casts for non-standard types such as

[jira] [Commented] (OPENJPA-2355) CONCAT() function must support more than two arguments

2013-07-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13711638#comment-13711638 ] ASF subversion and git services commented on OPENJPA-2355: --

Re: quick Eclipse setup

2013-07-17 Thread Serdyn du Toit
Aaah okay, thanks for the response. I was hoping to be able to add the OpenJpa Eclipse projects to the build path however - so that I can use the classes that Eclipse generates. Ie you change the Java files and due to Eclipse building things in the background you can immediately run your code