Ran into this issue today: <openjpa-1.2.2-r422266:898935 fatal user error> org.apache.openjpa.persistence.InvalidStateException: Detected reentrant flush. Make sure your flush-time instance callback methods or event listeners do not invoke any operations that require the in-progress flush to complete. at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:1923) at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:1698) at org.apache.openjpa.kernel.QueryImpl.isInMemory(QueryImpl.java:956) at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:838) at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:779) at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:525) This is a tricky exception since the verbose [...]
Pages
Categories
- Ajax (4)
- Con-(in)sulting (6)
- Core Java (39)
- Database (8)
- Django (3)
- Drools (1)
- Emacs (1)
- General (22)
- Grails (6)
- Groovy (12)
- Hibernate/JPA (19)
- Javascript (8)
- JEE5 (1)
- JEE6 (5)
- JSF (3)
- Linux (29)
- Maven/Ivy (8)
- Performance (3)
- Python (4)
- Rants (17)
- Seam (5)
- Security (6)
- Servers (4)
- Spring (28)
- Tools (33)
- UnitTest (13)
- Useful Links (9)
- Web (10)
- Web Services (1)
- Xml (2)
-
Recent Posts
- Switch User, ‘su’ like behavior in Spring Security
- My Latest Emacs Config
- Spring MVC 3.1 with Twitter Bootstrap 2.1 Showcase
- Java Logging best practices using slf4j and logback
- Integrating ActiveDirectory on Windows NTLM using Spring Security and custom authorization to simulate a single-sign-on web application
- Generating XML Schema and Classes using JaxB and Maven pom
- Add session user info to log4j logging (custom file appender)
- Command Line Dictionary Using Groovy WS
Archive
Tags
Most Viewed
- Mock Unit Testing Services and Daos with Mockito a... - 15,431 views
- Understanding org.hibernate.TransientObjectExcepti... - 12,808 views
- Mapping a clob type in hibernate and oracle 9i/10g - 4,430 views
- Integrating ActiveDirectory on Windows NTLM using ... - 4,338 views
- Spring Security 3 Unit Testing Example with DbUnit - 3,972 views
- Generating XML Schema and Classes using JaxB and M... - 3,814 views
- Example code, sending emails using Spring SimpleMa... - 3,682 views
- Spring MVC 3.1 with Twitter Bootstrap 2.1 Showcase - 3,503 views
- Automated Unit Testing with DBUnit, Hsqldb in Spri... - 3,098 views
- Compare Sitemesh Vs Tiles, an overview - 3,026 views
Meta