Re: Update version to SNAPSHOT

2006-08-15 Thread David Blevins
On Aug 14, 2006, at 8:52 PM, Craig L Russell wrote: Hi Marc, On Aug 14, 2006, at 6:53 PM, Marc Prud'hommeaux wrote: Patrick- What's the difference between SNAPSHOT and -dev, in mavenese? I wasn't suggesting that what we talked about was better; just tossing some more fuel on the fire.

Re: Update version to SNAPSHOT

2006-08-15 Thread David Blevins
On Aug 14, 2006, at 10:11 PM, Brett Porter wrote: On 15/08/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: On Mon, 2006-08-14 at 20:57 -0700, Patrick Linskey wrote: Does anyone know of existing mvn technology to merge resource files? To easily assemble jars together? Check out the Assembly

[jira] Commented: (OPENJPA-12) Default to strictIdentityTypes for JPA

2006-08-15 Thread Patrick Linskey (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-12?page=comments#action_12428175 ] Patrick Linskey commented on OPENJPA-12: I know that we changed this in our JPA TCK test-running environment via the property setting. I guess the

Re: Extending the OpenJPA implementation

2006-08-15 Thread Abe White
So that's basically it for combining ConfigurationProviders and ProductDerivations into a single service. In a followup email I'll address how we can give ProductDerivations the ability to extend the EMF, etc. Adding the ability to extend EMFs though a ProductDerivation is actually

RE: Extending the OpenJPA implementation

2006-08-15 Thread Patrick Linskey
There's one last problem, and that is systems with multiple OpenJPA extended products available. If you've got Kodo and ExtendedOpenJPAProductX in your classpath, chances are they'll attempt to overwrite each other's configuration defaults and so forth. That's the case now, and what

Re: Update version to SNAPSHOT

2006-08-15 Thread David Blevins
On Aug 15, 2006, at 6:37 AM, Patrick Linskey wrote: Note that that will not merge anything you need in the META-INF directory. It does do it for plexus components.xml files though, so maybe it's a good time to make that pluggable. It'll definitely add the files from all the META-INF

Re: Update version to SNAPSHOT

2006-08-15 Thread Craig L Russell
On Aug 15, 2006, at 11:06 AM, David Blevins wrote: On Aug 15, 2006, at 6:37 AM, Patrick Linskey wrote: Note that that will not merge anything you need in the META-INF directory. It does do it for plexus components.xml files though, so maybe it's a good time to make that pluggable. It'll

Re: Update version to SNAPSHOT

2006-08-15 Thread David Blevins
On Aug 15, 2006, at 11:40 AM, Craig L Russell wrote: On Aug 15, 2006, at 11:06 AM, David Blevins wrote: On Aug 15, 2006, at 6:37 AM, Patrick Linskey wrote: Note that that will not merge anything you need in the META-INF directory. It does do it for plexus components.xml files though,

Re: Update version to SNAPSHOT

2006-08-15 Thread Marc Prud'hommeaux
David- are there any jars of our own that contain the same file in the same place in the jar and those contents are different and need to be merged together? The only cases I know of are some of the files in services/. E.g.: openjpa-jdbc/src/main/resources/META-INF/services/

Re: [jira] Commented: (OPENJPA-12) Default to strictIdentityTypes for JPA

2006-08-15 Thread Michael Dick
I think it would be better to pass the TCK without any properties that change behavior. Does anyone know if Sun has a guideline regarding the configuration properties? On 8/15/06, Patrick Linskey (JIRA) [EMAIL PROTECTED] wrote: [

[jira] Commented: (OPENJPA-13) GenerationType.IDENTITY problem with MS SQL Server

2006-08-15 Thread Megan (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-13?page=comments#action_12428249 ] Megan commented on OPENJPA-13: -- I tried to change the type of the id field from Integer to BigDecimal (and Number) but openjpac fails. enhance: [openjpac] 80 INFO

Re: Update version to SNAPSHOT

2006-08-15 Thread David Blevins
On Aug 15, 2006, at 12:56 PM, Marc Prud'hommeaux wrote: David- are there any jars of our own that contain the same file in the same place in the jar and those contents are different and need to be merged together? The only cases I know of are some of the files in services/. E.g.:

[jira] Commented: (OPENJPA-13) GenerationType.IDENTITY problem with MS SQL Server

2006-08-15 Thread Megan (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-13?page=comments#action_12428250 ] Megan commented on OPENJPA-13: -- Changing the type of the id field from Integer to int worked. Thank you. @Id @GeneratedValue(strategy=GenerationType.IDENTITY)

Re: [jira] Commented: (OPENJPA-12) Default to strictIdentityTypes for JPA

2006-08-15 Thread Craig L Russell
Sadly, I believe that a discussion of the properties permitted to pass the TCK is found in the TCK configuration requirements, which I believe is confidential and therefore out of bounds for this alias. I hope to be corrected. Craig On Aug 15, 2006, at 2:20 PM, Michael Dick wrote: I

Re: Update version to SNAPSHOT

2006-08-15 Thread Marc Prud'hommeaux
David- But you might consider making org.apache.openjpa.conf.ProductDerivation a directory that holds files that contain the implementation class names. Then you can have more than one in a jar. That would solve the problem, but since there is no generic classloader-based way of

Re: Update version to SNAPSHOT

2006-08-15 Thread Craig L Russell
This discussion would be great to capture on the wiki for the time (not too far away) when we will actually package and ship some code. Craig On Aug 15, 2006, at 7:20 PM, David Blevins wrote: On Aug 15, 2006, at 7:42 AM, Craig L Russell wrote: On Aug 15, 2006, at 6:38 AM, Patrick