[JBoss JIRA] (TEIIDDES-104) F2 Rename dialog needs selected object context (i.e. Model name, Object location & Metaclass type)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-104?page=com.atlassian.jira.plug... ]
Barry LaFond resolved TEIIDDES-104.
-----------------------------------
Resolution: Done
Done
> F2 Rename dialog needs selected object context (i.e. Model name, Object location & Metaclass type)
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-104
> URL: https://issues.jboss.org/browse/TEIIDDES-104
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 6.0.0
> Environment: 5.5.3 Designer
> Reporter: Jerry Helbling
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.1
>
> Attachments: rename-model-object-dialog.png
>
>
> In Web Service Operation Editor, using F2 to rename the selected Input Variable renames the Operation instead. Right click - Rename works fine, but many users are used to using F2 to rename. If we do not choose to support F2 when we have selected a variable in Input Variables, or an Operation in the Operations tree, then we should make sure it does nothing. If we do want to support F2 for renaming, then it should rename the selected object, not the Operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TEIIDDES-104) F2 Rename dialog needs selected object context (i.e. Model name, Object location & Metaclass type)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-104?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-104:
----------------------------------
Attachment: rename-model-object-dialog.png
Added object location and type to dialog
Added string name validation to prevent name errors
> F2 Rename dialog needs selected object context (i.e. Model name, Object location & Metaclass type)
> --------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-104
> URL: https://issues.jboss.org/browse/TEIIDDES-104
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 6.0.0
> Environment: 5.5.3 Designer
> Reporter: Jerry Helbling
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.1
>
> Attachments: rename-model-object-dialog.png
>
>
> In Web Service Operation Editor, using F2 to rename the selected Input Variable renames the Operation instead. Right click - Rename works fine, but many users are used to using F2 to rename. If we do not choose to support F2 when we have selected a variable in Input Variables, or an Operation in the Operations tree, then we should make sure it does nothing. If we do want to support F2 for renaming, then it should rename the selected object, not the Operation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TEIIDDES-1555) Errors with Web Service model operation validation
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1555:
--------------------------------------
Summary: Errors with Web Service model operation validation
Key: TEIIDDES-1555
URL: https://issues.jboss.org/browse/TEIIDDES-1555
Project: Teiid Designer
Issue Type: Feature Request
Components: Transformations
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 8.1
Created WS model from simple relational model.
Validation results in the following T-editor message:
_ERROR: TEIID30387 Could not load UDF "+", since its invocation class "org.teiid.query.function.FunctionMethods" could not be found._
And a ClassCastException
java.lang.ClassCastException: org.teiid82.sql.impl.xml.MappingNodeImpl cannot be cast to org.teiid.designer.xml.IMappingElement
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.createMapping(MappingDocumentFormatter.java:787)
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.processChildren(MappingDocumentFormatter.java:1116)
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.processNamespaces(MappingDocumentFormatter.java:1196)
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.createDocumentNode(MappingDocumentFormatter.java:702)
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.createMapping(MappingDocumentFormatter.java:748)
at org.teiid.designer.transformation.aspects.sql.MappingDocumentFormatter.createMappingString(MappingDocumentFormatter.java:821)
at org.teiid.designer.transformation.aspects.sql.TreeMappingRootSqlAspect.getTransformation(TreeMappingRootSqlAspect.java:285)
at org.teiid.designer.transformation.aspects.sql.TreeMappingRootSqlAspect.getTransformationInfo(TreeMappingRootSqlAspect.java:333)
at org.teiid.designer.core.metadata.runtime.RuntimeAdapter.addTransformationWords(RuntimeAdapter.java:412)
at org.teiid.designer.core.metadata.runtime.RuntimeAdapter.addIndexWord(RuntimeAdapter.java:172)
at org.teiid.designer.core.index.ModelIndexer.addIndexWord(ModelIndexer.java:311)
at org.teiid.designer.core.index.ModelIndexer.index(ModelIndexer.java:164)
at org.teiid.designer.core.index.Index.add(Index.java:127)
at org.teiid.designer.core.index.ModelIndexer.indexResource(ModelIndexer.java:240)
at org.teiid.designer.core.builder.ModelBuildUtil.indexResource(ModelBuildUtil.java:308)
at org.teiid.designer.core.builder.ModelBuildUtil.indexResources(ModelBuildUtil.java:333)
at org.teiid.designer.core.builder.ModelBuildUtil.indexResources(ModelBuildUtil.java:324)
at org.teiid.designer.core.builder.ModelBuildUtil.buildResources(ModelBuildUtil.java:123)
at org.teiid.designer.core.builder.ModelBuilder$1.run(ModelBuilder.java:138)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TEIIDDES-1554) Unable to validate transformation in project set in Designer 8 where the project was built in Designer 7.x
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1554?page=com.atlassian.jira.plu... ]
Van Halbert updated TEIIDDES-1554:
----------------------------------
Attachment: portfolio.zip
Project set
> Unable to validate transformation in project set in Designer 8 where the project was built in Designer 7.x
> ----------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1554
> URL: https://issues.jboss.org/browse/TEIIDDES-1554
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations, Validation
> Affects Versions: 8.0
> Environment: jbdevstudio-product-universal-6.0.0.GA-v20121206-1855-B186.jar
> Designer 8 final release
> Reporter: Van Halbert
> Attachments: portfolio.zip
>
>
> Taking a project set built in the latest JDBS 5 / Designer 7.x and trying to validate it in Designer 8.
> The MartketDataView.StockPrices view has this error:
> Found problems validating transformation defining MarketDataView/StockPrices, re-validate in the transformation editor.
> Unable to to get the error to go away after revalidating. Also tried the quick fix with no luck. Also tried typing in spaces to trigger revalidation, no luck.
> No error messages in the .log. Attached the project set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TEIIDDES-1554) Unable to validate transformation in project set in Designer 8 where the project was built in Designer 7.x
by Van Halbert (JIRA)
Van Halbert created TEIIDDES-1554:
-------------------------------------
Summary: Unable to validate transformation in project set in Designer 8 where the project was built in Designer 7.x
Key: TEIIDDES-1554
URL: https://issues.jboss.org/browse/TEIIDDES-1554
Project: Teiid Designer
Issue Type: Bug
Components: Transformations, Validation
Affects Versions: 8.0
Environment: jbdevstudio-product-universal-6.0.0.GA-v20121206-1855-B186.jar
Designer 8 final release
Reporter: Van Halbert
Attachments: portfolio.zip
Taking a project set built in the latest JDBS 5 / Designer 7.x and trying to validate it in Designer 8.
The MartketDataView.StockPrices view has this error:
Found problems validating transformation defining MarketDataView/StockPrices, re-validate in the transformation editor.
Unable to to get the error to go away after revalidating. Also tried the quick fix with no luck. Also tried typing in spaces to trigger revalidation, no luck.
No error messages in the .log. Attached the project set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (TEIIDDES-1436) Hand Generated XML Document Models do not Correctly Associate Namespace URI/Prefix with Elements
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1436?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1436:
--------------------------------
Fix Version/s: Future
(was: 8.1)
> Hand Generated XML Document Models do not Correctly Associate Namespace URI/Prefix with Elements
> ------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1436
> URL: https://issues.jboss.org/browse/TEIIDDES-1436
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Modeling
> Affects Versions: 7.7.1
> Reporter: Ted Jones
> Assignee: Ted Jones
> Fix For: Future
>
> Attachments: foo.zip
>
>
> "Document models can be created that have nested namespaces, and Teiid contains code to use different namespace prefixes for nested elements. However at least for my simple test case (see attached) the generated mapping document does not contain any namespaceURI information for the elements - it only has the namespace declarations. It would appear that the logic in MappingDocumentFormatter is not correctly associating the prefix/uri with elements at least for a simple hand made document model. I don't know if things are different when starting with a schema." - SteveH
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months