12
I Use This!
Activity Not Available

News

Analyzed over 1 year ago. based on code collected almost 5 years ago.
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 ... [More] dates but I can tell from context that they are off by several days or months. Also, sometimes a list of records, sorted by date, is obviously out of ... [Less]
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 ... [More] I use wtp to publish my project on apache or jboss servers. Well, now I'll try to describe my problem: When I start server eclipse ... [Less]
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) ... > ... [More] at > org.jpox.state.StateManagerImpl.replaceFields(StateManagerImpl.java:2882) > at > ... [Less]
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 ... [More] Failed = 0 Number of Tests with Errors = 0 ******************************************************************************** [/code] Only one ... [Less]
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 ... [More] 234233 2005-05-16 Maier 19 Y 42 cdverleih 2342333 2005-05-16 keiner 20 N 151 cdverleih 2342333 2005-05-16 keiner 20 Y ... [Less]
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 ... [More] storage layer. I know that JDO 2.0 does not address neither nested transactions nor savepoints. However, I'd be very glad if a step in this ... [Less]
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 ... [More] xercersImpl.jar, it works fine. however, now the schematool fails: [i]Exception in thread "main" java.lang.NoClassDefFoundError: ... [Less]
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.