[JBoss JIRA] Created: (TEIID-358) Quick Start Guide / Examples needs to add derbyclient.jar to UDFs for previewing
by Paul Nittel (JIRA)
Quick Start Guide / Examples needs to add derbyclient.jar to UDFs for previewing
--------------------------------------------------------------------------------
Key: TEIID-358
URL: https://jira.jboss.org/jira/browse/TEIID-358
Project: Teiid
Issue Type: Bug
Components: Documentation
Affects Versions: 6.0.0
Environment: fedora 10
Reporter: Paul Nittel
Assignee: Steven Hawkins
I ran into this while assisting user Bribek.
When the Derby source is created and imported, a connector binding is built in the Designer. The one thing Designer does not do is place the jar file where it needs to be for previewing. The Quick Start Example needs to add the step of adding the derbyclient.jar file using the UDFs view and "Import UDF Extension Jar Files" action.
IMHO, the Quick Start needs to be revisited to determine exactly what the required minimum effort is for a user to get through this. Perhaps on the Teiid side avoid all modeling and add a Quick Start on the Designer side that builds the VDB. If Teiid can do the Quick Start with just a VDB, that might be preferable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (TEIID-901) NPE encountered when doing an INSERT into SFDC Account table
by Mark Drilling (JIRA)
NPE encountered when doing an INSERT into SFDC Account table
------------------------------------------------------------
Key: TEIID-901
URL: https://jira.jboss.org/jira/browse/TEIID-901
Project: Teiid
Issue Type: Bug
Components: Salesforce Connector
Reporter: Mark Drilling
Assignee: John Doyle
Attempt to insert record into the SDFC account table failed with the following exception:
Caused by: java.lang.NullPointerException
at com.metamatrix.connector.salesforce.execution.visitors.InsertVisitor.stripQutes(InsertVisitor.java:64)
at com.metamatrix.connector.salesforce.execution.visitors.InsertVisitor.visit(InsertVisitor.java:44)
at com.metamatrix.connector.salesforce.execution.InsertExecutionImpl.execute(InsertExecutionImpl.java:15)
at com.metamatrix.connector.salesforce.execution.UpdateExecutionParent.execute(UpdateExecutionParent.java:67)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (TEIID-1127) java.lang.ClassCastException Executing Virtual Procedure from Web Service Model
by Ted Jones (JIRA)
java.lang.ClassCastException Executing Virtual Procedure from Web Service Model
-------------------------------------------------------------------------------
Key: TEIID-1127
URL: https://jira.jboss.org/browse/TEIID-1127
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Reporter: Ted Jones
Assignee: Steve Hawkins
Fix For: 7.0
Getting a Teiid connection via JNDI and executing the query (exec Books_MySql_WS.Books_MySql_BOOKS.getBOOKS();) results in the following java.lang.ClassCastException error:
10:51:59,143 ERROR [PROCESSOR] Unexpected exception for request qGFm7nWIemY9.3
java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.WrapperDataSource cannot be cast to java.sql.Connection
at org.teiid.translator.jdbc.JDBCExecutionFactory.createResultSetExecution(JDBCExecutionFactory.java:79)
at org.teiid.translator.ExecutionFactory.createExecution(ExecutionFactory.java:193)
at org.teiid.dqp.internal.datamgr.impl.ConnectorWorkItem.execute(ConnectorWorkItem.java:250)
at org.teiid.dqp.internal.process.DataTierTupleSource.open(DataTierTupleSource.java:118)
at org.teiid.dqp.internal.process.DataTierTupleSource.nextTuple(DataTierTupleSource.java:82)
at org.teiid.query.processor.relational.AccessNode.nextBatchDirect(AccessNode.java:136)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:260)
at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:106)
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:157)
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:107)
at org.teiid.query.processor.BatchIterator.hasNext(BatchIterator.java:80)
at org.teiid.query.processor.xml.RelationalPlanExecutor.execute(RelationalPlanExecutor.java:98)
at org.teiid.query.processor.xml.ExecSqlInstruction.process(ExecSqlInstruction.java:59)
at org.teiid.query.processor.xml.XMLPlan.nextBatch(XMLPlan.java:158)
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:157)
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:107)
at org.teiid.query.processor.BatchIterator.hasNext(BatchIterator.java:80)
at org.teiid.query.processor.proc.ProcedurePlan.executePlan(ProcedurePlan.java:440)
at org.teiid.query.processor.proc.CreateCursorResultSetInstruction.process(CreateCursorResultSetInstruction.java:67)
at org.teiid.query.processor.proc.ProcedurePlan.processProcedure(ProcedurePlan.java:293)
at org.teiid.query.processor.proc.ProcedurePlan.nextBatch(ProcedurePlan.java:232)
at org.teiid.query.processor.relational.PlanExecutionNode.nextBatchDirect(PlanExecutionNode.java:114)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:260)
at org.teiid.query.processor.relational.ProjectNode.nextBatchDirect(ProjectNode.java:168)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:260)
at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:106)
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:157)
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:107)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:67)
at org.teiid.dqp.internal.process.RequestWorkItem.processMore(RequestWorkItem.java:250)
at org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:177)
at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:49)
at org.teiid.dqp.internal.process.DQPWorkContext$2.call(DQPWorkContext.java:190)
at org.teiid.dqp.internal.process.DQPWorkContext$2.call(DQPWorkContext.java:187)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:176)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:187)
at org.teiid.dqp.internal.process.StatsCapturingWorkManager$WorkWrapper.run(StatsCapturingWorkManager.java:102)
at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:205)
at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:260)
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)
--
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, 6 months