Changeset 3945 for TI01-discovery/trunk
- Timestamp:
- 27/05/08 10:50:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ws-Discovery2/readme.txt
r3944 r3945 21 21 referenced by the generated code - as such you should be careful not to mix the xmlbeans code generated between doing client 22 22 and service jar builds. 23 24 Trouble Shooting 25 ------------------ 26 i) The code was ran using the following versions (NB, problems were experienced with other combinations - so if the service is running 27 but cannot be reached/throws an exception upon initialisation it is worth trying different versions): 28 29 axis2 v1.4 30 java 1.6.0_06 31 tomcat 5.5.26 32 33 ii) Tomcat must be running with the same version of java as the code is build with - otherwise you'll likely get an error along the 34 lines of: 35 36 java.lang.UnsupportedClassVersionError: Bad version number in .class file 37 38 when the webservice is deployed to tomcat. 39 23 40 24 41 Original, detailed instructions, are as follows (but you shouldn't have to use them!):
Note: See TracChangeset
for help on using the changeset viewer.