[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2514) EntityQuery can't be used in PAGE Scope
by Martin Hoffmann (JIRA)
EntityQuery can't be used in PAGE Scope
---------------------------------------
Key: JBSEAM-2514
URL: http://jira.jboss.com/jira/browse/JBSEAM-2514
Project: JBoss Seam
Issue Type: Feature Request
Components: Framework
Affects Versions: 2.0.0.GA
Environment: Seam 2.0.0.GA, JBoss AS 4.2.2.GA
Reporter: Martin Hoffmann
Priority: Optional
The EntityHome is not able to operate in PAGE scope and the documentation says nothing about compatible scopes and framework classes.
It throws an exeption:
aused by: javax.el.ELException: /client/claim_list.xhtml @16,52 value="#{testList.dataModel}": Error reading 'dataModel' on type de.iseki.garantieext.card.Test
List_$$_javassist_0
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.ja
va:76)
at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
... 69 more
Caused by: java.lang.IllegalStateException: EntityManager is closed
at org.hibernate.ejb.EntityManagerImpl.getSession(EntityManagerImpl.java
:42)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2231) Setup wizard for wiki
by Christian Bauer (JIRA)
Setup wizard for wiki
---------------------
Key: JBSEAM-2231
URL: http://jira.jboss.com/jira/browse/JBSEAM-2231
Project: JBoss Seam
Issue Type: Feature Request
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Write a setup wizard that replaces the manual wiki-data.sql editing and import. We should have the following setup procedure:
- Get the recommended environment ready (JBoss AS, MySQL)
- Deploy the wiki-ddl.sql on a new database
- Deploy the wiki.war on the appserver
- Open http://server/wiki/ and go through the setup wizard
The wizard will first import the minimum dataset (guest/admin users, roles, start page) and then ask the usual setup questions (site base URL, etc.). Depending on the future of the plugin API, it could also optionally allow you to configure some plugin defaults so you don't have to go into the Admin screen to change them after the install. Also, we can offer prepackaged datasets for certain use cases that can be imported with the wizard, e.g. "Help Documents", "Blog Website", "Forum Website".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3150) Published / Unpublished status on wiki documents
by Per Wiklander (JIRA)
Published / Unpublished status on wiki documents
------------------------------------------------
Key: JBSEAM-3150
URL: http://jira.jboss.com/jira/browse/JBSEAM-3150
Project: Seam
Issue Type: Feature Request
Components: Wiki
Reporter: Per Wiklander
Assigned To: Christian Bauer
It would be nice to be able to choose if a document is "published" i.e. visible (without using permissions as a workaround). The document could be a work in progress or something that you want to prepare in advance but not release before a certain time. Being able to choose the time the document goes from the unpublished to published state would be even better. This way you can work on a new part of the site and have it published Monday morning 0700 without having to actually be there pushing the button.
This shouldn't be too hard (said by someone with about zero knowledge of the wiki code) and I'd be glad to help if the idea is approved.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3070) Tomcat not cleaning up HttpSessions after a single FeedServlet request
by Christian Bauer (JIRA)
Tomcat not cleaning up HttpSessions after a single FeedServlet request
----------------------------------------------------------------------
Key: JBSEAM-3070
URL: http://jira.jboss.com/jira/browse/JBSEAM-3070
Project: Seam
Issue Type: Bug
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
Priority: Critical
Only reproducible in production: The number of HttpSessions is growing over several days. I wrote a listener and it shows the following pattern:
<User> <Action> <Creation timestamp> <Last access timestamp> <Idle> <Expired since>
Guest Feed: 1 04. Jun 2008, 16:01:46 04. Jun 2008, 16:01:46 00:13:49 00:03:49 (EXPIRED!) 5 KiB
Guest Feed: 1 04. Jun 2008, 15:59:56 04. Jun 2008, 15:59:56 00:15:39 00:05:39 (EXPIRED!) 5 KiB
Guest Feed: 1450 04. Jun 2008, 16:03:31 04. Jun 2008, 16:03:31 00:12:04 00:02:04 (EXPIRED!) 5 KiB
The EXPIRED! sessions are alive past their maxInactiveInterval (see the time next to it). Tomcat does not clean them up and I don't know why. The only recognizable pattern is that they are all from the FeedServlet, and a single request to that servlet. At this point I suspect that something in Seams ContextualRequest filter is wrong and influencing Tomcat negatively. Will keep this assigned to the wiki until the cause is clearer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months