[JBoss JIRA] (TEIIDDES-2784) Not open the xml mapping diagram through the model explorer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2784?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2784.
----------------------------------
Resolution: Done
re-closing after target version changes
> Not open the xml mapping diagram through the model explorer
> -----------------------------------------------------------
>
> Key: TEIIDDES-2784
> URL: https://issues.jboss.org/browse/TEIIDDES-2784
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors
> Affects Versions: 10.0.1
> Environment: Windows 10 Pro N
> Fedora 23
> Reporter: Matej Kralik
> Assignee: Barry LaFond
> Priority: Minor
> Labels: verified_jbdsis-9.0.0.Beta
> Fix For: 10.0
>
> Attachments: Recursive.zip
>
>
> When I try open XML document through model explorer, it shows me the mapping diagram for a few seconds but then show me back the package diagram.
> When I open XML document through package diagram, the mapping diagram shows correct.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2641) Copying Model problem
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2641?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2641.
----------------------------------
Resolution: Done
re-closing after target version changes
> Copying Model problem
> ---------------------
>
> Key: TEIIDDES-2641
> URL: https://issues.jboss.org/browse/TEIIDDES-2641
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release
> Affects Versions: 9.0.3
> Reporter: stanislav kaleta
> Assignee: Paul Richardson
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0, 9.2.1
>
> Attachments: CopyModelImports.png, CopyModelProcedureSQL.png, TestedProject.zip
>
>
> When creating new view model by copying from existing model (see steps to reproduce), two bugs occurs.
> First:
> In Transformation Diagram of model's procedures, name of model is not updated.
> !CopyModelProcedureSQL.png|thumbnail!
> In this case "Products_view.PRODUCTDATA.NAME" should be updated to
> "<new_model_name>.PRODUCTDATA.NAME", otherwise it produce validation error.
> Additionally:
> If location of new model is different from existing model (different folder or project), import declarations to source model will be added as following:
> * import declaration to source model is added (in this case: /Dataroles/sources/Products_source.xmi)
> * concurrently, another import declaration (with name: Model Import) with error (Unable to resolve the imported model ../sources/Products_source.xmi) is added.
> !CopyModelImports.png|thumbnail!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2389) Add ui support for whole texttable no trim
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2389?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2389.
----------------------------------
Resolution: Done
re-closing after target version changes
> Add ui support for whole texttable no trim
> ------------------------------------------
>
> Key: TEIIDDES-2389
> URL: https://issues.jboss.org/browse/TEIIDDES-2389
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Patch Release, Teiid Integration, Transformations
> Environment: Teiid 8.8.0 Final
> Reporter: Shiveeta Mattoo
> Assignee: Barry LaFond
> Labels: File-connector, TEXTTABLE, TRIM, release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0, 9.2.1
>
>
> TEIID-3167 allows for NO TRIM to be specified against the whole texttable regardless of whether it is fixed width or delimited. If delimited, then unqualified entries will not be trimmed. For example:
> a , "b"
> would be parsed as
> a ,b - such that the space is preserved after a, but the qualified entry is unaffected.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2786) IllegalArgumentException: server when starting Fuse server
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2786?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2786.
----------------------------------
Resolution: Done
re-closing after target version changes
> IllegalArgumentException: server when starting Fuse server
> ----------------------------------------------------------
>
> Key: TEIIDDES-2786
> URL: https://issues.jboss.org/browse/TEIIDDES-2786
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Teiid Integration
> Environment: JBDS 9.1.0.Beta2 + JBDS-IS 9.0.0.Beta2 (Teiid Designer 10.0.0.Beta2-v20160209-1950-B4070
> Reporter: Andrej Podhradsky
> Assignee: Barry LaFond
> Priority: Critical
> Labels: verified_jbdsis-9.0.0
> Fix For: 10.0
>
> Attachments: log.txt, teiid-designer-master-TEIIDDES-2786.patch
>
>
> It seems to be the same bug as TEIIDDES-2685. Please check whether the fix is included in a branch for TD 10.x. The error is as follows
> {code}
> java.lang.IllegalArgumentException: server
> at org.teiid.core.designer.util.CoreArgCheck.isNotNull(CoreArgCheck.java:142)
> at org.teiid.designer.runtime.TeiidServerManager.removeServer(TeiidServerManager.java:429)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:268)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:194)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2709) REST WAR Generation - Index.html contains wrong View name in url
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2709?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2709.
----------------------------------
Resolution: Done
re-closing after target version changes
> REST WAR Generation - Index.html contains wrong View name in url
> ----------------------------------------------------------------
>
> Key: TEIIDDES-2709
> URL: https://issues.jboss.org/browse/TEIIDDES-2709
> Project: Teiid Designer
> Issue Type: Bug
> Components: Patch Release, Web Services Support
> Affects Versions: 9.0.2
> Reporter: Van Halbert
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.4, 10.0, 9.2.1
>
>
> In index.html file, url address of rest services having invalid values on subsequent rest war generation.
> Version-Release number of selected component (if applicable):
> JBDS 9.0 GA + Early Access Alpha2 plugins (access.redhat.com)
>
> How reproducible:
>
> In any workspace that contains multiple teiid projects (or single project with multiple views)
> Actual results:
> Wrongly generated index.html file in WAR file
> Expected results:
> index.html has proper url
>
> Additional info:
> ,I think the view model name is saved in a session value in Eclipse.
> IDE restart is required for proper generation
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (TEIIDDES-2469) [Usability] Problem importing SOAP web service via URL
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2469?page=com.atlassian.jira.plu... ]
Barry LaFond closed TEIIDDES-2469.
----------------------------------
Resolution: Done
re-closing after target version changes
> [Usability] Problem importing SOAP web service via URL
> ------------------------------------------------------
>
> Key: TEIIDDES-2469
> URL: https://issues.jboss.org/browse/TEIIDDES-2469
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Import/Export, Patch Release
> Affects Versions: 9.0
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 10.0, 9.2.1
>
> Attachments: bug.mov, define-rest-procedure-tags-dialog.png
>
>
> Conversation:
> [09:44] <jmarley> vhalbert: do you have a document for import soap web service via url
> [09:45] <jmarley> we are getting hung up on creating relational model
> [09:45] <jmarley> vhalbert: nevermind,
> [09:46] <jmarley> vhalbert: there was an error saying we didn't have a column defined, but it was for a different procedure than the one that was selected, which and we didn't know we needed to select the other procedure and assumed it was issue with current procedure we were working with
> [09:47] <vhalbert> jmarley, hm
> [09:47] <vhalbert> jmarley, so designer was processing something that wasn't selected
> [09:48] <jmarley> vhalbert: yes, and didn't give an indication as to which procedure it was referring to
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months