[JBoss JIRA] (TEIIDDES-2328) Rest Importer: Show the response document
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2328?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2328:
--------------------------------
Fix Version/s: 8.6
> Rest Importer: Show the response document
> -----------------------------------------
>
> Key: TEIIDDES-2328
> URL: https://issues.jboss.org/browse/TEIIDDES-2328
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Affects Versions: 8.6
> Reporter: Ramesh Reddy
> Assignee: Ted Jones
> Fix For: 8.6
>
> Attachments: showdocument.png
>
>
> I used the one of the REST APIs from [http://nycpulse.herokuapp.com/api]
> For this JIRA, I was using [http://mtaapi.herokuapp.com/times?hour=10&minute=25]
> The importer says the response document is bad, see the attached screen shot. The repose is like
> {code}
> {
> "result": [
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:30",
> "id": "A09S",
> "lat": "40.840719",
> "lon": "-73.939561",
> "name": "168 St"
> }
> }
> {code}
> So, that looks like valid JSON to me. So, two part question
> 1) Why importer complaining? fix any errors as such
> 2) The gist of this JIRA, instead of showing link to some response file, that I have no way to check the contents if wanted, show the response document itself. This pattern is not new, CSV importer and XML importer do show the document to user, which IMO is much more valuable and gives visual indication right away what they are working with.
> I even say this needs to be done File based importer too (create JIRA if you decide to work on this separately)
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2328) Rest Importer: Show the response document
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2328?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2328:
--------------------------------
Affects Version/s: 8.6
> Rest Importer: Show the response document
> -----------------------------------------
>
> Key: TEIIDDES-2328
> URL: https://issues.jboss.org/browse/TEIIDDES-2328
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Affects Versions: 8.6
> Reporter: Ramesh Reddy
> Assignee: Ted Jones
> Attachments: showdocument.png
>
>
> I used the one of the REST APIs from [http://nycpulse.herokuapp.com/api]
> For this JIRA, I was using [http://mtaapi.herokuapp.com/times?hour=10&minute=25]
> The importer says the response document is bad, see the attached screen shot. The repose is like
> {code}
> {
> "result": [
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:30",
> "id": "A09S",
> "lat": "40.840719",
> "lon": "-73.939561",
> "name": "168 St"
> }
> }
> {code}
> So, that looks like valid JSON to me. So, two part question
> 1) Why importer complaining? fix any errors as such
> 2) The gist of this JIRA, instead of showing link to some response file, that I have no way to check the contents if wanted, show the response document itself. This pattern is not new, CSV importer and XML importer do show the document to user, which IMO is much more valuable and gives visual indication right away what they are working with.
> I even say this needs to be done File based importer too (create JIRA if you decide to work on this separately)
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2328) Rest Importer: Show the response document
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2328?page=com.atlassian.jira.plu... ]
Ted Jones reassigned TEIIDDES-2328:
-----------------------------------
Assignee: Ted Jones
> Rest Importer: Show the response document
> -----------------------------------------
>
> Key: TEIIDDES-2328
> URL: https://issues.jboss.org/browse/TEIIDDES-2328
> Project: Teiid Designer
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Import/Export
> Affects Versions: 8.6
> Reporter: Ramesh Reddy
> Assignee: Ted Jones
> Fix For: 8.6
>
> Attachments: showdocument.png
>
>
> I used the one of the REST APIs from [http://nycpulse.herokuapp.com/api]
> For this JIRA, I was using [http://mtaapi.herokuapp.com/times?hour=10&minute=25]
> The importer says the response document is bad, see the attached screen shot. The repose is like
> {code}
> {
> "result": [
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:00",
> "id": "242N",
> "lat": "40.662742",
> "lon": "-73.95085",
> "name": "Sterling St"
> },
> {
> "arrival": "10:25:30",
> "id": "A09S",
> "lat": "40.840719",
> "lon": "-73.939561",
> "name": "168 St"
> }
> }
> {code}
> So, that looks like valid JSON to me. So, two part question
> 1) Why importer complaining? fix any errors as such
> 2) The gist of this JIRA, instead of showing link to some response file, that I have no way to check the contents if wanted, show the response document itself. This pattern is not new, CSV importer and XML importer do show the document to user, which IMO is much more valuable and gives visual indication right away what they are working with.
> I even say this needs to be done File based importer too (create JIRA if you decide to work on this separately)
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2266) Unexpected internal error near index 1 on Windows
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2266?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2266:
----------------------------------------
verified on TD 8.3.4.CR1
> Unexpected internal error near index 1 on Windows
> -------------------------------------------------
>
> Key: TEIIDDES-2266
> URL: https://issues.jboss.org/browse/TEIIDDES-2266
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Modeling
> Affects Versions: 8.5, 8.3.3
> Reporter: Hisanobu Okuda
> Assignee: Barry LaFond
> Fix For: 8.3.4, 8.6, 8.5.1
>
>
> When trying to rename project name (Right-click -> Refactor -> Rename) I see the following error. This seems to prevent me from renaming any file:
> Unexpected internal error near index 1
> It is reproduced on only Windows. and not occurs on Linux
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2131) With Teiid Designer, user can't set "System Table Access" for "VDB Data Role" with a small display
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2131?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2131:
---------------------------------------------------
Matus Makovy <mmakovy(a)redhat.com> changed the Status of [bug 1091854|https://bugzilla.redhat.com/show_bug.cgi?id=1091854] from NEW to VERIFIED
> With Teiid Designer, user can't set "System Table Access" for "VDB Data Role" with a small display
> ----------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2131
> URL: https://issues.jboss.org/browse/TEIIDDES-2131
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Dialogs
> Affects Versions: 8.3.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Fix For: 8.5, 8.3.4
>
>
> Description of problem:
> With Teiid Desitner, user can't set "System Table Access" for "VDB Data Role" with a small display
> Version-Release number of selected component (if applicable):
> Teiid Designer:7.7.5.v20140302-1621-H4-Final
> Steps to Reproduce:
> 1. Set display resolution as "1024×768"
> 2. Open VDB file
> 3. Click "add data role" button
> Actual results:
> User can't set a check box for "System Tables Access"
> Expected results:
> ModalPanel has a scroll window, so user can set it
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (TEIIDDES-2089) Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2089?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2089:
---------------------------------------------------
Matus Makovy <mmakovy(a)redhat.com> changed the Status of [bug 1080032|https://bugzilla.redhat.com/show_bug.cgi?id=1080032] from MODIFIED to VERIFIED
> Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2089
> URL: https://issues.jboss.org/browse/TEIIDDES-2089
> Project: Teiid Designer
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 8.3.2
> Reporter: Lucie Fabrikova
> Assignee: Mark Drilling
> Priority: Blocker
> Fix For: 8.5, 8.3.4
>
>
> Import-> Teiid designer -> Teiid connection >> source model:
> Next button doesn't move to next page of wizard on Windows (both 7, XP), but throws following exception in error log:
> java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project.
> at org.teiid.designer.ddl.importer.DdlImporter.setModelFolder(DdlImporter.java:344)
> at org.teiid.designer.teiidimporter.ui.wizard.TeiidImportManager.setTargetModelLocation(TeiidImportManager.java:433)
> at org.teiid.designer.teiidimporter.ui.wizard.TeiidImportWizard.init(TeiidImportWizard.java:134)
> at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:185)
> at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:104)
> at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSel
> ...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months