<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>general@db.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/db-general/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/db-general/"/>
<id>http://mail-archives.apache.org/mod_mbox/db-general/</id>
<updated>2009-12-08T01:26:05Z</updated>
<entry>
<title>=?ISO-8859-1?Q?AUTO=3A_Thomas_Fischer=2Fkn=2Fseitenbau_ist_au=DFer_Haus?= =?ISO-8859-1?Q?_=28R=FCckkehr_am_30=2E08=2E2009=29?=</title>
<author><name>Thomas Fischer &lt;fischer@seitenbau.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200908.mbox/%3cOFA928E77A.57545B34-ONC125761E.006E0777-C125761E.006E0778@seitenbau.net%3e"/>
<id>urn:uuid:%3cOFA928E77A-57545B34-ONC125761E-006E0777-C125761E-006E0778@seitenbau-net%3e</id>
<updated>2009-08-26T20:01:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Ich bin bis 30.08.2009 abwesend

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
Bitte wenden Sie Sich in dringenden Fällen an Herrn Eichenhofer.


Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht  "[ANNOUNCE]
Apache Derby 10.5.3.0 released" gesendet am 26.8.09 21:28:13.

Diese ist die einzige Benachrichtigung, die Sie empfangen werden, während
diese Person abwesend ist.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache Derby 10.5.3.0 released</title>
<author><name>Rick Hillegas &lt;Richard.Hillegas@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200908.mbox/%3c4A958CCD.1050305@sun.com%3e"/>
<id>urn:uuid:%3c4A958CCD-1050305@sun-com%3e</id>
<updated>2009-08-26T19:28:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Derby project is pleased to announce a new bug-fix release of 
Derby, 10.5.3.0.

Apache Derby is a subproject of the Apache DB project. Derby is a pure 
Java relational database engine which conforms to the ISO/ANSI SQL and 
JDBC standards. Derby aims to be easy for developers and customers to use.

Derby 10.5.3.0 can be obtained from the Apache download site:

  http://db.apache.org/derby/derby_downloads.html


Derby 10.5.3.0 contains many bug fixes plus localizations for messages 
added in the previous feature release, 10.5.1.1. 10.5.3.0 replaces 
10.5.2.0, which introduced a query-ordering regression.

Please try out 10.5.3.0.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Apache DB question</title>
<author><name>Kristian Waagan &lt;Kristian.Waagan@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200906.mbox/%3c4A28155A.6080406@Sun.COM%3e"/>
<id>urn:uuid:%3c4A28155A-6080406@Sun-COM%3e</id>
<updated>2009-06-04T18:41:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thomas P. Fuller wrote:
&gt;
&gt; Hi Folks,
&gt;
&gt; I'm doing a bit of research on an idea and hope that you might be able 
&gt; to save me some time. In particular, if you're able to point us 
&gt; towards the packages to look at, or point out that this idea is not 
&gt; worth pursuing (for any reason), we would find your information to be 
&gt; very helpful.
&gt;
&gt; Here's the idea:
&gt;
&gt;             We would like to swap out the internal representation of 
&gt; table data and replace it with (very table-like) objects that will be 
&gt; located on a shared memory data grid, such as Oracle Coherence.
&gt;
&gt;             We're in the early stages of exploring this idea so we're 
&gt; not really sure yet if it will work the way we're thinking.
&gt;
&gt; And the question is:
&gt;
&gt;
&gt;             What classes should we look at so that we can virtualise 
&gt; the database onto a grid memory rather than in-memory or to disk - 
&gt; implement a iapi.store.access.ConglomerateController maybe?
&gt;
&gt; Thanks in advance for your feedback.
&gt;

Hi Tom,

I would suggest you re-post to the Apache Derby development list at 
derby-dev@db.apache.org.
You could also have a look at how the in-memory support was added (see 
DERBY-646, path derby-646-2b-vfmem_first_rev.diff), and think about 
whether your idea goes well with that approach or not.
If you want to do something at a higher level, I think you have to 
expect quite a bit of extra work. As an alternative to DERBY-646, you 
could also have a look at DERBY-2798. You're not as tightly bound to a 
file interface here, but the current proposal doesn't integrate as well 
with the existing Derby code.


Regards,
-- 
Kristian
&lt;https://issues.apache.org/jira/secure/attachment/12401841/derby-646-2b-vfmem_first_rev.diff&gt;


&gt;
&gt;
&gt; Tom
&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Apache DB question</title>
<author><name>&quot;Thomas P. Fuller&quot; &lt;thospfuller@yahoo.ie&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200906.mbox/%3c367100.75801.qm@web23806.mail.ird.yahoo.com%3e"/>
<id>urn:uuid:%3c367100-75801-qm@web23806-mail-ird-yahoo-com%3e</id>
<updated>2009-06-03T12:46:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Folks,

I'm doing a bit of research on an idea and hope that you might be able to save me
some time. In particular, if you're able to point us towards the packages to
look at, or point out that this idea is not worth pursuing (for any reason), we
would find your information to be very helpful.

Here's the idea:

            We would
like to swap out the internal representation of table data and replace it with (very
table-like) objects that will be located on a shared memory data grid, such as
Oracle Coherence.

            We're in the
early stages of exploring this idea so we're not really sure yet if it will
work the way we're thinking.


And the question is:

            What classes
should we look at so that we can virtualise the database onto a grid memory
rather than in-memory or to disk - implement a iapi.store.access.ConglomerateController
maybe?

Thanks in advance for your feedback.

Tom

</pre>
</div>
</content>
</entry>
<entry>
<title>[VOTE] [RESULTS] Release JDO2.3 &quot;early access&quot;</title>
<author><name>Andy Jefferson &lt;andy@datanucleus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200905.mbox/%3c200905190746.42643.andy@datanucleus.org%3e"/>
<id>urn:uuid:%3c200905190746-42643-andy@datanucleus-org%3e</id>
<updated>2009-05-19T06:46:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The vote to release the "early access" version of Apache JDO 2.3 TCK and API 
with the projects that they depend on (enhancer, model, and util) passed with 
4 +1 votes, 4 of them binding, and zero 0 and -1 votes.

+1 votes were from:

Michael Bouschen [pmc member]
Michelle Caisse [pmc member]
Andy Jefferson [pmc member]
Craig Russell [pmc member]



-- 
Andy  (DataNucleus - http://www.datanucleus.org)


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache Derby 10.5.1.1 released</title>
<author><name>Myrna van Lunteren &lt;m.v.lunteren@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200905.mbox/%3cc25576af0905011109h65382b62md615570356982ac6@mail.gmail.com%3e"/>
<id>urn:uuid:%3cc25576af0905011109h65382b62md615570356982ac6@mail-gmail-com%3e</id>
<updated>2009-05-01T18:09:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Derby project is pleased to announce a new feature release
of Derby, 10.5.1.1.

Apache Derby is a subproject of the Apache DB project. Derby is a pure
Java relational database engine which conforms to the ISO/ANSI SQL and
JDBC standards. Derby aims to be easy for developers and end-users to
work with.

Derby 10.5.1.1 can be obtained from the Derby download site:
   http://db.apache.org/derby/derby_downloads.html.

Derby 10.5.1.1 contains the following new features:
- SQL Roles - Support for most of SQL feature T331 and parts of T332
- Generated Columns - Support for SQL feature T175
- LOB Improvements - Many performance and usability improvements for
BLOBs and CLOBs
- Replication of encrypted databases - Support for replication of
encrypted databases
- OFFSET/FETCH FIRST - Support for limit result set cardinality (new
SQL 2008 syntax)
- In-memory back end - first revision of a storage engine for Derby
storing all data in-memory.
- Update Statistics Stored Procedure - Make it possible to refresh statistics

In addition, Derby 10.5.1.1 contains many bug and documentation fixes.

Please try 10.5.1.1.


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: maven deploy of db site...</title>
<author><name>&quot;Jean T. Anderson&quot; &lt;jta@bristowhill.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200904.mbox/%3c49F60AA1.3010704@bristowhill.com%3e"/>
<id>urn:uuid:%3c49F60AA1-3010704@bristowhill-com%3e</id>
<updated>2009-04-27T19:42:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Myrna van Lunteren wrote:
&gt; Hi,
&gt;
&gt; I noticed I wasn't on the list as pmc on http://db.apache.org/whoweare.html.
&gt; So I found instructions on how to update on
&gt; http://svn.apache.org/repos/asf/db/site/README.txt.
&gt; But I don't have time right now to set up the maven or figure out the
&gt; other deploy options...
&gt;
&gt; Is there someone who's got this all set up and can deploy my change
&gt; (revision 769080) to
&gt;  https://svn.apache.org/repos/asf/db/site/project.xml?
&gt;
&gt; Myrna
&gt;   
sure, all done.

It'll take an hour for the web site changes to be visible.

cheers,

 -jean



</pre>
</div>
</content>
</entry>
<entry>
<title>maven deploy of db site...</title>
<author><name>Myrna van Lunteren &lt;m.v.lunteren@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200904.mbox/%3cc25576af0904271219m56f94f4as1e7a68012d0289c9@mail.gmail.com%3e"/>
<id>urn:uuid:%3cc25576af0904271219m56f94f4as1e7a68012d0289c9@mail-gmail-com%3e</id>
<updated>2009-04-27T19:19:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I noticed I wasn't on the list as pmc on http://db.apache.org/whoweare.html.
So I found instructions on how to update on
http://svn.apache.org/repos/asf/db/site/README.txt.
But I don't have time right now to set up the maven or figure out the
other deploy options...

Is there someone who's got this all set up and can deploy my change
(revision 769080) to
 https://svn.apache.org/repos/asf/db/site/project.xml?

Myrna


</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r769080 - /db/site/project.xml</title>
<author><name>myrnavl@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200904.mbox/%3c20090427181352.C7CF723889D7@eris.apache.org%3e"/>
<id>urn:uuid:%3c20090427181352-C7CF723889D7@eris-apache-org%3e</id>
<updated>2009-04-27T18:13:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: myrnavl
Date: Mon Apr 27 18:13:52 2009
New Revision: 769080

URL: http://svn.apache.org/viewvc?rev=769080&amp;view=rev
Log:
Adding myself to the list - it was overdue

Modified:
    db/site/project.xml

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=769080&amp;r1=769079&amp;r2=769080&amp;view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Mon Apr 27 18:13:52 2009
@@ -205,6 +205,14 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
+      &lt;name&gt;Myrna van Lunteren&lt;/name&gt;
+      &lt;id&gt;myrnavl&lt;/id&gt;
+      &lt;email&gt;myrnavl@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
       &lt;name&gt;Rick Hillegas&lt;/name&gt;
       &lt;id&gt;rhillegas&lt;/id&gt;
       &lt;email&gt;rhillegas@apache.org&lt;/email&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>RE: How to encrypt the db pwd using Apache dbcp</title>
<author><name>Thomas Fischer &lt;fischer@seitenbau.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3cOFE4B99607.DE669AB9-ONC1257566.0045914F-C1257566.0045C9F1@seitenbau.net%3e"/>
<id>urn:uuid:%3cOFE4B99607-DE669AB9-ONC1257566-0045914F-C1257566-0045C9F1@seitenbau-net%3e</id>
<updated>2009-02-23T12:42:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&gt; Can anyone please provide a few pointers on how to encrypt the pwd of 
the
&gt; database using 
&gt; Apache DBCP(Database Connection Pooling) once the connection is 
initialised.

The solution described in

http://markmail.org/message/p43h4ezqw54cyejb#query:torque%20encrypt%20password+page:1+mid:ab3h5yqyb33gb24w+state:results

should also work for dbcp alone.

   Thomas

</pre>
</div>
</content>
</entry>
<entry>
<title>How to encrypt the db pwd using Apache dbcp</title>
<author><name>Partha &lt;parthatayi@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3c22160305.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c22160305-post@talk-nabble-com%3e</id>
<updated>2009-02-23T12:06:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi there,

Can anyone please provide a few pointers on how to encrypt the pwd of the
database using 
Apache DBCP(Database Connection Pooling) once the connection is initialised.

Thanks and Regards,
Partha.
-- 
View this message in context: http://www.nabble.com/How-to-encrypt-the-db-pwd-using-Apache-dbcp-tp22160305p22160305.html
Sent from the Apache DB - General mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can dbcp be used in Hibernate 3.3?</title>
<author><name>John McNally &lt;jmcnally@collab.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3c499066F3.7060005@collab.net%3e"/>
<id>urn:uuid:%3c499066F3-7060005@collab-net%3e</id>
<updated>2009-02-09T17:25:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
johnrock wrote:
&gt;
&gt; Thomas Fischer-11 wrote:
&gt;   
&gt;&gt; I am no hibernate expert, but it seems to me that Hibernate can use
&gt;&gt; anything that implements the DataSource interface. So I'd be very
&gt;&gt; astonished if it could not use dbcp. However, there might be some
&gt;&gt; configuration issues.
&gt;&gt; And as dbcp is used successfully in many production environments, it seems
&gt;&gt; like a good choice to me :-)
&gt;&gt;
&gt;&gt; You might also ask at the hibernate mailing lists, they have more
&gt;&gt; knowledge
&gt;&gt; about hibernate internals than we do.
&gt;&gt;
&gt;&gt;           Thomas
&gt;&gt;
&gt;&gt;     
&gt;
&gt;
&gt; Thanks, I have posted to a hibernate forum as well.  It is just amazing to
&gt; me that there seems to be a black hole on this question :-0
&gt;
&gt;   
I have a dim recollection of a short thread sometime around when 
Hibernate became more tight with JBoss that there was an effort to make 
hibernate less friendly to use with dbcp.   The public reasoning was 
that development on dbcp was slow and that the documentation was sorely 
lacking.  Maybe these were good faith criticisms, but I was a little 
skeptical given that they were talking up replacements some of which 
weren't at a 1.0 release yet and whose documentation fairly described 
would have to be said to be worse than dbcp.  But that was all many, 
many moons ago and I haven't followed the developments since.

I also think you should be able to use dbcp with hibernate. But don't be 
surprised if your question is ignored or you get responses like:  Why 
use dbcp?  Use X, it is extremely superior.

John McNally


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can dbcp be used in Hibernate 3.3?</title>
<author><name>johnrock &lt;johnpiser@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3c21892430.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c21892430-post@talk-nabble-com%3e</id>
<updated>2009-02-07T20:20:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>



Thomas Fischer-11 wrote:
&gt; 
&gt; 
&gt; I am no hibernate expert, but it seems to me that Hibernate can use
&gt; anything that implements the DataSource interface. So I'd be very
&gt; astonished if it could not use dbcp. However, there might be some
&gt; configuration issues.
&gt; And as dbcp is used successfully in many production environments, it seems
&gt; like a good choice to me :-)
&gt; 
&gt; You might also ask at the hibernate mailing lists, they have more
&gt; knowledge
&gt; about hibernate internals than we do.
&gt; 
&gt;           Thomas
&gt; 


Thanks, I have posted to a hibernate forum as well.  It is just amazing to
me that there seems to be a black hole on this question :-0

John
-- 
View this message in context: http://www.nabble.com/Can-dbcp-be-used-in-Hibernate-3.3--tp21885163p21892430.html
Sent from the Apache DB - General mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can dbcp be used in Hibernate 3.3?</title>
<author><name>Thomas Mahler &lt;thma32@web.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3c498D4E15.3090504@web.de%3e"/>
<id>urn:uuid:%3c498D4E15-3090504@web-de%3e</id>
<updated>2009-02-07T09:02:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Why don't you place your question on a Hibernate support forum?

&gt; I am a newbie to Hibernate and very confused about how to Not use the default
&gt; Hibernate connection pool. Hibernate assures you that this pool should not
&gt; be used for Production. Great..I get it..its dinky. However, if I am using
&gt; Spring and Hibernate on simple old Tomcat 6 what is the best PRODUCTION
&gt; QUALITY way to implement my Hibernate connection pool?  I thought Apache
&gt; DBCP would suffice but it looks like Hibernate 3.3 no longer supports DBCP. 
&gt; Is this true? There is no documentation about how to do this and the only
&gt; posts I found seem to be using
&gt; "org.hibernate.connection.DBCPConnectionProvider" which does not exist in
&gt; Hibernate 3.3 apparently. What should I be doing?
&gt;
&gt; Any help would be much appreciated!
&gt;
&gt; Thanks
&gt; John 
&gt;   
&gt; ------------------------------------------------------------------------
&gt;
&gt;
&gt; Eingehende eMail ist virenfrei.
&gt; Von AVG uberpruft - www.avg.de 
&gt; Version: 8.0.233 / Virendatenbank: 270.10.19/1938 - Ausgabedatum: 02/06/09 11:31:00 
&gt;
&gt;   



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Can dbcp be used in Hibernate 3.3?</title>
<author><name>Thomas Fischer &lt;fischer@seitenbau.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3cOFDB5FB1FB.CF53E0C3-ONC1257556.00271FCD-C1257556.00271FD1@seitenbau.net%3e"/>
<id>urn:uuid:%3cOFDB5FB1FB-CF53E0C3-ONC1257556-00271FCD-C1257556-00271FD1@seitenbau-net%3e</id>
<updated>2009-02-07T07:07:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I am no hibernate expert, but it seems to me that Hibernate can use
anything that implements the DataSource interface. So I'd be very
astonished if it could not use dbcp. However, there might be some
configuration issues.
And as dbcp is used successfully in many production environments, it seems
like a good choice to me :-)

You might also ask at the hibernate mailing lists, they have more knowledge
about hibernate internals than we do.

          Thomas

&gt; I am a newbie to Hibernate and very confused about how to Not use
&gt;the default Hibernate connection pool. Hibernate assures you that
&gt;this pool should not be used for Production. Great..I get it..its
&gt;dinky. However, if I am using Spring and Hibernate on simple old
&gt;Tomcat 6 what is the best PRODUCTION QUALITY way to implement my
&gt;Hibernate connection pool?  I thought Apache DBCP would suffice but
&gt;it looks like Hibernate 3.3 no longer supports DBCP.  Is this true?
&gt;There is no documentation about how to do this and the only posts I
&gt;found seem to be using
&gt;"org.hibernate.connection.DBCPConnectionProvider" which does not
&gt;exist in Hibernate 3.3 apparently. What should I be doing?  Any help
&gt;would be much appreciated!  Thanks John




</pre>
</div>
</content>
</entry>
<entry>
<title>Can dbcp be used in Hibernate 3.3?</title>
<author><name>johnrock &lt;johnpiser@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200902.mbox/%3c21885163.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c21885163-post@talk-nabble-com%3e</id>
<updated>2009-02-07T05:01:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I am a newbie to Hibernate and very confused about how to Not use the default
Hibernate connection pool. Hibernate assures you that this pool should not
be used for Production. Great..I get it..its dinky. However, if I am using
Spring and Hibernate on simple old Tomcat 6 what is the best PRODUCTION
QUALITY way to implement my Hibernate connection pool?  I thought Apache
DBCP would suffice but it looks like Hibernate 3.3 no longer supports DBCP. 
Is this true? There is no documentation about how to do this and the only
posts I found seem to be using
"org.hibernate.connection.DBCPConnectionProvider" which does not exist in
Hibernate 3.3 apparently. What should I be doing?

Any help would be much appreciated!

Thanks
John 
-- 
View this message in context: http://www.nabble.com/Can-dbcp-be-used-in-Hibernate-3.3--tp21885163p21885163.html
Sent from the Apache DB - General mailing list archive at Nabble.com.



</pre>
</div>
</content>
</entry>
<entry>
<title>[VOTE][RESULTS] Release Apache JDO 2.2</title>
<author><name>Michelle Caisse &lt;Michelle.Caisse@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200810.mbox/%3c4901FC6A.2060902@sun.com%3e"/>
<id>urn:uuid:%3c4901FC6A-2060902@sun-com%3e</id>
<updated>2008-10-24T16:48:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The vote to release the Apache JDO 2.2 specification, TCK, and API (both 
legacy and current versions) with the projects that they depend on 
(enhancer, model, and util ) passed with 7 +1 votes, 4 of them binding, 
and zero 0 and -1 votes.

+1 votes were from:

Awais Bajwa
Michael Bouschen [pmc member]
Michelle Caisse [pmc member]
Christian Ernst
Andy Jefferson [pmc member]
Craig Russell [pmc member]
Richard Schilling

-- Michelle


</pre>
</div>
</content>
</entry>
<entry>
<title>Microsoft MSDN licenses for Apache committers</title>
<author><name>Craig L Russell &lt;Craig.Russell@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200810.mbox/%3cCC8129ED-693E-4E80-93F7-E10BBFB85541@SUN.com%3e"/>
<id>urn:uuid:%3cCC8129ED-693E-4E80-93F7-E10BBFB85541@SUN-com%3e</id>
<updated>2008-10-21T15:45:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
An error occured while fetching this message, sorry !
</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r706048 - /db/site/project.xml</title>
<author><name>jta@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200810.mbox/%3c20081019180448.1C19223888A3@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081019180448-1C19223888A3@eris-apache-org%3e</id>
<updated>2008-10-19T18:04:47Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: jta
Date: Sun Oct 19 11:04:47 2008
New Revision: 706048

URL: http://svn.apache.org/viewvc?rev=706048&amp;view=rev
Log:
Switch pmc chair from Jean to Rick

Modified:
    db/site/project.xml

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=706048&amp;r1=706047&amp;r2=706048&amp;view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Sun Oct 19 11:04:47 2008
@@ -136,7 +136,7 @@
       &lt;id&gt;jta&lt;/id&gt;
       &lt;email&gt;jta@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Chair&lt;/role&gt;&lt;/roles&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
     &lt;developer&gt;
@@ -209,7 +209,7 @@
       &lt;id&gt;rhillegas&lt;/id&gt;
       &lt;email&gt;rhillegas@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Chair, Derby&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
     &lt;developer&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r702878 - /db/site/project.xml</title>
<author><name>kristwaa@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200810.mbox/%3c20081008135405.0EF472388961@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081008135405-0EF472388961@eris-apache-org%3e</id>
<updated>2008-10-08T13:54:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: kristwaa
Date: Wed Oct  8 06:54:04 2008
New Revision: 702878

URL: http://svn.apache.org/viewvc?rev=702878&amp;view=rev
Log:
Sorted list of PMC members according to instructions in README.txt.
Fixed some indentation.

Modified:
    db/site/project.xml

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=702878&amp;r1=702877&amp;r2=702878&amp;view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Wed Oct  8 06:54:04 2008
@@ -52,9 +52,9 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-       &lt;name&gt;Bryan Pendleton&lt;/name&gt;
-       &lt;id&gt;bpendleton&lt;/id&gt;
-       &lt;email&gt;bpendleton@apache.org&lt;/email&gt;
+      &lt;name&gt;Bryan Pendleton&lt;/name&gt;
+      &lt;id&gt;bpendleton&lt;/id&gt;
+      &lt;email&gt;bpendleton@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
       &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
@@ -68,19 +68,19 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Dan Debrunner&lt;/name&gt;
-      &lt;id&gt;djd&lt;/id&gt;
-      &lt;email&gt;djd@apache.org&lt;/email&gt;
+      &lt;name&gt;Craig Russell&lt;/name&gt;
+      &lt;id&gt;clr&lt;/id&gt;
+      &lt;email&gt;clr@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Daniel Rall&lt;/name&gt;
-      &lt;id&gt;dlr&lt;/id&gt;
-      &lt;email&gt;dlr@apache.org&lt;/email&gt;
+      &lt;name&gt;Dag H. Wanvik&lt;/name&gt;
+      &lt;id&gt;dag&lt;/id&gt;
+      &lt;email&gt;dag@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
     &lt;developer&gt;
@@ -92,6 +92,22 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
+      &lt;name&gt;Dan Debrunner&lt;/name&gt;
+      &lt;id&gt;djd&lt;/id&gt;
+      &lt;email&gt;djd@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
+      &lt;name&gt;Daniel Rall&lt;/name&gt;
+      &lt;id&gt;dlr&lt;/id&gt;
+      &lt;email&gt;dlr@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
       &lt;name&gt;Andrew McIntyre&lt;/name&gt;
       &lt;id&gt;fuzzylogic&lt;/id&gt;
       &lt;email&gt;fuzzylogic@apache.org&lt;/email&gt;
@@ -108,9 +124,9 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Jason van Zyl&lt;/name&gt;
-      &lt;id&gt;jvanzyl&lt;/id&gt;
-      &lt;email&gt;jvanzyl@apache.org&lt;/email&gt;
+      &lt;name&gt;John McNally&lt;/name&gt;
+      &lt;id&gt;jmcnally&lt;/id&gt;
+      &lt;email&gt;jmcnally@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
       &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
@@ -124,9 +140,9 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;John McNally&lt;/name&gt;
-      &lt;id&gt;jmcnally&lt;/id&gt;
-      &lt;email&gt;jmcnally@apache.org&lt;/email&gt;
+      &lt;name&gt;Jason van Zyl&lt;/name&gt;
+      &lt;id&gt;jvanzyl&lt;/id&gt;
+      &lt;email&gt;jvanzyl@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
       &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
@@ -165,6 +181,22 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
+      &lt;name&gt;Michael Bouschen&lt;/name&gt;
+      &lt;id&gt;mbo&lt;/id&gt;
+      &lt;email&gt;mbo@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
+      &lt;name&gt;Michelle Caisse&lt;/name&gt;
+      &lt;id&gt;mcaisse&lt;/id&gt;
+      &lt;email&gt;mcaisse@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
       &lt;name&gt;Mike Matrigali&lt;/name&gt;
       &lt;id&gt;mikem&lt;/id&gt;
       &lt;email&gt;mikem@apache.org&lt;/email&gt;
@@ -181,6 +213,14 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
+      &lt;name&gt;Rodney Waldhoff&lt;/name&gt;
+      &lt;id&gt;rwaldhoff&lt;/id&gt;
+      &lt;email&gt;rwaldhoff@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
+    &lt;developer&gt;
       &lt;name&gt;Scott Eade&lt;/name&gt;
       &lt;id&gt;seade&lt;/id&gt;
       &lt;email&gt;seade@apache.org&lt;/email&gt;
@@ -206,14 +246,6 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Thomas Vandahl&lt;/name&gt;
-      &lt;id&gt;tv&lt;/id&gt;
-      &lt;email&gt;tv@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, Torque&lt;/role&gt;&lt;/roles&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
       &lt;name&gt;Tomohito Nakayama&lt;/name&gt;
       &lt;id&gt;tmnk&lt;/id&gt;
       &lt;email&gt;tmnk@apache.org&lt;/email&gt;
@@ -231,43 +263,11 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Rodney Waldhoff&lt;/name&gt;
-      &lt;id&gt;rwaldhoff&lt;/id&gt;
-      &lt;email&gt;rwaldhoff@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member&lt;/role&gt;&lt;/roles&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
-      &lt;name&gt;Michelle Caisse&lt;/name&gt;
-      &lt;id&gt;mcaisse&lt;/id&gt;
-      &lt;email&gt;mcaisse@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
-      &lt;name&gt;Michael Bouschen&lt;/name&gt;
-      &lt;id&gt;mbo&lt;/id&gt;
-      &lt;email&gt;mbo@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
-      &lt;name&gt;Craig Russell&lt;/name&gt;
-      &lt;id&gt;clr&lt;/id&gt;
-      &lt;email&gt;clr@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
-      &lt;name&gt;Dag H. Wanvik&lt;/name&gt;
-      &lt;id&gt;dag&lt;/id&gt;
-      &lt;email&gt;dag@apache.org&lt;/email&gt;
+      &lt;name&gt;Thomas Vandahl&lt;/name&gt;
+      &lt;id&gt;tv&lt;/id&gt;
+      &lt;email&gt;tv@apache.org&lt;/email&gt;
       &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Torque&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
   &lt;/developers&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r702863 - /db/site/project.xml</title>
<author><name>kristwaa@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200810.mbox/%3c20081008132143.BA80B23888A6@eris.apache.org%3e"/>
<id>urn:uuid:%3c20081008132143-BA80B23888A6@eris-apache-org%3e</id>
<updated>2008-10-08T13:21:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: kristwaa
Date: Wed Oct  8 06:21:43 2008
New Revision: 702863

URL: http://svn.apache.org/viewvc?rev=702863&amp;view=rev
Log:
Removed Henning P. Schmiedehausen from the PMC member list (request posted to private@db.apache.org).

Modified:
    db/site/project.xml

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=702863&amp;r1=702862&amp;r2=702863&amp;view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Wed Oct  8 06:21:43 2008
@@ -108,15 +108,6 @@
     &lt;/developer&gt;
 
     &lt;developer&gt;
-      &lt;name&gt;Henning P. Schmiedehausen&lt;/name&gt;
-      &lt;id&gt;henning&lt;/id&gt;
-      &lt;email&gt;henning@apache.org&lt;/email&gt;
-      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
-      &lt;roles&gt;&lt;role&gt;PMC Member, Torque&lt;/role&gt;&lt;/roles&gt;
-      &lt;timezone&gt;+2&lt;/timezone&gt;
-    &lt;/developer&gt;
-
-    &lt;developer&gt;
       &lt;name&gt;Jason van Zyl&lt;/name&gt;
       &lt;id&gt;jvanzyl&lt;/id&gt;
       &lt;email&gt;jvanzyl@apache.org&lt;/email&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Apache Derby 10.4.2.0 released</title>
<author><name>Rick Hillegas &lt;Richard.Hillegas@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200809.mbox/%3c48C6807D.4070505@sun.com%3e"/>
<id>urn:uuid:%3c48C6807D-4070505@sun-com%3e</id>
<updated>2008-09-09T13:56:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Derby project is pleased to announce a new bug-fix release of 
Derby, 10.4.2.0.

Apache Derby is a subproject of the Apache DB project. Derby is a pure 
Java relational database engine which conforms to the ISO/ANSI SQL and 
JDBC standards. Derby aims to be easy for developers and end-users to 
work with.

Derby 10.4.2.0 can be obtained from the Derby download site:

http://db.apache.org/derby/derby_downloads.html.


Derby 10.4.2.0 contains localizations for messages added in the previous 
feature release, 10.4.1.3. In addition, Derby 10.4.2.0 contains many bug 
and documentation fixes, including improvements to large object access, 
UNION queries, pooled connections, function arguments, metadata access, 
and statement caching.

Please try 10.4.2.0.



</pre>
</div>
</content>
</entry>
<entry>
<title>[VOTE] [RESULTS] Release Apache JDO 2.1.1</title>
<author><name>Michelle Caisse &lt;Michelle.Caisse@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200808.mbox/%3c48B82C4F.6030100@sun.com%3e"/>
<id>urn:uuid:%3c48B82C4F-6030100@sun-com%3e</id>
<updated>2008-08-29T17:05:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

The vote to release Apache JDO 2.1.1 passed with six +1 votes and zero 0 
and -1 votes.

Andy Jefferson
Craig Russell (binding)
Michelle Caisse (binding)
Christian Ernst
Awais Bajwa
Michael Bouschen (binding)

-- Michelle

-------- Original Message --------
Subject: 	[VOTE] Release Apache JDO 2.1.1
Date: 	Sat, 02 Aug 2008 09:41:56 -0700
From: 	Michelle Caisse &lt;Michelle.Caisse@Sun.COM&gt;
To: 	jdo-dev@db.apache.org, jdo-experts-ext@sun.com

	



This vote is to release the Apache JDO 2.1.1 TCK and API (both legacy 
and current versions) with the projects that they depend on: enhancer, 
model, and util.

[+1] Release JDO 2.1.1 api, tck, enhancer, model, and util
[0] Don't care
[-1] Don't release JDO 2.1.1 api, tck, enhancer, model, and util because:


The TCK can be tested from the staging area, 
http://people.apache.org/~mcaisse/jdo2.1.1/dist. Please follow the 
directions at http://wiki.apache.org/jdo/ReleaseTesting2dot1dot1 for 
downloading and testing.

JDO 2.1.1 provides fixes for the following issues:

    *

        http://issues.apache.org/jira/browse/JDO-584

    *

        http://issues.apache.org/jira/browse/JDO-585

    *

        http://issues.apache.org/jira/browse/JDO-586

    *

        http://issues.apache.org/jira/browse/JDO-593

    *

        http://issues.apache.org/jira/browse/JDO-600

    *

        http://issues.apache.org/jira/browse/JDO-601


Please test and vote. Voting will close at noon PDT Tuesday, August 5.

-- Michelle

-- 
Michelle Caisse               Sun Microsystems
California, U.S.     http://sun.com/postgresql





</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Cees de Groot&quot; &lt;cdegroot@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c330b6fd60806161453r493c686mdc3bc6092c339c4f@mail.gmail.com%3e"/>
<id>urn:uuid:%3c330b6fd60806161453r493c686mdc3bc6092c339c4f@mail-gmail-com%3e</id>
<updated>2008-06-16T21:53:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
:Hi Jean,

Thanks for your comments and suggestions. I'll put the proposal on the
wiki as soon as I have some time - I'm off to The Server Side in
Prague tomorrow, so whether it will be this week I don't know :)

Regards,

Cees



On 6/14/08, Jean T. Anderson &lt;jta@bristowhill.com&gt; wrote:
&gt; Hi, Cees,
&gt;
&gt; JDBM certainly looks interesting!
&gt;
&gt; One clarification about process is the project would still enter
&gt; incubation, but sponsored by Apache DB.  On graduation, it would then
&gt; join Apache DB as a subproject -- or possibly even as its own top level
&gt; project. (For example, Apache Derby and JDO were sponsored by Apache DB,
&gt; and graduated as DB subprojects. Apache Cayenne was sponsored by Apache
&gt; DB, but graduated as a TLP. ) Exact destination gets determined at
&gt; graduation time -- but talk of graduation is leaping way too far ahead
&gt; for this discussion.  :-)
&gt;
&gt; The Incubator proposal template will help guide discussion on this list:
&gt;
&gt;    http://incubator.apache.org/guides/proposal.html#proposal-template
&gt;
&gt; You can add a JDBM proposal to the Incubator wiki:
&gt;
&gt;    http://wiki.apache.org/incubator/
&gt;
&gt; I'd especially like to hear more about your thoughts regarding this comment:
&gt;
&gt;&gt; There have been some concerns about the continuity of the package,
&gt;&gt; although the original contributors are still active.
&gt;
&gt; Apache is about community -- and no project graduates from the Incubator
&gt; without demonstrating that it has a community diverse and strong enough
&gt; to manage that code base moving forward. You stated a commitment to keep
&gt; JDBM alive -- how about the other contributors? --I'm keying in on this
&gt; risk mentioned in the template:
&gt;
&gt;
&gt; http://incubator.apache.org/guides/proposal.html#template-orphaned-products
&gt;
&gt;&gt; I sincerely hope the Apache DB project will consider adoption of the code
&gt;&gt; base.
&gt;&gt;
&gt;
&gt; Again, Apache is about communities. We just need to make sure that
&gt; everyone understands that.
&gt;
&gt; Since I pulled out a couple comments, possibly without adequate context,
&gt; I'm including your entire original post down below.
&gt;
&gt; I look forward to hearing more about JDBM.
&gt;
&gt; regards,
&gt;
&gt;  -jean
&gt;
&gt; Cees de Groot wrote:
&gt;&gt; (Currently: http://jdbm.sourceforge.net/)
&gt;&gt;
&gt;&gt; JDBM is an 8-year old open source library currently under a custom
&gt;&gt; (original-BSD-style) license created by me in 2000 as the result of
&gt;&gt; some chat with folks from Intalio and extended by a number of persons
&gt;&gt; since then, most notably Alex Boisvert. It mainly aims to give similar
&gt;&gt; functionality as GDBM but it adds transactions and btrees/htrees. As
&gt;&gt; its goals were (and are) simplicity and robustness, after an initial
&gt;&gt; flurry of development the package has been mostly stable and is in
&gt;&gt; use/has been used by a number of high profile projects
&gt;&gt; (http://jdbm.sourceforge.net/JDBM-Powered.html).
&gt;&gt;
&gt;&gt; There have been some concerns about the continuity of the package,
&gt;&gt; although the original contributors are still active. ApacheDS already
&gt;&gt; includes a (temprary) fork in the code base, and the main question the
&gt;&gt; mailing list receives is along the line "does it still work?" (answer:
&gt;&gt; yes, it does - that fact that the stable release is 3 years old means
&gt;&gt; that we haven't received any serious bug reports since then, I figure
&gt;&gt; ;-)).
&gt;&gt;
&gt;&gt; While we were discussing the future of JDBM on SourceForge (people
&gt;&gt; want to move to Codehaus because of the better tools), Emmanuel
&gt;&gt; Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new
&gt;&gt; home, and I think it is an extremely good idea for obvious reasons
&gt;&gt; (continuity, exposure, peace of mind for Apache DS and other users).
&gt;&gt;
&gt;&gt; JDBM still fills a good niche, IMO, and would be a worthwhile addition
&gt;&gt; to the Apache DB project. At the moment, I'm busy modernizing JDBM:
&gt;&gt; - Move from Ant to Maven (mostly done);
&gt;&gt; - Move from Junit3 to Junit4;
&gt;&gt; - Move to JDK1.5+, most notably by adding generics.
&gt;&gt; - Move from jdbm.* to a package name that is in accordance with the
&gt;&gt; rules of ibiblio et al. for release.
&gt;&gt; - Re-license under ASL/MIT/BSD ("something in that particular corner
&gt;&gt; of the open source licensing jungle").
&gt;&gt; The first three points are underway, the package rename depends
&gt;&gt; partially on its new home, and re-licensing requires some discussion
&gt;&gt; and a vote but the contributors so far are quite relaxed on licensing
&gt;&gt; (how refreshing!).
&gt;&gt;
&gt;&gt; Personally, as OC, I am very much committed to keeping JDBM alive. I
&gt;&gt; have a bit over 2 decades of experience with working in Free
&gt;&gt; Software/Open Source Software environments (starting with an fast
&gt;&gt; ANSI.SYS replacement, distributed over Fidonet, in the '80s :)), among
&gt;&gt; others I contributed to early Linux kernels, helped with the port of
&gt;&gt; Java to Linux as a member of the Blackdown team, ran the
&gt;&gt; Linuxdoc/SGMLtools projects and I have been active in various
&gt;&gt; Smalltak-related communities, most notably the Squeak community
&gt;&gt; (squeak.org). So I hope I qualify the "open source experience"
&gt;&gt; requirement. As to the other main contributors, I leave it to them to
&gt;&gt; chime in.
&gt;&gt;
&gt;&gt; I sincerely hope the Apache DB project will consider adoption of the code
&gt;&gt; base.
&gt;&gt;
&gt;&gt; Regards,
&gt;&gt;
&gt;&gt; Cees
&gt;&gt;
&gt;
&gt;

-- 
Sent from Gmail for mobile | mobile.google.com

"Any sufficiently advanced form of music is indistinguishable from
metal" -- free after A.C.Clarke


</pre>
</div>
</content>
</entry>
<entry>
<title>RE: [Jdbm-general] Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Bryan Thompson&quot; &lt;bryan@systap.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c008d01c8cfb3$aea0d290$6901a8c0@systap.com%3e"/>
<id>urn:uuid:%3c008d01c8cfb3$aea0d290$6901a8c0@systap-com%3e</id>
<updated>2008-06-16T13:20:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Jean,

In response to your post, I think that jdbm has satisified its goals and
core community base relatively well as a small persistence package -- this
is the primary reason why there is not a lot of developer activity at this
time.  There is a broad, if mostly silent, user base out there and questions
posted to the various lists get answered relatively quickly.  You do not
always have to grow to succeed.

That said, if the reason for sponsorship by Apache DB is to develop new
features in support of Apache DB, then perhaps it makes sense to discuss
exactly what features are desired and see who wants to step up for that
goal.

About myself, I worked extensively with jdbm about one year ago fixing
several issues relating to the weak reference cache, optimizing the object
cache model, and in general tuning performance.  I also did an integration
for compact, extensible, and transparently serialized object graphs for jdbm
records.  While I am no longer actively working on the project, I still
monitor the lists and would continue to provide support and might contribute
again if the project goals changed.

My open source activities go back into the late 80's with work on induction
systems, generic algorithms and neural networks.  Most recently, I started
http://www.bigdata.com.  This project is a scale-out database architecture
ala bigtable or HBase, but more general in its handling of key-range
partitioned B+Trees and supports a high performance RDFS+ database in
addition to a bigtable/hbase style store, a distributed file system, and an
object database data model.  It is currently in pre-release while we work
through some issues with load balancing across a cluster.

-bryan

&gt; -----Original Message-----
&gt; From: jdbm-general-bounces@lists.sourceforge.net 
&gt; [mailto:jdbm-general-bounces@lists.sourceforge.net] On Behalf 
&gt; Of Jean T. Anderson
&gt; Sent: Saturday, June 14, 2008 5:00 PM
&gt; To: general@db.apache.org
&gt; Cc: JDBM General listserv
&gt; Subject: Re: [Jdbm-general] Apache DB subproject proposal: JDBM
&gt; 
&gt; [resending to general@db ... I didn't spot 
&gt; jdbm-general@lists.sourceforge.net cc'd on the original. 
&gt; Also, I'm seeing Alex's post now, expressing his interest to 
&gt; make a commitment, which is excellent.]
&gt; 
&gt; Hi, Cees,
&gt; 
&gt; JDBM certainly looks interesting!
&gt; 
&gt; One clarification about process is the project would still 
&gt; enter incubation, but sponsored by Apache DB.  On graduation, 
&gt; it would then join Apache DB as a subproject -- or possibly 
&gt; even as its own top level project. (For example, Apache Derby 
&gt; and JDO were sponsored by Apache DB, and graduated as DB 
&gt; subprojects. Apache Cayenne was sponsored by Apache DB, but 
&gt; graduated as a TLP. ) Exact destination gets determined at 
&gt; graduation time -- but talk of graduation is leaping way too 
&gt; far ahead for this discussion.  :-)
&gt; 
&gt; The Incubator proposal template will help guide discussion on 
&gt; this list:
&gt; 
&gt;   http://incubator.apache.org/guides/proposal.html#proposal-template
&gt; 
&gt; You can add a JDBM proposal to the Incubator wiki:
&gt; 
&gt;   http://wiki.apache.org/incubator/
&gt; 
&gt; I'd especially like to hear more about your thoughts regarding this
&gt; comment:
&gt; 
&gt; &gt; There have been some concerns about the continuity of the package, 
&gt; &gt; although the original contributors are still active.
&gt; 
&gt; Apache is about community -- and no project graduates from 
&gt; the Incubator without demonstrating that it has a community 
&gt; diverse and strong enough to manage that code base moving 
&gt; forward. You stated a commitment to keep JDBM alive -- how 
&gt; about the other contributors? --I'm keying in on this risk 
&gt; mentioned in the template:
&gt; 
&gt;   
&gt; http://incubator.apache.org/guides/proposal.html#template-orph
aned-products
&gt; 
&gt; &gt; I sincerely hope the Apache DB project will consider 
&gt; adoption of the 
&gt; &gt; code base.
&gt; &gt;   
&gt; 
&gt; Again, Apache is about communities. We just need to make sure 
&gt; that everyone understands that.
&gt; 
&gt; Since I pulled out a couple comments, possibly without 
&gt; adequate context, I'm including your entire original post down below.
&gt; 
&gt; I look forward to hearing more about JDBM.
&gt; 
&gt; regards,
&gt; 
&gt; -jean
&gt; 
&gt; 
&gt; Cees de Groot wrote:
&gt; &gt; (Currently: http://jdbm.sourceforge.net/)
&gt; &gt;
&gt; &gt; JDBM is an 8-year old open source library currently under a custom
&gt; &gt; (original-BSD-style) license created by me in 2000 as the result of 
&gt; &gt; some chat with folks from Intalio and extended by a number 
&gt; of persons 
&gt; &gt; since then, most notably Alex Boisvert. It mainly aims to 
&gt; give similar 
&gt; &gt; functionality as GDBM but it adds transactions and 
&gt; btrees/htrees. As 
&gt; &gt; its goals were (and are) simplicity and robustness, after 
&gt; an initial 
&gt; &gt; flurry of development the package has been mostly stable and is in 
&gt; &gt; use/has been used by a number of high profile projects 
&gt; &gt; (http://jdbm.sourceforge.net/JDBM-Powered.html).
&gt; &gt;
&gt; &gt; There have been some concerns about the continuity of the package, 
&gt; &gt; although the original contributors are still active. 
&gt; ApacheDS already 
&gt; &gt; includes a (temprary) fork in the code base, and the main 
&gt; question the 
&gt; &gt; mailing list receives is along the line "does it still 
&gt; work?" (answer:
&gt; &gt; yes, it does - that fact that the stable release is 3 years 
&gt; old means 
&gt; &gt; that we haven't received any serious bug reports since 
&gt; then, I figure 
&gt; &gt; ;-)).
&gt; &gt;
&gt; &gt; While we were discussing the future of JDBM on SourceForge (people 
&gt; &gt; want to move to Codehaus because of the better tools), Emmanuel 
&gt; &gt; Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new 
&gt; &gt; home, and I think it is an extremely good idea for obvious reasons 
&gt; &gt; (continuity, exposure, peace of mind for Apache DS and other users).
&gt; &gt;
&gt; &gt; JDBM still fills a good niche, IMO, and would be a 
&gt; worthwhile addition 
&gt; &gt; to the Apache DB project. At the moment, I'm busy modernizing JDBM:
&gt; &gt; - Move from Ant to Maven (mostly done);
&gt; &gt; - Move from Junit3 to Junit4;
&gt; &gt; - Move to JDK1.5+, most notably by adding generics.
&gt; &gt; - Move from jdbm.* to a package name that is in accordance with the 
&gt; &gt; rules of ibiblio et al. for release.
&gt; &gt; - Re-license under ASL/MIT/BSD ("something in that 
&gt; particular corner 
&gt; &gt; of the open source licensing jungle").
&gt; &gt; The first three points are underway, the package rename depends 
&gt; &gt; partially on its new home, and re-licensing requires some 
&gt; discussion 
&gt; &gt; and a vote but the contributors so far are quite relaxed on 
&gt; licensing 
&gt; &gt; (how refreshing!).
&gt; &gt;
&gt; &gt; Personally, as OC, I am very much committed to keeping JDBM 
&gt; alive. I 
&gt; &gt; have a bit over 2 decades of experience with working in Free 
&gt; &gt; Software/Open Source Software environments (starting with an fast 
&gt; &gt; ANSI.SYS replacement, distributed over Fidonet, in the '80s 
&gt; :)), among 
&gt; &gt; others I contributed to early Linux kernels, helped with 
&gt; the port of 
&gt; &gt; Java to Linux as a member of the Blackdown team, ran the 
&gt; &gt; Linuxdoc/SGMLtools projects and I have been active in various 
&gt; &gt; Smalltak-related communities, most notably the Squeak community 
&gt; &gt; (squeak.org). So I hope I qualify the "open source experience"
&gt; &gt; requirement. As to the other main contributors, I leave it 
&gt; to them to 
&gt; &gt; chime in.
&gt; &gt;
&gt; &gt; I sincerely hope the Apache DB project will consider 
&gt; adoption of the code base.
&gt; &gt;
&gt; &gt; Regards,
&gt; &gt;
&gt; &gt; Cees
&gt; &gt;   
&gt; 
&gt; 
&gt; --------------------------------------------------------------
&gt; -----------
&gt; Check out the new SourceForge.net Marketplace.
&gt; It's the best place to buy or sell services for just about 
&gt; anything Open Source.
&gt; http://sourceforge.net/services/buy/index.php
&gt; _______________________________________________
&gt; Jdbm-general mailing list
&gt; Jdbm-general@lists.sourceforge.net
&gt; https://lists.sourceforge.net/lists/listinfo/jdbm-general
&gt; 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Jean T. Anderson&quot; &lt;jta@bristowhill.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c4854314A.3050700@bristowhill.com%3e"/>
<id>urn:uuid:%3c4854314A-3050700@bristowhill-com%3e</id>
<updated>2008-06-14T20:59:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
[resending to general@db ... I didn't spot 
jdbm-general@lists.sourceforge.net cc'd on the original. Also, I'm 
seeing Alex's post now, expressing his interest to make a commitment, 
which is excellent.]

Hi, Cees,

JDBM certainly looks interesting!

One clarification about process is the project would still enter 
incubation, but sponsored by Apache DB.  On graduation, it would then 
join Apache DB as a subproject -- or possibly even as its own top level 
project. (For example, Apache Derby and JDO were sponsored by Apache DB, 
and graduated as DB subprojects. Apache Cayenne was sponsored by Apache 
DB, but graduated as a TLP. ) Exact destination gets determined at 
graduation time -- but talk of graduation is leaping way too far ahead 
for this discussion.  :-)

The Incubator proposal template will help guide discussion on this list:

  http://incubator.apache.org/guides/proposal.html#proposal-template

You can add a JDBM proposal to the Incubator wiki:

  http://wiki.apache.org/incubator/

I'd especially like to hear more about your thoughts regarding this 
comment:

&gt; There have been some concerns about the continuity of the package,
&gt; although the original contributors are still active.

Apache is about community -- and no project graduates from the Incubator 
without demonstrating that it has a community diverse and strong enough 
to manage that code base moving forward. You stated a commitment to keep 
JDBM alive -- how about the other contributors? --I'm keying in on this 
risk mentioned in the template:

  
http://incubator.apache.org/guides/proposal.html#template-orphaned-products

&gt; I sincerely hope the Apache DB project will consider adoption of the 
&gt; code base.
&gt;   

Again, Apache is about communities. We just need to make sure that 
everyone understands that.

Since I pulled out a couple comments, possibly without adequate context, 
I'm including your entire original post down below.

I look forward to hearing more about JDBM.

regards,

-jean


Cees de Groot wrote:
&gt; (Currently: http://jdbm.sourceforge.net/)
&gt;
&gt; JDBM is an 8-year old open source library currently under a custom
&gt; (original-BSD-style) license created by me in 2000 as the result of
&gt; some chat with folks from Intalio and extended by a number of persons
&gt; since then, most notably Alex Boisvert. It mainly aims to give similar
&gt; functionality as GDBM but it adds transactions and btrees/htrees. As
&gt; its goals were (and are) simplicity and robustness, after an initial
&gt; flurry of development the package has been mostly stable and is in
&gt; use/has been used by a number of high profile projects
&gt; (http://jdbm.sourceforge.net/JDBM-Powered.html).
&gt;
&gt; There have been some concerns about the continuity of the package,
&gt; although the original contributors are still active. ApacheDS already
&gt; includes a (temprary) fork in the code base, and the main question the
&gt; mailing list receives is along the line "does it still work?" (answer:
&gt; yes, it does - that fact that the stable release is 3 years old means
&gt; that we haven't received any serious bug reports since then, I figure
&gt; ;-)).
&gt;
&gt; While we were discussing the future of JDBM on SourceForge (people
&gt; want to move to Codehaus because of the better tools), Emmanuel
&gt; Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new
&gt; home, and I think it is an extremely good idea for obvious reasons
&gt; (continuity, exposure, peace of mind for Apache DS and other users).
&gt;
&gt; JDBM still fills a good niche, IMO, and would be a worthwhile addition
&gt; to the Apache DB project. At the moment, I'm busy modernizing JDBM:
&gt; - Move from Ant to Maven (mostly done);
&gt; - Move from Junit3 to Junit4;
&gt; - Move to JDK1.5+, most notably by adding generics.
&gt; - Move from jdbm.* to a package name that is in accordance with the
&gt; rules of ibiblio et al. for release.
&gt; - Re-license under ASL/MIT/BSD ("something in that particular corner
&gt; of the open source licensing jungle").
&gt; The first three points are underway, the package rename depends
&gt; partially on its new home, and re-licensing requires some discussion
&gt; and a vote but the contributors so far are quite relaxed on licensing
&gt; (how refreshing!).
&gt;
&gt; Personally, as OC, I am very much committed to keeping JDBM alive. I
&gt; have a bit over 2 decades of experience with working in Free
&gt; Software/Open Source Software environments (starting with an fast
&gt; ANSI.SYS replacement, distributed over Fidonet, in the '80s :)), among
&gt; others I contributed to early Linux kernels, helped with the port of
&gt; Java to Linux as a member of the Blackdown team, ran the
&gt; Linuxdoc/SGMLtools projects and I have been active in various
&gt; Smalltak-related communities, most notably the Squeak community
&gt; (squeak.org). So I hope I qualify the "open source experience"
&gt; requirement. As to the other main contributors, I leave it to them to
&gt; chime in.
&gt;
&gt; I sincerely hope the Apache DB project will consider adoption of the code base.
&gt;
&gt; Regards,
&gt;
&gt; Cees
&gt;   



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Jean T. Anderson&quot; &lt;jta@bristowhill.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c4853FA1B.4050407@bristowhill.com%3e"/>
<id>urn:uuid:%3c4853FA1B-4050407@bristowhill-com%3e</id>
<updated>2008-06-14T17:04:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi, Cees,

JDBM certainly looks interesting!

One clarification about process is the project would still enter 
incubation, but sponsored by Apache DB.  On graduation, it would then 
join Apache DB as a subproject -- or possibly even as its own top level 
project. (For example, Apache Derby and JDO were sponsored by Apache DB, 
and graduated as DB subprojects. Apache Cayenne was sponsored by Apache 
DB, but graduated as a TLP. ) Exact destination gets determined at 
graduation time -- but talk of graduation is leaping way too far ahead 
for this discussion.  :-)

The Incubator proposal template will help guide discussion on this list:

   http://incubator.apache.org/guides/proposal.html#proposal-template

You can add a JDBM proposal to the Incubator wiki:

   http://wiki.apache.org/incubator/

I'd especially like to hear more about your thoughts regarding this comment:

&gt; There have been some concerns about the continuity of the package,
&gt; although the original contributors are still active.

Apache is about community -- and no project graduates from the Incubator 
without demonstrating that it has a community diverse and strong enough 
to manage that code base moving forward. You stated a commitment to keep 
JDBM alive -- how about the other contributors? --I'm keying in on this 
risk mentioned in the template:

   
http://incubator.apache.org/guides/proposal.html#template-orphaned-products

&gt; I sincerely hope the Apache DB project will consider adoption of the code base.
&gt;   

Again, Apache is about communities. We just need to make sure that 
everyone understands that.

Since I pulled out a couple comments, possibly without adequate context, 
I'm including your entire original post down below.

I look forward to hearing more about JDBM.

regards,

 -jean

Cees de Groot wrote:
&gt; (Currently: http://jdbm.sourceforge.net/)
&gt;
&gt; JDBM is an 8-year old open source library currently under a custom
&gt; (original-BSD-style) license created by me in 2000 as the result of
&gt; some chat with folks from Intalio and extended by a number of persons
&gt; since then, most notably Alex Boisvert. It mainly aims to give similar
&gt; functionality as GDBM but it adds transactions and btrees/htrees. As
&gt; its goals were (and are) simplicity and robustness, after an initial
&gt; flurry of development the package has been mostly stable and is in
&gt; use/has been used by a number of high profile projects
&gt; (http://jdbm.sourceforge.net/JDBM-Powered.html).
&gt;
&gt; There have been some concerns about the continuity of the package,
&gt; although the original contributors are still active. ApacheDS already
&gt; includes a (temprary) fork in the code base, and the main question the
&gt; mailing list receives is along the line "does it still work?" (answer:
&gt; yes, it does - that fact that the stable release is 3 years old means
&gt; that we haven't received any serious bug reports since then, I figure
&gt; ;-)).
&gt;
&gt; While we were discussing the future of JDBM on SourceForge (people
&gt; want to move to Codehaus because of the better tools), Emmanuel
&gt; Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new
&gt; home, and I think it is an extremely good idea for obvious reasons
&gt; (continuity, exposure, peace of mind for Apache DS and other users).
&gt;
&gt; JDBM still fills a good niche, IMO, and would be a worthwhile addition
&gt; to the Apache DB project. At the moment, I'm busy modernizing JDBM:
&gt; - Move from Ant to Maven (mostly done);
&gt; - Move from Junit3 to Junit4;
&gt; - Move to JDK1.5+, most notably by adding generics.
&gt; - Move from jdbm.* to a package name that is in accordance with the
&gt; rules of ibiblio et al. for release.
&gt; - Re-license under ASL/MIT/BSD ("something in that particular corner
&gt; of the open source licensing jungle").
&gt; The first three points are underway, the package rename depends
&gt; partially on its new home, and re-licensing requires some discussion
&gt; and a vote but the contributors so far are quite relaxed on licensing
&gt; (how refreshing!).
&gt;
&gt; Personally, as OC, I am very much committed to keeping JDBM alive. I
&gt; have a bit over 2 decades of experience with working in Free
&gt; Software/Open Source Software environments (starting with an fast
&gt; ANSI.SYS replacement, distributed over Fidonet, in the '80s :)), among
&gt; others I contributed to early Linux kernels, helped with the port of
&gt; Java to Linux as a member of the Blackdown team, ran the
&gt; Linuxdoc/SGMLtools projects and I have been active in various
&gt; Smalltak-related communities, most notably the Squeak community
&gt; (squeak.org). So I hope I qualify the "open source experience"
&gt; requirement. As to the other main contributors, I leave it to them to
&gt; chime in.
&gt;
&gt; I sincerely hope the Apache DB project will consider adoption of the code base.
&gt;
&gt; Regards,
&gt;
&gt; Cees
&gt;   



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [Jdbm-general] Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Alex Boisvert&quot; &lt;boisvert@intalio.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c5582dd3b0806131106y2f4c1a08r1626b7ada00a2333@mail.gmail.com%3e"/>
<id>urn:uuid:%3c5582dd3b0806131106y2f4c1a08r1626b7ada00a2333@mail-gmail-com%3e</id>
<updated>2008-06-13T18:06:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Looks good to me.   I think the proposal should mention a potential list of
committers/contributors who are interested in maintaining and keeping JDBM
alive, and I think these people should step up to be included in the
proposal.    And please add me to this list :)   I also have extensive
open-source experience, starting down Memory Lane with FidoNet and writing
my own BBS software based off a fork from Tony Hsieh's EBBS, continuing at
Intalio with the genesis of OpenEJB, OpenJMS, Slide, and a few others.  I'm
currently PMC member for Apache Ode, PPMC member for Apache Buildr and
committer for Apache ServiceMix.   I'm also involved in the open-source
Tempo project (http://tempo.intalio.org) which isn't ready for a transition
to a large open-source community/foundation yet ;)

alex

On Thu, Jun 12, 2008 at 11:12 PM, Cees de Groot &lt;cdegroot@gmail.com&gt; wrote:

&gt; (Currently: http://jdbm.sourceforge.net/)
&gt;
&gt; JDBM is an 8-year old open source library currently under a custom
&gt; (original-BSD-style) license created by me in 2000 as the result of
&gt; some chat with folks from Intalio and extended by a number of persons
&gt; since then, most notably Alex Boisvert. It mainly aims to give similar
&gt; functionality as GDBM but it adds transactions and btrees/htrees. As
&gt; its goals were (and are) simplicity and robustness, after an initial
&gt; flurry of development the package has been mostly stable and is in
&gt; use/has been used by a number of high profile projects
&gt; (http://jdbm.sourceforge.net/JDBM-Powered.html).
&gt;
&gt; There have been some concerns about the continuity of the package,
&gt; although the original contributors are still active. ApacheDS already
&gt; includes a (temprary) fork in the code base, and the main question the
&gt; mailing list receives is along the line "does it still work?" (answer:
&gt; yes, it does - that fact that the stable release is 3 years old means
&gt; that we haven't received any serious bug reports since then, I figure
&gt; ;-)).
&gt;
&gt; While we were discussing the future of JDBM on SourceForge (people
&gt; want to move to Codehaus because of the better tools), Emmanuel
&gt; Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new
&gt; home, and I think it is an extremely good idea for obvious reasons
&gt; (continuity, exposure, peace of mind for Apache DS and other users).
&gt;
&gt; JDBM still fills a good niche, IMO, and would be a worthwhile addition
&gt; to the Apache DB project. At the moment, I'm busy modernizing JDBM:
&gt; - Move from Ant to Maven (mostly done);
&gt; - Move from Junit3 to Junit4;
&gt; - Move to JDK1.5+, most notably by adding generics.
&gt; - Move from jdbm.* to a package name that is in accordance with the
&gt; rules of ibiblio et al. for release.
&gt; - Re-license under ASL/MIT/BSD ("something in that particular corner
&gt; of the open source licensing jungle").
&gt; The first three points are underway, the package rename depends
&gt; partially on its new home, and re-licensing requires some discussion
&gt; and a vote but the contributors so far are quite relaxed on licensing
&gt; (how refreshing!).
&gt;
&gt; Personally, as OC, I am very much committed to keeping JDBM alive. I
&gt; have a bit over 2 decades of experience with working in Free
&gt; Software/Open Source Software environments (starting with an fast
&gt; ANSI.SYS replacement, distributed over Fidonet, in the '80s :)), among
&gt; others I contributed to early Linux kernels, helped with the port of
&gt; Java to Linux as a member of the Blackdown team, ran the
&gt; Linuxdoc/SGMLtools projects and I have been active in various
&gt; Smalltak-related communities, most notably the Squeak community
&gt; (squeak.org). So I hope I qualify the "open source experience"
&gt; requirement. As to the other main contributors, I leave it to them to
&gt; chime in.
&gt;
&gt; I sincerely hope the Apache DB project will consider adoption of the code
&gt; base.
&gt;
&gt; Regards,
&gt;
&gt; Cees
&gt;
&gt; -------------------------------------------------------------------------
&gt; Check out the new SourceForge.net Marketplace.
&gt; It's the best place to buy or sell services for
&gt; just about anything Open Source.
&gt; http://sourceforge.net/services/buy/index.php
&gt; _______________________________________________
&gt; Jdbm-general mailing list
&gt; Jdbm-general@lists.sourceforge.net
&gt; https://lists.sourceforge.net/lists/listinfo/jdbm-general
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Apache DB subproject proposal: JDBM</title>
<author><name>&quot;Cees de Groot&quot; &lt;cdegroot@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c330b6fd60806122312t508f4e89g31caac075572d24@mail.gmail.com%3e"/>
<id>urn:uuid:%3c330b6fd60806122312t508f4e89g31caac075572d24@mail-gmail-com%3e</id>
<updated>2008-06-13T06:12:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
(Currently: http://jdbm.sourceforge.net/)

JDBM is an 8-year old open source library currently under a custom
(original-BSD-style) license created by me in 2000 as the result of
some chat with folks from Intalio and extended by a number of persons
since then, most notably Alex Boisvert. It mainly aims to give similar
functionality as GDBM but it adds transactions and btrees/htrees. As
its goals were (and are) simplicity and robustness, after an initial
flurry of development the package has been mostly stable and is in
use/has been used by a number of high profile projects
(http://jdbm.sourceforge.net/JDBM-Powered.html).

There have been some concerns about the continuity of the package,
although the original contributors are still active. ApacheDS already
includes a (temprary) fork in the code base, and the main question the
mailing list receives is along the line "does it still work?" (answer:
yes, it does - that fact that the stable release is 3 years old means
that we haven't received any serious bug reports since then, I figure
;-)).

While we were discussing the future of JDBM on SourceForge (people
want to move to Codehaus because of the better tools), Emmanuel
Lecharny (ApacheDS) suggested that we'd consider Apache DB as a new
home, and I think it is an extremely good idea for obvious reasons
(continuity, exposure, peace of mind for Apache DS and other users).

JDBM still fills a good niche, IMO, and would be a worthwhile addition
to the Apache DB project. At the moment, I'm busy modernizing JDBM:
- Move from Ant to Maven (mostly done);
- Move from Junit3 to Junit4;
- Move to JDK1.5+, most notably by adding generics.
- Move from jdbm.* to a package name that is in accordance with the
rules of ibiblio et al. for release.
- Re-license under ASL/MIT/BSD ("something in that particular corner
of the open source licensing jungle").
The first three points are underway, the package rename depends
partially on its new home, and re-licensing requires some discussion
and a vote but the contributors so far are quite relaxed on licensing
(how refreshing!).

Personally, as OC, I am very much committed to keeping JDBM alive. I
have a bit over 2 decades of experience with working in Free
Software/Open Source Software environments (starting with an fast
ANSI.SYS replacement, distributed over Fidonet, in the '80s :)), among
others I contributed to early Linux kernels, helped with the port of
Java to Linux as a member of the Blackdown team, ran the
Linuxdoc/SGMLtools projects and I have been active in various
Smalltak-related communities, most notably the Squeak community
(squeak.org). So I hope I qualify the "open source experience"
requirement. As to the other main contributors, I leave it to them to
chime in.

I sincerely hope the Apache DB project will consider adoption of the code base.

Regards,

Cees


</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r663848 - /db/site/projects/derby/project.xml</title>
<author><name>jorgenlo@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c20080606074238.AE00623889C1@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080606074238-AE00623889C1@eris-apache-org%3e</id>
<updated>2008-06-06T07:42:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: jorgenlo
Date: Fri Jun  6 00:42:38 2008
New Revision: 663848

URL: http://svn.apache.org/viewvc?rev=663848&amp;view=rev
Log:
Added myself to committer list.

Modified:
    db/site/projects/derby/project.xml

Modified: db/site/projects/derby/project.xml
URL: http://svn.apache.org/viewvc/db/site/projects/derby/project.xml?rev=663848&amp;r1=663847&amp;r2=663848&amp;view=diff
==============================================================================
--- db/site/projects/derby/project.xml (original)
+++ db/site/projects/derby/project.xml Fri Jun  6 00:42:38 2008
@@ -170,6 +170,15 @@
        &lt;/roles&gt;
     &lt;/developer&gt;
     &lt;developer&gt;
+       &lt;name&gt;Jorgen Loland&lt;/name&gt;
+       &lt;id&gt;jorgenlo&lt;/id&gt;
+       &lt;email&gt;jorgenlo@apache.org&lt;/email&gt;
+       &lt;organization&gt;Sun Microsystems&lt;/organization&gt;
+       &lt;roles&gt;
+        &lt;role&gt;Derby&lt;/role&gt;
+       &lt;/roles&gt;
+    &lt;/developer&gt;
+    &lt;developer&gt;
        &lt;name&gt;Knut Anders Hatlen&lt;/name&gt;
        &lt;id&gt;kahatlen&lt;/id&gt;
        &lt;email&gt;kahatlen@apache.org&lt;/email&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r663656 - /db/site/project.xml</title>
<author><name>dag@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c20080605164406.B82992388A16@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080605164406-B82992388A16@eris-apache-org%3e</id>
<updated>2008-06-05T16:44:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: dag
Date: Thu Jun  5 09:44:06 2008
New Revision: 663656

URL: http://svn.apache.org/viewvc?rev=663656&amp;view=rev
Log:
Added myself as PMC member.

Modified:
    db/site/project.xml

Modified: db/site/project.xml
URL: http://svn.apache.org/viewvc/db/site/project.xml?rev=663656&amp;r1=663655&amp;r2=663656&amp;view=diff
==============================================================================
--- db/site/project.xml (original)
+++ db/site/project.xml Thu Jun  5 09:44:06 2008
@@ -271,6 +271,14 @@
       &lt;roles&gt;&lt;role&gt;PMC Member, JDO&lt;/role&gt;&lt;/roles&gt;
     &lt;/developer&gt;
 
+    &lt;developer&gt;
+      &lt;name&gt;Dag H. Wanvik&lt;/name&gt;
+      &lt;id&gt;dag&lt;/id&gt;
+      &lt;email&gt;dag@apache.org&lt;/email&gt;
+      &lt;organization&gt;The Apache Software Foundation&lt;/organization&gt;
+      &lt;roles&gt;&lt;role&gt;PMC Member, Derby&lt;/role&gt;&lt;/roles&gt;
+    &lt;/developer&gt;
+
   &lt;/developers&gt;
 
   &lt;dependencies&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Broken links on DB project source page</title>
<author><name>Kristian Waagan &lt;Kristian.Waagan@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c48465B80.8020705@Sun.com%3e"/>
<id>urn:uuid:%3c48465B80-8020705@Sun-com%3e</id>
<updated>2008-06-04T09:08:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Bryan Pendleton wrote:
&gt;&gt; Do the other changes look acceptable?
&gt;&gt; What does it take before I, or someone else, can commit the changes?
&gt; 
&gt; Those changes look great, Kristian; I think you should commit them.
&gt; 

I committed the changes with revision 663035 and did a site deploy.

I was unable to follow the instructions on using the proxy to verify, as 
the proxy seems to be down. Maybe the instructions are stale?

Also, I got lots of these error messages when deploying, seemingly 
related to missing permissions:
     [exec] chmod: ./torque/releases/torque-3.3/village/xref-test: 
Operation not permitted



-- 
Kristian

&gt; thanks,
&gt; 
&gt; bryan



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r663035 - /db/site/xdocs/source.xml</title>
<author><name>kristwaa@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c20080604084405.57C5D2388A1B@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080604084405-57C5D2388A1B@eris-apache-org%3e</id>
<updated>2008-06-04T08:44:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: kristwaa
Date: Wed Jun  4 01:44:04 2008
New Revision: 663035

URL: http://svn.apache.org/viewvc?rev=663035&amp;view=rev
Log:
Removed a lonely quote and fixed three broken links;
 - removed mention of a non-existing FAQ page.
 - removed links for "JAR" and "Sun JARs" (non-existing page "jars.html").
 - replaced branches link to Turbine with a link to Derby.

Modified:
    db/site/xdocs/source.xml

Modified: db/site/xdocs/source.xml
URL: http://svn.apache.org/viewvc/db/site/xdocs/source.xml?rev=663035&amp;r1=663034&amp;r2=663035&amp;view=diff
==============================================================================
--- db/site/xdocs/source.xml (original)
+++ db/site/xdocs/source.xml Wed Jun  4 01:44:04 2008
@@ -19,14 +19,12 @@
 
       &lt;p&gt;
         All Java Language source code in the repository must be written in
-        conformance to the &amp;quot;
+        conformance to the
         &lt;a
           href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html"&gt;Code
           Conventions for the Java Programming Language&lt;/a&gt; as published by
         Sun, or in conformance with another well-defined convention specified
-        by the subproject. See the
-        &lt;a href="faqs.html"&gt;FAQ page&lt;/a&gt;
-        for links to subproject conventions.
+        by the subproject.
       &lt;/p&gt;
 
       &lt;subsection name="License"&gt;
@@ -57,12 +55,10 @@
         &lt;/p&gt;
 
         &lt;p&gt;
-          Any
-          &lt;a href="jars.html"&gt;JAR&lt;/a&gt; committed to the Project's repositories
+          Any JAR committed to the Project's repositories
           &lt;strong&gt;must&lt;/strong&gt; be licensed for redistribution. BSD and MPL style
           licenses are generally fine, but many
-          &lt;a href="jars.html"&gt;Sun JARs&lt;/a&gt;
-          do not permit redistribution.
+          Sun JARs do not permit redistribution.
         &lt;/p&gt;
       &lt;/subsection&gt;
 
@@ -93,8 +89,8 @@
           their release cycle is complete. All branches currently in use should
           be documented by the respective projects. For example,
           &lt;a
-            href="/turbine/branches.html"&gt;Turbine&lt;/a&gt; has page on the site that
-          details the branches currently in use.
+            href="/derby/dev/derby_source.html#Branches"&gt;Derby&lt;/a&gt; has a page on
+          the site that details the branches currently in use.
         &lt;/p&gt;
       &lt;/subsection&gt;
 




</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Broken links on DB project source page</title>
<author><name>Bryan Pendleton &lt;bpendleton@amberpoint.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c4845AC4D.8060006@amberpoint.com%3e"/>
<id>urn:uuid:%3c4845AC4D-8060006@amberpoint-com%3e</id>
<updated>2008-06-03T20:40:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&gt; Do the other changes look acceptable?
&gt; What does it take before I, or someone else, can commit the changes?

Those changes look great, Kristian; I think you should commit them.

thanks,

bryan


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Broken links on DB project source page</title>
<author><name>Kristian Waagan &lt;Kristian.Waagan@Sun.COM&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200806.mbox/%3c48452AFF.3040208@Sun.com%3e"/>
<id>urn:uuid:%3c48452AFF-3040208@Sun-com%3e</id>
<updated>2008-06-03T11:29:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Bryan Pendleton wrote:
&gt;&gt; When looking into a code convention issue, I discovered that there are 
&gt;&gt; three broken links on the DB project source page at 
&gt;&gt; http://db.apache.org/source.html:
&gt;&gt;
&gt;&gt; 1) http://db.apache.org/turbine/branches.html ("Turbine")
&gt;&gt; 2) http://db.apache.org/faqs.html ("FAQ page")
&gt;&gt; 3) http://db.apache.org/jars.html ("Sun JARs", "JAR")
&gt;&gt;
&gt;&gt; Does anyone know what should be done about these links?
&gt;&gt; Should they be removed or fixed?
&gt; 
&gt; Hi Kristian, thanks for looking at this.
&gt; 
&gt; I think it would be reasonable to:
&gt; 
&gt; 1) Remove the sentence "See the FAQ page  for links to
&gt; subproject conventions." since that page does not exist.
&gt; 
&gt; 2) Change the sentence "Any JAR committed to the Project's
&gt; repositories must be licensed for redistribution. BSD and MPL
&gt; style licenses are generally fine, but many Sun JARs  do
&gt; not permit redistribution." so that it doesn't use hyperlinks,
&gt; but just uses the words "JAR" and "Sun JARs" normally. I think
&gt; the sentence is sensible on its own and doesn't need the
&gt; hyperlinks.
&gt; 
&gt; 3) Change the sentence "For example, Turbine has page on
&gt; the site that details the branches currently in use." to
&gt; replace "Turbine has page" with "Derby has a page", and to
&gt; change the hyperlink to point to
&gt; http://db.apache.org/derby/derby_downloads.html since that
&gt; page seems to be a good example of a page which details
&gt; the branches currently in use.
&gt; 

Hello Bryan,

Thank you for the suggestions.
I have made a patch based on what you wrote (see attached diff and 
html). I also noticed there is a missing quote around the link to the 
code convention document. Instead of adding one on the other side, maybe 
the existing quote could be removed?

Do the other changes look acceptable?
What does it take before I, or someone else, can commit the changes?

FYI, the page being changed is accessible from db.apache.org/index.html 
("DB Apache Project"), selecting "DB Project Guidelines" under "More 
information" and finally "Source Repositories" (*not* from the left side 
meny).


-- 
Kristian

&gt; thanks,
&gt; 
&gt; bryan



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Broken links on DB project source page</title>
<author><name>Bryan Pendleton &lt;bpendleton@amberpoint.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200805.mbox/%3c484051BD.7050702@amberpoint.com%3e"/>
<id>urn:uuid:%3c484051BD-7050702@amberpoint-com%3e</id>
<updated>2008-05-30T19:13:01Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&gt; When looking into a code convention issue, I discovered that there are 
&gt; three broken links on the DB project source page at 
&gt; http://db.apache.org/source.html:
&gt; 
&gt; 1) http://db.apache.org/turbine/branches.html ("Turbine")
&gt; 2) http://db.apache.org/faqs.html ("FAQ page")
&gt; 3) http://db.apache.org/jars.html ("Sun JARs", "JAR")
&gt; 
&gt; Does anyone know what should be done about these links?
&gt; Should they be removed or fixed?

Hi Kristian, thanks for looking at this.

I think it would be reasonable to:

1) Remove the sentence "See the FAQ page  for links to
subproject conventions." since that page does not exist.

2) Change the sentence "Any JAR committed to the Project's
repositories must be licensed for redistribution. BSD and MPL
style licenses are generally fine, but many Sun JARs  do
not permit redistribution." so that it doesn't use hyperlinks,
but just uses the words "JAR" and "Sun JARs" normally. I think
the sentence is sensible on its own and doesn't need the
hyperlinks.

3) Change the sentence "For example, Turbine has page on
the site that details the branches currently in use." to
replace "Turbine has page" with "Derby has a page", and to
change the hyperlink to point to
http://db.apache.org/derby/derby_downloads.html since that
page seems to be a good example of a page which details
the branches currently in use.

thanks,

bryan


</pre>
</div>
</content>
</entry>
<entry>
<title>Broken links on DB project source page</title>
<author><name>Kristian Waagan &lt;kristwaa@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200805.mbox/%3c483FE315.3040707@apache.org%3e"/>
<id>urn:uuid:%3c483FE315-3040707@apache-org%3e</id>
<updated>2008-05-30T11:20:53Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

When looking into a code convention issue, I discovered that there are 
three broken links on the DB project source page at 
http://db.apache.org/source.html:

1) http://db.apache.org/turbine/branches.html ("Turbine")
2) http://db.apache.org/faqs.html ("FAQ page")
3) http://db.apache.org/jars.html ("Sun JARs", "JAR")

Does anyone know what should be done about these links?
Should they be removed or fixed?



FYI, the W3C link checker also complained about the JDO project url, so 
I added a slash at the end. I haven't re-deployed the site.


thanks,
-- 
Kristian


</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r661647 - /db/site/projects/jdo/project.xml</title>
<author><name>kristwaa@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200805.mbox/%3c20080530110839.52BA123889FF@eris.apache.org%3e"/>
<id>urn:uuid:%3c20080530110839-52BA123889FF@eris-apache-org%3e</id>
<updated>2008-05-30T11:08:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: kristwaa
Date: Fri May 30 04:08:38 2008
New Revision: 661647

URL: http://svn.apache.org/viewvc?rev=661647&amp;view=rev
Log:
Made JDO url exact by adding a slash at the end.

Modified:
    db/site/projects/jdo/project.xml

Modified: db/site/projects/jdo/project.xml
URL: http://svn.apache.org/viewvc/db/site/projects/jdo/project.xml?rev=661647&amp;r1=661646&amp;r2=661647&amp;view=diff
==============================================================================
--- db/site/projects/jdo/project.xml (original)
+++ db/site/projects/jdo/project.xml Fri May 30 04:08:38 2008
@@ -33,7 +33,7 @@
 Java model abstraction of persistence, developed as Java Specification 
 Requests (JSR 12 and 243) under the auspices of the Java Community Process.
     &lt;/description&gt;
-    &lt;url&gt;http://db.apache.org/jdo&lt;/url&gt;
+    &lt;url&gt;http://db.apache.org/jdo/&lt;/url&gt;
     &lt;repository&gt;
         &lt;connection&gt;scm:svn:http://svn.apache.org/repos/asf/db/jdo/trunk&lt;/connection&gt;
         &lt;developerConnection&gt;scm:svn:https://svn.apache.org/repos/asf/db/jdo/trunk&lt;/developerConnection&gt;




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache Derby 10.3.3.0 released</title>
<author><name>&quot;Andrew McIntyre&quot; &lt;mcintyre.a@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200805.mbox/%3c54ac72d70805211242y29d4a0bcyf6ae518a7a8f1767@mail.gmail.com%3e"/>
<id>urn:uuid:%3c54ac72d70805211242y29d4a0bcyf6ae518a7a8f1767@mail-gmail-com%3e</id>
<updated>2008-05-21T19:42:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache Derby project is pleased to announce an important
maintenance release of Derby, 10.3.3.0.

Apache Derby is a subproject of the Apache DB project.
Derby is a pure Java relational database engine which conforms to the
ISO/ANSI SQL and JDBC standards. Derby aims to be easy for developers
and end-users to work with.

IMPORTANT NOTICE:

If you are currently using Derby 10.3.1.4 or Derby 10.3.2.1, it is strongly
recommended that you upgrade to Derby 10.4.1.3 or 10.3.3.0 to avoid
any chance of database corruption due to an issue with multiple threads
accessing a database that is documented in DERBY-3347.

This bug can cause unrecoverable database corruption during periods of
heavy, multi-thread I/O operations. The error produced in the test case
used to diagnose the problem was:

ERROR XSDB3: Container information cannot change once written: was 0, now 80.

It is felt that other errors might also be generated when this type of
corruption occurs. The corruption message will most likely refer to page 0
of the container. For example:

ERROR XSDG1: Page Page(0 ,Container(0, 5856)) could not be
written...

This bug corrupts the pages on disk and can go unnoticed. If you do not
run database consistency checks regularly it is recommended you begin doing
so as soon as possible after the upgrade. To insure that corruption has not
already occurred in existing databases, after upgrade run the database
consistency check at least once to validate all tables in the database. This
process is documented at:

http://wiki.apache.org/db-derby/DatabaseConsistencyCheck

If the corruption has already occurred there is no guaranteed recovery of data
other than to recover from the last good backup. When doing so one should
also check that the previous backup did not also have the corruption.

In some cases one may recover data from the existing
database, depending on the extent of the corruption, but will require
by hand data recovery. Depending on the type of corruption this may
be successful or not. one should consult the Derby list if attempting
this recovery - no automatic software solution to this recovery exists.

Version 10.3.3.0 can be downloaded from:
http://db.apache.org/derby/releases/release-10.3.3.0.cgi

Version 10.4.1.3 can be downloaded from:
http://db.apache.org/derby/releases/release-10.4.1.3.cgi

For help or questions, please post to the Derby User list.
For instructions on how to subcribe and post to the Derby User list,
please see:

http://db.apache.org/derby/derby_mail.html


</pre>
</div>
</content>
</entry>
<entry>
<title>Champion wanted for Empire-db project</title>
<author><name>&quot;Rainer Doebele&quot; &lt;doebele@take1.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/db-general/200805.mbox/%3c000001c8ba8a$ff12e260$1b00a8c0@esteam.local%3e"/>
<id>urn:uuid:%3c000001c8ba8a$ff12e260$1b00a8c0@esteam-local%3e</id>
<updated>2008-05-20T15:05:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello everyone,

We would like to donate our relational data persistence component called
Empire-db to the ASF. According to the Incubator documentation we need to
find a Champion who can help us with the incubation process.

Even though with iBatis, JDO and Torgue there already are several database
related projects, we think our Empire-db could be a great extension to the
ASF project list as it works considerably different in many ways. Most of
all Empire-db uses a Java Object Model rather than XML-Mappings or
Annotations to describe the database schema. Therefore all Tables, Views,
Columns and so on are Objects which can be referenced from the code to
dynamically build SQL commands or to access Data model metadata – entirely
without the need to provide string literals. This in turn significantly
increases compile-time-safety and simplifies testing and maintenance.
Additionally uses benefit from the IDE’s code completion when building
column transformation expressions or constraints.

Empire-db is a mature project which has been proved its capabilities in many
medium to large scale projects. However we have only recently made it Open
Source under Apache 2.0 License.

There is a lot more information on the Empire-db website on
http://www.empire-db.org

If anyone would like to act as a Champion or knows someone who could be a
suitable Champion we would be happy to get his/her contact details and
further instructions.

Best regards,
Rainer




</pre>
</div>
</content>
</entry>
</feed>
