Posted
over 16 years
ago
Hello, everyone. Please, take a look at this snippet if you have spare time.
All works fine provided these two classes and meta-data below is used:
[code]public class A {
private String name;
public String getName() {
return name;
}
|
Posted
over 16 years
ago
JPOX 1.2.3 is released (core, rdbms, enhancer, java5 plugins). This is a bug fix release. It fixes some issues with detachment, List.remove(int) SCO access, SCO Maps, use of application identity where the PK was not at the start of the class, and
|
Posted
over 16 years
ago
Hey,
tried to get the tutorial from the website with db4o to run - quite unsuccessful and frustrating UNTIL I spotted that the website
|
Posted
over 16 years
ago
Hello *,
I just gave the newest nightly build a try. Unfortunately, there are some problems which did not occur before (with the nightly build of 2008-06-18):
[b][u]Problem 1: Transaction is not active[/u][/b]
[color=red]2008-07-21
|
Posted
over 16 years
ago
Hello,
I switched with my project to the new CR1 of JBoss 5.0. I'm new to DataNucleus or JPox. The datanucleus-jca archive (or jpox-jca) works in Jboss 4.x but in Jboss 5.0 it does not work togesser with the new vfsfile protocoll. It looks like a
|
Posted
over 16 years
ago
Hello,
I am relatively new to JDO and would like to use DataNucleus for a future project.
I have installed Access Platform 1.0 M3 and wanted to try out the examples from datanucleus-samples-jdo-tutorial-1.0.0.m1-src.zip.
I used ANT to build the
|
Posted
over 16 years
ago
I'm persisting some classes that were generated by JAXB from an XML schema that I do not control (JPOX 1.2.2, MySQL back end). One of the fields is a String in the generated class but really represents an integer value, so I wish to map it into the
|
Posted
over 16 years
ago
1.0.0 Milestone 2 is a very minor bug fix release only affecting people using "persistence-unit" as input to Enhancer/SchemaTool.
It can be downloaded from SourceForge or the [url=http://www.jpox.org/downloads/eclipse-update/]DataNucleus "eclipse-update" site[/url]
|
Posted
over 16 years
ago
In JPOX we had a relationship implemented as a TreeSet and everything worked fine but now with DataNucleus we get
[b]java.lang.ClassCastException: org.datanucleus.sco.backed.Collection cannot be cast to java.util.SortedSet[/b]
[code]public
|
Posted
over 16 years
ago
Rough outline of release dates are :-
[u][b]JPOX[/b][/u]
[i]JDO2.0/JDO2.1/JPA1 capabilities for RDBMS and db4o[/i]
[b]1.2.3[/b] - sometime before 23rd July 2008. Bug fixes only. Likely the last JPOX release. If you want future releases then your
|