These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: PreInsertEventListener and save new entity
PostPosted: Fri Dec 16, 2011 8:49 am 
Newbie

Joined: Fri Dec 16, 2011 8:43 am
Posts: 1
I have implemeted a PreInsertEventListener and would like to create a new entity and store this entity in the database within the same transaction.
My code make no error but there is no record stored in the database. Did some have an Idea ?

thanks

Quote:
public boolean onPreInsert(PreInsertEvent event) {
Object entity = event.getEntity();
if (entity instanceof LdapReplicated) {
ReplicationStandingQ aReplication = new ReplicationStandingQ();
aReplication.setInsertedOn(new Date());

event.getSession().save(aReplication);
}

return false;
}



Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.