EclipseLink « Development « Spring Q&A





1. Tracking changes using EclipseLink    forum.springsource.org

Hi, I'm currently evaluating EclipseLink JPA, and my application needs to log changes to properties of persistent entities after commit. EclipseLink obviously tracks those changes already, so I wonder whether there's ...

2. Weaving prob Spring 2.5.6, EclipseLink 1.1.1, TestContext    forum.springsource.org

Weaving prob Spring 2.5.6, EclipseLink 1.1.1, TestContext I'm having this problem when I'm testing a DAO that gets an object that contains a lazy-loaded reference to another object. It looks like ...

3. Eclipselink 2.0    forum.springsource.org

This has been requested under https://jira.springsource.org/browse/ROO-481 for those interested. It's likely too late to include in Roo 1.0.0.RELEASE (we're aiming to release in 36 hours from now).

4. EclipseLink + Spring + isolation levels    forum.springsource.org

EclipseLink + Spring + isolation levels hi everybody, I'm working on a web application based on JPA (EclipseLink) + Spring 2.5 and working on Tomcat 6.x and i'm trying to set ...

5. Spring DM + EclipseLink    forum.springsource.org

Feb 20th, 2010, 06:56 AM #1 SirWayne View Profile View Forum Posts Private Message Junior Member Join Date Nov 2009 Posts 13 Spring DM + EclipseLink Hello, I want to use ...

6. Spring 3: EclipseLink configuration    forum.springsource.org

I would like to emphasize the need of an answer to this question. I, too, am very keen to make use of the latest Spring and ORM, since I appreciate the ...

7. Spring remoting HTTP and EclipseLink    forum.springsource.org

Spring remoting HTTP and EclipseLink Hello, the remoting Problem, which i don't understand is: On the Server side: Service class Code: public class BaseServiceImpl implements BaseService{ @Autowired private BaseDao baseDao; @Override ...