[JBoss JIRA] (TEIIDDES-2461) Allow using JBoss AS connection timeout property when trying to connect/find Teiid Server
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2461?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2461:
-----------------------------------
Fix Version/s: 9.2
9.0.3
(was: 9.1)
(was: 9.0.2)
> Allow using JBoss AS connection timeout property when trying to connect/find Teiid Server
> -----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2461
> URL: https://issues.jboss.org/browse/TEIIDDES-2461
> Project: Teiid Designer
> Issue Type: Enhancement
> Reporter: Barry LaFond
> Assignee: Paul Richardson
> Fix For: 9.2, 9.0.3
>
>
> The teiid-designer cannot connect to remote JDV server by timeout exceptions[1]. However, the teiid-designer cannnot set timeout for it.
> [1]
> org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.ide.eclipse.as.internal.management.as71.AS71Manager.execute(AS71Manager.java:336)
> at org.jboss.ide.eclipse.as.internal.management.as71.JBoss71ManagerService.execute(JBoss71ManagerService.java:171)
> at org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.executeRequest(JBoss7ServerUtil.java:66)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.isTeiidServer(JBoss7ServerUtil.java:192)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptJBoss7Server(TeiidServerAdapterFactory.java:181)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptServer(TeiidServerAdapterFactory.java:82)
> at org.teiid.designer.runtime.TeiidParentServerListener.serverChanged(TeiidParentServerListener.java:153)
> at org.eclipse.wst.server.core.internal.ServerNotificationManager.broadcastChange(ServerNotificationManager.java:125)
> at org.eclipse.wst.server.core.internal.Server.fireServerStateChangeEvent(Server.java:742)
> at org.eclipse.wst.server.core.internal.Server.setServerState(Server.java:650)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.setServerState(ServerBehaviourDelegate.java:143)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.ControllableServerBehavior.setServerStarted(ControllableServerBehavior.java:201)
> at org.jboss.tools.as.core.server.controllable.internal.DeployableServerBehavior.setServerStarted(DeployableServerBehavior.java:127)
> at org.jboss.ide.eclipse.as.rse.core.StandardRSEStartLaunchDelegate.preLaunchCheck(StandardRSEStartLaunchDelegate.java:72)
> at org.jboss.ide.eclipse.as.rse.core.subsystems.RSECommandLineLaunchController.preLaunchCheck(RSECommandLineLaunchController.java:103)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.preLaunchCheck(ControllableServerLaunchConfiguration.java:86)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3541)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3477)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
> at org.jboss.ide.eclipse.as.internal.management.as71.AS71Manager.execute(AS71Manager.java:325)
> ... 23 more
> Caused by: java.net.ConnectException: JBAS012144: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:131)
> at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
> at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
> at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:176)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:144)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:65)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:115)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:98)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
> ... 25 more
> Additional information:
> We want to set a property of "IAS7ManagementDetails.PROPERTY_TIMEOUT" via teiid-designer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2496) Importing valid WSDL with web service import wizard fails to create model in designer
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2496?page=com.atlassian.jira.plu... ]
Ted Jones updated TEIIDDES-2496:
--------------------------------
Fix Version/s: 9.0.3
(was: 8.6.2)
(was: 9.1)
(was: 9.0.2)
> Importing valid WSDL with web service import wizard fails to create model in designer
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2496
> URL: https://issues.jboss.org/browse/TEIIDDES-2496
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.6.1, 9.0.1
> Reporter: Barry LaFond
> Assignee: Ted Jones
> Fix For: 9.0.3
>
> Attachments: HotelWS.zip, modified_HotelWS.zip
>
>
> wsdl and xsd for hotel web services in bpms travel agency demo
> Attempts to create a teiid web service model with the attached wsdl and xsd fails with an invalid wsdl error. The wsdl is valid in eclipse, but the importer fails to create a model
> This is the wsdl from the travel agency demo which is being used for a jdv-bpms integration for jbossdemocentral and summit. The wsdl from the github site imports, but no model is created. It just fails silently and generates an empty model. The wsdl attached is a modification of the wsdl at the github site, and it fails with wsdl validation errors. The wsdl is valid in eclipse, but not in the import wizard.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2496) Importing valid WSDL with web service import wizard fails to create model in designer
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2496?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2496:
-------------------------------------
Given the works arounds, (see above comment and Bill's modified wsdl with all schema in a single imported schema file), I am pushing this to 9.0.3. We need to handle all possible combinations of schemas and dependencies as part of this fix.
> Importing valid WSDL with web service import wizard fails to create model in designer
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2496
> URL: https://issues.jboss.org/browse/TEIIDDES-2496
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.6.1, 9.0.1
> Reporter: Barry LaFond
> Assignee: Ted Jones
> Fix For: 9.0.3
>
> Attachments: HotelWS.zip, modified_HotelWS.zip
>
>
> wsdl and xsd for hotel web services in bpms travel agency demo
> Attempts to create a teiid web service model with the attached wsdl and xsd fails with an invalid wsdl error. The wsdl is valid in eclipse, but the importer fails to create a model
> This is the wsdl from the travel agency demo which is being used for a jdv-bpms integration for jbossdemocentral and summit. The wsdl from the github site imports, but no model is created. It just fails silently and generates an empty model. The wsdl attached is a modification of the wsdl at the github site, and it fails with wsdl validation errors. The wsdl is valid in eclipse, but not in the import wizard.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2496) Importing valid WSDL with web service import wizard fails to create model in designer
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2496?page=com.atlassian.jira.plu... ]
Ted Jones edited comment on TEIIDDES-2496 at 5/18/15 1:25 PM:
--------------------------------------------------------------
The modified WSDL was attempted without internet connectivity. Verified with [~wmkempcos] that it worked when connected to the internet. The original WSDL still failed however. The issue is combining embedded schema with a dependency in the imported schema. De-selecting the getAvailableHotel operation allows the importer to generate all artifacts correctly for the other two operations. Selecting ONLY the getAvailableHotel operation also works.
was (Author: tejones):
The modified WSDL was attempted without internet connectivity. Verified with [~wmkempcos] that it worked when connected to the internet. The original WSDL still failed however.
> Importing valid WSDL with web service import wizard fails to create model in designer
> -------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2496
> URL: https://issues.jboss.org/browse/TEIIDDES-2496
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.6.1, 9.0.1
> Reporter: Barry LaFond
> Assignee: Ted Jones
> Fix For: 9.1, 9.0.2, 8.6.2
>
> Attachments: HotelWS.zip, modified_HotelWS.zip
>
>
> wsdl and xsd for hotel web services in bpms travel agency demo
> Attempts to create a teiid web service model with the attached wsdl and xsd fails with an invalid wsdl error. The wsdl is valid in eclipse, but the importer fails to create a model
> This is the wsdl from the travel agency demo which is being used for a jdv-bpms integration for jbossdemocentral and summit. The wsdl from the github site imports, but no model is created. It just fails silently and generates an empty model. The wsdl attached is a modification of the wsdl at the github site, and it fails with wsdl validation errors. The wsdl is valid in eclipse, but not in the import wizard.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2516) Problem with importing from XML file
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2516?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2516:
-----------------------------------
Fix Version/s: 8.6.2 Beta1
9.0.2 Beta2
> Problem with importing from XML file
> ------------------------------------
>
> Key: TEIIDDES-2516
> URL: https://issues.jboss.org/browse/TEIIDDES-2516
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.1, 8.6.2 Beta1, 9.0.2 Beta2, 9.0.2, 8.6.2
>
> Attachments: cd_catalog.xml, screen.png
>
>
> When I go through the whole XML import process and on the last page of the dialogue(View Model Definition) I can't click Finish. There is an error.
> "Error in import configuration options for xml data file: cd_catalog.xml. Fix errors using Configure Import Options button " (screenshot)
> I have to go all the way back to XML Data File Source selection and then again to View Model Definition to make it work without error
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months
[JBoss JIRA] (TEIIDDES-2516) Problem with importing from XML file
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2516?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2516.
------------------------------------
Resolution: Done
Resolved as part of TEIIDDES-2515 commits
> Problem with importing from XML file
> ------------------------------------
>
> Key: TEIIDDES-2516
> URL: https://issues.jboss.org/browse/TEIIDDES-2516
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.0.2 Beta1
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.1, 8.6.2 Beta1, 9.0.2 Beta2, 9.0.2, 8.6.2
>
> Attachments: cd_catalog.xml, screen.png
>
>
> When I go through the whole XML import process and on the last page of the dialogue(View Model Definition) I can't click Finish. There is an error.
> "Error in import configuration options for xml data file: cd_catalog.xml. Fix errors using Configure Import Options button " (screenshot)
> I have to go all the way back to XML Data File Source selection and then again to View Model Definition to make it work without error
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 5 months