[
https://issues.apache.org/jira/browse/GEODE-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-6118.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
> jdbc-mapping gfsh commands should accept '/' in front of region name
> --------------------------------------------------------------------
>
> Key: GEODE-6118
> URL: https://issues.apache.org/jira/browse/GEODE-6118
> Project: Geode
> Issue Type: Bug
> Components: extensions
> Reporter: Jianxia Chen
> Assignee: Jianxia Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The jdbc-mapping gfsh commands should work the same as typing region name
> without the prefix '/'
> Current behavior:
> gfsh>create jdbc-mapping --region=/LargeRegion --data-source=datasource
> --pdx-name="LargeTableDemo" --table=largetable
> A region named /LargeRegion must already exist.
> gfsh>create jdbc-mapping --region=LargeRegion --data-source=datasource
> --pdx-name="LargeTableDemo" --table=largetable
> (Experimental)
> Member | Status | Message
> ------- | ------ | ------------------------------------------------------
> server1 | OK | Created JDBC mapping for region LargeRegion on server1
> server2 | OK | Created JDBC mapping for region LargeRegion on server2
> Changes to configuration for group 'cluster' are persisted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)