But i doesn't solved the problem. Maybe the buged saaj-impl is still used.
How can i desactivate the wrong saaj-impl and forced to use saaj-impl 1.3?
thanks
Java EEWeb ComponentsWeb Languages and Standards
Last Comment
numtech
8/22/2022 - Mon
sweetfa2
Copy the META-INF/services directory from saaj-impl.jar into your client jar file.
numtech
ASKER
I am using maven to build my Jar, so i am not sure i can make that. Thus, when i am running TestCase my jar is not yet build so it doesn't solved the entire problem
sweetfa2
In your maven project if you have a standard maven structure your will have a src/resources/main directory.
Add the META-INF directory at that point. Your eclipse program will pick it up automagically.
Ok,
but in the first post you say "coy META-INF/services" but there is no services directory in the META-INF directory, only MANIFEST.MF file containing:
Manifest-Version: 1.0Ant-Version: Apache Ant 1.6.2Created-By: 1.5.0_05-b05 (Sun Microsystems Inc.)Specification-Title: SOAP with Attachments API for JavaSpecification-Version: 1.3Implementation-Title: SAAJ ImplementationImplementation-Version: 1.3Implementation-Vendor: Sun Microsystems IncImplementation-Vendor-Id: com.sunExtension-Name: com.sun.xml.messaging.saajClass-Path: saaj-api.jar activation.jar