[JBoss JIRA] Commented: (TEIIDDES-870) We should add a method/dialog to enable users to test JDBC connections used for Teiid instances
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-870?page=com.atlassian.jira.plug... ]
Barry LaFond commented on TEIIDDES-870:
---------------------------------------
See comments on SOA-2901 & SOA-2902. The JDBC connection in question is VDB-specific, so the connection info you enter in the Teiid Instance wizard is for convenience so any Preview or Execute VDB actions can create the appropriate JDBC connection (Connection Profile) without user intervention. Testing this "incomplete" URL doesn't make sense.
This should probably be just a documentation issue.
> We should add a method/dialog to enable users to test JDBC connections used for Teiid instances
> -----------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-870
> URL: https://issues.jboss.org/browse/TEIIDDES-870
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Dialogs
> Affects Versions: 7.3
> Reporter: Len DiMaggio
>
> See SOA-2901 - the user cannot test the JDBC connection until after the Teiid instance is first created - but after the user saves the Teiid instance, we should provide a button/dialog to verify the JDBC information that he just entered.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-872) IllegalStateException performing column reordering for Mapping Class
by Barry LaFond (JIRA)
IllegalStateException performing column reordering for Mapping Class
--------------------------------------------------------------------
Key: TEIIDDES-872
URL: https://issues.jboss.org/browse/TEIIDDES-872
Project: Teiid Designer
Issue Type: Bug
Components: Editors, Transformations
Affects Versions: 7.2, 7.3
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Critical
Fix For: 7.3
1) Edit a Mapping Class in an XML Document Model
2) Reconcile a transformation and re-order columns and FINISH
3) Get:
java.lang.IllegalStateException
at org.eclipse.emf.common.notify.impl.NotificationImpl.getNewBooleanValue(NotificationImpl.java:889)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.handleTargetVirtualTableChangeNotifications(TransformationNotificationListener.java:1361)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.handleNotifications(TransformationNotificationListener.java:298)
at com.metamatrix.modeler.transformation.ui.util.TransformationNotificationListener.notifyChanged(TransformationNotificationListener.java:167)
at org.eclipse.emf.edit.provider.ChangeNotifier.fireNotifyChanged(ChangeNotifier.java:51)
at com.metamatrix.modeler.internal.core.transaction.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:251)
at com.metamatrix.modeler.core.ModelerCore.commitTxn(ModelerCore.java:356)
at com.metamatrix.modeler.transformation.ui.actions.ReconcileTransformationAction$2.run(ReconcileTransformationAction.java:290)
at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:80)
at com.metamatrix.modeler.transformation.ui.actions.ReconcileTransformationAction.doRun(ReconcileTransformationAction.java:278)
Turns out the Feature ID for this move column operation is 6, same as RelationalPackage.TABLE__MATERIALIZED property.
Need to add logic to check for ePackage and NOT mapping class
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Resolved: (TEIIDDES-219) SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
by John Doyle (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-219?page=com.atlassian.jira.plug... ]
John Doyle resolved TEIIDDES-219.
---------------------------------
Resolution: Done
Updated the dependencies to be satisfied by plugins where possible.
> SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-219
> URL: https://issues.jboss.org/browse/TEIIDDES-219
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Documentation, Import/Export
> Affects Versions: 6.0.0
> Environment: Designer 5.5.3 MS1 build
> Reporter: Greg Haber
> Assignee: John Doyle
> Priority: Minor
> Fix For: 7.3
>
>
> I noticed that as of MS1, the SFDC importer plugin contains a lot of copies of third party jars, most Apache Axis/Apache Commons stuff. In many cases, these same jars are also in the com.metamatrix.modeler.dqp_5.5.3 plugin since they are also needed by the SFDC connector. I also noticed that some of our other Designer plugins that use external jars put those jars in their own plugins, and import the plugin, rather than putting them in the same plugin as our own code.
> We should consider pulling these jars out of the SFDC importer plugin and putting them in their own plugins (which the SFDC importer plugin can then import), or simply importing them in the SFDC importer plugin from the DQP plugin.
> The same problem exists to a much lesser degree in the WSDL importer (just the commons-codec-1.2.jar is duplicated in that one).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-868) reserved word highlight not catching all words
by Steven Hawkins (JIRA)
reserved word highlight not catching all words
----------------------------------------------
Key: TEIIDDES-868
URL: https://issues.jboss.org/browse/TEIIDDES-868
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.3
Reporter: Steven Hawkins
Priority: Minor
The SqlSyntax class is maintaining its own list of reserved words and is missing new reserved words (e.g. EACH ROW) This list should be removed in favor of using common logic from Teiid. For 7.3 a patch could be provided so that the SQLConstants class exposes all reserved and non-reserved words as collections.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-869) Web Service model generated by New Model Wizard is not correct.
by John Doyle (JIRA)
Web Service model generated by New Model Wizard is not correct.
---------------------------------------------------------------
Key: TEIIDDES-869
URL: https://issues.jboss.org/browse/TEIIDDES-869
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.2, 7.1.1
Reporter: John Doyle
Assignee: John Doyle
Fix For: 7.3
>From SOA-2786.
Steven Hawkins added a comment - 11/Feb/11 4:13 PM on the trunk version I'm seeing invoke/invokeHttp with result parameter modeled as IN rather than as a result. invokeHttp contenttype should also be an OUT parameter.
Steven Hawkins added a comment - 11/Feb/11 4:16 PM
also all parameters to invoke/invokeHttp should be nullable.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-863) Failed to create data source through Designer when path has special characters
by Ramesh Reddy (JIRA)
Failed to create data source through Designer when path has special characters
------------------------------------------------------------------------------
Key: TEIIDDES-863
URL: https://issues.jboss.org/browse/TEIIDDES-863
Project: Teiid Designer
Issue Type: Bug
Environment: mac
Reporter: Ramesh Reddy
It seems like Teiid designer is having an issue "creating data source" on Mac. The issue seems to be relating to special characters. In this particular case the actual path where the tmp file for the data source was created is "/var/folders/na/na5gfgpPGnuA9hfG8B99Hk+++TI/-Tmp-/LocalJdbcConnectorTemplate6229433815076709154-ds.xml" but by the time JBoss tries to create it the "+++" characters are replaced with spaces resulting in the exception below.
16:11:53,725 ERROR [ADMIN_API] Unexpected exception for session roR2IvstcYKU
[AdminComponentException]Failed to process template.
1 [AdminComponentException]Failed to process template.
2 [RuntimeException]Failed to process template.
3 [FileNotFoundException]/var/folders/na/na5gfgpPGnuA9hfG8B99Hk TI/-Tmp-/LocalJdbcConnectorTemplate6229433815076709154-ds.xml
at org.teiid.client.util.ExceptionUtil.convertException(ExceptionUtil.java:72)
at org.teiid.jboss.deployers.RuntimeEngineDeployer$2.invoke(RuntimeEngineDeployer.java:309)
at $Proxy363.createDataSource(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.teiid.transport.ServerWorkItem.run(ServerWorkItem.java:81)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:188)
at org.teiid.transport.SocketClientInstance.processMessagePacket(SocketClientInstance.java:160)
at org.teiid.transport.SocketClientInstance.receivedMessage(SocketClientInstance.java:149)
at org.teiid.transport.SSLAwareChannelHandler.messageReceived(SSLAwareChannelHandler.java:210)
at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:754)
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:144)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:754)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:317)
at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:299)
at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:754)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:302)
at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:317)
at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:299)
at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:216)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:540)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:349)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:281)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:201)
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Caused by: [AdminComponentException]Failed to process template.
1 [RuntimeException]Failed to process template.
2 [FileNotFoundException]/var/folders/na/na5gfgpPGnuA9hfG8B99Hk TI/-Tmp-/LocalJdbcConnectorTemplate6229433815076709154-ds.xml
at org.teiid.adminapi.jboss.Admin.createDataSource(Admin.java:675)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.teiid.logging.LogManager$LoggingProxy.invoke(LogManager.java:121)
at org.teiid.jboss.deployers.RuntimeEngineDeployer$2.invoke(RuntimeEngineDeployer.java:303)
... 40 more
Caused by: java.lang.RuntimeException: Failed to process template.
at org.jboss.profileservice.management.AbstractTemplateCreator.checkComplete(AbstractTemplateCreator.java:209)
at org.jboss.profileservice.management.AbstractTemplateCreator.distribute(AbstractTemplateCreator.java:176)
at org.jboss.profileservice.management.AbstractTemplateCreator.applyTemplate(AbstractTemplateCreator.java:106)
at org.jboss.profileservice.management.ManagementViewImpl.applyTemplate(ManagementViewImpl.java:1437)
at org.teiid.adminapi.jboss.Admin.createDataSource(Admin.java:671)
... 46 more
Caused by: java.io.FileNotFoundException: /var/folders/na/na5gfgpPGnuA9hfG8B99Hk TI/-Tmp-/LocalJdbcConnectorTemplate6229433815076709154-ds.xml
at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:105)
at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:112)
at org.jboss.virtual.plugins.context.AbstractURLHandler.openStream(AbstractURLHandler.java:203)
at org.jboss.virtual.VirtualFile.openStream(VirtualFile.java:241)
at org.jboss.virtual.plugins.vfs.VirtualFileURLConnection.getInputStream(VirtualFileURLConnection.java:93)
at java.net.URL.openStream(URL.java:1010)
at org.jboss.profileservice.management.client.upload.StreamingDeploymentTarget.distribute(StreamingDeploymentTarget.java:104)
at org.jboss.profileservice.management.client.upload.DeploymentProgressImpl.distribute(DeploymentProgressImpl.java:178)
at org.jboss.profileservice.management.client.upload.DeploymentProgressImpl.run(DeploymentProgressImpl.java:83)
at org.jboss.profileservice.management.AbstractTemplateCreator.distribute(AbstractTemplateCreator.java:173)
... 49 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months