[ 
https://issues.apache.org/jira/browse/OLIO-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759301#action_12759301
 ] 

Kim LiChong commented on OLIO-118:
----------------------------------

Current bug fix causes SQL DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: 
Unknown column 'TIMEZONE' in 'field list'
Error Code: 1054

Need to remove timezone field in SocialEvent as JPA looks for this field in 
database.  The timezone adjustment is made in EventRestAction.java

Related bug is Olio-Issue 109

Committed revision 818648.

> SocialEvent does not permit changing of timezone in addEvent- reverts to 
> system default
> ---------------------------------------------------------------------------------------
>
>                 Key: OLIO-118
>                 URL: https://issues.apache.org/jira/browse/OLIO-118
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app
>    Affects Versions: 0.1
>         Environment: Solaris
>            Reporter: Kim LiChong
>            Assignee: Kim LiChong
>            Priority: Minor
>             Fix For: 0.1
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> SocialEvent uses java.sql.Timestamp which uses system default timezone.  When 
> adding a new event, user should be able to choose appropriate timezone.

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

Reply via email to