seam-gen should be runnable from outside of the seam dir
--------------------------------------------------------
Key: JBSEAM-546
URL: http://jira.jboss.com/jira/browse/JBSEAM-546
Project: JBoss Seam
Issue Type: Feature Request
Components: Tools
Reporter: Norman Richards
the seam script can only be run from within the seam install directory. It should be runnable from anywhere. I suggest adding the following, mostly stolen from the JBoss run.sh script:
DIRNAME=`dirname $0`
if [ "x$SEAM_HOME" = "x" ]; then
# get the full path (without any relative bits)
SEAM_HOME=`cd $DIRNAME; pwd`
fi
cd $SEAM_HOME/seam-gen
This would allow the application to be run from anywhere, and also gives the user the ability to specify SEAM_HOME if they want to. I'm sure run.bat shows how to best accomplish this for non-UNIX people.
--
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
Custom Exception Handler
------------------------
Key: JBSEAM-571
URL: http://jira.jboss.com/jira/browse/JBSEAM-571
Project: JBoss Seam
Issue Type: Feature Request
Components: Framework
Reporter: Jye Tucker
Ability to specify custom exception handlers through the exceptions component of the framework.
--
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
Contextual Events for Seam Framework
------------------------------------
Key: JBSEAM-513
URL: http://jira.jboss.com/jira/browse/JBSEAM-513
Project: JBoss Seam
Issue Type: Feature Request
Components: Framework
Affects Versions: 1.1.0.BETA2
Reporter: Peter Muir
It would be good if the framework raised events when actions occurred
e.g.org.jboss.seam.framework.persist.<myEntityHomeName>
org.jboss.seam.framework.update.<myEntityHomeName>
My use case is a 'Activity History' which records a text-history performed by users.
--
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
Allow nested conversations when navigating between CRUD entities
----------------------------------------------------------------
Key: JBSEAM-439
URL: http://jira.jboss.com/jira/browse/JBSEAM-439
Project: JBoss Seam
Issue Type: Feature Request
Components: Framework
Environment: All
Reporter: James Salt
Priority: Minor
Enhance the current entityHome pattern to allow the navigation between entities (i.e. linked entities customer to order link), via a navigation commandlink/slink etc.
This would then allow you to navigate through a graph of interalated entities and to simply close the current entity editor and POP back to the entity editor you navigated from. This would allow a conversation tree effect so that you could go down three levels of links and then slowly pop back up to the original object, as you press each close button.
would need two extra functions in the entityHome:
close -> Closes current entity (ends conversation) and pop back to the parent conversation.
You could also extend the close to remember any page that called via the view id, and return to that (i.e. customer list page).
navigate -> invokes the entityHome for the linked entity (i.e. order), and begins the nested conversation.
--
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
Extending the framework using EJB3 components
---------------------------------------------
Key: JBSEAM-474
URL: http://jira.jboss.com/jira/browse/JBSEAM-474
Project: JBoss Seam
Issue Type: Feature Request
Components: Framework
Affects Versions: 1.1.0.BETA1, 1.1.0.BETA2
Reporter: Gavin King
Assigned To: Gavin King
Priority: Critical
Fix For: 1.1.0.CR1
The documentation claims that it is possible to inherit EJB3 components from the framework, but in practice it turns out to not be so easy :-(
--
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
provide a mechanism to split a datetime into date and time components
---------------------------------------------------------------------
Key: JBSEAM-568
URL: http://jira.jboss.com/jira/browse/JBSEAM-568
Project: JBoss Seam
Issue Type: Feature Request
Reporter: Norman Richards
We need a way to support splitting a date+time field into separate date and time fields for an input. The datepicker component could be used to select the date while another component (or even a raw input field) could select the time. Ideally this would be generic enough to be used for other types of a conversations: splitting a pure date object into month + day or a time into hours and minutes.
--
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