[JBoss JIRA] Created: (TEIID-914) OnWrapTransactionTests.testMultipleSourceTimeout test fails due to due to execpted error message is different
by Van Halbert (JIRA)
OnWrapTransactionTests.testMultipleSourceTimeout test fails due to due to execpted error message is different
-------------------------------------------------------------------------------------------------------------
Key: TEIID-914
URL: https://jira.jboss.org/jira/browse/TEIID-914
Project: Teiid
Issue Type: Bug
Components: Integration Tests
Affects Versions: 7.0
Reporter: Van Halbert
Assignee: Steven Hawkins
Priority: Minor
The OnWrapTransactionTests.testMultipleSourceTimeout test fails due to expected message is different. It appears the upstream error being thrown by sendRequestMessageAndWait(..) in MMStatement.executeSql(String[] commands, boolean isBatchedCommand, Boolean requiresResultSet) has changed. If I take the message from the caught exception and prepend to the created message and use that message in the MMSQLException throw, then the test passes.
Also, another problem with the current error message is that it gives no indication as to the problem why the statement cannot run, it only provides a general message, ilke the following:
"Error trying to execute a statement [insert into pm1.g1 (e1, e2) values(600,'600'), insert into pm1.g2 (e1, e2) values (600,'600') .........."
--
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
14 years, 4 months
[JBoss JIRA] Created: (TEIID-1134) For salesforce adapter to work the following JAR need to be added. This needs to be documented
by Ramesh Reddy (JIRA)
For salesforce adapter to work the following JAR need to be added. This needs to be documented
----------------------------------------------------------------------------------------------
Key: TEIID-1134
URL: https://jira.jboss.org/browse/TEIID-1134
Project: Teiid
Issue Type: Task
Components: Documentation
Affects Versions: 7.0
Reporter: Ramesh Reddy
Assignee: Steve Hawkins
Fix For: 7.0
The below is from JBoss docs. The same text needs to be added some where in the Teiid docs for Salsforce.
JBossAS 5.0.0.GA can be compiled with both Java5 & Java6. The Java5 compiled binary is our primary/recommended binary distribution. It has undergone rigorous testing and can run under both a Java 5 and a Java 6 runtime. When running under Java 6 you need to manually copy the following libraries from the JBOSS_HOME/client directory to the JBOSS_HOME/lib/endorsed directory, so that the JAX-WS 2.0 apis supported by JBossWS are used:
* jbossws-native-saaj.jar
* jbossws-native-jaxrpc.jar
* jbossws-native-jaxws.jar
* jbossws-native-jaxws-ext.jar
--
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
14 years, 4 months