wtp web services will not work [message #119091] |
Mon, 11 July 2005 00:08 |
Eclipse User |
|
|
|
Originally posted by: joseph.gillon.med.va.gov
Has anyone ever actually gotten wtp web services to work? I've had to
back off of Tomcat 5.5 and jdk 1.5, now using Tomcat 5.0 and jdk 1.4.
Still errors, attributed in this newsgroup to version screw-ups between
Tomcat, jdk and Axis. Saw a message saying Axis 1.2 fixes the problem so
I installed Axis 1.2. Now I can't figure out how to make Eclipse see that
it's no longer Axis 1.1. This has been very frustrating. I've spent
pretty much a week trying to get this stuff to work. In .NET I had my
services up and running in a couple hours.
|
|
|
|
|
Re: wtp web services will not work [message #123298 is a reply to message #123271] |
Wed, 20 July 2005 05:58 |
Dave Spectar Messages: 9 Registered: July 2009 |
Junior Member |
|
|
I don't agree that it's that simple. I uninstalled Java 5.0 and got a
different problem. The bug was talked about on this message board and listed
at https://bugs.eclipse.org/bugs/show_bug.cgi?id=102505. At first, I thought
it was just me, then I called up a friend of mine and he said he had the
same problem, didn't bother investigating, and went to using NetBeans
because "it works great".
I just checked that bug and it says that it was resolved but a side bug also
caused the problem(https://bugs.eclipse.org/bugs/show_bug.cgi?id=103796)
and this bug is fixed but didn't make it into RC1, but will be in the next
release. Hopefully that is correct.
I'm really appreciative of the whole WST effort, but it's frustrating when
you install everything from scratch and the basic tutorials don't even work.
If I was doing some obscure thing that nobody else does, then there would be
less frustration.
Of course, even after the next relesae I'll still be hurting because I need
some soap 1.2 functionality that wasn't implement in Axis 1.1. So I'm going
to have to wait until the standard Axis 1.2 is included in eclipse, which is
not anticipated by the end of the current version. See bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=98340
Three bugs in one posting. Do you know where I'm coming from?
"Luis Montes" <monteslu@cox.net> wrote in message
news:pan.2005.07.20.05.40.26.463000@cox.net...
>I wouldn't get too discouraged.
>
> One single IDE's implemenation is in no way indicative of the state of
> .NET versus J2EE. If you need stuff to just work out of the box, I've used
> borland's stuff without any problems. I'm sure IBM's commercial offering
> works just as well.
>
> That's said, the current problem with webservices in eclipse is that java
> 1.5 broke Apache's Axis webservices implementation which used "enum" as a
> package name. This has been fixed by a more recent version of Axis. As
> soon at the newer package is included in webtools, this will all be
> cleared up, and I'll likely be using eclipse full time.
>
> Luis
>
>
> On Wed, 13 Jul 2005 21:16:42 -0700, Dave Spectar wrote:
>
>> Joe there is an email thread from July 8 titled Axis-NullPoint problem.
>> That
>> is what I'm getting when I attempt the same thing. I think I got pretty
>> close because I downloaded the plugin and installed the jar, but couldn't
>> figure out the proper hooks to get eclipse to use Axis 1.2 instead of
>> Axis
>> 1.1.
>>
>> I agree with .NET. I just worked for me and then to see that this doesn't
>> work is discouraging.
>
|
|
|
Re: wtp web services will not work [message #123662 is a reply to message #123298] |
Wed, 20 July 2005 17:52 |
Eclipse User |
|
|
|
Originally posted by: monteslu.rockfordcorp.com
I do know where you're coming from. This is a currently a little
frustrating for me as well right now. I'm just hoping that the latest axis
is a baseline to fix problems against. Maybe the existing
webservices problems aren't being worked on in favor of just fixing
everything with the axis 1.2.1?
I was just pointing out that its not a fair comparrison to say that .NET
just works while this doesn't. Apples and oranges here.
Luis
On Tue, 19 Jul 2005 22:58:08 -0700, Dave Spectar wrote:
> I don't agree that it's that simple. I uninstalled Java 5.0 and got a
> different problem. The bug was talked about on this message board and listed
> at https://bugs.eclipse.org/bugs/show_bug.cgi?id=102505. At first, I thought
> it was just me, then I called up a friend of mine and he said he had the
> same problem, didn't bother investigating, and went to using NetBeans
> because "it works great".
>
> I just checked that bug and it says that it was resolved but a side bug also
> caused the problem(https://bugs.eclipse.org/bugs/show_bug.cgi?id=103796)
> and this bug is fixed but didn't make it into RC1, but will be in the next
> release. Hopefully that is correct.
>
> I'm really appreciative of the whole WST effort, but it's frustrating when
> you install everything from scratch and the basic tutorials don't even work.
> If I was doing some obscure thing that nobody else does, then there would be
> less frustration.
>
> Of course, even after the next relesae I'll still be hurting because I need
> some soap 1.2 functionality that wasn't implement in Axis 1.1. So I'm going
> to have to wait until the standard Axis 1.2 is included in eclipse, which is
> not anticipated by the end of the current version. See bug
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=98340
>
> Three bugs in one posting. Do you know where I'm coming from?
>
> "Luis Montes" <monteslu@cox.net> wrote in message
> news:pan.2005.07.20.05.40.26.463000@cox.net...
>>I wouldn't get too discouraged.
>>
>> One single IDE's implemenation is in no way indicative of the state of
>> .NET versus J2EE. If you need stuff to just work out of the box, I've used
>> borland's stuff without any problems. I'm sure IBM's commercial offering
>> works just as well.
>>
>> That's said, the current problem with webservices in eclipse is that java
>> 1.5 broke Apache's Axis webservices implementation which used "enum" as a
>> package name. This has been fixed by a more recent version of Axis. As
>> soon at the newer package is included in webtools, this will all be
>> cleared up, and I'll likely be using eclipse full time.
>>
>> Luis
>>
>>
>> On Wed, 13 Jul 2005 21:16:42 -0700, Dave Spectar wrote:
>>
>>> Joe there is an email thread from July 8 titled Axis-NullPoint problem.
>>> That
>>> is what I'm getting when I attempt the same thing. I think I got pretty
>>> close because I downloaded the plugin and installed the jar, but couldn't
>>> figure out the proper hooks to get eclipse to use Axis 1.2 instead of
>>> Axis
>>> 1.1.
>>>
>>> I agree with .NET. I just worked for me and then to see that this doesn't
>>> work is discouraging.
>>
|
|
|
Re: wtp web services will not work [message #124289 is a reply to message #123271] |
Thu, 21 July 2005 22:44 |
|
Luis Montes wrote:
> That's said, the current problem with webservices in eclipse is that java
> 1.5 broke Apache's Axis webservices implementation which used "enum" as a
> package name. This has been fixed by a more recent version of Axis. As
> soon at the newer package is included in webtools, this will all be
> cleared up, and I'll likely be using eclipse full time.
Chris Brealey has indicated that Axis 1.2.1 can be legally provided
by WTP. The Web Services team is working on replacing the included
Axis 1.1 with 1.2.1 for WTP 0.7.
The full announcement can be viewed from the wtp-dev mailing list
archive:
http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg02119.html
--
- Nitin
_
Nitin Dahyabhai
Eclipse Web Tools Platform
|
|
|
|
Re: wtp web services will not work [message #124992 is a reply to message #124942] |
Fri, 22 July 2005 22:42 |
Eclipse User |
|
|
|
Originally posted by: monteslu.rockfordcorp.com
Just fired it up, Axis 1.2.1 did make it into 0.7RC2.
The jdk1.5/enum problem is resolved.
Thanks for the hard work guys!
Luis
On Fri, 22 Jul 2005 12:18:08 -0700, Dave Spectar wrote:
> This is wonderful news. I applaud the team for deciding to include trhis.
> Nitin thanks for pointing this out.
>
> Let's see how it goes.
>
> "Nitin Dahyabhai" <nitind@us.ibm.com> wrote in message
> news:dbp8hf$sfe$1@news.eclipse.org...
>> Luis Montes wrote:
>>> That's said, the current problem with webservices in eclipse is that java
>>> 1.5 broke Apache's Axis webservices implementation which used "enum" as a
>>> package name. This has been fixed by a more recent version of Axis. As
>>> soon at the newer package is included in webtools, this will all be
>>> cleared up, and I'll likely be using eclipse full time.
>>
>> Chris Brealey has indicated that Axis 1.2.1 can be legally provided by
>> WTP. The Web Services team is working on replacing the included Axis 1.1
>> with 1.2.1 for WTP 0.7.
>>
>> The full announcement can be viewed from the wtp-dev mailing list archive:
>> http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg02119.html
>>
>> --
>> - Nitin
|
|
|
Powered by
FUDForum. Page generated in 0.03451 seconds