[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1472) <el-resolver> should not be mentioned in the docs
by Felix Ho?feld (JIRA)
<el-resolver> should not be mentioned in the docs
-------------------------------------------------
Key: JBSEAM-1472
URL: http://jira.jboss.com/jira/browse/JBSEAM-1472
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.3.0.ALPHA
Environment: JBoss Seam 1.3.0.ALPHA
Reporter: Felix Ho?feld
Fix For: 1.3.0.GA
Chapter 22.1.1 still mentions the use of a special el-resolver for Seam:
"If you are using Sun's JSF 1.2 reference implementation, you should also add this to faces-config.xml:
<application>
<el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
</application>
(This line should not strictly speaking be necessary, but it works around a minor bug in the RI.)"
With the el-resolver in faces-config my application died with an UnsupporteOperationException. So it should be clarified that this should not be added/has to be removed if running on JBoss 4.2.
BTW, earlier releases of Seam recommended installing the Seam variable resolver. Probably this should also be mentioned. As a matter of fact a short chapter on upgrading would be very nice.
--
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
17 years, 7 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1102) Seam Remoting for GWT
by Michael Neale (JIRA)
Seam Remoting for GWT
---------------------
Key: JBSEAM-1102
URL: http://jira.jboss.com/jira/browse/JBSEAM-1102
Project: JBoss Seam
Issue Type: Patch
Components: Remoting
Affects Versions: 1.2.0.GA
Reporter: Michael Neale
Assigned To: Shane Bryzak
Please find attached my contrib for making GWT remoting work with Seam Remoting.
Works with GWT up to latest version 1.3. New unreleased GWT version 1.4 should also work - however it can be refactored to use the RPC utility class, and also
be wired into Seam more deeply.
Expect future patches for JSF level integration from Rob Jellinghaus.
Summary of features/components:
* There is a generic remoting servlet (this *may* be able to be retired and use generic Seam functionality - however I recommend GWT 1.4 for this, but it certainly is possible - if you look at the
servlet there isn't anything too magical in there).
* Uses @WebRemote to expose methods on a RPC API that GWT uses
* All that is needed to use is to have a Seam component with a name the same as the RPC interface that GWT uses - Seam will do the rest.
--
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
17 years, 7 months