[jboss-jira] [JBoss JIRA] Updated: (AS7-1461) prepared statement is getting closed prematurely
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Wed Aug 3 21:20:10 EDT 2011
[ https://issues.jboss.org/browse/AS7-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Marlow updated AS7-1461:
------------------------------
Description:
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
Forum Reference: http://community.jboss.org/message/618070 (was: http://community.jboss.org/message/618070)
> 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
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list