Posted
over 16 years
ago
JPOx 1.2.3 maps Java boolean to DB2 (9.1) char and PostGreSQL (8.3.3) bool, while the JDO specification (2.1 page 218 "Table 8: Default jdbc-type") specifies the default is BIT.
The consequence is our direct queries such as "where
|
Posted
over 16 years
ago
DB2 has a known limitation of using CLOB, LongVarChar & long VarChar in
". A SELECT DISTINCT statement
. A GROUP BY clause
. An ORDER BY clause
. A column function with DISTINCT
. A SELECT or VALUES statement of a set operator other
|
Posted
over 16 years
ago
after a few teething problems i now have the basic persistence framework up and running.
i have two simple classes, lets call them Cass1 and Class2
if i persist an instance of Class1 by itself, it works just fine. if i persist an instance of
|
Posted
over 16 years
ago
Given
SchemaTool 1.2.3 generates
DESCRIPTION_X CLOB(1073741824)
for DB2 (9.1). However DB2 9.1 complains
Error Code: -355 state: 42993
How to limit CLOB length please? JPOx 1.2.3 doesn't seem taking "column/@length", and no RDBMS property silimar to ...
|
Posted
over 16 years
ago
We have about 1200 tables, however "SchemaTool -create" misses 30 tables or so. I've tried on PostGreSQL (8.3.3), DB2 (9.1) & Oracle, same result :-(
My current work-around is to run the exactly very same Schema Creation 10 times and merge all
|
Posted
over 16 years
ago
I'm trying to migrate from eclipse 3.2 to eclipse 3.4 and from jpox to datanucleus. My app is an rcp application and i have deployed all datanucleus jars as eclipse plugins like i did on 3.2, however i have a plugin (jdo2) that doesn't get recognized
|
Posted
over 16 years
ago
The manual describes how to store data in Excel sheets, but nothing is said about reading from Excel sheets.
Is this now a one-way process, or can I acces information in existing Excel datastores?
If so, is there a way of iterating over rows, and
|
Posted
over 16 years
ago
When validating an existing schema (in a Firebird DB) I get the following error
[quote]13:44:13,644 (main) DEBUG [DataNucleus.Datastore.Schema] - Validating table : X_COWORKERS
13:44:13,654 (main) DEBUG [DataNucleus.Datastore.Schema] - Execution
|
Posted
over 16 years
ago
Hello Andy,
we have already for quite a while a [color=red]JDOObjectNotFoundException[/color] that occurs only with some certain objects while it does not occur with hundreds of other objects (same code, other data). When retrying with the same
|
Posted
over 16 years
ago
See http://forums.oracle.com/forums/thread.jspa?threadID=676899&tstart=45
[quote]Oracle's strategic Java persistence product going forward is TopLink. Kodo support and maintenance will continue to be available until the product is eventually retired.[/quote]
Another great persistence tool bites the dust seemingly
|