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
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 {