[JBoss JIRA] (TEIIDDES-2736) Expose all the materialized properties that Teiid supports for configuration
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2736?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2736.
------------------------------------
Fix Version/s: 10.0.1
9.2.1
(was: 10.0.2)
Resolution: Done
Materialization extension properties were added to relational.mxd as part of TEIIDDES-2589.
They are now editable in the Properties view when selecting a materialized view
> Expose all the materialized properties that Teiid supports for configuration
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2736
> URL: https://issues.jboss.org/browse/TEIIDDES-2736
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Modeling
> Affects Versions: 9.2
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 10.0.1, 9.2.1
>
>
> When changing a view to be materialized, should expose all the possible properties that can be configured to control the materialized process. Maybe this is a usability issue, for which I'm not seeing what's there, but its not obvious.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (TEIIDDES-2768) Transform from Source Model" doesn't copy Descriptions to new view model
by Debbie Steigner (JIRA)
Debbie Steigner created TEIIDDES-2768:
-----------------------------------------
Summary: Transform from Source Model" doesn't copy Descriptions to new view model
Key: TEIIDDES-2768
URL: https://issues.jboss.org/browse/TEIIDDES-2768
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 9.0.3
Reporter: Debbie Steigner
Assignee: Barry LaFond
When generating the View Model with Transform from the Source Model, the information in the Description of the Source Model is not copied to Description in the View Model
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (TEIIDDES-2713) UDF jar not referenced in exported dynamic VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2713?page=com.atlassian.jira.plu... ]
Work on TEIIDDES-2713 started by Barry LaFond.
----------------------------------------------
> UDF jar not referenced in exported dynamic VDB
> ----------------------------------------------
>
> Key: TEIIDDES-2713
> URL: https://issues.jboss.org/browse/TEIIDDES-2713
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Fix For: 9.2.1, 10.0.2
>
>
> When exporting a VDB with a User Defined Function, the information about the UDF jar is not present in the resulting dynamic VDB file.
> With regular VDB archives, the UDF jar is added to the lib/ directory within the archive and is referenced like so in META-INF/vdb.xml:
> {code:xml}
> <entry path="/lib/MyTestUdf-1.0-SNAPSHOT.jar">
> <property name="checksum" value="2689317444"/>
> </entry>
> {code}
> This approach is not possible in case of dynamic VDB defined only as an xml file. It is, however, possible to create a module on the server with UDF jar and then reference it in the *-vdb.xml like so:
> {code:xml}
> <property name ="lib" value ="mytestudf-module"></property>
> {code}
> It is currently possible to define such property manually in the VDB editor before exporting, but Designer should be able to define one automatically, or at least warn the user when there is a UDF jar present and the lib property is not defined.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months