[richfaces-issues] [JBoss JIRA] Commented: (RF-10777) Intermittent server error on initial GAE showcase access to a4j:ajax sample

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Mar 18 09:24:52 EDT 2011


    [ https://issues.jboss.org/browse/RF-10777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588883#comment-12588883 ] 

Ilya Shaikovsky commented on RF-10777:
--------------------------------------

Here is the code used:

xml:
<root>
    <group>
        <name>Ajax Action</name>
        <demos>
            <demo>
                <id>ajax</id>
                <name>a4j:ajax</name>
                <samples>
                    <sample>
                        <id>ajax</id>
                        <name>Simple sample</name>
                    </sample>
...

Java Object which getting created using jaxb:

public class BaseDescriptor implements Serializable {
    private String id;

...
    @XmlElement
    public String getId() {
        return id;
    }
...

And link which generated:
                <c:forEach items="#{gr.demos}" var="d">
...
                    <rich:panelMenuItem label="#{d.name}" action="#{d.id}"
                        mode="client" name="#{d.id}"
                        rightIcon="#{(d.newItems || gr.newItem) ? '/images/icons/new-small-ic.gif' : null}"
                        onclick="document.location.href='#{facesContext.externalContext.requestContextPath}/richfaces/component-sample.jsf?demo=#{d.id}&amp;skin=#{skinBean.skin}'">

Considering that I filled all the id's in XML - it's really impossible to have null at that point. And moreover if it could be null anywhere - too much functionality implemented according to lookup by id.. And other failures has to be there in that case.

So need more time and hope not too much guys will see that.

> Intermittent server error on initial GAE showcase access to a4j:ajax sample
> ---------------------------------------------------------------------------
>
>                 Key: RF-10777
>                 URL: https://issues.jboss.org/browse/RF-10777
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples, third-party
>    Affects Versions: 4.0.0.Final
>            Reporter: Jay Balunas
>            Assignee: Ilya Shaikovsky
>             Fix For: 4.Next
>
>
> There seems to be an intermittent server error ( see below ) when initially accessing the GAE hosted showcase's a4j:ajax page.
> {quote}
> Error: Server Error
> The server encountered an error and could not complete your request.
> If the problem persists, please report your problem and mention this error message and the query that caused it.
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list