Author: maschmid
Date: 2012-05-25 09:58:32 -0400 (Fri, 25 May 2012)
New Revision: 14745
Modified:
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/java/org/jboss/seam/example/hibernate/BookingListAction.java
Log:
apply JBSEAM-4928 fix also to hibernate example
Modified:
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/java/org/jboss/seam/example/hibernate/BookingListAction.java
===================================================================
---
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/java/org/jboss/seam/example/hibernate/BookingListAction.java 2012-05-25
11:03:48 UTC (rev 14744)
+++
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/src/main/java/org/jboss/seam/example/hibernate/BookingListAction.java 2012-05-25
13:58:32 UTC (rev 14745)
@@ -42,7 +42,7 @@
@Factory
@Observer("bookingConfirmed")
- @Transactional
+ // @Transactional
public void getBookings()
{
bookings = bookingDatabase.createQuery("select b from Booking b where
b.user.username = :username order by b.checkinDate")
Show replies by date