[
https://issues.jboss.org/browse/AS7-1461?page=com.atlassian.jira.plugin.s...
]
Scott Marlow resolved AS7-1461.
-------------------------------
Fix Version/s: 7.1.0.Beta1
Resolution: Done
This issue was fixed as part of jira JBJCA-676. The nightly AS7 build
(
community.jboss.org/thread/167590), should contain the fix.
prepared statement is getting closed prematurely
------------------------------------------------
Key: AS7-1461
URL:
https://issues.jboss.org/browse/AS7-1461
Project: Application Server 7
Issue Type: Feature Request
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 7.1.0.Beta1
test case is added to
https://github.com/scottmarlow/jboss-as/tree/AS7-1461
See
testsuite/integration/src/test/java/org/jboss/as/testsuite/integration/jpa/multiRow/InsertMultipleRowsTestCase.java
To reproduce, update standalone.xml (in as7/build/target/*):
<statement>
<prepared-statement-cache-size> 3 </prepared-statement-cache-size>
</statement>
cd as7/test/integration
mvn clean install -DallTests
See exception here
http://pastebin.com/aKYsQsWX
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira