Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » backward compatible
backward compatible [message #164719] Thu, 23 March 2006 17:27 Go to next message
plork123 is currently offline plork123Friend
Messages: 174
Registered: July 2009
Senior Member
i have a dynamic web project written using eclipse version 3.1.0, and WTP
version 1.0.0

I've put my project into CVS

I now have eclipse version 3.1.1 and WTP 1.0, when i check out the project
into my mew eclipse i get loads of erros wirhtin the wsdl files. When i
click created new web service i get errors.

Why is this? I've noticed the file structue of dynamic web projects is
completely different bwetween the 2 versions. Is the new version not
backward compatible?
Re: backward compatible [message #164784 is a reply to message #164719] Fri, 24 March 2006 07:47 Go to previous messageGo to next message
Lawrence Mandel is currently offline Lawrence MandelFriend
Messages: 486
Registered: July 2009
Senior Member
>I now have eclipse version 3.1.1 and WTP 1.0, when i check out the
project
>into my mew eclipse i get loads of erros wirhtin the wsdl files. When i
>click created new web service i get errors.
>
>Why is this? I've noticed the file structue of dynamic web projects is
>completely different bwetween the 2 versions. Is the new version not
>backward compatible?

Well, you're using the same version of WTP so there should be no
compatibility issue. The WSDL validator should function the same way. What
errors are you seeing?

Lawrence
Re: backward compatible [message #164792 is a reply to message #164784] Fri, 24 March 2006 09:07 Go to previous messageGo to next message
plork123 is currently offline plork123Friend
Messages: 174
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C64F22.52436A30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



The errors I am seeing are these=20

In the WebContent -> wsdl folder I have my wsdl files - All of these =
have errors on them.

It doesn't like this line=20
<wsdl:operation name=3D"methodName" parameterOrder=3D"">

When i go through the wizard using the old version and get to the =
Service Deployment Config page, the Service Project is the name of my =
project, but using the newer version the Service Project is the name of =
the package where my class is. When i click the drop-down i have no =
other choices - if i type in the project name i get this error The =
Apache Axis Web service runtime does not support the service project =
"ProjectName". When i get to the Web service java bean identity page i =
get this error IWAB0398E Error in generating WSDL from Java =
java.lang.ClassNotFoundException: test.test

If i create a dynamic web project in the new eclipse i can use the =
wizard with no errors

I've noticed when you create a dynamic project using eclipe 3.1.0 the =
layout is like this=20
ProjectName
Javasource
WebContant
META-INF
WEB-INF
other folders in here
wsdl
=20
With the later version of eclipse it's like this=20
ProjectName
src
Web App Libs
build
WebContent
META-INF
WEB-INF
other folders in here
wsdl
=20
thanks for you help











=20



<lmandel@ca.ibm.com> wrote in message =
news:e0086v$a9$1@utils.eclipse.org...
> >I now have eclipse version 3.1.1 and WTP 1.0, when i check out the=20
> project=20
>>into my mew eclipse i get loads of erros wirhtin the wsdl files. When =
i=20
>>click created new web service i get errors.
>>
>>Why is this? I've noticed the file structue of dynamic web projects =
is=20
>>completely different bwetween the 2 versions. Is the new version not=20
>>backward compatible?
>=20
> Well, you're using the same version of WTP so there should be no=20
> compatibility issue. The WSDL validator should function the same way. =
What=20
> errors are you seeing?
>=20
> Lawrence
>=20
>
------=_NextPart_000_0013_01C64F22.52436A30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>The errors I am seeing are these </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>In the WebContent -&gt; wsdl folder I have my wsdl =
files - All=20
of these have errors on them.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>It doesn't like this line&nbsp;</FONT>
<P><FONT size=3D2>&lt;wsdl:operation name=3D"methodName"=20
parameterOrder=3D""&gt;</FONT></P>
<P><FONT size=3D2>When i go through the wizard using the old version and =
get to=20
the Service Deployment Config page, the Service Project is the name of =
my=20
project, but using the newer version the Service Project is the name of =
the=20
package where my class is.&nbsp; When i click the drop-down i have no =
other=20
choices - if i type in the project name i get this error The Apache Axis =
Web=20
service runtime does not support the service project =
"ProjectName".&nbsp; When i=20
get to the Web service java bean identity page i get this error =
IWAB0398E Error=20
in generating WSDL from Java java.lang.ClassNotFoundException:=20
test.test</FONT></P>
<P><FONT size=3D2>If i create a dynamic web project in the new eclipse i =
can use=20
the wizard with no errors</FONT></P></DIV>
<DIV><FONT size=3D2>I've noticed when you create a dynamic project using =
eclipe=20
3.1.0 the layout is like this </FONT></DIV>
<DIV><FONT size=3D2>ProjectName</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; Javasource</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WebContant</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; META-INF</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WEB-INF</FONT></DIV>
<DIV><FONT size=3D2> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; other =
folders in=20
here</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; wsdl</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =20
</FONT></DIV>
<DIV><FONT size=3D2>With the later version of eclipse it's like this =
</FONT></DIV>
<DIV><FONT size=3D2>ProjectName</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; src</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; Web App Libs</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; build</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WebContent</FONT></DIV>
<DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; META-INF</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WEB-INF</FONT></DIV>
<DIV><FONT size=3D2> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; other =
folders in=20
here</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; wsdl</FONT></DIV></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV>
<P><FONT size=3D2>thanks for you help</FONT></P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P><FONT size=3D2> </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>&lt;</FONT><A =
href=3D"mailto:lmandel@ca.ibm.com"><FONT=20
size=3D2>lmandel@ca.ibm.com</FONT></A><FONT size=3D2>&gt; wrote in =
message </FONT><A=20
href=3D"news:e0086v$a9$1@utils.eclipse.org"><FONT=20
size=3D2>news:e0086v$a9$1@utils.eclipse.org</FONT></A><FONT=20
size=3D2>...</FONT></DIV><FONT size=3D2>&gt; &gt;I now have eclipse =
version 3.1.1=20
and WTP 1.0, when i check out the <BR>&gt; project <BR>&gt;&gt;into my =
mew=20
eclipse i get loads of erros wirhtin the wsdl files.&nbsp; When i=20
<BR>&gt;&gt;click created new web service i get=20
errors.<BR>&gt;&gt;<BR>&gt;&gt;Why is this?&nbsp; I've noticed the file =
structue=20
of dynamic web projects is <BR>&gt;&gt;completely different bwetween the =
2=20
versions.&nbsp; Is the new version not <BR>&gt;&gt;backward =
compatible?<BR>&gt;=20
<BR>&gt; Well, you're using the same version of WTP so there should be =
no=20
<BR>&gt; compatibility issue. The WSDL validator should function the =
same way.=20
What <BR>&gt; errors are you seeing?<BR>&gt; <BR>&gt; Lawrence<BR>&gt;=20
<BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0013_01C64F22.52436A30--
Re: backward compatible [message #165287 is a reply to message #164792] Wed, 29 March 2006 11:37 Go to previous message
plork123 is currently offline plork123Friend
Messages: 174
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0016_01C6532D.895CEC80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

so no-one knows why this is happening then?

"plork123" <plork123@hotmail.com> wrote in message =
news:e00crv$545$1@utils.eclipse.org...


The errors I am seeing are these=20

In the WebContent -> wsdl folder I have my wsdl files - All of these =
have errors on them.

It doesn't like this line =20
<wsdl:operation name=3D"methodName" parameterOrder=3D"">

When i go through the wizard using the old version and get to the =
Service Deployment Config page, the Service Project is the name of my =
project, but using the newer version the Service Project is the name of =
the package where my class is. When i click the drop-down i have no =
other choices - if i type in the project name i get this error The =
Apache Axis Web service runtime does not support the service project =
"ProjectName". When i get to the Web service java bean identity page i =
get this error IWAB0398E Error in generating WSDL from Java =
java.lang.ClassNotFoundException: test.test

If i create a dynamic web project in the new eclipse i can use the =
wizard with no errors

I've noticed when you create a dynamic project using eclipe 3.1.0 the =
layout is like this=20
ProjectName
Javasource
WebContant
META-INF
WEB-INF
other folders in here
wsdl
=20
With the later version of eclipse it's like this=20
ProjectName
src
Web App Libs
build
WebContent
META-INF
WEB-INF
other folders in here
wsdl
=20
thanks for you help














<lmandel@ca.ibm.com> wrote in message =
news:e0086v$a9$1@utils.eclipse.org...
> >I now have eclipse version 3.1.1 and WTP 1.0, when i check out the=20
> project=20
>>into my mew eclipse i get loads of erros wirhtin the wsdl files. =
When i=20
>>click created new web service i get errors.
>>
>>Why is this? I've noticed the file structue of dynamic web projects =
is=20
>>completely different bwetween the 2 versions. Is the new version =
not=20
>>backward compatible?
>=20
> Well, you're using the same version of WTP so there should be no=20
> compatibility issue. The WSDL validator should function the same =
way. What=20
> errors are you seeing?
>=20
> Lawrence
>=20
>
------=_NextPart_000_0016_01C6532D.895CEC80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>so no-one knows why this is happening =
then?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"plork123" &lt;<A=20
href=3D"mailto:plork123@hotmail.com">plork123@hotmail.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:e00crv$545$1@utils.eclipse.org">news:e00crv$545$1@utils.ecli=
pse.org</A>...</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>The errors I am seeing are these </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>In the WebContent -&gt; wsdl folder I have my wsdl =
files -=20
All of these have errors on them.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>It doesn't like this line&nbsp;</FONT>=20
<P><FONT size=3D2>&lt;wsdl:operation name=3D"methodName"=20
parameterOrder=3D""&gt;</FONT></P>
<P><FONT size=3D2>When i go through the wizard using the old version =
and get to=20
the Service Deployment Config page, the Service Project is the name of =
my=20
project, but using the newer version the Service Project is the name =
of the=20
package where my class is.&nbsp; When i click the drop-down i have no =
other=20
choices - if i type in the project name i get this error The Apache =
Axis Web=20
service runtime does not support the service project =
"ProjectName".&nbsp; When=20
i get to the Web service java bean identity page i get this error =
IWAB0398E=20
Error in generating WSDL from Java java.lang.ClassNotFoundException:=20
test.test</FONT></P>
<P><FONT size=3D2>If i create a dynamic web project in the new eclipse =
i can use=20
the wizard with no errors</FONT></P></DIV>
<DIV><FONT size=3D2>I've noticed when you create a dynamic project =
using eclipe=20
3.1.0 the layout is like this </FONT></DIV>
<DIV><FONT size=3D2>ProjectName</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; Javasource</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WebContant</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; META-INF</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WEB-INF</FONT></DIV>
<DIV><FONT size=3D2> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; other =
folders in=20
here</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; wsdl</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =20
</FONT></DIV>
<DIV><FONT size=3D2>With the later version of eclipse it's like this=20
</FONT></DIV>
<DIV><FONT size=3D2>ProjectName</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; src</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; Web App Libs</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; build</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WebContent</FONT></DIV>
<DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; META-INF</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; WEB-INF</FONT></DIV>
<DIV><FONT size=3D2> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; other =
folders in=20
here</FONT></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; wsdl</FONT></DIV></DIV>
<DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV>
<P><FONT size=3D2>thanks for you help</FONT></P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P>
<P><FONT size=3D2></FONT>&nbsp;</P><FONT size=3D2></FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>&lt;</FONT><A =
href=3D"mailto:lmandel@ca.ibm.com"><FONT=20
size=3D2>lmandel@ca.ibm.com</FONT></A><FONT size=3D2>&gt; wrote in =
message=20
</FONT><A href=3D"news:e0086v$a9$1@utils.eclipse.org"><FONT=20
size=3D2>news:e0086v$a9$1@utils.eclipse.org</FONT></A><FONT=20
size=3D2>...</FONT></DIV><FONT size=3D2>&gt; &gt;I now have eclipse =
version 3.1.1=20
and WTP 1.0, when i check out the <BR>&gt; project <BR>&gt;&gt;into my =
mew=20
eclipse i get loads of erros wirhtin the wsdl files.&nbsp; When i=20
<BR>&gt;&gt;click created new web service i get=20
errors.<BR>&gt;&gt;<BR>&gt;&gt;Why is this?&nbsp; I've noticed the =
file=20
structue of dynamic web projects is <BR>&gt;&gt;completely different =
bwetween=20
the 2 versions.&nbsp; Is the new version not <BR>&gt;&gt;backward=20
compatible?<BR>&gt; <BR>&gt; Well, you're using the same version of =
WTP so=20
there should be no <BR>&gt; compatibility issue. The WSDL validator =
should=20
function the same way. What <BR>&gt; errors are you seeing?<BR>&gt; =
<BR>&gt;=20
Lawrence<BR>&gt; <BR>&gt;</FONT> </BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0016_01C6532D.895CEC80--
Previous Topic:Can WST cope with Eclipse 3.0.2?
Next Topic:web service deployment out of eclipse
Goto Forum:
  


Current Time: Fri Apr 19 21:13:23 GMT 2024

Powered by FUDForum. Page generated in 0.02766 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top