|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
GDM with JSON including namespaces causes compile error |
« View previous topic :: View next topic » |
Author |
Message
|
catshout |
Posted: Wed Jul 18, 2018 9:13 am Post subject: GDM with JSON including namespaces causes compile error |
|
|
Acolyte
Joined: 15 May 2012 Posts: 57
|
Hi everybody,
we're currently facing an issue with GDM. We got a JSON Schema like
Code: |
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Person object",
"type": "object",
"properties": {
"spi:action": {
"$id": "/properties/spi:action",
"type": "string",
"title": "The Spi:action Schema ",
"default": "",
"examples": ["Create Draft"]
},
"spi:triLocationRequestedTX": {
"$id": "/properties/spi:triLocationRequestedTX",
"type": "string",
"title": "The Spi:trilocationrequestedtx Schema ",
"default": "",
"examples": ["\\Locations\\Offices\\Property\\Kettering"]
},
... |
We did import this into an Application and tried to use this in a Mapping Node.
The deployment causes a compile error
RuntimeException IXJXE0873E: [ERR 0614]
We did replace the "spi:action" with a "spi_action", everything works. Seems that the ":" causes the error.
The JSON Schema has been validated successfully.
We're using IIB 10.0.0.12.
Any hints are appreciated. (We did already open a PMR).
Best
- catshout |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|