[JBoss JIRA] (FORGE-1228) increase conversation timeout to 30 minutes
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1228?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1228:
-------------------------------------------
I think it's fine to make this change. I agree that the default timeout might be a bit short. I'm wondering, though, if there is a more global setting that can be used instead of setting the value of each conversation instance directly.
> increase conversation timeout to 30 minutes
> --------------------…
[View More]-----------------------
>
> Key: FORGE-1228
> URL: https://issues.jboss.org/browse/FORGE-1228
> Project: Forge
> Issue Type: Enhancement
> Components: Scaffold
> Affects Versions: 1.4.1.Final
> Reporter: Gerry Matte
> Priority: Minor
> Fix For: 1.x Future, 2.x Future
>
>
> The scaffold generated entity DAO beans contain two conversation.begin() commands [in the create() and retrieve() methods]
> After each conversation.begin() please insert:
> this.conversation.setTimeout(1800000);
> which will extend the conversation timeout from the default ten minutes to thirty minutes (same as the session timeout)
> For me, complex data entry screens often have their conversation expire during the period that a user composes and keys their data. Very frustrating !
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 5 months
[JBoss JIRA] (FORGE-757) Forge tests should delete the created folders
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-757?page=com.atlassian.jira.plugin.... ]
George Gastaldi closed FORGE-757.
---------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Alpha13
(was: 2.x Future)
Resolution: Done
Added the following to the parent pom.xml:
{code:xml}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</…
[View More]version>
<configuration>
<argLine>-Xms512m -Xmx1024m -XX:MaxPermSize=256m</argLine>
<workingDirectory>${project.build.directory}</workingDirectory>
<systemProperties>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemProperties>
</configuration>
</plugin>
{code}
> Forge tests should delete the created folders
> ---------------------------------------------
>
> Key: FORGE-757
> URL: https://issues.jboss.org/browse/FORGE-757
> Project: Forge
> Issue Type: Enhancement
> Components: Test Harness
> Affects Versions: 1.2.0.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Priority: Critical
> Fix For: 2.0.0.Alpha13
>
>
> After running tests, Forge isn't removing the created temp folders inside the /tmp folder. That leads to insufficient disk space after some time if these files are not deleted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
11 years, 5 months