[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2553) <s:fileUpload> terminates UPDATE_MODEL phase
by Kenneth Christensen (JIRA)
<s:fileUpload> terminates UPDATE_MODEL phase
--------------------------------------------
Key: JBSEAM-2553
URL: http://jira.jboss.com/jira/browse/JBSEAM-2553
Project: JBoss Seam
Issue Type: Bug
Components: JSF Controls
Affects Versions: 2.0.1.CR2
Environment: Seam 2.0.1.CR2
Reporter: Kenneth Christensen
Priority: Critical
JSF components placed before the <s:fileUpload> component will be updated (model).
JSF components placed after the <s:fileUpload> component will NOT be updated (model).
Example:
...
...
<h:form id="importDocumentForm" enctype="multipart/form-data">
...
...
<h:inputText value="#{libraryDomain.title}" required="true"/> <-------- title is updated correctly
...
...
<s:fileUpload id="file" required="true" data="#{importLibraryFileUi.data}" fileName="#{importLibraryFileUi.fileName}"
fileSize="#{importLibraryFileUi.fileSize}" contentType="#{importLibraryFileUi.fileContentType}"/>
...
...
<h:inputText value="#{libraryDomain.description}" required="true"/> <-------- description is NOT updated !
...
...
</h:form>
...
...
--
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
16 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1672) Dependency on JMS
by Ralph Schaer (JIRA)
Dependency on JMS
-----------------
Key: JBSEAM-1672
URL: http://jira.jboss.com/jira/browse/JBSEAM-1672
Project: JBoss Seam
Issue Type: Feature Request
Components: Remoting
Affects Versions: 2.0.0.BETA1
Environment: JavaBeans, Hibernate, Tomcat 6.0.13, Java 6, Windows XP
Reporter: Ralph Schaer
Assigned To: Shane Bryzak
Priority: Optional
Seam Remoting has a dependency on JMS. The problem is that the RequestHandlerFactory
instantiate the PollHandler in the constructor. In a non EE environment like
Tomcat I have to put a JMS library into the classpath although the application does
not need JMS. Not a big deal, but maybe it's possible to change Seam Remoting
that it loads PollHandler only when there is a JMS library in the classpath.
--
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
16 years, 11 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1224) Consider integration of security with App Framework
by Pete Muir (JIRA)
Consider integration of security with App Framework
---------------------------------------------------
Key: JBSEAM-1224
URL: http://jira.jboss.com/jira/browse/JBSEAM-1224
Project: JBoss Seam
Issue Type: Feature Request
Components: Core, Security
Affects Versions: 1.2.1.GA
Reporter: Pete Muir
Assigned To: Shane Bryzak
>From the forums:
'One down side to using EntityHome for generic crud is lack of built in security. One needs to be careful when using Homes for crud operations that allow or require RequestParameters. You need to ensure the operation on this ID is valid. You don't want to expose information you shouldn't and you definitely don't want to modify or destroy information you shouldn't.
For example, you don't want a user to update or delete another user's entity just by changing an ID in the URL and hitting return. Seam supports entity level security and you can probably extend a Home to double check access restrictions prior to operations. Likewise, you don't want private information available on lets say a user profile screen, to be available to anyone able to modify a URL.'
--
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
16 years, 11 months