[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1532) include jar-versions.xml file
by Dan Allen (JIRA)
include jar-versions.xml file
-----------------------------
Key: JBSEAM-1532
URL: http://jira.jboss.com/jira/browse/JBSEAM-1532
Project: JBoss Seam
Issue Type: Feature Request
Components: Documentation
Affects Versions: 1.3.0.ALPHA
Environment: seam CVS HEAD
Reporter: Dan Allen
Priority: Minor
It would be so helpful if a jar-versions.xml file could be kept up to date in the root of the seam source code to track the versions of the bundle libraries, in the absence of other solutions. This idea comes from the JBoss AS, which uses this file to communicate the versions of libraries used.
Documenting the versions helps:
1. developers, who may find challenge in combining APIs of libraries without knowing the version
2. users who are unable to determine the contents of what they downloaded
3. for legal reasons, just in case there are differences in licenses amongst releases of third party products, to protect seam itself as well as integrators of seam.
With all that said, the better solution is to use ant-ivy or maven2 to get the jar files out of the source code. But I digress.
--
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
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1634) More customizable hot redeployment
by Christian Bauer (JIRA)
More customizable hot redeployment
----------------------------------
Key: JBSEAM-1634
URL: http://jira.jboss.com/jira/browse/JBSEAM-1634
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Christian Bauer
Priority: Minor
Attachments: flexible_hot_redployment.patch
The attached patch adds several things:
- ability to specify the hot deployment directory as a servlet context init parameter (seam.HOT_DEPLOY_DIRECTORY)
- ability to access the used RedeployableStrategy from the application context (to get the classloader, etc)
- an additional descriptor (hot-components.xml) that can be used in the hot deploy directory
I use this to boot Seam from an embeddable webserver with a custom parent classloader and to start Embedded JBoss with the same child classloader that Seam is using. I effectively get complete hot redeployment of all Seam components, EJBs, and persistence units.
--
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