Michele,

Found the issue:  Windows XP was interpreting my addressing.mar file as a
Microsoft Access shortcut file and not displaying the ".MAR" extension,
hence a file search didn't find it.  Once I removed the *.MAR file type in
Windows Explorer Folder Options and recreated it as a WinZip file type, the
.MAR extensions were displayed and I found them.  Also, I updated the
ConfigurationContext instantiation to use the paths to the repository
directory and axis2.xml file, respectively.  Example:

        ConfigurationContext configurationContext =
               
ConfigurationContextFactory.createConfigurationContextFromFileSystem(
                          "C:\\axis2-SNAPSHOT\\repository",
"C:\\axis2-SNAPSHOT\\conf\\axis2.xml");

-David
-- 
View this message in context: 
http://www.nabble.com/unable-to-engage-the-addressing-module-tf3254097.html#a10645367
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to