[JBoss JIRA] Assigned: (TEIID-323) PSC nomenclature is underused and confusing and complex
by Steven Hawkins (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-323?page=com.atlassian.jira.plug... ]
Steven Hawkins reassigned TEIID-323:
------------------------------------
Assignee: Van Halbert (was: Steven Hawkins)
> PSC nomenclature is underused and confusing and complex
> -------------------------------------------------------
>
> Key: TEIID-323
> URL: https://jira.jboss.org/jira/browse/TEIID-323
> Project: Teiid
> Issue Type: Task
> Components: Console, Server
> Affects Versions: 6.0.0
> Reporter: Ramesh Reddy
> Assignee: Van Halbert
> Priority: Minor
> Fix For: 6.2.0
>
>
> Currently there is possibility in the configuration to bundle multiple services under some thing called PSC which is a grouping of the services. This feature is introduces lot of unnecessary complexity in the code, and using the Console with these confusing.
> .
> If you ever navigated between "MetaMatrixFullServer" and "QueryServer" and "ODBCServer" and/or configuring the connectors for those you know the pain.
> The original intent was to move a bundle of connectors from one server to another. Now a days connectors are always bundled with their VDBs. We can reduce this complexity in code and UI.
> Suggestions are welcome how we can reduce this clutter.
--
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, 9 months
[JBoss JIRA] Created: (TEIID-481) NPE with pooled XA connector
by Steven Hawkins (JIRA)
NPE with pooled XA connector
----------------------------
Key: TEIID-481
URL: https://jira.jboss.org/jira/browse/TEIID-481
Project: Teiid
Issue Type: Bug
Components: Connector API
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Blocker
Fix For: 6.1.0
The environment is never being set during initialize, leading to:
java.lang.NullPointerException
at org.teiid.dqp.internal.pooling.connector.PooledConnector.getXAConnectionDirect(PooledConnector.java:148)
at org.teiid.dqp.internal.datamgr.impl.ConnectorWrapper.getXAConnection(ConnectorWrapper.java:70)
at org.teiid.dqp.internal.datamgr.impl.ConnectorWorkItem.createConnection(ConnectorWorkItem.java:130)
at org.teiid.dqp.internal.datamgr.impl.ConnectorWorkItem.createExecution(ConnectorWorkItem.java:287)
at org.teiid.dqp.internal.datamgr.impl.SynchConnectorWorkItem.createExecution(SynchConnectorWorkItem.java:100)
at org.teiid.dqp.internal.datamgr.impl.ConnectorWorkItem.process(ConnectorWorkItem.java:151)
at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:44)
at org.teiid.dqp.internal.datamgr.impl.SynchConnectorWorkItem.run(SynchConnectorWorkItem.java:69)
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months