Log of /db/ojb/branches/OJB_1_0_RELEASE/release-notes.txt
Parent Directory
|
Revision Log
Revision
372946 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 27 19:00:27 2006 UTC
(3 years, 9 months ago)
by
brj
File length: 50695 byte(s)
Diff to
previous 371092
(
colored)
Better support for attributes containing expressions ie. sum(0.9 * price * stock)
Backport from OJB 1.x
Revision
365032 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 6 22:14:00 2005 UTC
(4 years, 1 month ago)
by
arminw
File length: 47288 byte(s)
Diff to
previous 364902
(
colored)
update Torque to version 3.1.1, update hsql to version 1.8.0.2, merge DB profiles with HEAD, update commons-collections to version 3.1
Revision
364887 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 9 20:03:22 2005 UTC
(4 years, 3 months ago)
by
aclute
File length: 47416 byte(s)
Diff to
previous 364883
(
colored)
[OJB-10] -- Changes to create pluggable ProxyFactories. Default JDK is available, as well as a new CGLIB-based implementation that allows for proxies to be generated from classes that do not implement an interface.
This is a backport of a feature added to HEAD.
Revision
364837 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 4 14:49:53 2005 UTC
(4 years, 5 months ago)
by
arminw
File length: 46238 byte(s)
Diff to
previous 364789
(
colored)
update release-notes
add new odmg-extensions/properties:
- 'ordering' Allow to dis-/enable OJB's object ordering on transaction commit
- 'noteUserOrder' If true the order of persisting/locking method calls determine the order of objects before commit.
- 'implicitLocking' Dis-/enable OJB's implicit locking
- introduce new object state 'StateTransient' for deleted, not persistent objects
Revision
364789 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 26 22:03:19 2005 UTC
(4 years, 6 months ago)
by
arminw
File length: 45271 byte(s)
Diff to
previous 364787
(
colored)
remove outdated performance test
introduce new package 'compare' to bunch all performance comparision tests
Revision
364787 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 26 03:41:37 2005 UTC
(4 years, 7 months ago)
by
mkalen
File length: 44598 byte(s)
Diff to
previous 364753
(
colored)
OJB-14: Setting custom JDBC driver tuning options trough jdbc-connection-descriptor. First steps for OJB-31: configurable fetchSize hint on jdbc-connection-descriptor and Query.
Revision
364753 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 10 18:28:21 2005 UTC
(4 years, 7 months ago)
by
mkalen
File length: 44466 byte(s)
Diff to
previous 364737
(
colored)
Upgrade ANTLR to v2.7.5. Re-generate lexers/parsers from *.g. Tweak oql grammar to optimize some imports. Bump copyright years, update Eclipse classpaths and docs.
Revision
364735 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 7 11:02:13 2005 UTC
(4 years, 7 months ago)
by
mkalen
File length: 44351 byte(s)
Diff to
previous 364730
(
colored)
Upgrade 3rd party libs. commons-beanutils 1.7.0, commons-logging-1.0.4, commons-pool-1.2. Tested with HSQLDB and Oracle9i with DBCP and normal pooled conn factory (in all 4 combinations).
Revision
364724 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 3 02:40:57 2005 UTC
(4 years, 7 months ago)
by
arminw
File length: 42050 byte(s)
Diff to
previous 364681
(
colored)
- adapt configuration files (refactoring named object handling, refactoring of DCollection implementations), update release notes
Revision
364660 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 18 19:25:06 2005 UTC
(4 years, 8 months ago)
by
arminw
File length: 36639 byte(s)
Diff to
previous 364648
(
colored)
refactoring of the odmg-api
- expects now auto-update/delete 'none'
- cascading delete is configurable in OJB.properties and at runtime
- all known issues are fixed, one new issue arise
Revision
364648 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 16 17:51:18 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 35976 byte(s)
Diff to
previous 364644
(
colored)
Fix DBCP connection factory to call platform-specific connection init. Resolve issue with statement caching in both DBCP pool and Oracle-driver by disabling DBCP-caching if platform=Oracle9i (since DBCP does not know how to manage Oracle server-side cursors correctly).
Revision
364644 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 16 11:38:17 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 36023 byte(s)
Diff to
previous 364636
(
colored)
Patch by Don Lyon: add support for Oracle-extensions and large LOB support using Oracle9i with JBoss.
Revision
364633 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 15 02:34:20 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 35369 byte(s)
Diff to
previous 364630
(
colored)
Add support for Oracle 10g JDBC-driver. Add generic unwrapping of Connection and PreparedStatement (current implementation handles large CLOB/BLOB for Oracle 10g, DBPC and P6Spy). Add (untested) support for BEA WebLogic and deprecate WLOracle9i platform.
Revision
364559 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 2 20:32:35 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 34255 byte(s)
Diff to
previous 364556
(
colored)
Make sure StatementManager uses .setNull() for null-values, also when binding delete-statement parameters. Fixes SQLException on Oracle9i platform in FieldConversionTest_3. Test now passes on hsqldb and oracle9i.
Revision
364556 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 2 16:25:28 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 33930 byte(s)
Diff to
previous 364548
(
colored)
Fix for ClassCastExceptions in Oracle JDBC-driver when using default platform impl rs.setObject() and java.lang.Character. CharacterTest now passes with Oracle9i.
Revision
364548 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 25 00:09:26 2005 UTC
(4 years, 8 months ago)
by
mkalen
File length: 33780 byte(s)
Diff to
previous 364545
(
colored)
Optimize fix for collection-proxy instantiation in per-thread metadata changes environment: make currentProfileKey thread local in MetadataManager. to allow loading of profile only if not set in CollectionProxy. Fix relase notes to correct offset/version!
Revision
364506 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 7 20:42:43 2005 UTC
(4 years, 9 months ago)
by
arminw
File length: 32455 byte(s)
Diff to
previous 364480
(
colored)
move new method from ObjectCache to ObjectCacheInternal, this prevent changes in user-api
fix in ObjectEnvelope, add 'null' in object image if collection is empty
move array/collection handling to BrokerHelper helper-method
Revision
364480 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 23 03:09:14 2005 UTC
(4 years, 10 months ago)
by
arminw
File length: 32383 byte(s)
Diff to
previous 364442
(
colored)
checked in a first version of a two-level cache
do remove some unused ObjectCache implementations
update the docs
fix/update test cases
try to fix concurrency problems in locking package
Revision
364294 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 26 19:32:31 2004 UTC
(4 years, 11 months ago)
by
arminw
File length: 30133 byte(s)
Diff to
previous 364285
(
colored)
move PK assignment when using database identity columns from PBImpl to JdbcAccessImpl,
remove 1:1 FK assignment in SequenceManagerNativeImpl and method call in PBImpl
Revision
364154 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 30 14:02:03 2004 UTC
(5 years, 1 month ago)
by
arminw
File length: 29136 byte(s)
Diff to
previous 364143
(
colored)
Fix materialization problem under heavy load, OJB no longer returns partially materialized
objects from cache (problem of InternalCache#enable.... method).
Revision
364111 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 15 09:30:24 2004 UTC
(5 years, 2 months ago)
by
tomdz
File length: 27961 byte(s)
Diff to
previous 364099
(
colored)
Added note that the Geronimo jars require J2SE 1.4 and thus must be replaced by the jars from Sun's J2EE reference implementation if OJB is used with a J2SE version older than 1.4
Revision
363976 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 26 15:49:52 2004 UTC
(5 years, 4 months ago)
by
brj
File length: 20508 byte(s)
Diff to
previous 363975
(
colored)
- fixed issue with CollectionProxy and RemovalAwareCollection
- RemovalAwareCollection is no longer the default collection-class for m:n-relationships
- ManageableCollection#afterStore is only called if cascadeStoring is CASCADE_OBJECT
- ojb no longer adds groupBy columns to the SELECT-clause, orderBy columns are still added because of sapdb
- orderBy columns of the original query are used as joinAttributes in count-query
- ALIAS-prefix again works for report-queries (see QueryTest#testReportQueryAlias)
Revision
363649 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 3 23:06:56 2004 UTC
(5 years, 6 months ago)
by
arminw
Original Path:
db/ojb/trunk/release-notes.txt
File length: 14779 byte(s)
Diff to
previous 363642
(
colored)
- move internal package org.apache.ojb.odmg.transaction to org.apache.ojb.broker.transaction.tm
- adapt all API's to use new kernel based OJBTxManager, instead duplicate code in each API
- Make org.odmg.Implementation implementation configurable via OJB.properties
- Enable ConfigurableFactory class to instantiate private/protected classes too
- Adapt ejb-examples
- PBFSyncImpl class now release used connections before the JTA transaction was commited/rolled back
Revision
362308 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Apr 12 23:24:42 2003 UTC
(6 years, 7 months ago)
by
arminw
Original Path:
db/ojb/trunk/release-notes.txt
File length: 3435 byte(s)
Diff to
previous 362248
(
colored)
enhance the PB-api event/listener
concept:
- add base event/listener classes
- unitize event handling
- change PersistenceBrokerAware method
signature (sorry!)
- replace PersistenceBrokerListener (sorry!)
- add new test cases
- adapt cache classes, PBImpl, ...
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.