[JBoss JIRA] (TEIID-2755) CacheStats.groovy example needs updating, return type has changed
by Van Halbert (JIRA)
Van Halbert created TEIID-2755:
----------------------------------
Summary: CacheStats.groovy example needs updating, return type has changed
Key: TEIID-2755
URL: https://issues.jboss.org/browse/TEIID-2755
Project: Teiid
Issue Type: Bug
Components: Build/Kits
Affects Versions: 8.7
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
Running the CacheStats.groovy examples produces an casting error:
groovy:000> load ./examples/CacheStats.groovy
===> true
===> true
===> CacheStats@1f147d1a
Cleared Cache
org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '[hitRatio=0.0; totalEntries=0; requestCount=0]' with class 'java.util.Arrays$ArrayList' to class 'org.teiid.adminapi.CacheStatistics'
at org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation.castToType(DefaultTypeTransformation.java:321)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.castToType(ScriptBytecodeAdapter.java:602)
at CacheStats.performTest(groovysh_evaluate:45)
at CacheStats$performTest.callCurrent(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (TEIID-2754) DatabaseMetaData reports views as tables
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2754?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2754:
---------------------------------------
I should add though that we may need a backwards compatibility switch on the client in case someone would be relying on the reporting of views as tables.
> DatabaseMetaData reports views as tables
> ----------------------------------------
>
> Key: TEIID-2754
> URL: https://issues.jboss.org/browse/TEIID-2754
> Project: Teiid
> Issue Type: Bug
> Components: JDBC Driver, Query Engine
> Affects Versions: 8.4
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.6
>
>
> The client already has a check for isVirtual & system table type to report a "system view".
> We have a "View" type in our metadata, but we generally do not use it in our metadata code.
> So we either could set the view type on the server (although this seems like a broad change) or add another DatabaseMetaData check for isVirtual & table.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (TEIID-2754) DatabaseMetaData reports views as tables
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2754:
-------------------------------------
Summary: DatabaseMetaData reports views as tables
Key: TEIID-2754
URL: https://issues.jboss.org/browse/TEIID-2754
Project: Teiid
Issue Type: Bug
Components: JDBC Driver, Query Engine
Affects Versions: 8.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.6
The client already has a check for isVirtual & system table type to report a "system view".
We have a "View" type in our metadata, but we generally do not use it in our metadata code.
So we either could set the view type on the server (although this seems like a broad change) or add another DatabaseMetaData check for isVirtual & table.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (TEIID-1070) Create Amazon SimpleDB Connector
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/TEIID-1070?page=com.atlassian.jira.plugin... ]
Radim Hopp commented on TEIID-1070:
-----------------------------------
Hi,
My implementation uses java aws sdk (http://aws.amazon.com/sdkforjava/).
Basic CRUD operations should be working and multivalued attributes are supported (in format {{[<value>;<value>;<value>]}})
As all data in SimpleDB are stored as strings, everything is in this application treated as strings also. End user (app developer) is supposed to make sure all data will be treated accordingly (they can follow for example http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/Numerical...)
Questions and suggestions to improving are welcomed.
> Create Amazon SimpleDB Connector
> ---------------------------------
>
> Key: TEIID-1070
> URL: https://issues.jboss.org/browse/TEIID-1070
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: John Doyle
> Assignee: Radim Hopp
> Fix For: 8.7
>
>
> We need connectivity to Amazon SimpleDB. This should be accomplished through a dedicated connector.
> Simple DB presents a few challenges as a Teiid source as it is more like a spreadsheet than a database. Simple DB "Domains' are like individual worksheets and contain any number of items. Items however can have any number of attributes, and the attributes do not have to be the same for ever item. So in a single Domain you can have an item with the attributes Size and Color, and another item with the attributes Color and ExpirationDate. This presents both modeling issues and SQL execution issues. None of them are insurmountable, but users will have to understand the issues and design their integration around them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (TEIID-2753) Add dependent jar's to jboss as kit that enables lucene/hibernate searching using object-translator
by Van Halbert (JIRA)
Van Halbert created TEIID-2753:
----------------------------------
Summary: Add dependent jar's to jboss as kit that enables lucene/hibernate searching using object-translator
Key: TEIID-2753
URL: https://issues.jboss.org/browse/TEIID-2753
Project: Teiid
Issue Type: Enhancement
Components: Build/Kits, Misc. Connectors
Affects Versions: 8.7
Reporter: Van Halbert
Assignee: Van Halbert
Description of problem: The Object translator / Infinispan connector supports using lucene/hibernate searching to query the infinispan cache. However, the jar dependencies (i.e, infinispan-query) are not provided by EAP. Need to create a module that includes the dependent jars, which can be added as a dependency to translator-object.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (TEIID-2752) Change to use the cxf-rt-frontend-jaxws-{version}.jar from the server installation
by Van Halbert (JIRA)
Van Halbert created TEIID-2752:
----------------------------------
Summary: Change to use the cxf-rt-frontend-jaxws-{version}.jar from the server installation
Key: TEIID-2752
URL: https://issues.jboss.org/browse/TEIID-2752
Project: Teiid
Issue Type: Enhancement
Components: Build/Kits
Affects Versions: 8.7
Reporter: Van Halbert
Assignee: Van Halbert
Priority: Minor
Change to use the cxf-rt-frontend-jaxws-{version}.jar from the server kit.
The jar is currently available in the module: org.apache.cxf.impl
This include the following changes:
- remove the module: org.apache.cxf.impl.frontend-jaxrs from the jboss dist kit.
- change webservices resource-adapter to remove the above module reference.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-1070) Create Amazon SimpleDB Connector
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1070?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-1070:
----------------------------------
Git Pull Request: https://github.com/teiid/teiid/pull/159
Radim has provided the initial implementation.
> Create Amazon SimpleDB Connector
> ---------------------------------
>
> Key: TEIID-1070
> URL: https://issues.jboss.org/browse/TEIID-1070
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: John Doyle
> Assignee: Radim Hopp
> Fix For: 8.7
>
>
> We need connectivity to Amazon SimpleDB. This should be accomplished through a dedicated connector.
> Simple DB presents a few challenges as a Teiid source as it is more like a spreadsheet than a database. Simple DB "Domains' are like individual worksheets and contain any number of items. Items however can have any number of attributes, and the attributes do not have to be the same for ever item. So in a single Domain you can have an item with the attributes Size and Color, and another item with the attributes Color and ExpirationDate. This presents both modeling issues and SQL execution issues. None of them are insurmountable, but users will have to understand the issues and design their integration around them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (TEIID-1070) Create Amazon SimpleDB Connector
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1070?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-1070:
----------------------------------
Assignee: Radim Hopp
Fix Version/s: 8.7
(was: Open To Community)
> Create Amazon SimpleDB Connector
> ---------------------------------
>
> Key: TEIID-1070
> URL: https://issues.jboss.org/browse/TEIID-1070
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Reporter: John Doyle
> Assignee: Radim Hopp
> Fix For: 8.7
>
>
> We need connectivity to Amazon SimpleDB. This should be accomplished through a dedicated connector.
> Simple DB presents a few challenges as a Teiid source as it is more like a spreadsheet than a database. Simple DB "Domains' are like individual worksheets and contain any number of items. Items however can have any number of attributes, and the attributes do not have to be the same for ever item. So in a single Domain you can have an item with the attributes Size and Color, and another item with the attributes Color and ExpirationDate. This presents both modeling issues and SQL execution issues. None of them are insurmountable, but users will have to understand the issues and design their integration around them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month