Author |
Message
|
wmbv7newbie |
Posted: Tue Mar 24, 2015 5:11 am Post subject: ESQL - Attributes Not Suggested in Code Completion [WMB V8] |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Hi,
I am using an application for building message flows and it refers to a Library which has all the schemas defined.
While setting the OutputRoot in the compute node, I am using code completion (suggestion by Ctrl+Spacebar) to set field values. However, I am not getting attributes in the drop-down.
Another colleague is having the opposite problem. He can see the attributes and not the fields.
Just for info -
1. We have namespaces upto the depth of 3 different ones. For e.g. -
Code: |
InputRoot.XMLNSC.ns:RegisterLearner.ns:Application.ns2:Learner.ns5:FirstName |
2. The schemas have elementFormDefault="qualified". Not sure if this is relevant but I thought of mentioning.
Any hints on why this could be occuring? |
|
Back to top |
|
 |
kimbert |
Posted: Tue Mar 24, 2015 7:06 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
You could open a PMR, or raise an RFE asking for improved ESQL editor support. _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too. |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Wed Mar 25, 2015 12:32 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 25, 2015 5:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Is your toolkit at 8.0.0.2 ? |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Wed Mar 25, 2015 6:04 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
yes. Broker and toolkit both at 8.0.0.2.  |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Mar 25, 2015 6:43 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
I don't know if all the toolkit problems are identified and resolved, because I have faced similar kind of issues at many times and recently, when its related specifically with completion (suggestion by Ctrl+Spacebar).
I have been using v8.0.0.4 toolkit and I faced this issue. Sometimes toolkit doesn't give you the namespace attributes, when attributes are deep down the tree.
I simply test and figure out if elements are getting populated in the OutputRoot., if that's a case.
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Mar 26, 2015 4:51 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I have also seen issues with completion where the structure of the includes of the message models, or more importantly the structure of the models themselves can inhibit completion.
For example, if you are using generic types that are then overridden by more specific types, completion can have trouble using the overridden type. |
|
Back to top |
|
 |
|