Posted
over 16 years
ago
Hello,
I am trying use JPA for persistence of authorization records in the database, and JPOX as an implementation of the JPA.
I have observed certain behavior related to the OneToMany/ManyToOne bidirectional relationship, that I think is a
|
Posted
over 16 years
ago
I just fixed "bug of the century" for our customers by calling refreshAll prior to beginning the transaction at the start of each HTTP request (in expojo's servlet filter) so that now when customers preview their site they see all the changes they've
|
Posted
over 16 years
ago
The question is how to set up the logging configuration using JDK logger for Maven plugin's enhance goal
(I'm using the M2 plugin, but I guess it applies to the Maven1 plugin as well).
Rationale: the ASM enhancer is too verbose, IMHO, using INFO
|
Posted
over 16 years
ago
Hi all,
I would appreciate your help on the following problem:
I have two abstract classes, [b]LineDocument [/b]and [b]Line[/b]. [b]LineDocument [/b]contains a map of [b]Line[/b].
Now there are various class pairs, each implementing one of
|
Posted
over 16 years
ago
I have 3 classes (classA, classB, classC) wich implements an interface (AInterface). A Container (ContainerA) has a HashMap. I prepared following JDO-Metadata:
|
Posted
over 16 years
ago
I am using MySQL as my datastore. When I run a jpox program, I encountered many such messages in the log4j log file:
008-08-12 09:00:45,182 WARN [] Datastore.Retrieve - Object with id "70368759372906[OID]" not found !
The msg type is WARN but
|
Posted
over 16 years
ago
Hi,
there has been some moving around of parent pom.xml files. Unfortunately, for subversion they weren't really moved, but deleted and then added without history. Probably the files' history got lost by mistake?
Anybody checking into SVN
|
Posted
over 16 years
ago
Hey there,
I'm using DataNucleus with a Derby database as datasource to which I connect using the following properties:
[code]datanucleus.ConnectionDriverName="org.apache.derby.jdbc.EmbeddedDriver"
datanucleus.ConnectionURL="jdbc:derby:mydb;create=true"
datanucleus.ConnectionUsername=""
datanucleus.ConnectionPassword=""
...
|
Posted
over 16 years
ago
Using jpox 1.2.0 w/DB2 v8
I have some legacy fields that in DB2 are defined CHAR FOR BIT DATA. DB2 reports the field's data type as BINARY. I don't see a BINARY mapping in the rdbms plugin.xml, although there is a VARBINARY.
What I've done is
|
Posted
over 16 years
ago
I am currently trying to setup an Maven2 POM using the latest beta 5, version 1.2.0 of JPOX. But getting errors due to missing artifacts. The issue is with the POM files for the jpox version 1.2.0-beta-5 files checked into the Maven repository.
|