[jira] Created: (OPENJPA-56) in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work

2006-09-20 Thread George Hongell (JIRA)
in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work - Key: OPENJPA-56 URL:

[jira] Updated: (OPENJPA-56) in derby concat with input parameter needs a cast, otherwise becomes long varchar and some operations do not work

2006-09-20 Thread George Hongell (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-56?page=all ] George Hongell updated OPENJPA-56: -- Attachment: failureEntities.jar entity java files and derby ddl script to use to recreate this issue in derby concat with input parameter needs a cast,

[jira] Commented: (OPENJPA-24) Allow OpenJPA to be extensible

2006-09-20 Thread Michael Dick (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-24?page=comments#action_12436323 ] Michael Dick commented on OPENJPA-24: - Thanks Abe, I was able to load a custom EMF with your changes. I might have more questions when I get a chance to

enhancement of persistent classes

2006-09-20 Thread Bryan Noll
Hello all... was on vacation for a bit... then the day job got in the way. Quick question for the folks more in the know than me. Reading this (http://people.apache.org/~mprudhom/openjpa/site/openjpa-project/manual/ref_guide_pc_enhance.html#ref_guide_pc_enhance_runtime_container), it seems

Issue with GenerationType.IDENTITY?

2006-09-20 Thread Kevin Sutter
Hi, It seems that if I map an ID to an Identity Column, then, OpenJPA automatically returns a type BigDecimal? I am not using this type anywhere. It does not happen with other Integer or Long mappings, just with generated strategy. @Id @GeneratedValue(strategy=GenerationType.IDENTITY)