Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-14 Thread ant elder
just fyi i've got past this by reinstalling a new version of websphere.
didn't get to the bottom of what was wrong but afaict doing exactly the same
thing works now.

   ...ant

On Mon, Feb 11, 2008 at 8:52 AM, 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
>


Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Jean-Sebastien Delfino

ant elder 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



You need "Single Class Loader" as well.

--
Jean-Sebastien

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



Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Scott Kurz
There's two jars with WSDL4J relevant to the 6.1 appserver runtime:

WAS\plugins\com.ibm.ws.runtime_6.1.0.jar
WAS\plugins\org.apache.axis2_6.1.0.jar

The rest are relevant for tooling and client envs.

The first of those has some version WSDL4J 1.5 and the latter 1.6.

So you manually patched wsdl4j 1.6.2 into com.ibm.ws.runtime_6.1.0.jar?



On Feb 11, 2008 2:02 PM, ant elder <[EMAIL PROTECTED]> wrote:
> 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://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]



Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
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://lresende.blogspot.com/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Scott Kurz
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]



Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Luciano Resende
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]



Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
Exactly what i was looking for, thanks!

   ...ant

On Feb 11, 2008 1:43 PM, Dave Sowerby <[EMAIL PROTECTED]> wrote:

> There are some instructions that work for me at:
>
> http://www.jetbrains.com/idea/documentation/howto_02.html
>
> The section called "Configuring WebSphere Application Server"
>
> Hope that helps :)
>
> Dave.
>
> On Feb 11, 2008 12:51 PM, ant elder <[EMAIL PROTECTED]> wrote:
> > And another follow up question - anyone know how to get WebSphere to
> start
> > up listening for a remote debugger to attach to it?
> >
> >...ant
> >
> >
> >
> > On Feb 11, 2008 8: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
> > > >
> > >
> >
>
>
>
> --
> Dave Sowerby MEng MBCS
>


Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Dave Sowerby
There are some instructions that work for me at:

http://www.jetbrains.com/idea/documentation/howto_02.html

The section called "Configuring WebSphere Application Server"

Hope that helps :)

Dave.

On Feb 11, 2008 12:51 PM, ant elder <[EMAIL PROTECTED]> wrote:
> And another follow up question - anyone know how to get WebSphere to start
> up listening for a remote debugger to attach to it?
>
>...ant
>
>
>
> On Feb 11, 2008 8: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
> > >
> >
>



-- 
Dave Sowerby MEng MBCS

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



Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
And another follow up question - anyone know how to get WebSphere to start
up listening for a remote debugger to attach to it?

   ...ant


On Feb 11, 2008 8: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
> >
>


Re: NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread Venkata Krishnan
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
>


NoSuchMethodError: javax/wsdl/Operation

2008-02-11 Thread ant elder
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