Hey,

 

I have a custom module named myproject.mar, but the name of the module in the module.xml is security. In my axis2.xml I refer to the module as security and not myproject.mar; however, axis says it can’t find this module. I think it only looks at the file name and not the module.xml name for the QName(name) in which it checks msgContext.isEngaged(QName).

 

Here is where I think the problem rises from, not sure though:

 

ArchiveReader.java (readModuleArchive function):

 

module.setName(

                                new QName(

                                        DescriptionBuilder.getShortFileName(

                                                archiveFile.getServiceName())));

 

Roshan Punnoose

Phone: 301-497-6039

 

BEGIN:VCARD
VERSION:2.1
N:Punnoose;Roshan
FN:Punnoose, Roshan
ADR;WORK:;2115
LABEL;WORK:2115
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20050413T183207Z
END:VCARD
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to