You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "zoe slattery (JIRA)" <ji...@apache.org> on 2010/01/08 12:56:54 UTC

[jira] Created: (ARIES-109) Blog sample does not persist blogtext.

Blog sample does not persist blogtext.
--------------------------------------

                 Key: ARIES-109
                 URL: https://issues.apache.org/jira/browse/ARIES-109
             Project: Aries
          Issue Type: Bug
         Environment: Any
            Reporter: zoe slattery
            Assignee: zoe slattery


The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'


ij> select * from blogentry;
ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ARIES-109) Blog sample does not persist blogtext.

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

Jeremy Hughes updated ARIES-109:
--------------------------------

    Fix Version/s: 0.1

> Blog sample does not persist blogtext.
> --------------------------------------
>
>                 Key: ARIES-109
>                 URL: https://issues.apache.org/jira/browse/ARIES-109
>             Project: Aries
>          Issue Type: Bug
>         Environment: Any
>            Reporter: zoe slattery
>            Assignee: zoe slattery
>             Fix For: 0.1
>
>
> The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ARIES-109) Blog sample does not persist blogtext.

Posted by "zoe slattery (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ARIES-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798496#action_12798496 ] 

zoe slattery commented on ARIES-109:
------------------------------------

This is not a problem with the problem with the persistence service. 

The problem is in the web part of the code. 

Blog text is typed into a DOJO rich text entry box. This text is not sent to the handler when the form is submitted - although other text fields (title, tags etc) are sent.

I was using Firefox and Firebug to look at this. I switched to Safari and saw a slightly different (but probably related) issue in that it was not possible to enter text into the Blog Text text box.






> Blog sample does not persist blogtext.
> --------------------------------------
>
>                 Key: ARIES-109
>                 URL: https://issues.apache.org/jira/browse/ARIES-109
>             Project: Aries
>          Issue Type: Bug
>         Environment: Any
>            Reporter: zoe slattery
>            Assignee: zoe slattery
>
> The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ARIES-109) Blog sample does not persist blogtext.

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

zoe slattery closed ARIES-109.
------------------------------


> Blog sample does not persist blogtext.
> --------------------------------------
>
>                 Key: ARIES-109
>                 URL: https://issues.apache.org/jira/browse/ARIES-109
>             Project: Aries
>          Issue Type: Bug
>         Environment: Any
>            Reporter: zoe slattery
>            Assignee: zoe slattery
>
> The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ARIES-109) Blog sample does not persist blogtext.

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

zoe slattery resolved ARIES-109.
--------------------------------

    Resolution: Fixed

Fixed by linking to a newer version of the dojo api

> Blog sample does not persist blogtext.
> --------------------------------------
>
>                 Key: ARIES-109
>                 URL: https://issues.apache.org/jira/browse/ARIES-109
>             Project: Aries
>          Issue Type: Bug
>         Environment: Any
>            Reporter: zoe slattery
>            Assignee: zoe slattery
>
> The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (ARIES-109) Blog sample does not persist blogtext.

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

Work on ARIES-109 started by zoe slattery.

> Blog sample does not persist blogtext.
> --------------------------------------
>
>                 Key: ARIES-109
>                 URL: https://issues.apache.org/jira/browse/ARIES-109
>             Project: Aries
>          Issue Type: Bug
>         Environment: Any
>            Reporter: zoe slattery
>            Assignee: zoe slattery
>
> The blog sample persists all of the fields (date, title etc) of a blog entry except the blog text.  For example, here is a view of the blogentry table after creating a blogentry with title 'whatever'
> ij> select * from blogentry;
> ID                  |BLOGTEXT                                                                                                                        |PUBLISHDATE               |TITLE                                                                                                                           |UPDATEDDATE               |AUTHOR_EMAIL                                                                                                                    
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 1                   |                                                                                                                                |2010-01-08 00:00:00.0     |whatever                                                                                                                        |NULL                      |zoe@uk.ibm.com                                                                                                                  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.