Posted
almost 17 years
ago
Hi All,
I have made quite a bit of progress but am fighting an issue with the database field on the AddGeometryColumn function.
For the Point type, I am expecting the following:
[code]select AddGeometryColumn([b]'gpswork',[/b] 'waypoint2'
|
Posted
almost 17 years
ago
Hi,
I have a Problem using anything else than 'int' as single primary key with application-identity. If I try to retreive an object by its id (that is not of type int) from the db, it always sais: [code]org.jpox.exceptions.JPOXException:
|
Posted
almost 17 years
ago
Hey Guys,
First, congratulations on 1.2.0-final and 1.2.1!
When I downloaded it and tried to get it to work with WAS 6.1, it looks like there was a small change introduced in the way jpox loads plugins using the NonManagedPluginRegistry.
In
|
Posted
almost 17 years
ago
Hi guys,
We've been running fine with the 2008-03-11 snapshot but because we've encountered an unknown problem with members not being removed from collections, we've tried updating to the 2008-04-04 snapshot to see if this makes any difference.
|
Posted
almost 17 years
ago
Hi, Although I look for any solution in the documentations about my problem , I cannot find any clue.
My problem is about persistence-by-reachability.
Now I have the classes below
class A {
private B b;
}
class B {
}
and metadata for A class includes :
Now I want to ...
|
Posted
almost 17 years
ago
I'm developping a rcp app using jpox.
I followed the instructions on the following post
http://www.jpox.org/servlet/wiki/pages/viewpage.action?pageId=1179712 on how to use JPOX inside RCP. Everything worked pretty well, however i lost the log4j
|
Posted
almost 17 years
ago
I'm trying to use JPOX from within an Eclipse plugin, all the jars jdo2-api-2.1.jar, jpox-core-1.2.1.jar, jpox-rdbms-1.2.1.jar, etc. are on the runtime classpath of the plugin.
Of course I get the obligatory exception that appears to be a
|
Posted
almost 17 years
ago
Hi,
I wrote the following utility, that performs some basic CRUD operations, in a ... generic way, and hopefully you 'll find useful for your jdo projects.
However, the loadAll() method has some strange behaviour from time to time, other times
|
Posted
almost 17 years
ago
Hi,
I have a question about final fields.
I declare a field that contains a Custom Object and I create an Instance direktly like this [code]@Serialized
public final MyObject myObject = new MyObject();[/code] MyObject is PersistenceCapable and
|
Posted
almost 17 years
ago
Hi again,
I just got an error using the enhancer with the hint to look into the log file but there was nothing in it.
I first had to change the loglevel of everything (because I had no clue where the error happens) to DEBUG before I was told
|