Hi
I have just saw the following in AxisDataLocatorImpl,
within loadServiceData():
String file = "META-INF/" + DRConstants.SERVICE_DATA.FILE_NAME;
serviceData = util.buildOM(axisService.getClassLoader(), file);
It sounds strange to me to ask a class loader (that is what
buildOM() will do) for a resource whose the name starts with
"META-INF/". I thought the directory META-INF stands in was
not intended to be a directory where class loading could be
rooted at, but I am maybe completely wrong.
To illustrate with a concrete example, I am using WebLogic
8.1sp4 and the looked resource is not found when placed into
the META-INF directory, but it is found if I put it into a
new META-INF directory created within WEB-INF/classes/. The
resource looked for is ServiceData.xml.
Did I miss something?
Regards,
--drkm
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]