[JBoss JIRA] Updated: (TEIID-55) Salesforce connector doesn't expose standard connection pooling or caching connector properties
by Ramesh Reddy (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-55?page=com.atlassian.jira.plugi... ]
Ramesh Reddy updated TEIID-55:
------------------------------
Component/s: Salesforce Connector
Fix Version/s: 6.x
Affects Version/s: 6.x
> Salesforce connector doesn't expose standard connection pooling or caching connector properties
> -----------------------------------------------------------------------------------------------
>
> Key: TEIID-55
> URL: https://jira.jboss.org/jira/browse/TEIID-55
> Project: Teiid
> Issue Type: Bug
> Components: Salesforce Connector
> Affects Versions: 6.x
> Environment: SFDC Connector 5.5 GA; MM Designer 5.5.2 0037 Linux
> Reporter: Greg Haber
> Assignee: John Doyle
> Fix For: 6.x
>
>
> The connector framework provides both caching and pooling support for connectors that implement the required interfaces. The SFDC connector code does indeed implement all of these interfaces.
> In order to allow users to fine tune caching or pooling behavior for a connector binding, the connector type's CDK file must also list all of the standard connector framework caching and pooling properties. The SFDC connector does not currently expose these properties.
> The SFDC connector's CDK file should be updated to include these properties. Unfortunately we don't document in the connector developer's guide what properties should be defined, but this info can be found in the definition of any of the standard JDBC connector types (Oracle ANSI, etc). These can be marked as "advanced" properties for SFDC as they are for the JDBC connector types.
> The max pooled connections per user property is especially important for SFDC, because of the hard limit on 5 concurrent server side cursors per user in SFDC.
--
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-52) Change the VM Starter command logic
by Ramesh Reddy (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-52?page=com.atlassian.jira.plugi... ]
Ramesh Reddy updated TEIID-52:
------------------------------
Component/s: Server
Fix Version/s: 6.0.0
Affects Version/s: 6.x
> Change the VM Starter command logic
> -----------------------------------
>
> Key: TEIID-52
> URL: https://jira.jboss.org/jira/browse/TEIID-52
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 6.x
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 6.0.0
>
>
> In order for the server to better control what JDK/JRE is to be run and make it more flexible for defining java options and java arguments to the VM process, new properties will be added to the host and vm properties. In order to accomplish this, the current vm starter command will be seperated out into 4 properties; java (host), java_opts(vm), java_main (vm) and java_args (vm).
> Where:
> java - is the executable to run, which will be the full path at installation time
> java_opts - will be set at installation time to "-server -Djava-io-tmp...."
> java_main - will be the SocketVMController class
> java_args - will be: "MMProcess localhost true"
--
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-46) Fully-qualified names should not be required when referencing virtual procedures that have unique unqualified names
by Ramesh Reddy (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-46?page=com.atlassian.jira.plugi... ]
Ramesh Reddy updated TEIID-46:
------------------------------
Component/s: Query Engine
Fix Version/s: 6.x
Affects Version/s: 6.x
> Fully-qualified names should not be required when referencing virtual procedures that have unique unqualified names
> -------------------------------------------------------------------------------------------------------------------
>
> Key: TEIID-46
> URL: https://jira.jboss.org/jira/browse/TEIID-46
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 6.x
> Reporter: Michael Walker
> Priority: Minor
> Fix For: 6.x
>
>
> This problem occurs in our transformation editor, and also occurs with real-time queries (e.g. from QueryBuilder/SQLExplorer, or any client).
> If you reference a non-qualified table name, e.g. "myTable", in a query, we'll attempt to resolve it if it is a unique name.
> Strangely, we don't do the same thing for virtual procedures, even if they are unique. Instead, you must use the fully-qualified name. There should be no disparity. This is a usability defect.
> This also happens to greatly extend the size of virtual procedure code, making it harder to read and debug.
--
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