Re: Minutes: JDO TCK Conference Call Friday, May 18, 9 am Pacific Time

2012-05-21 Thread Michael Bouschen

Hi Michelle,
I like the name copyjdorijars. Can it also copy log4j.properties to 
lib/jdori?
Yes, I can handle log4j.properties. The easiest way is to copy/move the 
file log4j.properties to the new module copyjdorijars and change the 
target-path to point to lib/jdori. Then it gets copied to the right place.


The question is: do we want to keep a copy of the log configuration 
log4j.properties under tck? Because it configures the datanucleus and 
the tck logging.


Regards Michael


-- Michelle

On 5/20/2012 11:48 AM, Michael Bouschen wrote:

Hi,


We now assume that the necessary jars to run the RI need to be 
copied to the user's jdori lib directory. Is there an easier way 
than manual copying to get the jar files into the right place? AI 
Michael investigate some other way to copy the jar files.


the maven-dependency-plugin allows to copy all the dependencies in a 
specified location.


I propose to add a new module parallel to api, exectck and tck. It 
will have the datanucleus jars as dependencies and the only purpose 
is to copy these jars into lib/jdori.


I'm looking for a good name for such a module, for now I use 
copyjdorijars. Does anybody have a better idea for a name? I will 
provide a patch, as soon as I have a good name.


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: Minutes: JDO TCK Conference Call Friday, May 18, 9 am Pacific Time

2012-05-21 Thread mcaisse
We need to keep a version of log4j.properties in tck/src/conf. Its purpose
is to be copied to ../lib/iut and modified there for use in testing an
iut. This could be a different, more generic version with nothing to
support the reference implementation. If we need to make some
modifications to log4j.properties for DataNucleus, we would do that only
on the version in copyjdorijars.  My thoughts, anyway.

-- Michelle

 Hi Michelle,
 I like the name copyjdorijars. Can it also copy log4j.properties to
 lib/jdori?
 Yes, I can handle log4j.properties. The easiest way is to copy/move the
 file log4j.properties to the new module copyjdorijars and change the
 target-path to point to lib/jdori. Then it gets copied to the right place.

 The question is: do we want to keep a copy of the log configuration
 log4j.properties under tck? Because it configures the datanucleus and
 the tck logging.

 Regards Michael

 -- Michelle

 On 5/20/2012 11:48 AM, Michael Bouschen wrote:
 Hi,

 We now assume that the necessary jars to run the RI need to be
 copied to the user's jdori lib directory. Is there an easier way
 than manual copying to get the jar files into the right place? AI
 Michael investigate some other way to copy the jar files.

 the maven-dependency-plugin allows to copy all the dependencies in a
 specified location.

 I propose to add a new module parallel to api, exectck and tck. It
 will have the datanucleus jars as dependencies and the only purpose
 is to copy these jars into lib/jdori.

 I'm looking for a good name for such a module, for now I use
 copyjdorijars. Does anybody have a better idea for a name? I will
 provide a patch, as soon as I have a good name.

 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: Minutes: JDO TCK Conference Call Friday, May 18, 9 am Pacific Time

2012-05-20 Thread Michael Bouschen

Hi,


We now assume that the necessary jars to run the RI need to be copied 
to the user's jdori lib directory. Is there an easier way than manual 
copying to get the jar files into the right place? AI Michael 
investigate some other way to copy the jar files.


the maven-dependency-plugin allows to copy all the dependencies in a 
specified location.


I propose to add a new module parallel to api, exectck and tck. It will 
have the datanucleus jars as dependencies and the only purpose is to 
copy these jars into lib/jdori.


I'm looking for a good name for such a module, for now I use 
copyjdorijars. Does anybody have a better idea for a name? I will 
provide a patch, as soon as I have a good name.


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: Minutes: JDO TCK Conference Call Friday, May 18, 9 am Pacific Time

2012-05-20 Thread Michelle Caisse
I like the name copyjdorijars. Can it also copy log4j.properties to 
lib/jdori?


-- Michelle

On 5/20/2012 11:48 AM, Michael Bouschen wrote:

Hi,


We now assume that the necessary jars to run the RI need to be copied 
to the user's jdori lib directory. Is there an easier way than manual 
copying to get the jar files into the right place? AI Michael 
investigate some other way to copy the jar files.


the maven-dependency-plugin allows to copy all the dependencies in a 
specified location.


I propose to add a new module parallel to api, exectck and tck. It 
will have the datanucleus jars as dependencies and the only purpose is 
to copy these jars into lib/jdori.


I'm looking for a good name for such a module, for now I use 
copyjdorijars. Does anybody have a better idea for a name? I will 
provide a patch, as soon as I have a good name.


Regards Michael





Minutes: JDO TCK Conference Call Friday, May 18, 9 am Pacific Time

2012-05-18 Thread Craig L Russell

Attendees: Michael Bouschen, Michelle Caisse, Craig Russell

Agenda:

1. log4j class loader, no enhancer log output with maven 2: 
https://issues.apache.org/jira/browse/JDO-706

The latest patch seems to work. Andy proposes dropping a few jar files  
for unneeded connection pool implementations. DBCP is not referenced  
by the properties. AI Michelle check in latest changes.


We now assume that the necessary jars to run the RI need to be copied  
to the user's jdori lib directory. Is there an easier way than manual  
copying to get the jar files into the right place? AI Michael  
investigate some other way to copy the jar files.


2. News on Automate OSGi bundling in JDO 3.1+ build 
https://issues.apache.org/jira/browse/JDO-694?

no change.

3. News on patch JDO-707 https://issues.apache.org/jira/browse/JDO-707?

no change.

4. Autocommit or nontransactional actions: 
https://issues.apache.org/jira/browse/JDO-589

AI Craig respond to this JIRA. What about insert and delete? Update is  
probably not covered by this, unless we create a new updatePersistent  
method.


5. Reorganize sources to conform with maven conventions 
https://issues.apache.org/jira/browse/JDO-711

Waiting on a patch.

6. What's needed to release 3.1? Go to https://issues.apache.org/jira/secure/BrowseProject.jspa?id=10630 
,
   click Issues in the menu on the left and then click JDO 3  
maintenance release 1 (3.1) under Unresolved: By Version


7. Other issues

Action Items from weeks past:
[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!