« Return to Thread: Deploying to Weblogic 10.3.1

RE: Deploying to Weblogic 10.3.1

by Glen Mazza :: Rate this Message:

Reply to Author | View in Thread

Yes, I suspect there's something different between the SAAJ that BEAWLS is using and the SAAJ that Metro is expecting.

Yes, my blog entry at the link below has the final source code (if not the included JARs--but Maven should be able to retrieve those for you).  Click on the link on the 2nd paragraph from the top.  My entry is also a bit old, so things may have changed over the past year.

Glen

Carl Roberts wrote:
Hi Glen,

Thanks for your response.  Much appreciated. I tried your package names per the link you gave me instead of mine.  Here are the ones I am using now:

        <package-name>com.sun.xml.*</package-name>
      <package-name>javax.xml.bind.*</package-name>

But I am back to a different error that I saw before:

Message icon - Error An error occurred during activation of changes, please see the log for details.
Message icon - Error weblogic.application.ModuleException:
Message icon - Error com.sun.xml.internal.messaging.saaj.soap.LocalStrings != com.sun.xml.messaging.saaj.soap.LocalStrings

I noticed the saaj-impl namespace is also com.sun.xml.* so I am wondering if it has to do with this.

I have also tried including the saaj-impl-1.3.jar file in the WEB-INF\lib directory of the war inside the ear and redeploying but I get the same error.  Have you seen this error before?

Do you have a sample ear file that you used for testing that I could try to deploy on my instance of Weblogic Server 10.3.1?

Thanks,

Joe

-----Original Message-----
From: Glen Mazza [mailto:glen.mazza@gmail.com]
Sent: Thursday, July 09, 2009 7:03 PM
To: users@metro.dev.java.net
Subject: RE: Deploying to Weblogic 10.3.1


I used somewhat different <p-a-p/s>--perhaps my list would help:
http://www.jroller.com/gmazza/entry/deploying_metro_and_cxf_based

Glen


Carl Roberts wrote:
>
>    <prefer-application-packages>
>
>       <package-name>javax.jws.*</package-name>
>
>         <package-name>javax.xml.soap.*</package-name>
>
>    </prefer-application-packages>
>
> </weblogic-application>
>
> The deployment process in Weblogic then complains that my service
> implementation class does not have @WebService or @WebServiceProvider
> annotation, but it does:
>

--
View this message in context: http://www.nabble.com/Deploying-to-Weblogic-10.3.1-tp24415730p24419290.html
Sent from the Metro - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@metro.dev.java.net
For additional commands, e-mail: users-help@metro.dev.java.net



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@metro.dev.java.net
For additional commands, e-mail: users-help@metro.dev.java.net

 « Return to Thread: Deploying to Weblogic 10.3.1