[jira] [Resolved] (JDO-705) Delete Maven1 config files

2012-02-18 Thread Andy Jefferson (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/JDO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Jefferson resolved JDO-705.


Resolution: Fixed
  Assignee: Andy Jefferson

SVN trunk removes these files and attempts to update README.html

PS, no idea why there is a file JDO3.MF under "trunk". This is seemingly a 
MANIFEST file for "api", and that directory has its own API3.MF

> Delete Maven1 config files
> --
>
> Key: JDO-705
> URL: https://issues.apache.org/jira/browse/JDO-705
> Project: JDO
>  Issue Type: Task
>  Components: api, tck
>Reporter: Andy Jefferson
>Assignee: Andy Jefferson
> Fix For: JDO 3 maintenance release 1 (3.1)
>
> Attachments: JDO-705-api.patch, JDO-705-tck.patch
>
>
> Follow on from JDO-647 is to remove all Maven1 config files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (JDO-682) Change datastore-identity strategy for shoppingcart pc classes

2012-02-18 Thread Michael Bouschen (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/JDO-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Bouschen updated JDO-682:
-

Attachment: JDO-682.patch

The attached patch JDO-682.patch changes the schema 
datastoreidentity/schema8.sql to create a sequence and the mapping 
package-standard8.orm of the shoppingcart pc classes to use a sequence.

See http://www.datanucleus.org/servlet/jira/browse/NUCRDBMS-581 for the 
corresponding DN support.

> Change datastore-identity strategy for shoppingcart pc classes
> --
>
> Key: JDO-682
> URL: https://issues.apache.org/jira/browse/JDO-682
> Project: JDO
>  Issue Type: Improvement
>  Components: tck
>Affects Versions: JDO 3 (3.0)
>Reporter: Michael Bouschen
>Assignee: Michael Bouschen
> Fix For: JDO 3 maintenance release 1 (3.1)
>
> Attachments: JDO-682.patch
>
>
> The datastoreidentity "detach" test use the shoppingcart pc classes. They are 
> mapped using the datastore identity strategy increment (see 
> package-standard8.orm):
>   
> The strategy should be changed to sequence to avoid creating schema 
> dynamically. With the sequence strategy the name of the sequence can be 
> specified in the metadata. This allows to create the sequence table as part 
> of the schema creation phase. The tck is designed to craete the entire schema 
> upfront, such that a JDO implementaion w/o dynamic schema 
> creation/modification is able to pass the tck. 
> The goal is to avoid using the increment strategy pending resolution of 
> requirements for increment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: DN support for derby sequences

2012-02-18 Thread Michael Bouschen

Hi Andy,

thanks for the links.

I added a DN JIRA: 
http://www.datanucleus.org/servlet/jira/browse/NUCRDBMS-581 and attached 
a patch for the DerbyAdapter class. I also added a patch to the JDO JIRA 
https://issues.apache.org/jira/browse/JDO-682 changing the schema and 
the mapping to make use of sequences in derby. So the configuration 
detach.conf will test the DN support for sequences in derby.


Regards Michael


Is it an issue to support sequences in the derby adapter? The derby
database itself supports sequences since version 10.6.

Hi Michael,

you can easily contribute support.
The adapter for Derby at
http://datanucleus.svn.sourceforge.net/viewvc/datanucleus/platform/store.rdbms/trunk/src/java/org/datanucleus/store/rdbms/adapter/DerbyAdapter.java?revision=14093&view=markup
needs updating to include support for versions 10.6+ (only).

To see an example of an adapter which has support look at
http://datanucleus.svn.sourceforge.net/viewvc/datanucleus/platform/store.rdbms/trunk/src/java/org/datanucleus/store/rdbms/adapter/HSQLAdapter.java?revision=11607&view=markup
and search for "sequence" (case-insensitive); ought to give you enough of an
idea what is needed. Then raise a DN JIRA and attach a patch.




--
*Michael Bouschen*
*Prokurist*

akquinet tech@spree GmbH
Bülowstr. 66, D-10783 Berlin

Fon:   +49 30 235 520-33
Fax:   +49 30 217 520-12
Email: michael.bousc...@akquinet.de
Web: www.akquinet.de 

akquinet tech@spree GmbH, Berlin
Geschäftsführung: Martin Weber, Dr. Torsten Fink
Amtsgericht Berlin-Charlottenburg HRB 86780 B
USt.-Id. Nr.: DE 225 964 680


Re: Minutes: JDO TCK Conference Call Friday, Feb 17, 9 am Pacific Time

2012-02-18 Thread Michelle Caisse

Done.  -- Michelle


 5. Everyone please review the ChangeLog: 
http://wiki.apache.org/jdo/ChangeLog


Good feedback on the change log. Thanks, Andy.

Items on the PROPOSED list that are already in 3.0. AI Michelle move 
12, 13, 14, 15, 16, 17 to ACCEPTED, and move ACCEPTED 7 to the same 
block of changes.