[
https://issues.apache.org/jira/browse/WICKET-5465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13871819#comment-13871819
]
Martin Grigorov commented on WICKET-5465:
-----------------------------------------
Failing test case would help to process this ticket faster.
Thanks!
> WicketTester.newFormTester() should work within RequestCycle
> ------------------------------------------------------------
>
> Key: WICKET-5465
> URL: https://issues.apache.org/jira/browse/WICKET-5465
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.12.0
> Reporter: Ilia Naryzhny
> Labels: wicket-tester
>
> Application is using JPA for working with database.
> Transaction/EntityManager is opened and closed with the aid of RequestCycle
> listener.
> But there is a place when WicketTester can initiate working with JPA/DB not
> with in transaction. That is there:
> WicketTester.newFormTester() invokes "new FormTester" and there is following
> place within FormTester constructor:
> String[] values = getInputValue(formComponent); //(line number 399 for
> wicket 6.12.0)
> Ofcause, finally, this leads to DB invocation out of transaction and lots of
> other bad stuff.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)