Axis2 aar file structure question
Posted
by Alan Mangroo
on Stack Overflow
See other posts from Stack Overflow
or by Alan Mangroo
Published on 2010-06-07T10:42:13Z
Indexed on
2010/06/07
10:52 UTC
Read the original article
Hit count: 460
I trying to create an Axis2 arr file that has 2 package heirachies. However my service class is throwing a class not found exception when it tries to use classes in the utils package.
Is it possible to do this in Axis? Any advice is very welcome.
Below is an example of the structure I am trying to create (utils and org are both top level packages)...
|- SampleService
|-- META-INF
|--- services.xml
|-- utils
|---MyUtils.class
|-- org
|---- apache
|---- axis2
|----- axis2userguide
|------ SampleService.class
© Stack Overflow or respective owner