[JBoss JIRA] (TEIIDDES-2471) Assertion error trying to Delete a file
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2471?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2471:
--------------------------------------
Assignee: Barry LaFond (was: Paul Richardson)
> Assertion error trying to Delete a file
> ---------------------------------------
>
> Key: TEIIDDES-2471
> URL: https://issues.jboss.org/browse/TEIIDDES-2471
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 9.0
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.2
>
>
> When deleting a VDB in a model project, it'll fail if you click *Preview*, then *Back*, then *OK*
> Stack trace is below and it appears that by Previewing the a refactor action (Delete in this case) and clicking *Back* does not clear the original *change*, so clicking *OK* ends up trying to apply duplicate changes. I tested the Preview/Back a couple of times and verified it's adding a duplicate change each time.
> {code}
> org.eclipse.core.runtime.CoreException: assertion failed: DeleteResourcesRefactoring class is adding a
> at org.teiid.designer.ui.refactor.delete.DeleteResourcesRefactoring.createChange(DeleteResourcesRefactoring.java:232)
> at org.eclipse.ltk.core.refactoring.CreateChangeOperation.run(CreateChangeOperation.java:124)
> at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:209)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
> at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> !SUBENTRY 1 org.teiid.designer.ui.refactor.delete 4 0 2015-04-06 08:26:20.007
> !MESSAGE assertion failed:
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2399) Creating view model from source model with generate transformations results in orphaned annotated object reference to source
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2399?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2399:
-----------------------------------
Fix Version/s: Future
(was: 9.2)
> Creating view model from source model with generate transformations results in orphaned annotated object reference to source
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2399
> URL: https://issues.jboss.org/browse/TEIIDDES-2399
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: Future
>
>
> Create a View model from a source model and choose the "Transform.." option to generate default transformations.
> The resulting View model will contain an extra <annotatedObject> reference in the same <annotations> element as the *relational* extension model reference
> {code:xml}
> <mmcore:AnnotationContainer xmi:uuid="mmuuid:9c7ac03c-bafc-4aa1-855f-4e6a43dd9c21">
> <annotations xmi:uuid="mmuuid:7aeb8904-fe0c-42ac-ae67-72c8ce5b397d">
> <tags xmi:uuid="mmuuid:873b6c71-41d4-476a-bf9a-442cb7fd7943" key="modelExtensionDefinition:relational" value="relational"/>
> <annotatedObject href="XXXXXXX.xmi#mmuuid/7291fb4c-da39-4bbc-9787-d2edd9b9551c"/>
> </annotations>
> {code}
> This won't cause problems for the View model, however if the View model is copied to yet another view model, the Model Import for the original source model will end up in the top level view model due to the orphaned "href=....."
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2518) 1024x768 Input set editor issue - not all options are visible
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2518?page=com.atlassian.jira.plu... ]
Barry LaFond edited comment on TEIIDDES-2518 at 7/15/15 9:47 AM:
-----------------------------------------------------------------
Fix was to move the editor to a dialog triggered via an context menu action "Edit Input Set" (see attached images).
Attached a patch containing the changes
committed to:
* master: https://github.com/Teiid-Designer/teiid-designer/commit/377b12d76089c70f9...
was (Author: blafond):
Fix was to move the editor to a dialog triggered via an context menu action "Edit Input Set" (see attached images).
Attached a patch containing the changes
> 1024x768 Input set editor issue - not all options are visible
> -------------------------------------------------------------
>
> Key: TEIIDDES-2518
> URL: https://issues.jboss.org/browse/TEIIDDES-2518
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2
> Reporter: Matus Makovy
> Fix For: 9.2, 9.0.3
>
> Attachments: edit-input-set-action.png, edit-input-set-dialog.png, org-teiid-designer-mapping-ui.patch, screen1.png, screen2.png
>
>
> Not all options are visible when Input set editor is opened with resolution 1024 x 768. (screen1)
> Also resizing this model editor seems to produce additional issues. (screen2)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2545) Importing REST service gives a string instead of a boolean to a procedural parameter
by Daan Creemers (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2545?page=com.atlassian.jira.plu... ]
Daan Creemers commented on TEIIDDES-2545:
-----------------------------------------
I updated to 9.1.0.Final and tried it again. Using the same steps, I can reproduce the same error: 'ERROR: org.teiid.runtime.client.TeiidClientException: TEIID30145 Unable to convert procedural parameter geoIPsource.invokeHttp.stream of type string to expected type boolean'.
After removing the quotes around 'TRUE', I get the error 'ERROR: java.lang.StringIndexOutOfBoundsException: String index out of range: 1'.
The list of plugins shows that my saxon version is 9.5.1.v20150427-1451. Do you have any suggestion how to solve this?
> Importing REST service gives a string instead of a boolean to a procedural parameter
> ------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2545
> URL: https://issues.jboss.org/browse/TEIIDDES-2545
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 9.1
> Environment: Windows 7
> Reporter: Daan Creemers
> Assignee: Ted Jones
> Fix For: 9.0.2 Beta2, 9.2
>
>
> After importing a REST service an error is given in the Transformation Editor: TEIID30145 Unable to convert procedural parameter SourceModel.invokeHttp.stream of type string to expected type boolean
> This is because there are quotes around TRUE for the stream parameter and these should be removed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-1816:
--------------------------------
Fix Version/s: 9.0.3 Beta1
9.0.3
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Fix For: 9.0.3 Beta1, 9.0.3
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months