[JBoss JIRA] Closed: (JBSEAM-374) Normalize the event model
by Pete Muir (JIRA)
[ https://jira.jboss.org/jira/browse/JBSEAM-374?page=com.atlassian.jira.plu... ]
Pete Muir closed JBSEAM-374.
----------------------------
Resolution: Out of Date
Assignee: Pete Muir (was: Gavin King)
Superseded by CDI events
> Normalize the event model
> -------------------------
>
> Key: JBSEAM-374
> URL: https://jira.jboss.org/jira/browse/JBSEAM-374
> Project: Seam
> Issue Type: Feature Request
> Components: Core
> Reporter: Gavin King
> Assignee: Pete Muir
>
> Currently some events can be handled by either an @Observer method, or a method binding in events.xml. Ideally we would like this to be true for ALL events, but for now our integration with JSF and jBPM is not quite that deep. Nevertheless, there are some things we could do to allow a more consistent model where everything can be handled by either a method binding or an annotated method:
> (1) Rebuild the page actions functionality on top of the Seam event bus - defining standard org.jboss.seam.page.<viewId> events that can be handled via @Observer("org.jboss.seam.page./myViewId.xhtml")
> (2) Introduce "outcome observers" for JSF: if I have <h:commandButton action="myOutcome"/>, allow us to handle it using @Observer("org.jboss.seam.outcome.myOutcome")
> (3) Ditto for jBPM: if I have <transition name="myTransition" ... />, allow us to handle it using @Observer("org.jboss.seam.transition.myTransition")
> (4) Finally, introduce annotations layered over @Observer: @RenderPage("/myViewId.xhtml"), @Outcome("myOutcome"), @Transition("myTransition")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Created: (JBSEAM-4491) ant target initresteasy is failing - dependency com/sun/xml/stream/sjsxp/1.0.1 is missing
by Marek Novotny (JIRA)
ant target initresteasy is failing - dependency com/sun/xml/stream/sjsxp/1.0.1 is missing
-----------------------------------------------------------------------------------------
Key: JBSEAM-4491
URL: https://jira.jboss.org/jira/browse/JBSEAM-4491
Project: Seam
Issue Type: Bug
Components: WS
Reporter: Marek Novotny
Priority: Blocker
Fix For: 2.2.1.CR1
Resteasy in branch https://svn.jboss.org/repos/seam/branches/community/Seam_2_2 is blocking build. There is missing com/sun/xml/stream/sjsxp/1.0.1 in jboss.org repository
initresteasy:
[echo] Build JBoss Seam resteasy 2.2
[artifact:dependencies] Downloading: com/sun/xml/stream/sjsxp/1.0.1/sjsxp-1.0.1.pom from central
[artifact:dependencies] Downloading: com/sun/xml/stream/sjsxp/1.0.1/sjsxp-1.0.1.pom from repository.jboss.org
[artifact:dependencies] Downloading: com/sun/xml/stream/sjsxp/1.0.1/sjsxp-1.0.1.pom from snapshots.jboss.org
[artifact:dependencies] Downloading: com/sun/xml/stream/sjsxp/1.0.1/sjsxp-1.0.1.pom from central
compileresteasy:
[javac] Compiling 7 source files to /home/mnovotny/workspaces/jboss/jboss-seam_2_2/classes/resteasyclasses
[javac] error: error reading /home/mnovotny/.m2/repository/com/sun/xml/stream/sjsxp/1.0.1/sjsxp-1.0.1.jar; error in opening zip file
[javac] 1 error
BUILD FAILED
/home/mnovotny/workspaces/jboss/jboss-seam_2_2/build.xml:395: The following error occurred while executing this line:
/home/mnovotny/workspaces/jboss/jboss-seam_2_2/build.xml:1046: Compile failed; see the compiler error output for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months