( "optimistic-lock-none");
> entity.setOptimisticLockMode( getOptimisticLockMode(lockNoneNode) );
>
> HTH,
> Martin
> - Original Message - From: "Arun" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List"
> Sent: Thursday, Jun
To: "Struts Users Mailing List"
Sent: Thursday, June 05, 2008 12:11 PM
Subject: detached object cannot be persisted exception again
Hi,
I am using JPA and ehcache.
My entity is this.
@Entity
@Table(name = "holiday_calendar")
@Cache(usage = CacheConcurrencyStrategy.READ_WR
Hi,
I am using JPA and ehcache.
My entity is this.
@Entity
@Table(name = "holiday_calendar")
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE)
public class HolidaysCalendar
{
@Id
@Column(name = "HOLIDAY_CALENDAR_ID", nullable = false, unique = true)
private int holidayCalendarId;
@Column(name
3 matches
Mail list logo