[JBoss JIRA] Created: (TEIID-1241) Create a WSDL based WS Resource Adapter
by Steven Hawkins (JIRA)
Create a WSDL based WS Resource Adapter
---------------------------------------
Key: TEIID-1241
URL: https://jira.jboss.org/browse/TEIID-1241
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Affects Versions: 7.2
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.2
The current WS resource adapter was designed for low-level usage, which doesn't even consult a WSDL. It would be good though to update the existing adapter (or introduce a new) to utilize a WSDL. The WSDL would be used to expose the operations through connector metadata, so that the translator could create the corresponding procedures model.service.port.binding.operation(arg...). Import options could be used to limit the import to only particular services/ports.
The WSDL based approach would also allow for the CXF configuration to apply to more than a single port and to more easily allow the policy definition for WS security.
Additional semantic support for RPC could be considered, but would need to use JAX-RPC
--
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
12 years
[JBoss JIRA] (TEIID-2217) Create metadata processor to expose the object metadata for dynamic vdbs
by Van Halbert (JIRA)
Van Halbert created TEIID-2217:
----------------------------------
Summary: Create metadata processor to expose the object metadata for dynamic vdbs
Key: TEIID-2217
URL: https://issues.jboss.org/browse/TEIID-2217
Project: Teiid
Issue Type: Sub-task
Components: Misc. Connectors
Affects Versions: 8.2
Reporter: Van Halbert
Assignee: Steven Hawkins
A metadata processor needs to be created to expose the object metadata based on the class or classes indicated that are accessible by querying the cache. There will be 2 processors created based on: 1) the getters (when annotations is not being used) and 2) based on annotations. The result of the metadata will be a view that uses the OBECTABLE.
--
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
12 years
[JBoss JIRA] (TEIID-2233) Improve parser errors
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2233:
-------------------------------------
Summary: Improve parser errors
Key: TEIID-2233
URL: https://issues.jboss.org/browse/TEIID-2233
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 8.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.2
It would be good if the parser reported more of the sql where the parse error occurred.
--
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
12 years
[JBoss JIRA] (TEIID-2230) VDB with only VDB Imports Never Loads
by Ted Jones (JIRA)
Ted Jones created TEIID-2230:
--------------------------------
Summary: VDB with only VDB Imports Never Loads
Key: TEIID-2230
URL: https://issues.jboss.org/browse/TEIID-2230
Project: Teiid
Issue Type: Feature Request
Components: Server
Affects Versions: 8.1
Reporter: Ted Jones
Assignee: Steven Hawkins
When creating a preview VDB in Designer with two VDB imports, the VDB never becomes active. It remains in "LOADING" status. Adding a model to the VDB in addition to the two VDB imports allows the VDB to deploy in "ACTIVE" status.
--
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
12 years
[JBoss JIRA] (TEIID-2226) Validate that result sets returned from a procedure match the expected metadata
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2226:
-------------------------------------
Summary: Validate that result sets returned from a procedure match the expected metadata
Key: TEIID-2226
URL: https://issues.jboss.org/browse/TEIID-2226
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.2
Very little validation is performed to ensure that the proper resultset is returned from a procedure.
for example:
{code}create virtual procedure vproc (x integer) returns table (y integer) as begin if (x = 1) select 1; else select 1, 2; end;{code}
will return an incorrect result if anything but 1 is passed in, which will cause downstream errors, such as exceptions during serialization (if mismatched types) or npes if too few columns.
--
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
12 years