[JBoss JIRA] Created: (TEIID-1218) AdminShell help for changeVDBConnectionType is "Cancel a request"
by Paul Nittel (JIRA)
AdminShell help for changeVDBConnectionType is "Cancel a request"
-----------------------------------------------------------------
Key: TEIID-1218
URL: https://jira.jboss.org/browse/TEIID-1218
Project: Teiid
Issue Type: Bug
Components: Tools
Affects Versions: 7.1
Environment: All
Reporter: Paul Nittel
Assignee: Steve Hawkins
Priority: Trivial
Start AdminShell and enter \ah (to get help). In the list, you'll see the following:
groovy:000> \ah
/* method(arg count) -- description */
addDataRoleMapping(4) -- Adds a role to the specified policy
adminHelp() -- Show help for all admin methods
adminHelp(1) -- Show help for the given admin method
assignToModel(6) -- Assign a translator and data source to a source Model
cancelRequest(2) -- Cancel a request
changeVDBConnectionType(3) -- Cancel a request
clearCache(1) -- Clear the given cache
It looks like a cut & paste error for the changeVDBConnectionType method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (TEIID-1216) Cannot pass xml result from one select as critera to another select
by John Doyle (JIRA)
Cannot pass xml result from one select as critera to another select
-------------------------------------------------------------------
Key: TEIID-1216
URL: https://jira.jboss.org/browse/TEIID-1216
Project: Teiid
Issue Type: Bug
Affects Versions: 7.1
Environment: Teiid 7.1 CR2 on RHEL 5
Reporter: John Doyle
Assignee: Steve Hawkins
I've created a VDB with procedures to create and parse XML, as wall as one to invoke the WS connector. SQL that unites them all into a single call passing the created XML into the invoke procedure is failing:
SELECT t.* FROM table (EXEC cis.CountryInfoServiceXML.CapitalCity.create_CapitalCity('US')) AS request, table (EXEC CountryInfoService.invoke('SOAP11', '', request.xml_out, 'http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso')) AS response, table (EXEC cis.CountryInfoServiceXML.CapitalCity.extract_CapitalCityResponse(RESPONSE.result)) AS t;
13:23:02,501 ERROR [PROCESSOR] Unexpected exception for request wHnSpxDdmkGB.5
[TeiidComponentException] ERR.015.006.0033: Error Code:ERR.015.006.0033 Message:Unable to evaluate request.xml_out: No value was available
at org.teiid.query.util.CommandContext.getFromContext(CommandContext.java:389)
at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:629)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] Created: (TEIID-1207) Fix Yahoo Translator to work with "Dynamic Portfoilo" example
by Ramesh Reddy (JIRA)
Fix Yahoo Translator to work with "Dynamic Portfoilo" example
-------------------------------------------------------------
Key: TEIID-1207
URL: https://jira.jboss.org/browse/TEIID-1207
Project: Teiid
Issue Type: Task
Components: Misc. Connectors
Affects Versions: 7.0
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 7.1
The "DynamicPortfoilo" example is driven between "text" and "relational" source, and shows how these two sources can be integrated into single view. Where as Yahoo translator is written as extension, where user can replace the "text" translator and use "yahoo" translator and get the delayed quotes from Yahoo web site. which are more or less real time. This shows the user ability switch sources and keep the top level model work as before.
However, currently "yahoo translator" does not expose the metadata so that it can be used with dynamic vdb scenario. This needs to be fixed for example purposes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIID-1201) Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL
by Paul Nittel (JIRA)
Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL
----------------------------------------------------------------------------------------------------------------------------------
Key: TEIID-1201
URL: https://jira.jboss.org/browse/TEIID-1201
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.1
Environment: Fedora 12, Java(TM) SE Runtime Environment (build 1.6.0_17-b04), Teiid 7.1CR2 build 8/10
Reporter: Paul Nittel
Assignee: Steve Hawkins
While trying to recreate the iTunes E2E test, I deployed a dynamic VDB which points to my iTunes XML file. When first deployed, it produced the error in the title. Subsequent tries to get it to fail, failed, but Ramesh noted AdminShell's getVDBs() method would trigger it.
[AdminComponentException] 0: Error Code:0 Message:Error Code:0 Message:Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.
1 [AdminComponentException] 0: Error Code:0 Message:Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.
2 [InvalidPropertyException] 0: Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.
3 [IllegalArgumentException]Conversion from String to java.net.URL is not supported
at org.teiid.client.util.ExceptionUtil.convertException(ExceptionUtil.java:72)
at org.teiid.jboss.deployers.RuntimeEngineDeployer$1.invoke(RuntimeEngineDeployer.java:252)
at $Proxy258.getVDBs(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.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:340)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:272)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:192)
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:619)
Caused by: [AdminComponentException] 0: Error Code:0 Message:Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.
1 [InvalidPropertyException] 0: Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.
2 [IllegalArgumentException]Conversion from String to java.net.URL is not supported
at org.teiid.adminapi.jboss.Admin.getVDBs(Admin.java:229)
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$1.invoke(RuntimeEngineDeployer.java:246)
... 33 more
Caused by: Property 'Url' with value 'vfsfile:/home/pnittel/Teiid71CR2_0810/jboss-5.1.0.GA/server/default/deploy/EyeTuneZ-vdb.xml' is not a valid URL.Conversion from String to java.net.URL is not supported
at org.teiid.core.util.PropertiesUtils.setBeanProperty(PropertiesUtils.java:998)
at org.teiid.adminapi.jboss.AdminObjectBuilder.buildAO(AdminObjectBuilder.java:70)
at org.teiid.adminapi.jboss.Admin.getVDBs(Admin.java:225)
... 39 more
Caused by: java.lang.IllegalArgumentException: Conversion from String to java.net.URL is not supported
at org.teiid.core.util.StringUtil.valueOf(StringUtil.java:1006)
at org.teiid.core.util.PropertiesUtils.setBeanProperty(PropertiesUtils.java:994)
... 41 more
Appropriate artifacts will be attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months