[JBoss JIRA] Updated: (TEIIDDES-907) In Designer, the default data type length could cause issues when accessing EDS via ODBC
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-907?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-907:
----------------------------------
Fix Version/s: 7.5
> In Designer, the default data type length could cause issues when accessing EDS via ODBC
> ----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-907
> URL: https://issues.jboss.org/browse/TEIIDDES-907
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling
> Affects Versions: 7.1.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Critical
> Fix For: 7.5
>
>
> Customers that are building VDB's to be accessed via ODBC will be wrong when the MAX_INT default is used. The following exception will be seen in the server log when this occurs:
> 1 [FunctionExecutionException] ERR.015.001.0033: Error Code:ERR.015.001.0033 Message:Error converting [2,097,152] of type integer to type short
> 2 [TransformationException]The Integer value '2,097,152' is outside the of range for Short
> at org.teiid.query.function.FunctionDescriptor.invokeFunction(FunctionDescriptor.java:259)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:969)
> at org.teiid.query.eval.Evaluator.internalEvaluate(Evaluator.java:633)
> at org.teiid.query.eval.Evaluator.evaluate(Evaluator.java:603)
> ... 39 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-944) Add Teiid Server 7.4 Connection Profile Driver definition
by Barry LaFond (JIRA)
Add Teiid Server 7.4 Connection Profile Driver definition
---------------------------------------------------------
Key: TEIIDDES-944
URL: https://issues.jboss.org/browse/TEIIDDES-944
Project: Teiid Designer
Issue Type: Sub-task
Components: Datatools Integration
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Priority: Blocker
Fix For: 7.4
7.4 release needs to be compatible with Teiid 7.4 client.
So we need to add a new driver definition to the org.teiid.datatools.connectivity plugin.xml and any additional artifacts or definitions. Result should be that 7.4 Designer Preview Data and Execute VDB actions create/use a 7.4 Driver definition BUT the option in DTP to create a 7.1 Teiid driver is available.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-977) TeiidComponentException from generated web service
by Scott Dawson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-977?page=com.atlassian.jira.plug... ]
Scott Dawson updated TEIIDDES-977:
----------------------------------
Description:
I'm using the 'Generate JBossWS-CXF War' feature of Teiid Designer to expose a MySQL table as a web service. Everything deploys normally and about half the time the web service works correctly, however, I often get the exception shown below when I call the service. It seems to be fairly random as to whether or not it works or throws the exception. Everything is running on one laptop including the client and the database.
I'm attaching my Eclipse project, warfile and a more complete stack trace. See 'Steps to Reproduce' for my development process and a description of the DB table.
17:46:20,833 SEVERE [org.teiid.soap] Exception in executeDataservice: {0}
java.lang.Throwable: java.sql.SQLException: Unable to read data from the stream: [TeiidComponentException]Wrong type of data found or no data found; expecting streamable object from the buffer manager.
at org.teiid.soap.provider.TeiidWSProvider.execute(TeiidWSProvider.java:194)
at org.teiid.soap.provider.TeiidWSProvider.invoke(TeiidWSProvider.java:316)
at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:22)
at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:166)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:55)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
was:
I'm using the 'Generate JBossWS-CXF War' feature of Teiid Designer to expose a MySQL table as a web service. Everything deploys normally and about half the time the web service works correctly, however, I often get the exception shown below when I call the service. It seems to be fairly random as to whether or not it works or throws the exception. Everything is running on one laptop including the client and the database.
I'm attaching my Eclipse project, warfile and a more complete stack trace. See 'Steps to Reproduce' below for my development process and a description of the DB table.
17:46:20,833 SEVERE [org.teiid.soap] Exception in executeDataservice: {0}
java.lang.Throwable: java.sql.SQLException: Unable to read data from the stream: [TeiidComponentException]Wrong type of data found or no data found; expecting streamable object from the buffer manager.
at org.teiid.soap.provider.TeiidWSProvider.execute(TeiidWSProvider.java:194)
at org.teiid.soap.provider.TeiidWSProvider.invoke(TeiidWSProvider.java:316)
at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:22)
at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:166)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:55)
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
> TeiidComponentException from generated web service
> --------------------------------------------------
>
> Key: TEIIDDES-977
> URL: https://issues.jboss.org/browse/TEIIDDES-977
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 7.3
> Environment: Runtime environment: JBoss AS 5.1, Teiid 7.3, JBossWS-CXF 3.2.1, MySQL 5, mysql-connector-java-5.1.10-bin.jar
> Development environment: Teiid Designer 7.3 installed into Eclipse Helios 3.6.2; SoapUI 2.5 as a test client
> Reporter: Scott Dawson
> Assignee: Ted Jones
> Attachments: MySQL_local.zip, MySQL_WS_VDB.war, stacktrace.txt
>
>
> I'm using the 'Generate JBossWS-CXF War' feature of Teiid Designer to expose a MySQL table as a web service. Everything deploys normally and about half the time the web service works correctly, however, I often get the exception shown below when I call the service. It seems to be fairly random as to whether or not it works or throws the exception. Everything is running on one laptop including the client and the database.
> I'm attaching my Eclipse project, warfile and a more complete stack trace. See 'Steps to Reproduce' for my development process and a description of the DB table.
> 17:46:20,833 SEVERE [org.teiid.soap] Exception in executeDataservice: {0}
> java.lang.Throwable: java.sql.SQLException: Unable to read data from the stream: [TeiidComponentException]Wrong type of data found or no data found; expecting streamable object from the buffer manager.
> at org.teiid.soap.provider.TeiidWSProvider.execute(TeiidWSProvider.java:194)
> at org.teiid.soap.provider.TeiidWSProvider.invoke(TeiidWSProvider.java:316)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:22)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:15)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:166)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
> at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:55)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
> at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-977) TeiidComponentException from generated web service
by Scott Dawson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-977?page=com.atlassian.jira.plug... ]
Scott Dawson updated TEIIDDES-977:
----------------------------------
Attachment: stacktrace.txt
> TeiidComponentException from generated web service
> --------------------------------------------------
>
> Key: TEIIDDES-977
> URL: https://issues.jboss.org/browse/TEIIDDES-977
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 7.3
> Environment: Runtime environment: JBoss AS 5.1, Teiid 7.3, JBossWS-CXF 3.2.1, MySQL 5, mysql-connector-java-5.1.10-bin.jar
> Development environment: Teiid Designer 7.3 installed into Eclipse Helios 3.6.2; SoapUI 2.5 as a test client
> Reporter: Scott Dawson
> Assignee: Ted Jones
> Attachments: MySQL_local.zip, MySQL_WS_VDB.war, stacktrace.txt
>
>
> I'm using the 'Generate JBossWS-CXF War' feature of Teiid Designer to expose a MySQL table as a web service. Everything deploys normally and about half the time the web service works correctly, however, I often get the exception shown below when I call the service. It seems to be fairly random as to whether or not it works or throws the exception. Everything is running on one laptop including the client and the database.
> I'm attaching my Eclipse project, warfile and a more complete stack trace. See 'Steps to Reproduce' below for my development process and a description of the DB table.
> 17:46:20,833 SEVERE [org.teiid.soap] Exception in executeDataservice: {0}
> java.lang.Throwable: java.sql.SQLException: Unable to read data from the stream: [TeiidComponentException]Wrong type of data found or no data found; expecting streamable object from the buffer manager.
> at org.teiid.soap.provider.TeiidWSProvider.execute(TeiidWSProvider.java:194)
> at org.teiid.soap.provider.TeiidWSProvider.invoke(TeiidWSProvider.java:316)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:22)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:15)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:166)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
> at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:55)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
> at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-977) TeiidComponentException from generated web service
by Scott Dawson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-977?page=com.atlassian.jira.plug... ]
Scott Dawson updated TEIIDDES-977:
----------------------------------
Attachment: MySQL_WS_VDB.war
> TeiidComponentException from generated web service
> --------------------------------------------------
>
> Key: TEIIDDES-977
> URL: https://issues.jboss.org/browse/TEIIDDES-977
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 7.3
> Environment: Runtime environment: JBoss AS 5.1, Teiid 7.3, JBossWS-CXF 3.2.1, MySQL 5, mysql-connector-java-5.1.10-bin.jar
> Development environment: Teiid Designer 7.3 installed into Eclipse Helios 3.6.2; SoapUI 2.5 as a test client
> Reporter: Scott Dawson
> Assignee: Ted Jones
> Attachments: MySQL_local.zip, MySQL_WS_VDB.war
>
>
> I'm using the 'Generate JBossWS-CXF War' feature of Teiid Designer to expose a MySQL table as a web service. Everything deploys normally and about half the time the web service works correctly, however, I often get the exception shown below when I call the service. It seems to be fairly random as to whether or not it works or throws the exception. Everything is running on one laptop including the client and the database.
> I'm attaching my Eclipse project, warfile and a more complete stack trace. See 'Steps to Reproduce' below for my development process and a description of the DB table.
> 17:46:20,833 SEVERE [org.teiid.soap] Exception in executeDataservice: {0}
> java.lang.Throwable: java.sql.SQLException: Unable to read data from the stream: [TeiidComponentException]Wrong type of data found or no data found; expecting streamable object from the buffer manager.
> at org.teiid.soap.provider.TeiidWSProvider.execute(TeiidWSProvider.java:194)
> at org.teiid.soap.provider.TeiidWSProvider.invoke(TeiidWSProvider.java:316)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:22)
> at org.teiid.soap.provider.MySQL_local_user.invoke(MySQL_local_user.java:15)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:166)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
> at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:55)
> at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:68)
> at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months