Imports are broken
------------------
Key: JBSEAM-2188
URL: http://jira.jboss.com/jira/browse/JBSEAM-2188
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 2.0.0.CR3
Reporter: Matt Drees
@Import doesn't work. I think the fix to http://jira.jboss.com/jira/browse/JBSEAM-2076 broke this. Init.initNamespaceForName(String name, boolean isComponent) always returns the root namespace when isComponent is false (which happens when initializing the namespace for @Imports). This isn't what Component.getInstanceInAllNamespaces is expecting.
--
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
Feed servlet does not filter access level
-----------------------------------------
Key: JBSEAM-2114
URL: http://jira.jboss.com/jira/browse/JBSEAM-2114
Project: JBoss Seam
Issue Type: Bug
Components: Wiki
Reporter: Christian Bauer
Assigned To: Christian Bauer
The FeedDAO uses the restrictedEntityManager but there are no access permission checks on the feed entries. This might require an additional READ_ACCESS_LEVEL column on the feed entry table. Currently anyone can access a feed if they know the identifier, even if they have no permission to access the directory/documents!
--
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
PDF UIOutputText component does not utilize Application.createConverter( Class ) when no explicit converter is specified.
-------------------------------------------------------------------------------------------------------------------------
Key: JBSEAM-2027
URL: http://jira.jboss.com/jira/browse/JBSEAM-2027
Project: JBoss Seam
Issue Type: Bug
Components: PDF
Affects Versions: 2.0.0.CR1
Reporter: Chris Rudd
The PDF UIOutputText should attempt to create a converter using the Application.createConverter (Class ) method. Currently a converter is only used when one is explicitly configured.
--
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
Incorrect 'toString()' on ManagedQueueSender.java
-------------------------------------------------
Key: JBSEAM-2145
URL: http://jira.jboss.com/jira/browse/JBSEAM-2145
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.2.1.GA
Environment: JBoss 4.0.5
Reporter: Eduard Martinescu
ManagedQueueSender.java has a toString() method that returns 'TopicConnection(jndiName)'. It should return "QueueConnection(jndiName)"
--
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
seam-gen new-project cannot be run in the same session as setup
---------------------------------------------------------------
Key: JBSEAM-2156
URL: http://jira.jboss.com/jira/browse/JBSEAM-2156
Project: JBoss Seam
Issue Type: Bug
Reporter: Norman Richards
Priority: Minor
Fix For: 2.0.0.GA
running "seam setup new-project" together fails:
...
validate-workspace:
BUILD FAILED
/Users/orb/seam-build/jboss-seam-test/seam-gen/build.xml:800: No project workspace specified (run 'seam setup' first)
It should be possible to chain targets together without requiring separate runs.
--
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
<restrict> in pages.xml has no effect
-------------------------------------
Key: JBSEAM-1987
URL: http://jira.jboss.com/jira/browse/JBSEAM-1987
Project: JBoss Seam
Issue Type: Bug
Components: Security
Affects Versions: 2.0.0.CR1
Reporter: Samuel Mendenhall
Assigned To: Shane Bryzak
Priority: Critical
Default seam-gen'd project
Create a page called restricted.xhtml
Add to pages.xml:
<page view-id="/restricted.xhtml" login-required="true">
<restrict>#{s:hasRole('doesNotExist')}</restrict>
</page>
Logging in will by default give the user the 'admin' role, but the user can still access the page even without the doesNotExist role.
--
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
Add s:selectItems itemValue attribute
-------------------------------------
Key: JBSEAM-1589
URL: http://jira.jboss.com/jira/browse/JBSEAM-1589
Project: JBoss Seam
Issue Type: Patch
Components: JSF
Reporter: Sergey Koshcheyev
Attachments: selectItems-itemValue.patch
I have implemented itemValue attribute for s:selectItems, to be used like this:
<h:selectOneMenu value="#{entityId}" required="false">
<s:selectItems value="#{listOfEntities}"
var="entity"
label="#{entity.name}"
itemValue="#{entity.id}" />
</h:selectOneMenu>
--
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
Typo in Chapter 13.8. : ending slash in empty tag missing
---------------------------------------------------------
Key: JBSEAM-2176
URL: http://jira.jboss.com/jira/browse/JBSEAM-2176
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 2.0.0.CR3
Reporter: Mark Schmatz
Priority: Trivial
The first code box:
<page view-id="/login.xhtml" scheme="https">
doesn't have the ending slash.
--
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
ie. #{pooledTaskInstanceListForType['taskName']}
------------------------------------------------
Key: JBSEAM-2168
URL: http://jira.jboss.com/jira/browse/JBSEAM-2168
Project: JBoss Seam
Issue Type: Feature Request
Components: BPM
Affects Versions: 2.0.0.CR3
Environment: Windows XP, Jboss 4.2.2, seam 2.0.0CR3
Reporter: Flavio Crispim
I need to use the tasks pool, but they should be a pool per task.
To do so I started the feature request: http://jira.jboss.com/jira/browse/JBPM-1076.
--
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