Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
Windows XP
Description
I note that the sample http://axis.apache.org/axis2/java/core/docs/pojoguide.html#pojows has a few errors.
1) The reference to "spring.jar" is obsolete (this file no longer exists) with recent releases of Spring. Either a reference to the Spring version used for this sample should be provided, the document should be updated to the latest Spring release and/or include the jar file in the lib (lib is empty in the 1.5.4 release).
2) The SpringInit class will need to be updated to handle the "BeansException" exception.