Siebel JCA using SIA 8.1.1.14 FP against WebSphere Application Server 7.0 (or higher versions)?
Hi everyone,
Has anyone tried testing Siebel JCA using SIA 8.1.1.14 FP against WebSphere Application Server 7.0 (or higher versions)?
I am trying the code sample from this Siebel documentation using SIA 8.1.1.14:
http://docs.oracle.com/cd/E58886_01/books/EAI3/EAI3_IntegJava15.html
Created the project/code using IBM Eclipse Luna 4.4.1 and trying to Run the Servlet against WebSphere Application Server 7.0 version, but it is not quite working. I am running into these errors:
Error 404: javax.servlet.UnavailableException: SRVE0202E: Servlet [JCATest81114]: JCATest81114 was found, but is corrupted: SRVE0227E: Check that the class resides in the proper package directory. SRVE0228E: Check that the classname has been defined in the server using the proper case and fully qualified package. SRVE0229E: Check that the class was transferred to the filesystem using a binary transfer mode. SRVE0230E: Check that the class was compiled using the proper case (as defined in the class definition). SRVE0231E: Check that the class file was not renamed after it was compiled.