docusign / docusign-soap-sdk

Wraps the DocuSign eSignature SOAP API in 5 different languages: Java, C#, PHP, Ruby, Salesforce (Apex)
http://docusign.com/devcenter
MIT License
89 stars 122 forks source link

Java: Readme File(s) Issues #25

Closed jferraioli closed 13 years ago

jferraioli commented 13 years ago
  1. /README file is empty
  2. /Java/DocuSign2011Q1Sample/readme.txt a. In step 1, it would be nice to show an example path for a Windows platform. b. In step 4, I think a lot of users will not know how to access the “tomcat manager”.
    c. In step 5, i. I get the following error:

INFO: validateJarFile(C:\Users\christopher.taylor\bin\apache-tomcat-7.0.8\webapps\DocuSignSample\WEB-INF\lib\geronimo-servlet_3.0_spec-1.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class

    ii.      If the version of the servlet JAR file does not match between the build and the container, you will get this error. The proper way to handle this is to build with the JAR you have, but do not include it in the WAR file. The user can fix this by opening up the WAR file, deleting the offending JAR (e.g. “WEB-INF\lib\geronimo-servlet_3.0_spec-1.0.jar”), then repackaging the WAR. That is not obvious to many developers.
mikebz commented 13 years ago

fixed issue 1 and 2 by:

The last issue didn't repro on Mac. It might be a Windows specific config issue.