[JBoss JIRA] Created: (SEAMFACES-124) Create section that explains how to setup JSF
by Dan Allen (JIRA)
Create section that explains how to setup JSF
---------------------------------------------
Key: SEAMFACES-124
URL: https://issues.jboss.org/browse/SEAMFACES-124
Project: Seam Faces
Issue Type: Feature Request
Components: Documentation
Affects Versions: 3.0.0.Final
Reporter: Dan Allen
Priority: Minor
Fix For: 3.0.1
A section titled "How to setup JSF in a Java EE 6 webapp" would be good for the refguide, because it's funny how poorly this is documented.
to activate jsf, you need one of three things
1. seam-faces jar (that sets up jsf for you)
2. if not #1, you need empty faces-config.xml (root element only, can't be blank)
3. if not #1 or #2, you need web.xml w/ the Faces Servlet defined
mention the schema versions required, such as the one for faces-config.xml and web.xml
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (SEAMJMS-5) Add/Remote routes programmatically
by Jordan Ganoff (JIRA)
Add/Remote routes programmatically
----------------------------------
Key: SEAMJMS-5
URL: https://jira.jboss.org/browse/SEAMJMS-5
Project: Seam JMS
Issue Type: Feature Request
Components: Event Bridging
Reporter: Jordan Ganoff
EventBridge should be able to add and remove routings dynamically, allowing for contextual routings. For example, something triggers a route to be enabled (event, user request, etc). All subsequent events that match the route will be routed accordingly. At some later time something triggers the route to be disabled (user log off, batch process end, etc) and the routing can be removed thus preventing any further forwarding of said event types. Combined with the ability to qualify event types being routed this could prove to be fairly useful.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months