17 | 28 Sep 2009 @ 11:50 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Thanks Mike. Will check out mentioned threads. |
16 | 24 Sep 2009 @ 10:27 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | **Solved**
I made the execute method return the XML (duh). In case there is an out of the box way to do this, please share.
Many thanks for your guidance all through out, appreciate it. |
15 | 24 Sep 2009 @ 10:00 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | How do I get the result i.e. < col2 > = abc to be a part of the SOAP response? |
14 | 24 Sep 2009 @ 09:59 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Above comment has the SOAP response and the following is the result that I explicitly print from the execute method. It does have the correct result-
?< ? xml version="1.0" encoding="UTF-16"? >... |
13 | 24 Sep 2009 @ 09:57 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | < soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
< soapenv:Body>
... |
12 | 24 Sep 2009 @ 09:57 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | ?
?
?
?
? |
11 | 24 Sep 2009 @ 09:56 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Raw xml didn't get printed earlier-
|
10 | 24 Sep 2009 @ 09:55 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | So finally am all set. The execute method in the bean when invoked as a web service does the necessary work and prints the following as xml (I have put in an explicit println to see the resultant ... |
9 | 24 Sep 2009 @ 09:04 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Never mind, got it figured out. Thanks. |
8 | 24 Sep 2009 @ 08:47 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Done as your input got me past that, thanks.
But I am back to the earlier issue of LOGON FAILED-
com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 13.00.00.07] [Error 7... |
7 | 24 Sep 2009 @ 08:22 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | A step further, am now facing the error-
com.teradata.jdbc.jdbc_4.util.JDBCException: [Teradata Database] [TeraJDBC 13.00.00.07] [Error 5510] [SQLState HY000] Invalid session mode for procedure ex... |
6 | 24 Sep 2009 @ 08:08 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Exact error point-
System.out.println("execution prep started");
cStmt.setInt(1, col1);
cStmt.setString(2, registeredId);
cStmt.setString(3, userXML);
cStmt.setString(4, passwordXML)... |
5 | 24 Sep 2009 @ 07:49 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Followed through all the steps and got to the web service part where the generation failed as web services don't support the DataSource object. A work around I tried was to get the connection from... |
4 | 23 Sep 2009 @ 01:06 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Google came to the rescue for step 3, though am still in the POC process of web service-izing a bean.
It would be most helpful if you could guide me out on the TD XML services component and how... |
3 | 23 Sep 2009 @ 11:19 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Awesome, this sounds interesting. I had gotten the bean ready earlier from the SQL so that takes care of step 1.
The rest of it does exactly what I am looking for but somehow it seems dis-con... |
2 | 23 Sep 2009 @ 06:47 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Helpful stuff. Any inputs on how to convert the queries into web services based DAOs would be helpful and most appreciated, thanks. |
1 | 23 Sep 2009 @ 06:46 PDT | Tools | Using the Spring Framework with the Teradata Plug-in for Eclipse | Extremely helpful.
How about if I want to go a step further and convert my DAOs into web services? Is there any support from the TD plug in for the same? Or other steps that you would recomm... |