[ https://issues.apache.org/jira/browse/AXIS2-5188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152563#comment-13152563 ]
Hudson commented on AXIS2-5188: ------------------------------- Integrated in Axis2 #1110 (See [https://builds.apache.org/job/Axis2/1110/]) Fixed AXIS2-5188. sagara : Files : * /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/BeanUtil.java > In BeanUtil class deserialize method should use Service ClassLoader to load > bean classes. > ------------------------------------------------------------------------------------------ > > Key: AXIS2-5188 > URL: https://issues.apache.org/jira/browse/AXIS2-5188 > Project: Axis2 > Issue Type: Bug > Components: adb > Affects Versions: 1.6.1 > Reporter: Sagara Gunathunga > Assignee: Sagara Gunathunga > Priority: Critical > Fix For: 1.6.2, 1.7.0 > > Attachments: StructForObj.aar > > > BeanUtil class use following code to load classes. > beanClass = Loader.loadClass(beanClass.getClassLoader(), className); > Usually beanClass.getClassLoader() will return null and hence thread context > ClassLoader is to used to load classes. In some cases this will result into > ClassNotFoundException. Following service demonstrate such a exception. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org