| commit | 7ad6d98c77c4f71c3c4d5e05ccde70c6c3b41249 | [log] [tgz] |
|---|---|---|
| author | Deepal Jayasinghe <deepal@apache.org> | Fri Apr 27 10:01:59 2007 +0000 |
| committer | Deepal Jayasinghe <deepal@apache.org> | Fri Apr 27 10:01:59 2007 +0000 |
| tree | 911c7c4dd9c3bf27d7a18ec536712c68997579b1 | |
| parent | 7eba5550a15512419008ac7f271e44a99a839c34 [diff] |
fixing sample issues
diff --git a/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java b/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java index 102067b..e9f758c 100644 --- a/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java +++ b/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java
@@ -323,7 +323,9 @@ try { beanClass = Class.forName(instanceTypeName); } catch (ClassNotFoundException ce) { - throw AxisFault.makeFault(ce); + // This breaks samples , and Need to improve a bit to fully + // support this so , Exception just ignore here, we can fix + // that later } }