savan-XXXX.mar unable to find savan-config.xml resource
-------------------------------------------------------
Key: SAVAN-4
URL: https://issues.apache.org/jira/browse/SAVAN-4
Project: Savan
Issue Type: Bug
Environment: axis2 v1.3
SVN snapshot of 20080104
Reporter: Leon S. Searl
With a clean build
> mvn clean install
The savan module, when invoking the module 'init', was not finding
the savan-config.xml in the mar resource since it is not
using the module class loader.
If two builds were done in a row:
> mvn clean install; mvn install
because of a bug in the mavan pom file, the
savan-config.xml would be put into the
savan.jar file also. In this case the module 'init' would
find the savan-config.xml file.
I'll try to attach two patch files that will fix this problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.