JDO TCK Conference Call Friday November 2, 9 am Pacific Time

2012-11-02 Thread Michael Bouschen

Hi,

We will have our regular meeting Friday, November 2 at 9 am Pacific Time 
to discuss JDO TCK issues and status.


Dial-in numbers are:
US Toll free: 866 682-4770
Germany Frankfurt 06916106
Germany Toll free: 08006648515
(Other countries by request)

To place the call:
1. Call the toll free number.
2. Enter the conference number 939-3689#
3. Enter the security code #

Agenda:
1. News on JDO-717 copyjdorijars does not cleanup target directory 
https://issues.apache.org/jira/browse/JDO-717?

2. News on spec update?
3. Need to check the specification for assertions for new test cases 
that were added. We should review all resolved issues and make sure that 
new tests have assertions that match the specification.

4. Other issues

Action Items from weeks past:
[Sep 7 2012] AI Everybody We need to look at adding assertions into the 
specification and tck test cases.
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 
about JDOHelper methods.
[Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or 
nontransactional action
[Jul 20 2012] AI Michelle: take a look into adding JDO social links to 
db.apache.org/jdo.
[Sep 23 2011] AI Michael document when changing dependencies (to 
DataNucleus) it's necessary to rebuild the exectck project before 
running tck.


Regards Michael

--
*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 http://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: JDO TCK Conference Call Friday November 2, 9 am Pacific Time

2012-11-02 Thread Matthew Adams
Can't make meeting today, stuck in another one.  No change on JDO-717.

On Fri, Nov 2, 2012 at 1:48 AM, Michael Bouschen
michael.bousc...@akquinet.de wrote:
 Hi,

 We will have our regular meeting Friday, November 2 at 9 am Pacific Time to
 discuss JDO TCK issues and status.

 Dial-in numbers are:
 US Toll free: 866 682-4770
 Germany Frankfurt 06916106
 Germany Toll free: 08006648515
 (Other countries by request)

 To place the call:
 1. Call the toll free number.
 2. Enter the conference number 939-3689#
 3. Enter the security code #

 Agenda:
 1. News on JDO-717 copyjdorijars does not cleanup target directory
 https://issues.apache.org/jira/browse/JDO-717?
 2. News on spec update?
 3. Need to check the specification for assertions for new test cases that
 were added. We should review all resolved issues and make sure that new
 tests have assertions that match the specification.
 4. Other issues

 Action Items from weeks past:
 [Sep 7 2012] AI Everybody We need to look at adding assertions into the
 specification and tck test cases.
 [Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 about
 JDOHelper methods.
 [Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or
 nontransactional action
 [Jul 20 2012] AI Michelle: take a look into adding JDO social links to
 db.apache.org/jdo.
 [Sep 23 2011] AI Michael document when changing dependencies (to
 DataNucleus) it's necessary to rebuild the exectck project before running
 tck.

 Regards Michael

 --
 *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 http://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



-- 
mailto:matt...@matthewadams.me
skype:matthewadams12
googletalk:matt...@matthewadams.me
http://matthewadams.me
http://www.linkedin.com/in/matthewadams


[jira] [Resolved] (JDO-702) Support for specification of embedded inherited objects

2012-11-02 Thread Craig L Russell (JIRA)

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

Craig L Russell resolved JDO-702.
-

Resolution: Fixed

 Support for specification of embedded inherited objects
 ---

 Key: JDO-702
 URL: https://issues.apache.org/jira/browse/JDO-702
 Project: JDO
  Issue Type: New Feature
  Components: api, specification, tck
Affects Versions: JDO 3 (3.0)
Reporter: Andy Jefferson
Assignee: Craig L Russell
 Fix For: JDO 3 maintenance release 1 (3.1)

 Attachments: JDO-702.patch, JDO-702-test.patch


 While JDO2+ allows specification of embedded objects stored with primary 
 objects, it doesn't have any specific way of specifying the embedded object 
 as being inherited and how you would persist it. In particular there is no 
 way to define a discriminator (column) for the embedded object. If we have an 
 example from the JDO spec, and if we have a subclass of Address as also 
 persistable, then we need to specify the discriminator for primaryAddress 
 field.
 class name=Employee table=EMP
 ...
 !-- field type is Address --
 field name=primaryAddress
 embedded null-indicator-column=PADDR_STREET
 discriminator column=PADDR_DISCRIM/
 field name=street column=PADDR_STREET/
 field name=city column=PADDR_CITY/
 field name=state column=PADDR_STATE/
 field name=zip column=PADDR_ZIPCODE/
 /embedded
 /field
 /class
 So the XSD/DTD need updates to allow discriminator under embedded, the 
 JDO Metadata API needs to allow this also, and the @Embedded annotation needs 
 a discriminator attribute adding.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Minutes: JDO TCK Conference Call Friday November 2, 9 am Pacific Time

2012-11-02 Thread Craig L Russell

Attendees: Michael Bouschen, Craig Russell

Agenda:

1. News on JDO-717 copyjdorijars does not cleanup target directory 
https://issues.apache.org/jira/browse/JDO-717?

no change.

2. News on spec update?

Some formatting changes in the master document. Fixed bookmarks and  
index.


3. Need to check the specification for assertions for new test cases  
that were added. We should review all resolved issues and make sure  
that new tests have assertions that match the specification.


no change. AI Michael update the assertions for Chapter 14.

4. Other issues

JDO-702 is now resolved.
JDO-678 needs a test case. AI Craig.

Action Items from weeks past:
[Sep 7 2012] AI Everybody We need to look at adding assertions into  
the specification and tck test cases.
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692  
about JDOHelper methods.
[Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or  
nontransactional action
[Jul 20 2012] AI Michelle: take a look into adding JDO social links to  
db.apache.org/jdo.
[Sep 23 2011] AI Michael document when changing dependencies (to  
DataNucleus) it's necessary to rebuild the exectck project before  
running tck.


Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:craig.russ...@oracle.com
P.S. A good JDO? O, Gasp!



Re: Minutes: JDO TCK Conference Call Friday November 2, 9 am Pacific Time

2012-11-02 Thread Michelle Caisse

On 11/2/2012 9:53 AM, Craig L Russell wrote:

Attendees: Michael Bouschen, Craig Russell

and Michelle Caisse


Agenda:

1. News on JDO-717 copyjdorijars does not cleanup target directory 
https://issues.apache.org/jira/browse/JDO-717?


no change.

2. News on spec update?

Some formatting changes in the master document. Fixed bookmarks and 
index.


3. Need to check the specification for assertions for new test cases 
that were added. We should review all resolved issues and make sure 
that new tests have assertions that match the specification.


no change. AI Michael update the assertions for Chapter 14.

4. Other issues

JDO-702 is now resolved.
JDO-678 needs a test case. AI Craig.

Action Items from weeks past:
[Sep 7 2012] AI Everybody We need to look at adding assertions into 
the specification and tck test cases.
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 
about JDOHelper methods.
[Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or 
nontransactional action
[Jul 20 2012] AI Michelle: take a look into adding JDO social links to 
db.apache.org/jdo.
[Sep 23 2011] AI Michael document when changing dependencies (to 
DataNucleus) it's necessary to rebuild the exectck project before 
running tck.


Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:craig.russ...@oracle.com
P.S. A good JDO? O, Gasp!






Re: Minutes: JDO TCK Conference Call Friday November 2, 9 am Pacific Time CORRECTED

2012-11-02 Thread Craig L Russell

CORRECTED.

Attendees: Michael Bouschen, Michelle Caisse, Craig Russell

Agenda:

1. News on JDO-717 copyjdorijars does not cleanup target directory 
https://issues.apache.org/jira/browse/JDO-717?

no change.

2. News on spec update?

Some formatting changes in the master document. Fixed bookmarks and  
index.


3. Need to check the specification for assertions for new test cases  
that were added. We should review all resolved issues and make sure  
that new tests have assertions that match the specification.


no change. AI Michael update the assertions for Chapter 14.

4. Other issues

JDO-702 is now resolved.
JDO-678 needs a test case. AI Craig.

Action Items from weeks past:
[Sep 7 2012] AI Everybody We need to look at adding assertions into  
the specification and tck test cases.
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692  
about JDOHelper methods.
[Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or  
nontransactional action
[Jul 20 2012] AI Michelle: take a look into adding JDO social links to  
db.apache.org/jdo.
[Sep 23 2011] AI Michael document when changing dependencies (to  
DataNucleus) it's necessary to rebuild the exectck project before  
running tck.


Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:craig.russ...@oracle.com
P.S. A good JDO? O, Gasp!