12
I Use This!
Activity Not Available

News

Analyzed 8 months ago. based on code collected about 4 years ago.
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 ... [More] bug, but before submitting a bug report I would like to discuss it here to see if this is actually a bug in my code. I have 3 classes. ... [Less]
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 ... [More] made but..... Now I get this exception on (frequent) occassions: [code]javax.jdo.JDOUserException: One or more instances could not ... [Less]
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 ... [More] level instead of DEBUG e.g. (see: [url=http://www.jpox.org/servlet/forum/viewthread?thread=4398#27551]recent thread[/url]). While ... [Less]
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 ... [More] these two classes: Order and OrderLine, Offer and OfferLine, Inquiry and InquiryLine, etc. Each implementation of [b]Line [/b]stores a reference ... [Less]
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 ... [More] the msg seems to imply something serious, yet my program seems to work properly. Where should I start ... [Less]
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 ... [More] , PLEASE make sure that SVN history doesn't get lost when moving files, as that's the main point of using SVN at all! Thanks, Jörg [Less]
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 ... [More] create a BinaryRDBMSMapping class, and created a plugin.xml, but I'm a little confused on where to put the new element. If I put it ... [Less]
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. ... [More] There dependencies are incorrectly defined for the eclipse osgi dependencies. Yes, I know I can solve this issue be downloading these and installing ... [Less]