[
https://issues.jboss.org/browse/TEIIDDES-1555?page=com.atlassian.jira.plu...
]
Ted Jones commented on TEIIDDES-1555:
-------------------------------------
The first thing that stands out is the xml column of type XMLLiteral in the output message
is not generated. Adding that manually (by adding a Message Sample) gets rid of that
error, but then I get this error: "The target column xml does not match the
corresponding symbol name in the query." I also noted that the XML Document model
does not display as the source for the web service model in the transformation diagram.
That may be a symptom of some underlying metadata issue.
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: Ted Jones
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