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 |[email protected]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.