I\'ve implemented optimistic locking and see that it is working fine. However, the object that is returned to my backing bean from the service has the previous version not the current one. If I do ano
I\'m trying to cut down the number of n+1 selects incurred by my application, the application uses EclipseLink as an ORM and in as many places as possible I\'ve tried to add the batch read hint to que
I have an issue unmarshalling a xml stream to entities. My foreign keys never get set to an object with the proper primary key, they just get set to an emtpy object.
I try to deploy service that retrieves data from table and diplay it over https using REST Jersey with Glassfish What I did is i configured the https and it works also I tested a jpa it can retrieves
I\'m trying to get the EclipseLink libraries from the given Maven repositories. I read the tips given in Where did the EclipseLink/Maven repository go to? on stackoverflow and tried to integrate the M
I\'m trying to use EJB 3.1 Embeddable EJBContainer on Glassfish 3.1 for integration testing my EJB\'s. There\'s a classloading issue I can\'t figure out.
I get a ClassCastException when assigning an object from JPA to an attribute of a ManagedBean: Object r = query.getSingle开发者_Go百科Result(); // javax.persistence.Query
I\'m trying to use c3p0 to pool my connections to a MySQL DB with Eclipselink, but I\'ve encountered a problem. On starting the Virgo server, the correct number of c3p0 initialPoolSize connections are
We have the situation where we need to associate different entities under one attribute and use this attribute in a query.
I posted all the code and an issue with selection here. Now I am going to ask one more problem I have seen with eclipselink which I havent seen with hibernate.