[JBoss JIRA] (TEIIDDES-3214) odata EOF in prolog
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3214?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-3214:
----------------------------------------
There is also change between http and https. If I enter it to browser without 's' I can see 301 redirect in network console.
> odata EOF in prolog
> -------------------
>
> Key: TEIIDDES-3214
> URL: https://issues.jboss.org/browse/TEIIDDES-3214
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.2
> Reporter: Mario Majernik
> Priority: Critical
> Attachments: Screen Shot 2018-07-26 at 12.54.48.png, Screen Shot 2018-07-26 at 12.55.07.png, odata.png
>
>
> When I try to import from odata I get this error: Unexpected EOF in prolog (See odata.png)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3214) odata EOF in prolog
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3214?page=com.atlassian.jira.plu... ]
Mario Majernik edited comment on TEIIDDES-3214 at 7/31/18 6:49 AM:
-------------------------------------------------------------------
So I tried to change url from :
{code:java}
http://services.odata.org/Northwind/Northwind.svc
{code}
to:
{code:java}
https://services.odata.org/Northwind/Northwind.svc/
{code}
and it works now.
So workaround exists, I am changing priority to Critical.
But there is still a question. The first option without redirects worked before. Why? And why is not working now? Should be working now? If not could be a mention about this in documentation or TD should show some warning window that user put there address with redirects.
was (Author: mmajerni):
So I tried change url from :
{code:java}
http://services.odata.org/Northwind/Northwind.svc
{code}
to:
{code:java}
https://services.odata.org/Northwind/Northwind.svc/
{code}
and it works now.
So workaround exists, I am changing priority to Critical.
But there is still a question. The first option without redirects worked before. Why? And why is not working now? Should be working now? If not could be a mention about this in documentation or TD should show some warning window that user put there address with redirects.
> odata EOF in prolog
> -------------------
>
> Key: TEIIDDES-3214
> URL: https://issues.jboss.org/browse/TEIIDDES-3214
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.2
> Reporter: Mario Majernik
> Priority: Critical
> Attachments: Screen Shot 2018-07-26 at 12.54.48.png, Screen Shot 2018-07-26 at 12.55.07.png, odata.png
>
>
> When I try to import from odata I get this error: Unexpected EOF in prolog (See odata.png)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3215) SalesForce importer delete RA when JNDI name equals RA name
by Mario Majernik (JIRA)
Mario Majernik created TEIIDDES-3215:
----------------------------------------
Summary: SalesForce importer delete RA when JNDI name equals RA name
Key: TEIIDDES-3215
URL: https://issues.jboss.org/browse/TEIIDDES-3215
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 11.2
Reporter: Mario Majernik
If JNDI name equals RA name after import, the RA is deleted.
e.g.
If we set JNDI name: java:/salesforce
After import RA:
{code:java}
<resource-adapter id="salesforce">
<module slot="main" id="org.jboss.teiid.resource-adapter.salesforce"/>
</resource-adapter>
{code}
is deleted.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3215) SalesForce importer delete RA when JNDI name equals RA name
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3215?page=com.atlassian.jira.plu... ]
Mario Majernik updated TEIIDDES-3215:
-------------------------------------
Description:
If JNDI name equals RA name after import, the RA is deleted.
e.g.
If we set JNDI name: java:/salesforce
After import RA:
{code:java}
<resource-adapter id="salesforce">
<module slot="main" id="org.jboss.teiid.resource-adapter.salesforce"/>
</resource-adapter>
{code}
is deleted.
was:
If JNDI name equals RA name after import, the RA is deleted.
e.g.
If we set JNDI name: java:/salesforce
After import RA:
{code:java}
<resource-adapter id="salesforce">
<module slot="main" id="org.jboss.teiid.resource-adapter.salesforce"/>
</resource-adapter>
{code}
is deleted.
> SalesForce importer delete RA when JNDI name equals RA name
> ------------------------------------------------------------
>
> Key: TEIIDDES-3215
> URL: https://issues.jboss.org/browse/TEIIDDES-3215
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.2
> Reporter: Mario Majernik
>
> If JNDI name equals RA name after import, the RA is deleted.
> e.g.
> If we set JNDI name: java:/salesforce
> After import RA:
> {code:java}
> <resource-adapter id="salesforce">
> <module slot="main" id="org.jboss.teiid.resource-adapter.salesforce"/>
> </resource-adapter>
> {code}
> is deleted.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (TEIIDDES-3214) odata EOF in prolog
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3214?page=com.atlassian.jira.plu... ]
Steven Hawkins commented on TEIIDDES-3214:
------------------------------------------
> Teiid does not support redirects if there any
You have to explicitly configure CXF to follow redirects.
> odata EOF in prolog
> -------------------
>
> Key: TEIIDDES-3214
> URL: https://issues.jboss.org/browse/TEIIDDES-3214
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.2
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: Screen Shot 2018-07-26 at 12.54.48.png, Screen Shot 2018-07-26 at 12.55.07.png, odata.png
>
>
> When I try to import from odata I get this error: Unexpected EOF in prolog (See odata.png)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (TEIIDDES-3214) odata EOF in prolog
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3214?page=com.atlassian.jira.plu... ]
Ramesh Reddy commented on TEIIDDES-3214:
----------------------------------------
Do a curl on Metadata call and see what it is sending. Teiid does not support redirects if there any
> odata EOF in prolog
> -------------------
>
> Key: TEIIDDES-3214
> URL: https://issues.jboss.org/browse/TEIIDDES-3214
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.2
> Reporter: Mario Majernik
> Priority: Blocker
> Attachments: Screen Shot 2018-07-26 at 12.54.48.png, Screen Shot 2018-07-26 at 12.55.07.png, odata.png
>
>
> When I try to import from odata I get this error: Unexpected EOF in prolog (See odata.png)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months