|
Posted
almost 19 years
ago
[url=http://www.devx.com/Java/Article/33768/1954?pf=true]Link to article[/url]
|
|
Posted
almost 19 years
ago
I have been having intermittent problems with corrupted dates. I will find dates in the database sometimes with wildly wrong values (years like 1900 or 2076, times like 32:25:18 ), and sometimes with more subtle problems – they look like reasonable
|
|
Posted
over 19 years
ago
Hello,
I'm using JPOX IDE to create automatically package.jdo and enhancement my webapp.
I'm using this IDE how documentation says, but I can't publish my webapp on my server. In fact, I have developed this project as "Dinamic Web Project" and
|
|
Posted
over 19 years
ago
hi,
when trying to detach an object and its linked elements list I get an :
Internal error
>
> java.lang.ClassCastException: java.util.ArrayList at
> org.myPackagesChain.impl.MyClassImpl.jdoReplaceField(MyClassImpl.java)
...
>
|
|
Posted
over 19 years
ago
The JPA implementation has started.
The current JPA TCK test results are:
[code]
********************************************************************************
Completed running 1 tests.
Number of Tests Passed = 1
Number of Tests
|
|
Posted
about 20 years
ago
http://www.jpox.org/docs/polepos/results/html/index.html
|
|
Posted
about 20 years
ago
Hi all,
I hope somebody could help me with the following problem:
When I send this SQL:
select * from "KASSENBELEG" where "DATUM" >= '2005-05-16' and "DATUM" <= '2005-05-16'
to HSQL-Database I get the following result:
41 testlauf
|
|
Posted
over 20 years
ago
Finally and thanks to the kind support, I got my JDO implementation running and it passes all my testcases.
However, one set of test cases requires nested transactions which I simulate by savepoints in my PostgreSQL 8.0 specific realization of the
|
|
Posted
almost 21 years
ago
when i attempt to run the samples tutorial with the same JARs i use to compile the tutorial, i get:
[i]javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found[/i]
if i include
|
|
Posted
almost 21 years
ago
Hi,
JPox with Derby maps byte[] to "LONG VARCHAR FOR BIT DATA", which is bad (for me) because that type can hold a maximum of 32,700 bytes, and I need ~2MB.
BLOB would be better, but that requires a length argument. Is there any way I can get a byte[] field mapped to a BLOB column with a certain length?
Thanks,
J�rg.
|