[jira] Commented: (OPENJPA-779) patch for eclipse .project and .classpath files...

2008-11-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650422#action_12650422 ] David Jencks commented on OPENJPA-779: -- I'm not very involved in openjpa but... I us

[jira] Created: (OPENJPA-783) openjpa-lib/pom.xml has extraneous code

2008-11-24 Thread Fernando (JIRA)
openjpa-lib/pom.xml has extraneous code --- Key: OPENJPA-783 URL: https://issues.apache.org/jira/browse/OPENJPA-783 Project: OpenJPA Issue Type: Improvement Reporter: Fernando in the pom.xml

[jira] Commented: (OPENJPA-779) patch for eclipse .project and .classpath files...

2008-11-24 Thread Fernando (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650401#action_12650401 ] Fernando commented on OPENJPA-779: -- So.. as a group we can't decide to just pick one proj

[jira] Updated: (OPENJPA-781) openjpa-jdbc depends on postgres driver, should be "provided"

2008-11-24 Thread Fernando (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando updated OPENJPA-781: - Attachment: pom.xml.diff this is actually a bigger diff of cleaning up the scopes of more pom files.. s

[jira] Created: (OPENJPA-782) Support for collections of embeddables and basic types

2008-11-24 Thread Fay Wang (JIRA)
Support for collections of embeddables and basic types -- Key: OPENJPA-782 URL: https://issues.apache.org/jira/browse/OPENJPA-782 Project: OpenJPA Issue Type: Question Reporter:

[jira] Created: (OPENJPA-781) openjpa-jdbc depends on postgres driver, should be "provided"

2008-11-24 Thread Fernando (JIRA)
openjpa-jdbc depends on postgres driver, should be "provided" - Key: OPENJPA-781 URL: https://issues.apache.org/jira/browse/OPENJPA-781 Project: OpenJPA Issue Type: Improvement

[jira] Commented: (OPENJPA-758) OpenJPA doesn't find ValueHandlers with an applicable class loader

2008-11-24 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650305#action_12650305 ] Kevin Sutter commented on OPENJPA-758: -- Hi, Just to ensure that I have discovered the

ValueHandlers vs FieldStrategies

2008-11-24 Thread Kevin Sutter
Hi, A question has surfaced about the use of ValueHandlers vs FieldStrategies. According to the OpenJPA documentation [1], a user should be able to specify either a custom ValueHandler implementation or FieldStrategy implementation via the @Strategy annotation. This does not seem to be the case.