1
vote
1answer
45 views

GAE persisted value not updating in deployed app but locally

Currently I'm working on a small project which involves GAE using JDO, however I seem to have a problem persisting the updated data - the strange thing is it works locally but not in the deployed ...
0
votes
1answer
45 views

Create new object from two tables JDO DataNucleus

I am attempting to create a DTO object by persisting two classes using DataNucleus. The DTO I wish to create: @PersistenceAware DtoObject{ Protected String Id; //populated by Order class ...
0
votes
2answers
29 views

Query does not find persisted object in same transaction

I've got domain objects that look like this: @PersistenceCapable(detachable="true") public class UserData implements java.io.Serializable { @PrimaryKey @Persistent(valueStrategy = ...
5
votes
1answer
84 views

Unsure if I understand TransactionAwarePersistenceManagerFactoryProxy

I am trying to use the org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy in my Spring project, but I am not sure how to use it or whether it's exactly what I am looking for. I ...
1
vote
1answer
171 views

How to persist classes to database using JDO using mysql , got an error

I'm trying to generate tables from persisted classes using JDO 3.1 API. This is my code: class product @PersistenceCapable public class Product{ @PrimaryKey ...
2
votes
1answer
93 views

JDO: How to make a detached object transient?

I'm using DataNucleus 2 JDO implementation. I have a detached object that i must attach, BUT i don't want to attach ALL the fields (in this case, a collection) public class Obj { private String ...
0
votes
2answers
117 views

makePersistent for owned one-to-many rs. not working reliably in JDO

the makePersistent method of the PersistenceManager is not working reliably. one and the same junit-test is working and after a while its failing again?! i have an object that includes a collection of ...
0
votes
1answer
144 views

One-to-many relationship children throw “One or more instances could not be made persistent”

I have two classes, each of which are PersistentCapable- an Event and a Score class. The Event class contains an ArrayList of Scores. I have a method that builds up a List of Events, then tries to ...
0
votes
0answers
35 views

How to refer a key from a class and add it as your key in JDO while adding entry

I am actually new to JDO and using it in the code. I am creating an add operation where, I have to add an entry into two tables such that, for example -> I have to set key of one table and use this ...
0
votes
1answer
176 views

one to many relationship in java google ap engine caused error ?

i have implement a system to save information about user . So i have aggregation at my class so the user class has list from contact class ...etc in the first page "test it's just for register the ...
0
votes
1answer
69 views

Unable to persist object data in Google App Engine (Java)

I'm trying to persist my object but when I look in the dev console, not all of the properties on the objects are set. Some are null and some are missing. What is going wrong?
1
vote
1answer
87 views

detachCopy is working on JDO with ObjectDB?

pm.detachCopy is working? I'm making a Spring + ObjectDB(JDO) program. PersistenceManager#detachCopy returns a transient object despite of @PersistenceCapable:detachable is true. here is a sample ...
0
votes
1answer
1k views

Error while making object persistent

I'm trying to write a Vaadin application on GAE platform with using JDO, and when I want to call this method: public void createUser(String login, String password, String email) { ...
0
votes
1answer
43 views

What is the behaviour of JDO/ORMs when doing a persist() on an object?

Here's my scenario (I'm using datanucleus, JDO, but I think it applies to JPA also): tx.begin(); Dog d = new Dog(); persistenceManager.persist(d); d.setName("Doggie"); tx.commit(); In the above ...
0
votes
2answers
225 views

update in database in JDO using google app engine ..it didn't work?

i need to update some entry in my data base using jdo in java and i use google app engine although i write the code correctly the update didn't work with me ?? this is my code ...
0
votes
2answers
599 views

JDO / Duplicate entry exception

I get an MySQLIntegrityConstraintViolationException when saving an object to my database. I know what this error means, but I cannot work around it. Error: Caused by: ...
0
votes
2answers
328 views

DataNucleus.Persistence - Property javax.jdo.option.spi.ResourceName unknown

I'm using Java Data Objects (JDO) to persist custom Java classes. This works fine, but my log is getting flooded by the following info message when I'm getting or saving objects from/to the store: ...
-1
votes
1answer
229 views

Guice persistence with JDO - weird NPE

I am using Guice with JDO and Datanucleus in my desktop app. I am facing a NPE that I can't fix, so I hope someone can help me :) I am using properly configured H2 db, with schema created and all my ...
3
votes
1answer
1k views

Google App Engine JDO makePersistent latency

I have a problem with the Google App Engine JDO implementation that I cannot figure out. The documentation ...
0
votes
1answer
139 views

JDO/Datanucleus error : Field “…” is declared as a reference type (interface/Object) but no implementation classes of “…” have been found?

I'm new to JDO specification and Datanucleus implementations and i'm struggling right now in my Project with the error described above. What steps will reproduce the Problem: 1- Defining a Class ...
1
vote
1answer
288 views

JDO persistent field is returned null

I am using GAE and GWT to try to create a website, and am trying to use the JDO as a db for the first time. When I add objects to the db I don't get any errors, however, when I try to retrieve those ...
1
vote
0answers
253 views

Multiple One-to-many relationship on java Appengine

In googleappengine using JDO, is it possible to have multiple relationships between a model and another models?: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class User { ...
0
votes
1answer
44 views

Why sometimes my object attributes not updated?

I am using JDO and i am new in that. In every servlet i am creating a new persistent manager and closing it in the end. In most of my servlets everything works fine. but in one of my servlet some ...
0
votes
1answer
107 views

How to change parent of an object in JDO?

I am using JDO and google app engine. I have User class which has an arrayList of area objects. Every area object has an arrayList of Location objects which tells about coordinates. Now i want to move ...
0
votes
1answer
181 views

Cant delete photo in JDO

I'm have a hard time doing this. I have done a db with JDO for google app engine that allows for a registered user to upload a photo. But now i'm trying to delete that same photo and i just cant do ...
3
votes
1answer
184 views

Adding to a collection in google-appengine

So I've been stuck on this problem for about 3 weeks now. I've read this: http://code.google.com/appengine/docs/java/datastore/jdo/relationships.html and it doesn't seem to be working out. Basically I ...
0
votes
1answer
255 views

Queries in Google App Engine using JDOQL

I have problems using an Object-Orient database instead of traditional relational ones. I use JDO for Persistance and Google App Engine as the hosting platform. How can i correctly model my classes in ...
1
vote
1answer
242 views

Owned relationships in Google App Engine not working

I'm working on a Google App Engine project and I'm struggling to get relationships in JDO working properly. The objects get saved correctly however the related objects don't show up in the datastore ...
2
votes
1answer
440 views

In JDO (AppEngine), after persisting an object, how can i get the key of that particular object?

When I persist an object to the datastore, when (and how) can I get the key of that particular object that I just persisted? So for example, if I have: @PersistenceCapable public class Employee { ...
0
votes
1answer
312 views

Reading a persistent object's variable prevents it from being added to an object later

I am trying to make a new object Session and persist it to the database. It has a persistent variable of object User. I query the DB for the user I want to add to the session. If the user's password ...
1
vote
1answer
450 views

Inconsistent cascading persistence-by-reachability behavior with JDO, App Engine, Data Nucleus, JUnit

I'm experimenting with App Engine, using JDO and DataNucleus for persistence. I have a simple domain that includes several unidirectional relationships. The question comes with nesting those ...
2
votes
2answers
894 views

Google App Engine JDO persistence with HashMap child field

I have a parent class and I want to store a HashMap within it. However, every time I try to modify that HashMap I get the following error: PM org.datanucleus.store.appengine.MetaDataValidator ...
1
vote
1answer
3k views

How to use JDO persistence manager?

I have two questions regarding how to create / use the JDO persistence manager (PM, hereafter). Say, in a Java web application, if I have 10 entities, which can be logically grouped into 2 groups ...
1
vote
2answers
570 views

java.lang.IllegalStateException, “Primary key for object of type Parent is null” except I can print it and its NOT null

I cant imagine any more methods to solve my problem. Here's a thread I made yesterday that describes the parent and child class in detail: ...
3
votes
1answer
575 views

JDO Google App Engine validate user

I've been following the google app engine tutorial and the part that explains JDO is done under the basis of a guestbook. So when they query the persistence (BigTable i believe) they are interested in ...
1
vote
1answer
1k views

Java: Google App Engine JDO objects don't update

I am getting an object from the Datastore using JDO and the PersistenceManager using some methods I have built. String email = request.getParameter("email"); MyUser user = ...
1
vote
2answers
478 views

Google App Engine: Storing unowned many to many relationship

I have two objects a user and a role which I make persistant using JDO and googles app engine. The two datatypes are related to each other as unowned many to many relationship. I tried to model that ...
0
votes
1answer
553 views

How to query JDO persistent objects in unowned relationship model?

I'm trying to migrate my app from PHP and RDBMS (MySQL) to Google App Engine and have a hard time figuring out data model and relationships in JDO. In my current app I use a lot of JOIN queries like: ...
2
votes
1answer
1k views

JDO architecture: One to many relationship and cascading deleting

I’m new to object oriented database designs and I’m trying to understand how I should be structuring my classes in JDO for google app engine, particularly one to many relationships. Let’s say I’m ...
1
vote
1answer
765 views

Can't wrap my head around appengine data store persistence

I've run into the "can't operate on multiple entity groups in a single transaction." problem when using APPENGINE FOR JAVA w/ JDO with the following code: PersistenceManager pm = ...
0
votes
2answers
304 views

JDOQL Any way to avoid multiple .contains() calls in the query when searching for the presence of one or more elements in a member List variable?

The question pretty much says it all. If I have a class Class A public class A { ... private List<String> keys; ... } And I want to select all A instances from the DataStore that ...
4
votes
1answer
1k views

What is the correct approach to using GWT with persistent objects?

I am currently working on a simple web application through Google App engine using GWT. It should be noted that this is my first attempt at such a task. I have run into to following problem/dilema: ...
2
votes
1answer
281 views

JDO - List of Strings not being retrieved from database

On my User class I have a field that is a list of strings: @Persistent private List<String> openIds; When I create a new user I do this: User user = new User(); user.openIds.add(openid); ...
0
votes
2answers
1k views

Google App Engine (Java) + Spring managed PersistenceManager

I've got kinda problem with JDO persistence of a list of just retrieved objects. What I want to do is to: Fetch list of "Orders" Modify one property "status" Make bulk update of "Orders" What ...
1
vote
6answers
4k views

What's the easiest way to persist java objects?

Right now I have java program whose classes are currently POJOs and stored in volatile memory. These need to be persisted. As I understand it two popular choices are JDO and the Java Persistence API. ...
1
vote
1answer
216 views

Do gae datanucleus annotations modify our java code?

I placed this question in Google groups for gae java (http://groups.google.com/group/google-appengine-java/browse%5Fthread/thread/85dc9f10d7e12a3), but sometimes it takes a week for someone to bother ...
0
votes
1answer
963 views

JDO, GAE: Load object group by child's key

I have owned one-to-many relationship between two objects: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class AccessInfo { @PrimaryKey @Persistent(valueStrategy = ...
17
votes
8answers
6k views

Why put a DAO layer over a persistence layer (like JDO or Hibernate)

Data Access Objects (DAOs) are a common design pattern, and recommended by Sun. But the earliest examples of Java DAOs interacted directly with relational databases -- they were, in essence, doing ...
0
votes
1answer
652 views

JPOX JDO and Castor JDO compared to Hibernate persistence

Do these frameworks (JPOX JDO and Cater JDO) work off similar principles as Hibernate? Do they use configuration data plus a combination of reflection and generics? What are some of the major ...
2
votes
1answer
199 views

DataNucleus: How do I automatically perform actions when commiting a transaction?

Consider having an application using DataNucleus with the following persistence structure: You have a class that has two attributes like created (Date) and lastUpdate (Date): How do you ...