Yeah I discovered this too. Anyway to accomplish this outside of
embeddng the war in an ear?

Thanks,
James

On Thu, May 5, 2011 at 8:14 AM, Hannes Holtzhausen
<[email protected]> wrote:
> Hi James
>
> Since Oracle's acquisition of BEA I've had to add an additional
> package name (javax.wsdl.*) to the weblogic-application.xml
> descriptor.
> Below is an example of a descriptor file I have used successfully with
> CXF version 2.3.x and weblogic server 10.x
>
> <?xml version="1.0" encoding="UTF-8"?>
> <weblogic-application xmlns="http://www.bea.com/ns/weblogic/90";
>                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>  <application-param>
>    <param-name>webapp.encoding.default</param-name>
>    <param-value>UTF-8</param-value>
>  </application-param>
>
>  <prefer-application-packages>
>    <package-name>javax.wsdl.*</package-name>
>    <package-name>javax.jws.*</package-name>
>  </prefer-application-packages>
> </weblogic-application>
>
>
> On Thu, May 5, 2011 at 2:35 PM, James Carr <[email protected]> wrote:
>> Anyone have any expreience dealing with weblogic 9.2 and the bundled
>> jaxws on weblogic being too old? We keep getting a method not found
>> exception on the exclude method even when prefer-web-inf-classes is
>> set to true. :(
>>
>> Any help would be GREATLY apperciated! :)
>>
>>
>> Thanks,
>> James
>>
>

Reply via email to