Hello Gurus,
I am having a Statless Session Bean which invokes a BMP Entity Bean to update the modiifed value object.
How the process works is:
1. In stateless session bean call the ejbFinByPrimaryKey() and get VO.
2. Use the setter methods of the VO to set new values.
3. Then let the ejbStore() to updates the new values.


In the ejbStore(), I have the update statement to update the value to table.

The exact point of failure is, when I call the 'stmt.executeUpdate()'. Neither this line is executed as well the lines after this.
At the same time it is doesn't throw any error. It just hangs. This doesn't stop the application. All other modules are working ok.


Could you please suggest what could be wrong with this?

Thanks
Muraly


------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to