You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "James Muehlner (JIRA)" <ji...@apache.org> on 2016/08/17 05:12:20 UTC

[jira] [Resolved] (GUACAMOLE-80) Sharing profiles cannot be created under MYSQL authentication provider

     [ https://issues.apache.org/jira/browse/GUACAMOLE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Muehlner resolved GUACAMOLE-80.
-------------------------------------
    Resolution: Fixed

> Sharing profiles cannot be created under MYSQL authentication provider
> ----------------------------------------------------------------------
>
>                 Key: GUACAMOLE-80
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-80
>             Project: Guacamole
>          Issue Type: Bug
>            Reporter: James Muehlner
>            Assignee: James Muehlner
>            Priority: Blocker
>             Fix For: 0.9.10-incubating
>
>
> There's a trailing comma in SharingProfileMapper.xml that breaks sharing profile insert.
> {code}
>     <!-- Insert single sharing profile -->
>     <insert id="insert" useGeneratedKeys="true" keyProperty="object.objectID"
>             parameterType="org.apache.guacamole.auth.jdbc.sharingprofile.SharingProfileModel">
>         INSERT INTO guacamole_sharing_profile (
>             sharing_profile_name,
>             primary_connection_id
>         )
>         VALUES (
>             #{object.name,jdbcType=VARCHAR},
>             #{object.primaryConnectionIdentifier,jdbcType=VARCHAR},
>         )
>     </insert>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)