I have done all this and still see the problem. I've also search for all the wsdl4j jars in the WAS install and replaced the few i found with the 1.6.2jar and still see the problem, any other ideas? Seems odd that Venkat and I both hit this but others don't.
...ant On Feb 11, 2008 4:47 PM, 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://people.apache.org/%7Elresende> > http://lresende.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
