Never mind. I just realized this is a silly question... since
say-hello.aar is not in web-inf/lib, it ain't gonna be in the runtime
classpath anyways. Will refactor my brain, and then my jar/aar approach.
Eoin
On Mon, 2011-05-23 at 14:41 -0400, Eoin O'Toole wrote:
> I have created a web applicat
I have created a web application which contains an axis2 repository,
which itself contains a web service (say-hello2.aar). say-hello2.aar
contains a service.xml, and some stub classes which are generated from a
wsdl.
I include the generated say-hello2.aar in my web app, as follows:
edu.mit.ist