Added @Persist works.
Thanks Steve!
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/New-to-Tapestry-problem-with-EditBlock-tp4727269p4730354.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
I posted most of the related code in the first post, if you could take a
look; would be most helpful.
On 23 August 2011 18:11, Thiago H. de Paula Figueiredo [via Tapestry] <
ml-node+4727697-2096551977-244...@n5.nabble.com> wrote:
> On Tue, 23 Aug 2011 13:50:39 -0300, Vignir Jónsson <[hidden
>
Job class was supposed to be:
@Entity
public class Job {
private Authentication authentication;
...
}
in the name of simplifying things.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/New-to-Tapestry-problem-with-EditBlock-tp4727269p4727273.html
Sent
Hello there,
I have the model class Job
@Entity
public class HttpScheduledJob extends ScheduledJob {
private Authentication authentication;
...
}
which has an authentication
@Entity
@Embeddable
public class Authentication {
private Long id;
private String schema;