• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Axis2 .jar file not used from within .aar

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have a Web Service deployed (as an .aar) file to Axis2, but the dependencies (in the form of .jar files within the /lib directory of the .aar file) are not found on execution. They do get used properly if I copy them into the /WEB-INF/lib directory of the Axis2 installation, but this is not an ideal workaround.

Does anybody know of any configuration settings I might have missed? Has anybody got a service working successfully with .jar file dependencies within the .aar file (on OC4J or other server) with Axis2 v1.2? I'm not sure whether my problem is with Axis2 or OC4J, so might have to deploy the service to a Tomcat server to check but would rather not go through that cycle if someone can point me in the right direction.

Thanks,
Simon

p.s. I am using Axis2 v1.2 deployed to OC4J 10.1.3 (standalone version) on a Windows 2000 machine at the moment.
 
Forget Steve. Look at this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic