[jboss-user] [EJB 3.0] - javax.transaction.RollbackException

2009-02-10 Thread mravikrish
Hello, I am ramu i am getting following exception while deleting project object. org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected 1 And My piece of code is skillids ,bidIds are 2 ArrayLists Project de

[jboss-user] [EJB 3.0] - javax.transaction.RollBackException when calling session-bea

2007-07-22 Thread dgdwinte
Hi, I'm experiencing antoher problem when trying to call a method of a stateless session-bean from a servlet. The session-bean has the following method: | | @Stateless (mappedName="ArticleManager") | public class ArticleManager implements ArticleManagerRemote, ArticleManagerLocal {