Codehaus     ExoLab     OpenEJB     OpenJMS     OpenORB     Castor     Tyrex     
 

Main
  Home
  About
  Features
  Download
  API
  Schema
  Castor Forums
  Mailing Lists
  CVS / Bugzilla
  Support
  CastorWiki

XML
  Using XML
  Source Generator
  Schema Support
  XML Mapping
  XML FAQ
  Custom Handlers

JDO
  Using JDO
  JDO Config
  Types
  JDO Mapping
  JDO FAQ
  Other Features

Advanced JDO
  OQL
  Trans. & Locks
  Design
  KeyGen
  Long Trans.
  Nested Attrs.
  Pooling Examples
  LOBs

More
  Presentations
  The Examples
  3rd Party Tools
  JDO Tests
  XML Tests
  Configuration
  Tips & Tricks
  Full JavaDoc
  CastorWiki
  
  

About
  License
  Contributors
  Status, Todo
  Changelog
  Library
  Contact
  Project Name

  



Release notes


Releases


Releases

For all releases prior to 0.9.6, the release notes can be found here.


Release 0.9.6

Description:Bug fixes in Castor JDO, XML.
released:February 9, 2005
managed by:Werner Guttmann

Status

This is the final 0.9.6. release. We are currently planning the next milestone release which will be Castor 1.0.

New Documentation

- Creating Custom FieldHandlers

Summary

Final release. Since the third release candidate, the following problem areas have been addressed.


Bug Fixes And Issues Addressed
IdDateFixed byCommitted by DescriptionTypeProjectModule
185520050208Ralf JoachimWerner Guttmann Fixed problem with TransactionContext.getObjectEntry(Object) that was introduced as a result of adding support for lazy loading 1:1 relations.
Reporter:
BugJDOCore
184920050204Ralf JoachimWerner Guttmann Added F.A.Q. entry describing compatibility problems between various releases of mySQL 4.1.x and its JDBC drivers.
Reporter:
FAQJDODocs
184820050204Werner GuttmannWerner GuttmannReverted various DOCTYPE definitions in src/tests/jdo to use DTDs.
Reporter:
JDOTests
----20050118Keith ViscoKeith Visco Fixed issue with GeneralizedFieldHandler not able to handle collections. Collections are now automatically iterated over during getValue() calls and each item in the collection is passed into the convertUponGet method. To retain the old behavior simply add a call to #setCollectionIteration with a value of false in the constructor of your GeneralizedFieldHandler. The behavior for setter methods is not changed since only one item at a time is passed into the setter already.
Reporter:
EnhancementXMLMapping
185020050114Keith ViscoKeith Visco Fixed whitespace processing bug, where a ' ' was actually getting appended to the end of a string value if the parser was calling the #characters method again with only whitespace following a previous call to #characters method where valid content existed.
Reporter: Paul Spencer
BugXMLXML
----20050110Keith ViscoKeith Visco Fixed recent issue where ElementDecl#getType() method was always returning null for element references.
Reporter:
BugXMLXML


Release 0.9.6 RC3

Description:Bug fixes in Castor JDO, XML
released:January 11, 2005
managed by:Werner Guttmann

Preparations for the final release have started. Since the second release candidate, the following problem areas have been addressed.


Bug Fixes And Issues Addressed
IdDateFixed byCommitted by DescriptionTypeProjectModule
1839Stein M. HugubakkenWerner GuttmannAdded getCacheManager() method in Database interface
Reporter:
EnhancementJDOCaching
1798Keith ViscoFixed problem with loading mappings with relative path
Reporter:
BugJDOTests
137220041217Keith ViscoKeith Visco Mapping.loadMapping(String) duplicates directory path. Fixed problem by making the given url a relative URL so that the document base isn't duplicated.
Reporter:
BugAllCore
1824Keith ViscoWerner GuttmannFixed various problems that prevented compilation under JDK 1.3.
Reporter:
BugJDOCore
1827Stein M. HugubakkenWerner GuttmannFixed syntax error in src/tests/jdo/mysql.sql.
Reporter:
BugJDOTests
1815Patrick vanKannWerner GuttmannImproved exception handling during TransactionContext instantiation.
Reporter:
BugJDOJDO
1725Jeff BonevichWerner GuttmannChanged attribute type for 'name' attribute on key-generator element definition in mapping.dtd.
Reporter:
BugJDOCore
1768Ralf JoachimWerner GuttmannOverloaded jdo.Size with Oracle-specific test case.
Reporter:
BugJDOTests
181220041214Gregory BlockWerner GuttmannVarious problems with classloader usage.
Reporter:
BugJDOCore
179320041213Martin FuchsWerner GuttmannSimleQueryExecutor and data visibility issues
Reporter:
BugJDOJDO
172320041210Keith ViscoKeith Visco Added some additional support for nillable fields. There is still some more work needed in this area, but this gets us closer.
Reporter:
EnhancementXMLXML
----20041210Keith ViscoKeith Visco Added initial support to suppress namespaces during Marshalling. This has been a long asked for feature, so I figured it was about time I finally got around to doing this.
Reporter:
EnhancementXMLXML


Release 0.9.6 RC2

Description:Mainly bug fixes, but also minor enhancements in Castor JDO.
released:December 03, 2004
managed by:Werner Guttmann

Open issues:

There's an issue with Castor finding mapping files within JARs when the path to the mapping file is specified relatively to the JDO configuration file. We are working on this, but as there's a workaround (using InputSources as mentioned on the mailing lists recently), we have decided to go ahead and not hold back this second release candidate. Details on this bug can be found here.

Since the first release candidate, the following problem areas have been addressed.


Bug Fixes And Issues Addressed
IdDateFixed byCommitted by DescriptionTypeProjectModule
156020041214Keith ViscoKeith ViscoFixed NullPointerException thrown during Castor Validation
Reporter:
BugXMLXML
1676Werner GuttmannWerner GuttmannAdded support for lazy-loading simple 1:1 relations
Reporter:
EnhancementJDOJDO
1777Patrick vanKannWerner GuttmannStatus property of Castor's TransactionContext not set correctly in global transactions.
Reporter:
BugJDOJDO
1804Martin FuchsWerner GuttmannCastor JDO test suite now uses log level "error" by default.
Reporter:
EnhancementJDOJDO
1795Gregory BlockWerner GuttmannFixed problem in CastorException? (String, Throwable) where the constructor of the superclass was not called.
Reporter:
BugJDOCore
1797Ralf JoachimWerner GuttmannFixed problem with resetting the capacity of CountLimited? cache.
Reporter:
BugJDOJDO
1774Werner GuttmannFixed problem with "sqltime" field type where it was incorrectly mapped to java.sql.Date rather than java.sql.Time.
Reporter:
BugJDOJDO
1790Martin FuchsWerner GuttmannAdded additional debug statements during binding of SQL parameters.
Reporter:
EnhancementJDOJDO
1785Martin FuchsWerner GuttmannAdds configuration of JDO using an inline JDBC DataSource by providing configuration parameters using a Properties collection.
Reporter:
EnhancementJDOConfiguration
1784Martin FuchsWerner GuttmannFixed problem using JDOConfFactory with JDBC DataSources.
Reporter:
BugJDOConfiguration
1791Martin FuchsWerner GuttmannAdded support for using constants in comparison expressions with bind values.
Reporter:
EnhancementJDOOQL
1792Martin FuchsWerner GuttmannHandling of SQL parameter binding and their order is now completely handled by SqlBindParser.
Reporter:
BugJDOOQL
1788Martin FuchsWerner GuttmannAdded support for SQL parameters as part of IN statements in WHERE clauses.
Reporter:
EnhancementJDOOQL


Release 0.9.6 RC1

Description:Mainly bug fixes, but also contains enhancements in Castor JDO, XML.
released:November 08, 2004
managed by:Werner Guttmann

Download & installation instructions

Please note that we are providing the usual suspect (binaries, docs and sources) for this release at the Exolab FTP server. We recommend, though, to download the complete package, as the HTML docs at the main Castor site have not been updated, and build the documentation yourself.

Changes

Format of the JDO configuration file

Due to various internal refactorings, we decide to change the syntax of the JDO configuration file, adding a new root element named <jdo-conf> and elements to declare transaction demarcation semantics. Here's a sample of Castor JDO running against mySQL (with local transactions).

<?xml version="1.0"?>
<!DOCTYPE jdo-conf PUBLIC
    "-//EXOLAB/Castor JDO Configuration DTD Version 1.0//EN"
    "http://castor.exolab.org/jdo-conf.dtd">

<jdo-conf>
    <database name="test" engine="mysql" >
        <driver url="jdbc:mysql://localhost/test"
                class-name="org.gjt.mm.mysql.Driver">
            <param name="user" value="test" />
            <param name="password" value="test" />
        </driver>
        <mapping href="mapping.xml" />
    </database>
    <transaction-demarcation mode="local" />
</jdo-conf>
				

Configuration of JDBC Datasources

When setting up JDBC DataSources to be used with Castor JDO, configuration of parameters now needs to occur as a sequence of <param> elements rather than one <params> element. This is to stream-line the way these JDBC resources are configured.

What used to be

<data-source class-name="com.sybase.jdbc2.jdbc.SybDataSource">
    <params user="thomas"
            password="thomas"
            port-number="2048"
            server-name="Dual1"
            database-name="thomas" />
</data-source>
				

before this release, now needs to be specifed as follows:

<data-source class-name="com.sybase.jdbc2.jdbc.SybDataSource">
    <param name="user" value="thomas" />
    <param name="password" value="thomas" />
    <param name="port-number" value="2048" />
    <param name="server-name" value="Dual1" />
    <param name="database-name" value="thomas" />
</data-source>
				

Please note the use of hyphens in the naming of properties. In other words, in order for Castor to set the value of the portNumber property of the SybDataSource to '2048', please use the following <param> element

    <param name="port-number" value="2048" />
   				

rather than

    <param name="portNumber" value="2048" />
   				

as shown in the pooling documentation for previous releases.

Transaction demarcation

A new way of configuring transaction demarcation has been added. This configuration is now part of the main JDO configuration file (jdo-conf) and mandates the specification of the transaction demarcation used within your application.

As part of this configuration file, the user has to specify which transaction demarcation to use. This can either be 'local' or 'global', and is supplied by the use of a <transaction-demarcation> element.

Local Mode

When using Castor JDO stand-alone and you want Castor to control transaction demarcation ('local' mode), please use this element as follows:

<transaction-demarcation mode="local" />
				

Global Mode

When running inside a J2EE application server, and you want to use container managed transactions ('global' transactions), please make sure you use this element as follows:

  <transaction-demarcation mode="global">
    <transaction-manager name="jndi" />
  </transaction-demarcation>
				

In this mode, the XML element <transaction-manager> specifies the transaction manager that is used by your application server/web container to control these transactions.

The following transaction managers are supported in Castor at the time of the release of Castor 0.9.6:

NameDescription
jndiTM looked up in the JNDI ENC
websphereIBM WebSphere 4 and previous releases
websphere5IBM WebSphere 5
websphere51IBM WebSphere 5.1

In addition to specifying the transaction manager name, it is possible to pass arbitrary name/value pairs to the transaction manager instance.

Note: At the moment, only the JNDI transaction manager factory supports such an attribute. In this context, the jndiEnc attribute can be used to specify what JNDI ENC to use to lookup the transaction manager as shown below:

  <transaction-demarcation mode="global">
    <transaction-manager name="jndi">
      <param name="jndiEnc" value="java:comp/env/TransactionManager" />
    </transaction-manager>
  </transaction-demarcation>
				

Using timezone information when accessing date/time/timestamp data

Castor will use the JDBC ResultSet.getDate(int, Calendar) and related methods which take a Calendar object to specify the timezone of the data retrieved from the database when the timezone information is not already specified in the data; this ensures that the 'current' timezone is applied.

The default time zone can be configured in the castor.properties file; see the configuration section for details on how to configure Castor with information about your default time zone. To change the timezone to a different timezone than the default, please set a (different) value on the org.exolab.castor.jdo.defaultTimeZone property:

# Default time zone to apply to dates/times fetched from database fields,
# if not already part of the data.  Specify same format as in
# java.util.TimeZone.getTimeZone, or an empty string to use the computer's
# local time zone.
# org.exolab.castor.jdo.defaultTimeZone=
org.exolab.castor.jdo.defaultTimeZone=GMT+8:00
				

New features

JDO configuration without a file and JDoConfFactory

As part of this release, we have added a way to configure Castor JDO without the need to provide an XML configuration file. As such,

JDO.setConfiguration(JdoConf)
				

has been provided to pass in an instance of JdoConf. Too assist users of this new approach in creating JdoConf instances, please have a look at org.exolab.castor.jdo.util.JdoConfFactory.

Resetting database configurations

In order to clear all previously registered Castor Database configurations you can now call the new function org.exolab.castor.jdo.engine.DatabaseRegistry.clear(). This is for example usefull, if you want to log on using a user supplied login name and database connection. It is especially needed if it's possible to change the login password of the database login account in interactive applications.

CacheManager

With this release, we have decided to remove several methods related to clearing caches (partially) from Database(impl).java. Instead, we have created a new CacheManager class in the util package that can be obtained from a Database instance as follows:

Database db = jdo.getDatabase();
CacheManager manager = db.getCacheManager();
				

Once such an instance has been obtained, cache content can be cleared (partially) using one of several CacheManager?.clearCache() methods. In addition, users might inquire about whether an object is currently cached (or not) by using CacheManager.isCached (Class, Object).

Details about the functionality provided by this new class can be found in the HTML docs and/or Javadocs.

OQL - Support for LIMIT/OFFSET clauses

On a selected number of RDBMS, Castor JDO now supports the use of LIMIT (and OFFSET clauses) as follows:

OQLQuery query =
   db.getOQLQuery ("select a from Account order by id limit $1 offset $2");
query.bind (10);
query.bind (5);
OQLResults results = query.execute();
				

This will select accounts 6 to 15, given that numbers for account ids start at 1.

As per this release, the following RDBMS have full/partial support for this new feature.

RDBMSLIMITOFFSET
postgreSQLYesYes
mySQLYesYes
Oracle - 1)YesYes
HSQLYesYes
MS SQLYes-
DB2Yes-

1) Oracle has full support for LIMIT/OFFSET clauses for release 8.1.6 and later.

OQL - bind variables in combination with "IN" operators

Previously it was only possible to use OQL WHERE statements with "IN" operators of the following form:

"... WHERE DNAME in list(1, 2, 3)"
"... WHERE DNAME in list(\"SALES\", \"TEST\", \"ABC\")"
"... WHERE DNAME in list(\"ABC\", nil)"
				

To make it easier executing dynamic queries, it's now also allowed to use bind variables, for example:

"... WHERE DNAME in list($1, $2)"
				

Add your own cache implementation

If you are not satisfied with Castor's set of performance caches, we've added a way for you to provide you own cache implementationa and register it with Castor.

To provide a custom cache implementation, you need to

  1. Create a class that implements org.exolab.castor.persist.cache.Cache (we have provided an abstract base class that you can use at your convenience).
  2. Create a class that implements org.exolab.castor.persist.cache.CacheFactory (we have provided an abstract base class that you can use at your convenience).
  3. Register your custom cache implementation with Castor JDO in the castor.properties file.

Detailed instructions can be found in the package.html file of the org.exolab.castor.persist.cache package.

Castor Source Generator Ant Task

The Castor Source Generator Ant Task has been added to the CVS tree. Below is an example of how to use it from within an Ant build descriptor:

  <target name="castor:gen:src" depends="init"
    description="Generate Java source files from XSD.">

    <taskdef name="castor-srcgen"
      classname="org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask"
      classpathref="castor.class.path" />
    <mkdir dir="${gen.src.d}" />
    <castor-srcgen file="${schema.d}/books2.xsd"
      todir="${gen.src.d}"
      package="com.sourcebeat.castorlive.xmodel"
      types="j2"
      warnings="false" />
  </target>
				

The only requirement is that the castor-srcgen-ant-task.jar must be on the CLASSPATH.

New features - experimental

JDO2 - a new approach

Due to a couple of inconsistencies in the interface of the JDO class, we have decided to refactor this class and provide users with a much improved way of configuring and instantiating JDO instances (as explained below). To provide backwards-compatibility, we have created a new JDO2 class and left the old untouched.

To create a Castor JDO instance (based upon a XML configuration file), users need to execute code similar to the following lines:

JDO2.loadConfiguration ("jdo-conf.xml");
JDO2 jdo = JDO2.createInstance ("test");
				

Similar to what the old interface used to be, a couple of overloaded loadConfiguration() methods are provided, to allow specification of class loaders and XML entity resolvers.


Bug Fixes And Issues Addressed
IdDateFixed byCommitted by DescriptionTypeProjectModule
----20041104Keith ViscoKeith Visco Added support for namespace to package mappings on the Unmarshaller and UnmarshalHandler. This basically fixes issues where Castor can't find the right package to look for classes during unmarshalling. This is main for those people using generated source code, as using a mapping file you must specify the packages and namespaces appropriately.
Reporter:
BugXMLXML
----20041104Keith ViscoKeith Visco Fixed bug in SourceGenerator where class names for SimpleType instances with Enumeration facets were not getting resolved properly.
Reporter:
BugXMLXML
1790Martin FuchsWerner GuttmannAdded additional debug statements during binding of SQL parameters.
Reporter: Martin Fuchs
BugJDOOQL
151720041028Werner GuttmannWerner GuttmannAdded a new isCached() method to CacheManager.
Reporter:
BugJDOCaching
126220041020Jack WarnerWerner Guttmann Castor JDO now uses timezone information when reading date/timestamp/time data from the RDBMS.
Reporter:
BugJDOCore
176720041019Ralf JoachimWerner Guttmann Updated src/tests/jdo/oracle.xml and src/tests/jdo/postgresql.xml to be in-line with new grammar.
Reporter:
BugJDOCore
176420041018Martin FuchsWerner GuttmannExtends new SQL parameter binding code to SimpleQueryExecutor.
Reporter:
BugJDOOQL
176320041013Werner GuttmannWerner Guttmann Improved exception handling in the persist.cache package, by ensuring proper exception chaining.
Reporter:
BugJDOCaching
162820041011Werner GuttmannWerner Guttmann Brought configuration of <data-source> in line with <driver>, switching from <params> to a sequence of <param> elements.
Reporter:
BugJDOConfig
88520041007Bruce SnyderBruce Snyder Added the Castor Ant Task and an Ant target to the build jar.
Reporter:
EnhancementJDOCore
175720041006Werner GuttmannWerner Guttmann Added core/** package and children to castor-xml.jar.
Reporter:
BugJDOCore
175520041006Werner GuttmannWerner Guttmann Brought jdo-conf.dtd in-line with XML Schema instance, making <transaction-demarcation> required.
Reporter:
BugJDOConfig
168520041005Keith ViscoKeith Visco Fixed StackOverflowError that was occuring at certain times during container processing if the input XML was invalid.
Reporter: qiu, hong
BugXMLXML
159420041005Werner GuttmannWerner Guttmann Added new (experimental) JDO2.java, adding factory method for instantiation, removing public constructor, changing way of loading configuration.
Reporter:
EnhancementJDOCore
159220041004technicallyrational ATyahoo DOTcomKeith Visco DecimalValidator was not taking into account a leading sign ('+' or '-').
Reporter: technicallyrational ATyahoo DOTcom
BugXMLXML
143520041004Matt CaswellWerner Guttmann Fixed problem with finding add<FieldName>() method.
Reporter:
BugJDOCore
----20041002Werner GuttmannWerner Guttmann Framed <driver>, <data-source> and <jndi> elements in jdo-conf.xsd with an <xsd:choice> to indicate that at any time only one should be present.
Reporter:
EnhancementJDOConfig
175220040928Martin FuchsWerner Guttmann Re-enabled support for LIMIT clauses for MS SQL Server.
Reporter:
BugJDOOQL
154820040927Werner GuttmannWerner Guttmann Changed Log4J configuration to use XML file (log4j.xml).
Reporter:
EmhancementJDOConfig
172320040916Marco SoeimaKeith Visco Initial support for xsi:nil. xsi:nil support is not complete with these patches, but it was worth checking them in as it gets us closer to completion.
Reporter: Marco Soeima
EnhancementXMLXML
166620040910David ThalKeith Visco UnmarshalState._markedList Vector is a performance bottleneck, replaced by a by HashSet.
Reporter: David Thal
EnhancementXMLXML
165820040910Chris GiordanoKeith Visco Fixed Whitepspace handling where whitespace was not preserved for container objects.
Reporter: Chris Giordano
BugXMLXML
163420040910Keith ViscoKeith Visco Whilespace was not getting preserved correctly during unmarshalling when parser splits up calls to the UnmarshalHandler#characters method.
Reporter: David Green
BugXMLXML
----20040910Keith ViscoKeith Visco Updated the Marshaller to use ContentHandler directly instead of wrapping in a ParserAdapter. Users Marshalling to a ContentHandler should see a significant speed up when Marshalling.
Reporter:
EnhancementXMLXML
----20040910Keith ViscoKeith Visco Fixed a bug in the Marshaller with the xsi:type logic not being strict enough. Sometimes the Marshaller was not adding xsi:type when it was needed. I've modified this logic a bit to make it output xsi:type more often in order to preserve round tripping.
Reporter:
EnhancementXMLXML
172720040909Werner GuttmannWerner Guttmann Added DB2-specifc support for the OQL LIMIT clause.
Reporter:
EnhancementJDOOQL
172020040909Werner GuttmannWerner Guttmann In the case a RDBMS does not support the LIMIT/OFFSET clauses, a SyntaxNotSupportedException is thrown.
Reporter:
BugJDOOQL
122120040812Lance LavandowskaWerner Guttmann Added the ability to specify an OFFSET clause with LIMIT clauses. This patch provides support for postgreSQL, mySQL and HSQL only.
Reporter:
EnhancementJDOOQL
????20040811Werner GuttmannWerner Guttmann Added example to src/examples/MappingTool to demonstrate the use of the MappingTool.
Reporter:
EnhancementXMLMapping tool
169020040806Werner GuttmannWerner Guttmann Improved exception handling for the transactionmanager package.
Reporter:
BugJDOCore
165120040607Werner GuttmannWerner Guttmann Added XML prefixes to various files in src/examples and src/tests/jdo.
Reporter:
JDOTests
140220040607Werner GuttmannWerner Guttmann Added code to handle extend relationships where no additional fields are added. For such cases, no STORE SQL statement will be generated (and used).
Reporter:
BugJDOCore
164120040607Werner GuttmannWerner Guttmann Upgraded JUnit to version 3.8.1.
Reporter:
EnhancementJDOCore
153420040513Werner GuttmannWerner Guttmann Added code to allow users to use their own cache implementation with Castor. In general, available cache implementations are now specified in castor.properties.
Reporter:
EnhancementJDOCaching
????20040502Werner GuttmannWerner Guttmann Reworked the mailing list guidelines. Added various sections re: cross-posting, etc.
Reporter:
EnhancementALLCore
158820040406Werner GuttmannWerner Guttmann Introduces various checks and additional exception handling wrt to using TimeStampables.
Reporter:
BugJDOCore
158520040330Werner GuttmannWerner Guttmann Added separate build folders for src/tests and src/examples to the Eclipse project files.
Reporter:
BugALLBuild
156620040319João Luis PintoWerner Guttmann Updated Eclipse related project files.
Reporter:
BugAllBuild
122120041001Martin FuchsWerner Guttmann Added support for LIMIT/OFFSET clauses for HSQL, and extended HSQL-specific test case.
Reporter:
EnhJDOOQL
173720041001Ralf JoachimWerner Guttmann Added support for registering TxSynchronizable instances via castor.properties.
Reporter:
EnhJDOCore
120920040930Ralf JoachimWerner Guttmann Added a new converter boolean(true)->numeric(-1) to cover MS Access' way of storing boolean values.
Reporter:
BugJDOCore
175120040928Ralf JoachimWerner Guttmann Added Castor JDO test TC20b to mySQL and sapdb categoeries (incl. additions to the SQL DDL).
Reporter:
Enh.JDOTests
173320040927Martin FuchsWerner Guttmann Added support for RDBMS-specific meta data in general. This is currently used within OracleQueryExpression to support the LIMIT clause implementation for Oracle 8.1.6 and above only.
Reporter:
Enh.JDOCore
173220040927Martin FuchsWerner Guttmann Added support for LIMIT/OFFSET clauses for Oracle, and fixed problems with mySQL implementation (ordering of parameters).
Reporter:
BugJDOOQL
168920040923Nick StuartWerner Guttmann Added code to support is<FieldName>() methods for boolean properties in addition to standard getter.
Reporter:
BugJDOCore
1655200409017Dave EcclestonWerner Guttmann Improved debug statements during create operations, showing the actual SQL generated with values bound.
Reporter:
BugJDOCore
1713200409017Gregory BlockWerner Guttmann Fixed problem in FieldMolder when dealing with addXXX() methods on fields of type collection.
Reporter:
BugJDOCore
168920040917Martin FuchsWerner Guttmann FieldMolder now looks for is<FieldName>() methods for boolean properties, in addition to standard get<FieldName>() methods.
Reporter:
BugJDOCore
170420040917Stein M. HugubakkenWerner Guttmann Fixed problem with loading classes (resulting in IllegalArgumentException) by properly handling ClassNotFoundExceptions.
Reporter:
BugJDOCore
151120040917Martin FuchsWerner Guttmann Added functionality to clear/reset the database configuration. Added functionality to configure Castor JDO via an in-memory JDOConf instance (plus a factory class for creating JdoConf instances).
Reporter:
EnhJDOCore
150720040915Stein M. HugubakkenWerner Guttmann Fixed problem using the HighLowKeyGenerator with the same-connection attribute set to 'true'.
Reporter:
BugJDOCore
163520040901Stein M. HugubakkenWerner Guttmann Provided a patch to initialize array(s) with the correct size, rather than hardcoding the value '10'.
Reporter:
BugJDOCore
151820040902Stein M. HugubakkenWerner Guttmann Fixed problem with delayed removal of cache entries when deleting objects.
Reporter:
BugJDOCore
144520040911Stein M. HugubakkenWerner Guttmann Added clearCache() method to CastorTestCase, and fixed a problem in test data setup in src/tests/jdo/OqlExtends.java
Reporter:
BugJDOTests
159520040906Stein M. HugubakkenWerner Guttmann Added CacheManager (and DatabaseImpl.getCacheManager() method) to allow users to selectively flush the Castor performance cache(s).
Reporter:
EnhJDOCore
172220040901Stein M. HugubakkenWerner Guttmann Moved CastorException to org.exolab.castore.core.exceptions. In addition, PersistenceException now derives from CastorException.
Reporter:
BugJDOCore
169620040817Martin FuchsWerner Guttmann Fixed NPE in SQL CALL statements with master/detail relation.
Reporter:
BugJDOCore
167720040811Martin FuchsWerner Guttmann Updated list of available mapping types.
Reporter:
BugJDOCore
170820040817Stein M. HugubakkenWerner Guttmann Added (general JDO) Utils class.
Reporter:
BugJDOCore
144520040607Stein M. HugubakkenWerner Guttmann Fixed various small problems with SQL DDLs in src/tests/jdo.
Reporter:
BugJDOTests
150820040629Stein M. HugubakkenWerner Guttmann Refactored code, applying strategy pattern.
Reporter:
BugJDOCore
155420040420Stein M. HugubakkenWerner Guttmann Fixes a memory leak with the linked-list implementation by removing LinkedList completely; uses the Hashtable directly, resulting in much better performance. ValuesEnumeration no longer use a Vector, but intercepts the initial enumeration to provide the values.
Reporter:
BugJDOCore
157320040330Stein M. HugubakkenWerner Guttmann This improves code quality for the complete jdo package (except conf.*) by removing unused import statements and local variables.
Reporter:
BugJDOCore
171420040817Gregory BlockWerner Guttmann Added log statement to identfy problems with missing collection.
Reporter:
BugJDOCore
159720040408Emir CausevicWerner Guttmann
Reporter:
160520040429Emir CausevicWerner Guttmann Brought test setup for SAP DB in-line with test requirements.
Reporter:
BugJDOTests
160520040429Emir CausevicWerner Guttmann Brought test config file for SAP DB in-line with XML Schema.
Reporter:
BugJDOTests
160720040428Emir CausevicWerner Guttmann Added test for IdentityKeyGenerator to SAP DB test suite.
Reporter:
EnhJDOTests
160620040427Emir CausevicWerner Guttmann Fixed problem with incorrectly quoting non-function names for SAP DB.
Reporter:
BugJDOCore
160720040427Emir CausevicWerner Guttmann Added support for SAB DB to IdentityKeyGenerator.
Reporter:
BugJDOCore
160520040427Emir CausevicWerner Guttmann Fixed various problems related to the setup of JDO test data with SAP DB.
Reporter:
BugJDOTests
170020040805unknownWerner Guttmann Fixed problem with 'select count(*) ...' statement with HSQL.
Reporter:
BugJDOCore
170920040806Donnie ArmstrongWerner Guttmann Added new TransactionManagerFactory for IBM WebSphere 5.1.
Reporter:
EnhJDOCore
164820040607Nick StuartWerner Guttmann Added code to extend the message generated for ObjectModifiedExceptions.
Reporter:
BugJDOCore
106720040526Werner Guttmann Fixed a problem with class loading in various places of ParamInfo by passing a ClassLoader instance during instantiation.
Reporter:
BugJDOCore
----20040516Patrick vanKannWerner Guttmann Fixed an incorrectly coded equality check related to global transaction demarcation.
Reporter:
BugJDOCore
136820040428Tim O'BrienWerner Guttmann Small (mostly syntactical) changes to src/doc/jdo-faq.xml. Added a reference to XPath as well.
Reporter:
BugAllDocu
1092Rhett SutphinWerner Guttmann Fixed default namespace declaration, changed some small syntax issues.
Reporter:
BugJDOCore
161520040426unknownWerner Guttmann Fixed a typo in a debug statement (wrong message resource key used).
Reporter:
BugJDOCore
160120040421Tomasz PiontekWerner Guttmann Added code to support org.exolab.castor.types.Duration as a native type in Castor JDO. Added convertors for type conversion org.exolab.castor.types.Duration <-> java.lang.Long.
Reporter:
EnhJDOCore
156820040319João Luis PintoWerner Guttmann Streamlines Eclipse related project files.
Reporter:
BugAllEclipse
????20040323Werner GuttmannBruce Snyder Added many enhancements to the tx mgr API including code improvements, jdo-conf.xsd changes, dynamic code generation using Castor XML as well as a refactored Ant build descriptor.
Reporter:
EnhJDOCore
156320040323Keith ViscoBruce Snyder
Reporter:
BugAllCore
170520040804Bruce SnyderBruce Snyder DuplicateIdentityExceptions not reported correctly when using PostgreSQL.
Reporter:
BugJDOCore

For all the previous releases, the release notes can be found here.

 
   
  
   
 


Copyright � 1999-2005 ExoLab Group, Intalio Inc., and Contributors. All rights reserved.
 
Java, EJB, JDBC, JNDI, JTA, Sun, Sun Microsystems are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and in other countries. XML, XML Schema, XSLT and related standards are trademarks or registered trademarks of MIT, INRIA, Keio or others, and a product of the World Wide Web Consortium. All other product names mentioned herein are trademarks of their respective owners.