[JBoss JIRA] Updated: (TEIID-225) LDAP Connector should use base DN for table as base DN for updates as well as queries
by Steven Hawkins (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-225?page=com.atlassian.jira.plug... ]
Steven Hawkins updated TEIID-225:
---------------------------------
Component/s: LDAP Connector
Fix Version/s: 6.1.0
Affects Version/s: 6.0.0
> LDAP Connector should use base DN for table as base DN for updates as well as queries
> -------------------------------------------------------------------------------------
>
> Key: TEIID-225
> URL: https://jira.jboss.org/jira/browse/TEIID-225
> Project: Teiid
> Issue Type: Feature Request
> Components: LDAP Connector
> Affects Versions: 6.0.0
> Environment: MetaMatrix 5.5.3RC2
> Reporter: Greg Haber
> Assignee: Greg Haber
> Priority: Minor
> Fix For: 6.1.0
>
>
> Ramesh had a great idea earlier today on the LDAP connector:
> [Ramesh] Why not search base info along with PK information to build the unique
> DN? That seems possible right?
> [Greg] Yes, that is a great idea! I will put in a JIRA for that (small code change, changing name of "search base" to just "base", and doc change). Probably we should have both relative and fully qualified DNs accepted here. Note however that the base may be several levels higher up in the tree then where you want to put the entry, so the base DN may be "ou=people,dc=company,dc=com", with a relative DN of "uid=ghaber,ou=newyork" here.
--
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
15 years, 10 months
[JBoss JIRA] Updated: (TEIID-114) Execs of xml procedures cannot be used as correlated scalar subqueries
by Ramesh Reddy (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-114?page=com.atlassian.jira.plug... ]
Ramesh Reddy updated TEIID-114:
-------------------------------
Component/s: XML Planner/Processor
Fix Version/s: 7.x
Affects Version/s: 6.x
> Execs of xml procedures cannot be used as correlated scalar subqueries
> ----------------------------------------------------------------------
>
> Key: TEIID-114
> URL: https://jira.jboss.org/jira/browse/TEIID-114
> Project: Teiid
> Issue Type: Bug
> Components: XML Planner/Processor
> Affects Versions: 6.x
> Reporter: Steven Hawkins
> Priority: Optional
> Fix For: 7.x
>
>
> Defect Tracker #24364: attempted to run select (exec BooksInfo.getXMLBooksByEdition(edition)) result from booksinfo.booksinfo from the e2e audiobooks and received the following error:
> java.lang.NullPointerException
> at com.metamatrix.query.processor.xml.RelationalPlanExecutor.<init>(RelationalPlanExecutor.java:67)
> at com.metamatrix.query.processor.xml.XMLProcessorEnvironment.createResultExecutor(XMLProcessorEnvironment.java:213)
> at com.metamatrix.query.processor.xml.ExecSqlInstruction.process(ExecSqlInstruction.java:35)
> at com.metamatrix.query.processor.xml.XMLPlan.getNextXMLChunk(XMLPlan.java:320)
> at com.metamatrix.query.processor.xml.XMLPlan.processXML(XMLPlan.java:256)
> at com.metamatrix.query.processor.xml.XMLPlan.nextBatch(XMLPlan.java:187)
> at com.metamatrix.query.processor.relational.SubqueryProcessorUtility.process(SubqueryProcessorUtility.java:231)
> at com.metamatrix.query.processor.relational.DependentProjectNode.prepareToProcessTuple(DependentProjectNode.java:96)
> at com.metamatrix.query.processor.relational.ProjectNode.nextBatchDirect(ProjectNode.java:200)
> at com.metamatrix.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:244)
> at com.metamatrix.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:143)
> at com.metamatrix.query.processor.QueryProcessor.process(QueryProcessor.java:194)
> at com.metamatrix.dqp.internal.process.ProcessWorker.processDirect(ProcessWorker.java:159)
> at com.metamatrix.dqp.internal.process.ProcessWorker.process(ProcessWorker.java:89)
> at com.metamatrix.common.queue.QueueWorker.run(QueueWorker.java:64)
--
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
15 years, 10 months