I get **Runtime descriptor "/WEB-INF/sun-jaxws.xml" is mising** when manifest contains Implementatio
Hello
I am deploying a webservice on a WebLogic Server Version: 10.3.5.0 on AIX. When I start the deployment, I get
Runtime descriptor "/WEB-INF/sun-jaxws.xml" is mising
(Indeed, with the typo: mising)
Finally, I found that the error disappears by removing the versioning header
Implementation-Version: 10.4.3 build 3
from the Manifest.MF
I couldn't believe my own eyes, but it is true and I repeated it several times to be sure. If the line is present, it fails. Otherwise it succeeds.
Is there something I am missing here, or is the just a plain and awkward bug ?
Regards,
Dirk Vanhaute
Some details :
I am deploying a webservice on a WebLogic Server Version: 10.3.5.0 on AIX. When I start the deployment, I get
Runtime descriptor "/WEB-INF/sun-jaxws.xml" is mising
(Indeed, with the typo: mising)
Finally, I found that the error disappears by removing the versioning header
Implementation-Version: 10.4.3 build 3
from the Manifest.MF
I couldn't believe my own eyes, but it is true and I repeated it several times to be sure. If the line is present, it fails. Otherwise it succeeds.
Is there something I am missing here, or is the just a plain and awkward bug ?
Regards,
Dirk Vanhaute
Some details :
0