Ant,

There is more than one version of WSDL4J in the WAS 6.1 image.
You're probably getting the wrong one.

Generally speaking WAS 6.1 uses OSGI bundle manifests and a special
OSGi-enabled classloader network to load the
right target class starting from a given source classloader.   There
are some OSGI settings which can help choose the right target..
however your source classloader is an app classloader, rather than
another WAS runtime-level classloader, so I'm not sure myself how the
OSGI settings can be used from an app classloader.

Hope that helps,
Scott



On Feb 11, 2008 11:47 AM, Luciano Resende <[EMAIL PROTECTED]> wrote:
> I have been using WAS installed with the "Application Server" option.
> It needs a fix for a bug with Servlet Filters, that is available with
> FixPack 9 (or later I guess), and this fix need to be  activated in
> the WAS admin console, navigate to Application Servers - server1 - Web
> Container - Customer Properties and configure a
> com.ibm.ws.webcontainer.invokefilterscompatibility property to true.
> Then, every time you deploy an Tuscany application, you should set the
> proper class path options :  ¨Classes loaded with application class
> loader first"  and "Single class loader per application". See also
> Sebastien's post [1] with much more details on this subject.
>
> Please let me know if this helps.
>
>
> [1] http://jsdelfino.blogspot.com/2007/10/how-to-use-apache-tuscany-with.html
>
>
> On Feb 11, 2008 12:57 AM, Venkata Krishnan <[EMAIL PROTECTED]> wrote:
> > Yes.  Its the same with me as well.  I have installed WAS 6.1 ND.  Is there
> > a particular fixpack that is to take care of this ?
> >
> > Thanks
> >
> > - Venkat
> >
> >
> > On Feb 11, 2008 2:22 PM, ant elder <[EMAIL PROTECTED]> wrote:
> >
> > > Trying to run Tuscany WebApp samples in WebSphere i get a
> > > NoSuchMethodError:
> > > javax/wsdl/Operation.getExtensibilityElements()Ljava/util/List. Anyone
> > > know
> > > how to fix that? This is with the class loader set to "Classes loaded with
> > > application class loader first".
> > >
> > >   ...ant
> > >
> >
>
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to