Anuj - Have you figured this out? If you have, please let us know. Thanks.
Adrian,
I hate to admit, but I tried to read the answer for this in the manual and I
couldn't find it. All I know is, in a Spring based app we can accomplish this
as follows:
Add this to the JndiObjectFactoryBean be
Turns out that this is not really a JBoss issue, but a Hibernate issue. It
looks like the 'AbstractBatcher' class in Hibernate is not quite set up
correctly to handle batch updates. We changed the following method in this
class to fix this issue:
public boolean hasOpenResources() {
Hello,
We have a piece of code that works flawlessly under Weblogic 8.1, but doesn't
work under JBoss 4.0. This code performs batch update using 'BatchingBatcher'
class in Hibernate and uses 'Hibernate Stateless session'. Under JBoss we get
the following exception:
| Caused by: java.sql.SQLE
Hello,
I am porting an application from Weblogic to JBoss. I am running into issues
while converting the following Weblogic property:
ejbPostCreate
I believe I am following all the steps necessary, but it doesn't seem to work.
Here's what I have done:
1) In JBoss.xml I added the following