You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Ankur Goyal (Created) (JIRA)" <ji...@apache.org> on 2011/11/16 21:57:51 UTC

[jira] [Created] (RAVE-360) New Account page needs to be updated to let user enter more information

New Account page needs to be updated to let user enter more information
-----------------------------------------------------------------------

                 Key: RAVE-360
                 URL: https://issues.apache.org/jira/browse/RAVE-360
             Project: Rave
          Issue Type: Improvement
          Components: rave-portal
            Reporter: Ankur Goyal
            Priority: Minor


Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Jessica (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica updated RAVE-360:
-------------------------

    Attachment: rave360patch.patch

https://reviews.apache.org/r/3515/
                
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>         Attachments: rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Marlon Pierce (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189170#comment-13189170 ] 

Marlon Pierce commented on RAVE-360:
------------------------------------

The relevant error is probably

[INFO] [talledLocalContainer] org.springframework.beans.NotReadablePropertyException: Invalid property 'honorificPrefix' of bean class [org.apache.rave.portal.model.NewUser]: Bean property 'honorificPrefix' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
                
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>         Attachments: Screen shot 2012-01-19 at 10.24.32 AM.png, rave-360v2.patch, rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Marlon Pierce (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189156#comment-13189156 ] 

Marlon Pierce commented on RAVE-360:
------------------------------------

I'm getting errors (see screen shot) when I apply this patch to the current Rave.  I've tried this on two separate machines.  Possibly related, I had to manually apply the patch for messages.properties.
                
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>         Attachments: rave-360v2.patch, rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Marlon Pierce (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marlon Pierce updated RAVE-360:
-------------------------------

    Attachment: Screen shot 2012-01-19 at 10.24.32 AM.png

Screen shot showing stacktrace after applying the patch.  I'm using Mac OS X, Java 1.6.
                
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>         Attachments: Screen shot 2012-01-19 at 10.24.32 AM.png, rave-360v2.patch, rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Marlon Pierce (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marlon Pierce resolved RAVE-360.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8-INCUBATING

Resolved along with duplicate entry RAVE-421.
                
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>             Fix For: 0.8-INCUBATING
>
>         Attachments: Screen shot 2012-01-19 at 10.24.32 AM.png, rave-360v2.patch, rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (RAVE-360) New Account page needs to be updated to let user enter more information

Posted by "Jessica (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica updated RAVE-360:
-------------------------

    Attachment: rave-360v2.patch
    
> New Account page needs to be updated to let user enter more information
> -----------------------------------------------------------------------
>
>                 Key: RAVE-360
>                 URL: https://issues.apache.org/jira/browse/RAVE-360
>             Project: Rave
>          Issue Type: Improvement
>          Components: rave-portal
>            Reporter: Ankur Goyal
>            Priority: Minor
>         Attachments: rave-360v2.patch, rave360patch.patch
>
>
> Based on the ticket Rave-357 and updates made to Person.java, a new user must be allowed to provide more information like given name, family name etc. Thus new account page needs to be updated for allowing new user to enter those fields.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira