Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WTP Issue - Axis WS deployment locks up Eclipse 3.3
WTP Issue - Axis WS deployment locks up Eclipse 3.3 [message #200128] Thu, 20 September 2007 17:36 Go to next message
mark streit is currently offline mark streitFriend
Messages: 11
Registered: July 2009
Junior Member
Hello,

I am running into an issue using the WS tooling found in the WTP of Eclipse
3.3 Europa. I am using JDK 1.5.0_10, Tomcat 5.5 and have everything set up
to where I can successfully create a WS from a simple JavaBean impl class w/
a single method. I have a second JavaBean impl class w/ 4 methods that I
want to create another service from. I run through all the dialogs as
before (Bottom up web service creation), I get to the page w/ the Start
Server button. I click it, the Server starts OK and the Next and Finish
buttons are enabled. When I click either one of those buttons, the message
about "Deploying...." shows up at the bottom of the dialog....and then the
entire IDE locks up (Task Manager shows "Not Responding"), nothing is
written to the Eclipse Error log file and you have to "kill" the Eclipse
process to shut everything down...including the javaw.exe that is left by
the hard kill...since the Tomcat instance is running. Has anybody
experienced something like this. It appears that the deployment step where
the WS is deployed to Axis is dying.....yet it worked for the other WS which
did have only ONE method.

Any ideas would be greatly appreciated. Thanks
Re: WTP Issue - Axis WS deployment locks up Eclipse 3.3 [message #200136 is a reply to message #200128] Thu, 20 September 2007 20:34 Go to previous messageGo to next message
Seng Phung Lu is currently offline Seng Phung LuFriend
Messages: 62
Registered: July 2009
Member
Mark,
is this severe failure reproducible given the steps you describe? I
have never experienced this from the WS wizards before, and I know that
multiple methods are supported.

If Eclipse or JVM crashed.. is there a java dump? Was your CPU max'd or
HD swapping memory at the time?

If the problem continues, please do open a bug report with the steps you
performed, and any other useful observations.

(https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi)
The component to target would likely be "jst.ws".

Thanks,
Seng



mark wrote:
> Hello,
>
> I am running into an issue using the WS tooling found in the WTP of Eclipse
> 3.3 Europa. I am using JDK 1.5.0_10, Tomcat 5.5 and have everything set up
> to where I can successfully create a WS from a simple JavaBean impl class w/
> a single method. I have a second JavaBean impl class w/ 4 methods that I
> want to create another service from. I run through all the dialogs as
> before (Bottom up web service creation), I get to the page w/ the Start
> Server button. I click it, the Server starts OK and the Next and Finish
> buttons are enabled. When I click either one of those buttons, the message
> about "Deploying...." shows up at the bottom of the dialog....and then the
> entire IDE locks up (Task Manager shows "Not Responding"), nothing is
> written to the Eclipse Error log file and you have to "kill" the Eclipse
> process to shut everything down...including the javaw.exe that is left by
> the hard kill...since the Tomcat instance is running. Has anybody
> experienced something like this. It appears that the deployment step where
> the WS is deployed to Axis is dying.....yet it worked for the other WS which
> did have only ONE method.
>
> Any ideas would be greatly appreciated. Thanks
>
>
Re: WTP Issue - Axis WS deployment locks up Eclipse 3.3 [message #200151 is a reply to message #200136] Thu, 20 September 2007 22:30 Go to previous messageGo to next message
mark streit is currently offline mark streitFriend
Messages: 11
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0036_01C7FBB4.49ABCF30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ok...here is what I have tried:

And my machine was not locked up, only Eclipse processes were locked up. =
Memory usage was not maxed out. CPU use was about 25%.


Using the following:
Europa 3.3 JEE distro
JDK 1.5.0_10
Tomcat 5.5.25

a.. Created a new Dynamic Web project
b.. Called Source folder JavaSource instead of src
c.. Added a package to JavaSource
d.. Added a class to that package
e.. Added TWO methods one taking a String as a parameter and the other =
taking a simple custom object called Insured
f.. Right clicked on the class (java file), Web Services -> Create Web =
Service
g.. Using Bottom up Java Bean Web Service
h.. Only the "overwrite files w/o warning" check box is checked
i.. Slider is set to "Start Service"
j.. Web Service Java Bean Identity opens with methods shown checked, =
document/literal (wrapped) is the "Style and use" radio button by =
default
k.. Click Next and generation starts and stops on the Start Server =
page
l.. Click Start server page, Conole view shows server started...
m.. Now there is a Back, Next, Finish, and Cancel button all =
enabled...I select Next or Finsih and...
n.. everything locks up...the message at the bottom of the dialog box =
says: Deploying Web service to Axis run-time environment...=20
o.. but now the Task Manager shows 2 identically-named Eclipse =
processes that are locked up:
Java - =
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd - Eclipse Platform
Java - =
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd - Eclipse Platform
a.. At this point, I can no longer get back into the IDE of course...I =
have to do an End Process, which then brings both of them down. The =
Tomcat process javaw.exe is of course still running, so I have to go =
kill that manually too.
MThis whole thing has me totally stumped. I cannot get a stack trace or =
anything at this point. I am running on Win XP Pro/SP2, 2GB RAM



some perhaps useful file content:

/WEB-INF/AIMWebServices2Service/com/xyzcompany/aim/deploy.ws dd

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<!-- Use this file to deploy some handlers/chains and services -->
<!-- Two ways to do this: -->
<!-- java org.apache.axis.client.AdminClient deploy.wsdd -->
<!-- after the axis server is running -->
<!-- or -->
<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd -->
<!-- from the same directory that the Axis engine runs =
--><deployment xmlns=3D"http://xml.apache.org/axis/wsdd/" =
xmlns:java=3D"http://xml.apache.org/axis/wsdd/providers/java">

<!-- Services from AIMWebServices2Service WSDL service -->

<service name=3D"AIMWebServices2" provider=3D"java:RPC" =
style=3D"wrapped" use=3D"literal">
<parameter name=3D"wsdlTargetNamespace" =
value=3D"http://aim.xyzcompany.com"/>
<parameter name=3D"wsdlServiceElement" =
value=3D"AIMWebServices2Service"/>
<parameter name=3D"schemaQualified" =
value=3D" http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,h=
ttp://beans.aim.xyzcompany.com"/>
<parameter name=3D"wsdlServicePort" value=3D"AIMWebServices2"/>
<parameter name=3D"className" =
value=3D"com.xyzcompany.aim.AIMWebServices2"/>
<parameter name=3D"wsdlPortType" value=3D"AIMWebServices2"/>
<parameter name=3D"typeMappingVersion" value=3D"1.2"/>
<operation xmlns:operNS=3D"http://aim.xyzcompany.com" =
xmlns:retNS=3D"http://aim.xyzcompany.com" =
xmlns:rtns=3D"http://beans.aim.xyzcompany.com" name=3D"getInsuredByID" =
qname=3D"operNS:getInsuredByID" =
returnQName=3D"retNS:getInsuredByIDReturn" returnType=3D"rtns:Insured" =
soapAction=3D"">
<parameter xmlns:pns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://www.w3.org/2001/XMLSchema" qname=3D"pns:insuredId" =
type=3D"tns:string"/>
<fault xmlns:fns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://exceptions.aim.xyzcompany.com" =
name=3D"AIMServiceFatalException" qname=3D"fns:fault" =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
type=3D"tns:AIMServiceFatalException"/>
</operation>
<operation xmlns:operNS=3D"http://aim.xyzcompany.com" =
xmlns:retNS=3D"http://aim.xyzcompany.com" =
xmlns:rtns=3D"http://beans.aim.xyzcompany.com" name=3D"createInsured" =
qname=3D"operNS:createInsured" returnQName=3D"retNS:createInsuredReturn" =
returnType=3D"rtns:InsuredPK" soapAction=3D"">
<parameter xmlns:pns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://beans.aim.xyzcompany.com" qname=3D"pns:insured" =
type=3D"tns:Insured"/>
<fault xmlns:fns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://exceptions.aim.xyzcompany.com" =
name=3D"AIMServiceFatalException" qname=3D"fns:fault" =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
type=3D"tns:AIMServiceFatalException"/>
</operation>
<parameter name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/>

<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:BaseBean" type=3D"java:com.xyzcompany.aim.beans.BaseBean" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:Insured" type=3D"java:com.xyzcompany.aim.beans.Insured" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:InsuredPK" type=3D"java:com.xyzcompany.aim.beans.InsuredPK" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://exceptions.aim.xyzcompany.com" =
qname=3D"ns:AIMServiceFatalException" =
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
</service>
</deployment>



/WEB-INF/server-config.wsdd (generated by Eclipse)

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<deployment xmlns=3D"http://xml.apache.org/axis/wsdd/" =
xmlns:java=3D"http://xml.apache.org/axis/wsdd/providers/java">
<globalConfiguration>
<parameter name=3D"sendMultiRefs" value=3D"true"/>
<parameter name=3D"disablePrettyXML" value=3D"true"/>
<parameter name=3D"adminPassword" value=3D"admin"/>
<parameter name=3D"attachments.Directory" =
value=3D" C:\3.3_Europa_JEE_EclipseWS\workspace\.metadata\.plugins\org .ecl=
ipse.wst.server.core\tmp1\wtpwebapps\AIMWebServices2\WEB-INF \attachments "=
/>
<parameter name=3D"dotNetSoapEncFix" value=3D"true"/>
<parameter name=3D"enableNamespacePrefixOptimization" =
value=3D"false"/>
<parameter name=3D"sendXMLDeclaration" value=3D"true"/>
<parameter name=3D"attachments.implementation" =
value=3D"org.apache.axis.attachments.AttachmentsImpl"/>
<parameter name=3D"sendXsiTypes" value=3D"true"/>
<requestFlow>
<handler type=3D"java:org.apache.axis.handlers.JWSHandler">
<parameter name=3D"scope" value=3D"session"/>
</handler>
<handler type=3D"java:org.apache.axis.handlers.JWSHandler">
<parameter name=3D"scope" value=3D"request"/>
<parameter name=3D"extension" value=3D".jwr"/>
</handler>
</requestFlow>
</globalConfiguration>
<handler name=3D"LocalResponder" =
type=3D"java:org.apache.axis.transport.local.LocalResponder "/>
<handler name=3D"URLMapper" =
type=3D"java:org.apache.axis.handlers.http.URLMapper"/>
<handler name=3D"Authenticate" =
type=3D"java:org.apache.axis.handlers.SimpleAuthenticationHandler "/>
<service name=3D"AIMWebServices2" provider=3D"java:RPC" =
style=3D"wrapped" use=3D"literal">
<operation name=3D"getInsuredByID" qname=3D"ns1:getInsuredByID" =
returnQName=3D"ns1:getInsuredByIDReturn" returnType=3D"ns2:Insured" =
soapAction=3D"" xmlns:ns1=3D"http://aim.xyzcompany.com" =
xmlns:ns2=3D"http://beans.aim.xyzcompany.com">
<parameter qname=3D"ns1:insuredId" type=3D"xsd:string" =
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"/>
<fault =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns1:fault" type=3D"ns3:AIMServiceFatalException" =
xmlns:ns3=3D"http://exceptions.aim.xyzcompany.com"/>
</operation>
<operation name=3D"createInsured" qname=3D"ns4:createInsured" =
returnQName=3D"ns4:createInsuredReturn" returnType=3D"ns5:InsuredPK" =
soapAction=3D"" xmlns:ns4=3D"http://aim.xyzcompany.com" =
xmlns:ns5=3D"http://beans.aim.xyzcompany.com">
<parameter qname=3D"ns4:insured" type=3D"ns5:Insured"/>
<fault =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns4:fault" type=3D"ns6:AIMServiceFatalException" =
xmlns:ns6=3D"http://exceptions.aim.xyzcompany.com"/>
</operation>
<parameter name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/>
<parameter name=3D"typeMappingVersion" value=3D"1.2"/>
<parameter name=3D"wsdlPortType" value=3D"AIMWebServices2"/>
<parameter name=3D"className" =
value=3D"com.xyzcompany.aim.AIMWebServices2"/>
<parameter name=3D"wsdlServicePort" value=3D"AIMWebServices2"/>
<parameter name=3D"schemaQualified" =
value=3D" http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,h=
ttp://beans.aim.xyzcompany.com"/>
<parameter name=3D"wsdlTargetNamespace" =
value=3D"http://aim.xyzcompany.com"/>
<parameter name=3D"wsdlServiceElement" =
value=3D"AIMWebServices2Service"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns7:BaseBean" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.BaseBean" =
xmlns:ns7=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns8:Insured" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.Insured" =
xmlns:ns8=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns9:InsuredPK" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.InsuredPK" =
xmlns:ns9=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns10:AIMServiceFatalException" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
xmlns:ns10=3D"http://exceptions.aim.xyzcompany.com"/>
</service>
<service name=3D"AdminService" provider=3D"java:MSG">
<parameter name=3D"allowedMethods" value=3D"AdminService"/>
<parameter name=3D"enableRemoteAdmin" value=3D"false"/>
<parameter name=3D"className" value=3D"org.apache.axis.utils.Admin"/>
<namespace>http://xml.apache.org/axis/wsdd/</namespace>
</service>
<service name=3D"Version" provider=3D"java:RPC">
<parameter name=3D"allowedMethods" value=3D"getVersion"/>
<parameter name=3D"className" value=3D"org.apache.axis.Version"/>
</service>
<transport name=3D"http">
<requestFlow>
<handler type=3D"URLMapper"/>
<handler =
type=3D"java:org.apache.axis.handlers.http.HTTPAuthHandler"/ >
</requestFlow>
<parameter name=3D"qs:list" =
value=3D"org.apache.axis.transport.http.QSListHandler"/>
<parameter name=3D"qs:wsdl" =
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/>
<parameter name=3D"qs.list" =
value=3D"org.apache.axis.transport.http.QSListHandler"/>
<parameter name=3D"qs.method" =
value=3D"org.apache.axis.transport.http.QSMethodHandler"/>
<parameter name=3D"qs:method" =
value=3D"org.apache.axis.transport.http.QSMethodHandler"/>
<parameter name=3D"qs.wsdl" =
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/>
</transport>
<transport name=3D"local">
<responseFlow>
<handler type=3D"LocalResponder"/>
</responseFlow>
</transport>
</deployment>

"Seng Phung-Lu" <sengpl@ca.ibm.com> wrote in message =
news:fculg0$k0t$1@build.eclipse.org...
> Mark,
> is this severe failure reproducible given the steps you describe? I=20
> have never experienced this from the WS wizards before, and I know =
that=20
> multiple methods are supported.
>=20
> If Eclipse or JVM crashed.. is there a java dump? Was your CPU max'd =
or=20
> HD swapping memory at the time?
>=20
> If the problem continues, please do open a bug report with the steps =
you=20
> performed, and any other useful observations.
>=20
> (https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi)
> The component to target would likely be "jst.ws".
>=20
> Thanks,
> Seng
>=20
>=20
>=20
> mark wrote:
>> Hello,
>>=20
>> I am running into an issue using the WS tooling found in the WTP of =
Eclipse=20
>> 3.3 Europa. I am using JDK 1.5.0_10, Tomcat 5.5 and have everything =
set up=20
>> to where I can successfully create a WS from a simple JavaBean impl =
class w/=20
>> a single method. I have a second JavaBean impl class w/ 4 methods =
that I=20
>> want to create another service from. I run through all the dialogs =
as=20
>> before (Bottom up web service creation), I get to the page w/ the =
Start=20
>> Server button. I click it, the Server starts OK and the Next and =
Finish=20
>> buttons are enabled. When I click either one of those buttons, the =
message=20
>> about "Deploying...." shows up at the bottom of the dialog....and =
then the=20
>> entire IDE locks up (Task Manager shows "Not Responding"), nothing is =

>> written to the Eclipse Error log file and you have to "kill" the =
Eclipse=20
>> process to shut everything down...including the javaw.exe that is =
left by=20
>> the hard kill...since the Tomcat instance is running. Has anybody=20
>> experienced something like this. It appears that the deployment step =
where=20
>> the WS is deployed to Axis is dying.....yet it worked for the other =
WS which=20
>> did have only ONE method.
>>=20
>> Any ideas would be greatly appreciated. Thanks=20
>>=20
>>
------=_NextPart_000_0036_01C7FBB4.49ABCF30
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.6000.16525" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Ok...here is what I have =
tried:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>And my machine was not locked up, only =
Eclipse=20
processes were locked up.&nbsp; Memory usage was not maxed out.&nbsp; =
CPU use=20
was about 25%.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Using the following:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Europa 3.3 JEE distro</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>JDK 1.5.0_10</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Tomcat 5.5.25</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<UL>
<LI><FONT face=3DArial size=3D2>Created a new Dynamic Web =
project</FONT></LI>
<LI><FONT face=3DArial size=3D2>Called Source folder JavaSource =
instead of=20
src</FONT></LI>
<LI><FONT face=3DArial size=3D2>Added a package to =
JavaSource</FONT></LI>
<LI><FONT face=3DArial size=3D2>Added a class to that =
package</FONT></LI>
<LI><FONT face=3DArial size=3D2>Added TWO&nbsp;methods one taking a=20
<EM>String</EM> as a parameter and the other taking a simple custom =
object=20
called <EM>Insured</EM></FONT></LI>
<LI><FONT face=3DArial size=3D2>Right clicked on the class (java =
file), Web=20
Services -&gt; Create Web Service</FONT></LI>
<LI><FONT face=3DArial size=3D2>Using Bottom up Java Bean Web =
Service</FONT></LI>
<LI><FONT face=3DArial size=3D2>Only the "overwrite files w/o warning" =
check box=20
is checked</FONT></LI>
<LI><FONT face=3DArial size=3D2>Slider is set to "Start =
Service"</FONT></LI>
<LI><FONT face=3DArial size=3D2>Web Service Java Bean Identity opens =
with methods=20
shown checked, document/literal (wrapped) is the "Style and use" radio =
button=20
by default</FONT></LI>
<LI><FONT face=3DArial size=3D2>Click Next and generation starts and =
stops on the=20
Start Server page</FONT></LI>
<LI><FONT face=3DArial size=3D2>Click Start server page, Conole view =
shows server=20
started...</FONT></LI>
<LI><FONT face=3DArial size=3D2>Now there is a Back, Next, Finish, and =
Cancel=20
button all enabled...I select Next or Finsih and...</FONT></LI>
<LI><FONT face=3DArial size=3D2>everything locks up...the message at =
the bottom of=20
the dialog box says: Deploying Web service to Axis run-time =
environment...=20
</FONT></LI>
<LI><FONT face=3DArial size=3D2>but now the Task Manager shows 2=20
identically-named&nbsp;Eclipse processes that are locked =
up:</FONT></LI></UL>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Java -=20
=
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd=20
- Eclipse Platform</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Java -=20
=
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd=20
- Eclipse Platform</FONT></DIV></BLOCKQUOTE>
<UL dir=3Dltr>
<LI><FONT face=3DArial size=3D2>At this point, I can no longer get =
back into the=20
IDE of course...I have to do an End Process, which then brings both of =
them=20
down.&nbsp; The Tomcat process javaw.exe is of course still running, =
so I have=20
to go kill that manually too.</FONT></LI></UL>
<DIV><FONT face=3DArial size=3D2>MThis whole thing has me totally =
stumped.&nbsp; I=20
cannot get a stack trace or anything at this point.&nbsp; I am running =
on Win XP=20
Pro/SP2, 2GB RAM</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial color=3D#ff0000><EM><STRONG>some perhaps useful =
file=20
content:</STRONG></EM></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT=20
face=3DArial><STRONG>/WEB-INF/AIMWebServices2Service/com/xyzcompany/aim/d=
eploy.wsdd</STRONG></FONT></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;?xml version=3D"1.0"=20
encoding=3D"UTF-8"?&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!-- Use this file to =
deploy some=20
handlers/chains and services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!-- Two ways to do=20
this:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n b=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb s=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--&nbsp;&nbsp; java=20
org.apache.axis.client.AdminClient=20
deploy.wsdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier =
New"> &lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;=20
after the axis server is=20
running&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&am p;nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &=
nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--=20
or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--&nbsp;&nbsp; java=20
org.apache.axis.utils.Admin client|server deploy.wsdd&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier =
New"> &lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;=20
from the same directory that the Axis engine=20
runs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp; =
--&gt;&lt;deployment=20
xmlns=3D"</FONT><A href=3D"http://xml.apache.org/axis/wsdd/"><FONT=20
face=3D"Courier New">http://xml.apache.org/axis/wsdd/</FONT></A><FONT=20
face=3D"Courier New">" xmlns:java=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/providers/java"><FONT=20
face=3D"Courier =
New">http://xml.apache.org/axis/wsdd/providers/java</FONT></A><FONT=20
face=3D"Courier New">"&gt;</FONT></FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>&nbsp; &lt;!-- Services from=20
AIMWebServices2Service WSDL service --&gt;</FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&nbsp; &lt;service=20
name=3D"AIMWebServices2" provider=3D"java:RPC" style=3D"wrapped"=20
use=3D"literal"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;parameter=20
name=3D"wsdlTargetNamespace" value=3D"</FONT><A=20
href=3D'http://aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"wsdlServiceElement"=20
value=3D"AIMWebServices2Service"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;parameter name=3D"schemaQualified" value=3D"</FONT><A=20
href=3D' http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,ht=
tp://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New"> http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,http:=
//beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"wsdlServicePort"=20
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"className"=20
value=3D"com.xyzcompany.aim.AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
&lt;parameter name=3D"wsdlPortType"=20
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"typeMappingVersion" =
value=3D"1.2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;operation xmlns:operNS=3D"</FONT><A =
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:retNS=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:rtns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"getInsuredByID" =
qname=3D"operNS:getInsuredByID"=20
returnQName=3D"retNS:getInsuredByIDReturn" returnType=3D"rtns:Insured"=20
soapAction=3D""&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;parameter=20
xmlns:pns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://www.w3.org/2001/XMLSchema"><FONT=20
face=3D"Courier New">http://www.w3.org/2001/XMLSchema</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"pns:insuredId"=20
type=3D"tns:string"/&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;fault=20
xmlns:fns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"AIMServiceFatalException" =
qname=3D"fns:fault"=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
type=3D"tns:AIMServiceFatalException"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
&lt;/operation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;operation=20
xmlns:operNS=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:retNS=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:rtns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"createInsured" =
qname=3D"operNS:createInsured"=20
returnQName=3D"retNS:createInsuredReturn" returnType=3D"rtns:InsuredPK"=20
soapAction=3D""&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;parameter=20
xmlns:pns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"pns:insured"=20
type=3D"tns:Insured"/&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;fault=20
xmlns:fns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"AIMServiceFatalException" =
qname=3D"fns:fault"=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
type=3D"tns:AIMServiceFatalException"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
&lt;/operation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;parameter=20
name=3D"allowedMethods" value=3D"createInsured=20
getInsuredByID"/&gt;</FONT></FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;typeMapping xmlns:ns=3D"</FONT><A =
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:BaseBean"=20
type=3D"java:com.xyzcompany.aim.beans.BaseBean"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:Insured"=20
type=3D"java:com.xyzcompany.aim.beans.Insured"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:InsuredPK"=20
type=3D"java:com.xyzcompany.aim.beans.InsuredPK"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A =
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:AIMServiceFatalException"=20
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;=20
&lt;/service&gt;<BR>&lt;/deployment&gt;</FONT ></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>/WEB-INF/server-config.wsdd =
(generated by=20
Eclipse)</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;?xml version=3D"1.0"=20
encoding=3D"UTF-8"?&gt;<BR>&lt;deployment xmlns=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/"><FONT=20
face=3D"Courier New">http://xml.apache.org/axis/wsdd/</FONT></A><FONT=20
face=3D"Courier New">" xmlns:java=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/providers/java"><FONT=20
face=3D"Courier =
New">http://xml.apache.org/axis/wsdd/providers/java</FONT></A><FONT=20
face=3D"Courier =
New">"&gt;<BR>&nbsp;&lt;globalConfiguration&gt; <BR>&nbsp;=20
&lt;parameter name=3D"sendMultiRefs" value=3D"true"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"disablePrettyXML" value=3D"true"/&gt;<BR>&nbsp; &lt;parameter=20
name=3D"adminPassword" value=3D"admin"/&gt;<BR>&nbsp; &lt;parameter=20
name=3D"attachments.Directory"=20
value=3D" C:\3.3_Europa_JEE_EclipseWS\workspace\.metadata\.plugins\org .ecl=
ipse.wst.server.core\tmp1\wtpwebapps\AIMWebServices2\WEB-INF \attachments "=
/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"dotNetSoapEncFix" value=3D"true"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"enableNamespacePrefixOptimization" =
value=3D"false"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"sendXMLDeclaration" value=3D"true"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"attachments.implementation"=20
value=3D"org.apache.axis.attachments.AttachmentsImpl"/&gt; <BR>&nbsp; =
&lt;parameter=20
name=3D"sendXsiTypes" value=3D"true"/&gt;<BR>&nbsp;=20
&lt;requestFlow&gt;<BR>&nbsp;&nbsp; &lt;handler=20
type=3D"java:org.apache.axis.handlers.JWSHandler"&gt;<BR >&nbsp;&nbsp;&nbs=
p;=20
&lt;parameter name=3D"scope" value=3D"session"/&gt;<BR>&nbsp;&nbsp;=20
&lt;/handler&gt;<BR>&nbsp;&nbsp; &lt;handler=20
type=3D"java:org.apache.axis.handlers.JWSHandler"&gt;<BR >&nbsp;&nbsp;&nbs=
p;=20
&lt;parameter name=3D"scope" =
value=3D"request"/&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&lt;parameter name=3D"extension" value=3D".jwr"/&gt;<BR>&nbsp;&nbsp;=20
&lt;/handler&gt;<BR>&nbsp;=20
&lt;/requestFlow&gt;<BR>&nbsp;&lt;/globalConfiguration&gt; <BR>&nbsp;&lt;h=
andler=20
name=3D"LocalResponder"=20
type=3D"java:org.apache.axis.transport.local.LocalResponder "/&gt;<BR>&nbs=
p;&lt;handler=20
name=3D"URLMapper"=20
type=3D"java:org.apache.axis.handlers.http.URLMapper"/&gt; <BR>&nbsp;&lt;h=
andler=20
name=3D"Authenticate"=20
type=3D"java:org.apache.axis.handlers.SimpleAuthenticationHandler "/&gt;<B=
R>&nbsp;&lt;service=20
name=3D"AIMWebServices2" provider=3D"java:RPC" style=3D"wrapped"=20
use=3D"literal"&gt;<BR>&nbsp; &lt;operation name=3D"getInsuredByID"=20
qname=3D"ns1:getInsuredByID" returnQName=3D"ns1:getInsuredByIDReturn"=20
returnType=3D"ns2:Insured" soapAction=3D"" xmlns:ns1=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:ns2=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">"&gt;<BR>&nbsp;&nbsp; &lt;parameter =
qname=3D"ns1:insuredId"=20
type=3D"xsd:string" xmlns:xsd=3D"</FONT><A=20
href=3D'http://www.w3.org/2001/XMLSchema"/'><FONT=20
face=3D"Courier New">http://www.w3.org/2001/XMLSchema"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp; &lt;fault=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns1:fault"=20
type=3D"ns3:AIMServiceFatalException" xmlns:ns3=3D"</FONT><A=20
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;/operation&gt;<BR>&nbsp; =
&lt;operation=20
name=3D"createInsured" qname=3D"ns4:createInsured"=20
returnQName=3D"ns4:createInsuredReturn" returnType=3D"ns5:InsuredPK" =
soapAction=3D""=20
xmlns:ns4=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:ns5=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">"&gt;<BR>&nbsp;&nbsp; &lt;parameter =
qname=3D"ns4:insured"=20
type=3D"ns5:Insured"/&gt;<BR>&nbsp;&nbsp; &lt;fault=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns4:fault"=20
type=3D"ns6:AIMServiceFatalException" xmlns:ns6=3D"</FONT><A=20
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;/operation&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"typeMappingVersion" value=3D"1.2"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"wsdlPortType" value=3D"AIMWebServices2"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"className" =
value=3D"com.xyzcompany.aim.AIMWebServices2"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"wsdlServicePort" =
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"schemaQualified" value=3D"</FONT><A=20
href=3D' http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,ht=
tp://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New"> http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,http:=
//beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;parameter =
name=3D"wsdlTargetNamespace"=20
value=3D"</FONT><A href=3D'http://aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;parameter =
name=3D"wsdlServiceElement"=20
value=3D"AIMWebServices2Service"/&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns7:BaseBean"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.BaseBean" xmlns:ns7=3D"</FONT><A=20
href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns8:Insured"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.Insured" xmlns:ns8=3D"</FONT><A=20
href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns9:InsuredPK"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.InsuredPK" xmlns:ns9=3D"</FONT><A=20
href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns10:AIMServiceFatalException"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
xmlns:ns10=3D"</FONT><A =
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&lt;/service&gt;<BR>&nbsp;&lt;service =

name=3D"AdminService" provider=3D"java:MSG"&gt;<BR>&nbsp; &lt;parameter=20
name=3D"allowedMethods" value=3D"AdminService"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"enableRemoteAdmin" value=3D"false"/&gt;<BR>&nbsp; &lt;parameter=20
name=3D"className" value=3D"org.apache.axis.utils.Admin"/&gt;<BR>&nbsp;=20
&lt;namespace&gt;http://xml.apache.org/axis/wsdd/&lt;/namespace&gt;<BR>&n=
bsp;&lt;/service&gt;<BR>&nbsp;&lt;service=20
name=3D"Version" provider=3D"java:RPC"&gt;<BR>&nbsp; &lt;parameter=20
name=3D"allowedMethods" value=3D"getVersion"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"className"=20
value=3D"org.apache.axis.Version"/&gt;<BR>&nbsp;&lt;/service&gt; <BR>&nbsp=
;&lt;transport=20
name=3D"http"&gt;<BR>&nbsp; &lt;requestFlow&gt;<BR>&nbsp;&nbsp; =
&lt;handler=20
type=3D"URLMapper"/&gt;<BR>&nbsp;&nbsp; &lt;handler=20
type=3D"java:org.apache.axis.handlers.http.HTTPAuthHandler"/&gt; <BR>&nbsp=
;=20
&lt;/requestFlow&gt;<BR>&nbsp; &lt;parameter name=3D"qs:list"=20
value=3D"org.apache.axis.transport.http.QSListHandler"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"qs:wsdl"=20
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"qs.list"=20
value=3D"org.apache.axis.transport.http.QSListHandler"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"qs.method"=20
value=3D"org.apache.axis.transport.http.QSMethodHandler"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"qs:method"=20
value=3D"org.apache.axis.transport.http.QSMethodHandler"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"qs.wsdl"=20
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/&gt; <BR>&nbsp;&lt;=
/transport&gt;<BR>&nbsp;&lt;transport=20
name=3D"local"&gt;<BR>&nbsp; &lt;responseFlow&gt;<BR>&nbsp;&nbsp; =
&lt;handler=20
type=3D"LocalResponder"/&gt;<BR>&nbsp;=20
&lt;/responseFlow&gt;<BR>&nbsp;&lt;/transport&gt; <BR>&lt;/deployment&gt;<=
/FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Seng Phung-Lu" &lt;</FONT><A=20
href=3D"mailto:sengpl@ca.ibm.com"><FONT face=3DArial=20
size=3D2>sengpl@ca.ibm.com</FONT></A><FONT face=3DArial size=3D2>&gt; =
wrote in message=20
</FONT><A href=3D"news:fculg0$k0t$1@build.eclipse.org"><FONT =
fa
Re: WTP Issue - Axis WS deployment locks up Eclipse 3.3 [message #200292 is a reply to message #200151] Sun, 23 September 2007 16:21 Go to previous message
mark streit is currently offline mark streitFriend
Messages: 11
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C7FDDC.36F72EF0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have opened a bug on the Eclipse Bugzilla site - bug # 204204 as I am =
getting no where with this issue. I have had it work ok at first say w/ =
a WS containing a couple of methods. Then I start adding methods or =
additional jars that may be in needed in WEB-INF/lib for the project. =
Right-click on the java bean class and start the whole generation =
seqeuence again...only to then have it lock up in the Axis deployment =
phase.
"mark" <mcs130@gmail.com> wrote in message =
news:fcus5q$vu5$1@build.eclipse.org...
Ok...here is what I have tried:

And my machine was not locked up, only Eclipse processes were locked =
up. Memory usage was not maxed out. CPU use was about 25%.


Using the following:
Europa 3.3 JEE distro
JDK 1.5.0_10
Tomcat 5.5.25

a.. Created a new Dynamic Web project=20
b.. Called Source folder JavaSource instead of src=20
c.. Added a package to JavaSource=20
d.. Added a class to that package=20
e.. Added TWO methods one taking a String as a parameter and the =
other taking a simple custom object called Insured=20
f.. Right clicked on the class (java file), Web Services -> Create =
Web Service=20
g.. Using Bottom up Java Bean Web Service=20
h.. Only the "overwrite files w/o warning" check box is checked=20
i.. Slider is set to "Start Service"=20
j.. Web Service Java Bean Identity opens with methods shown checked, =
document/literal (wrapped) is the "Style and use" radio button by =
default=20
k.. Click Next and generation starts and stops on the Start Server =
page=20
l.. Click Start server page, Conole view shows server started...=20
m.. Now there is a Back, Next, Finish, and Cancel button all =
enabled...I select Next or Finsih and...=20
n.. everything locks up...the message at the bottom of the dialog =
box says: Deploying Web service to Axis run-time environment...=20
o.. but now the Task Manager shows 2 identically-named Eclipse =
processes that are locked up:
Java - =
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd - Eclipse Platform
Java - =
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd - Eclipse Platform
a.. At this point, I can no longer get back into the IDE of =
course...I have to do an End Process, which then brings both of them =
down. The Tomcat process javaw.exe is of course still running, so I =
have to go kill that manually too.
MThis whole thing has me totally stumped. I cannot get a stack trace =
or anything at this point. I am running on Win XP Pro/SP2, 2GB RAM



some perhaps useful file content:

/WEB-INF/AIMWebServices2Service/com/xyzcompany/aim/deploy.ws dd

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<!-- Use this file to deploy some handlers/chains and services =
-->
<!-- Two ways to do this: =
-->
<!-- java org.apache.axis.client.AdminClient deploy.wsdd =
-->
<!-- after the axis server is running =
-->
<!-- or =
-->
<!-- java org.apache.axis.utils.Admin client|server deploy.wsdd =
-->
<!-- from the same directory that the Axis engine runs =
--><deployment xmlns=3D"http://xml.apache.org/axis/wsdd/" =
xmlns:java=3D"http://xml.apache.org/axis/wsdd/providers/java">

<!-- Services from AIMWebServices2Service WSDL service -->

<service name=3D"AIMWebServices2" provider=3D"java:RPC" =
style=3D"wrapped" use=3D"literal">
<parameter name=3D"wsdlTargetNamespace" =
value=3D"http://aim.xyzcompany.com"/>
<parameter name=3D"wsdlServiceElement" =
value=3D"AIMWebServices2Service"/>
<parameter name=3D"schemaQualified" =
value=3D" http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,h=
ttp://beans.aim.xyzcompany.com"/>
<parameter name=3D"wsdlServicePort" value=3D"AIMWebServices2"/>
<parameter name=3D"className" =
value=3D"com.xyzcompany.aim.AIMWebServices2"/>
<parameter name=3D"wsdlPortType" value=3D"AIMWebServices2"/>
<parameter name=3D"typeMappingVersion" value=3D"1.2"/>
<operation xmlns:operNS=3D"http://aim.xyzcompany.com" =
xmlns:retNS=3D"http://aim.xyzcompany.com" =
xmlns:rtns=3D"http://beans.aim.xyzcompany.com" name=3D"getInsuredByID" =
qname=3D"operNS:getInsuredByID" =
returnQName=3D"retNS:getInsuredByIDReturn" returnType=3D"rtns:Insured" =
soapAction=3D"">
<parameter xmlns:pns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://www.w3.org/2001/XMLSchema" qname=3D"pns:insuredId" =
type=3D"tns:string"/>
<fault xmlns:fns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://exceptions.aim.xyzcompany.com" =
name=3D"AIMServiceFatalException" qname=3D"fns:fault" =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
type=3D"tns:AIMServiceFatalException"/>
</operation>
<operation xmlns:operNS=3D"http://aim.xyzcompany.com" =
xmlns:retNS=3D"http://aim.xyzcompany.com" =
xmlns:rtns=3D"http://beans.aim.xyzcompany.com" name=3D"createInsured" =
qname=3D"operNS:createInsured" returnQName=3D"retNS:createInsuredReturn" =
returnType=3D"rtns:InsuredPK" soapAction=3D"">
<parameter xmlns:pns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://beans.aim.xyzcompany.com" qname=3D"pns:insured" =
type=3D"tns:Insured"/>
<fault xmlns:fns=3D"http://aim.xyzcompany.com" =
xmlns:tns=3D"http://exceptions.aim.xyzcompany.com" =
name=3D"AIMServiceFatalException" qname=3D"fns:fault" =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
type=3D"tns:AIMServiceFatalException"/>
</operation>
<parameter name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/>

<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:BaseBean" type=3D"java:com.xyzcompany.aim.beans.BaseBean" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:Insured" type=3D"java:com.xyzcompany.aim.beans.Insured" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://beans.aim.xyzcompany.com" =
qname=3D"ns:InsuredPK" type=3D"java:com.xyzcompany.aim.beans.InsuredPK" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
<typeMapping xmlns:ns=3D"http://exceptions.aim.xyzcompany.com" =
qname=3D"ns:AIMServiceFatalException" =
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D""/>
</service>
</deployment>



/WEB-INF/server-config.wsdd (generated by Eclipse)

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<deployment xmlns=3D"http://xml.apache.org/axis/wsdd/" =
xmlns:java=3D"http://xml.apache.org/axis/wsdd/providers/java">
<globalConfiguration>
<parameter name=3D"sendMultiRefs" value=3D"true"/>
<parameter name=3D"disablePrettyXML" value=3D"true"/>
<parameter name=3D"adminPassword" value=3D"admin"/>
<parameter name=3D"attachments.Directory" =
value=3D" C:\3.3_Europa_JEE_EclipseWS\workspace\.metadata\.plugins\org .ecl=
ipse.wst.server.core\tmp1\wtpwebapps\AIMWebServices2\WEB-INF \attachments "=
/>
<parameter name=3D"dotNetSoapEncFix" value=3D"true"/>
<parameter name=3D"enableNamespacePrefixOptimization" =
value=3D"false"/>
<parameter name=3D"sendXMLDeclaration" value=3D"true"/>
<parameter name=3D"attachments.implementation" =
value=3D"org.apache.axis.attachments.AttachmentsImpl"/>
<parameter name=3D"sendXsiTypes" value=3D"true"/>
<requestFlow>
<handler type=3D"java:org.apache.axis.handlers.JWSHandler">
<parameter name=3D"scope" value=3D"session"/>
</handler>
<handler type=3D"java:org.apache.axis.handlers.JWSHandler">
<parameter name=3D"scope" value=3D"request"/>
<parameter name=3D"extension" value=3D".jwr"/>
</handler>
</requestFlow>
</globalConfiguration>
<handler name=3D"LocalResponder" =
type=3D"java:org.apache.axis.transport.local.LocalResponder "/>
<handler name=3D"URLMapper" =
type=3D"java:org.apache.axis.handlers.http.URLMapper"/>
<handler name=3D"Authenticate" =
type=3D"java:org.apache.axis.handlers.SimpleAuthenticationHandler "/>
<service name=3D"AIMWebServices2" provider=3D"java:RPC" =
style=3D"wrapped" use=3D"literal">
<operation name=3D"getInsuredByID" qname=3D"ns1:getInsuredByID" =
returnQName=3D"ns1:getInsuredByIDReturn" returnType=3D"ns2:Insured" =
soapAction=3D"" xmlns:ns1=3D"http://aim.xyzcompany.com" =
xmlns:ns2=3D"http://beans.aim.xyzcompany.com">
<parameter qname=3D"ns1:insuredId" type=3D"xsd:string" =
xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema"/>
<fault =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns1:fault" type=3D"ns3:AIMServiceFatalException" =
xmlns:ns3=3D"http://exceptions.aim.xyzcompany.com"/>
</operation>
<operation name=3D"createInsured" qname=3D"ns4:createInsured" =
returnQName=3D"ns4:createInsuredReturn" returnType=3D"ns5:InsuredPK" =
soapAction=3D"" xmlns:ns4=3D"http://aim.xyzcompany.com" =
xmlns:ns5=3D"http://beans.aim.xyzcompany.com">
<parameter qname=3D"ns4:insured" type=3D"ns5:Insured"/>
<fault =
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
qname=3D"ns4:fault" type=3D"ns6:AIMServiceFatalException" =
xmlns:ns6=3D"http://exceptions.aim.xyzcompany.com"/>
</operation>
<parameter name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/>
<parameter name=3D"typeMappingVersion" value=3D"1.2"/>
<parameter name=3D"wsdlPortType" value=3D"AIMWebServices2"/>
<parameter name=3D"className" =
value=3D"com.xyzcompany.aim.AIMWebServices2"/>
<parameter name=3D"wsdlServicePort" value=3D"AIMWebServices2"/>
<parameter name=3D"schemaQualified" =
value=3D" http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,h=
ttp://beans.aim.xyzcompany.com"/>
<parameter name=3D"wsdlTargetNamespace" =
value=3D"http://aim.xyzcompany.com"/>
<parameter name=3D"wsdlServiceElement" =
value=3D"AIMWebServices2Service"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns7:BaseBean" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.BaseBean" =
xmlns:ns7=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns8:Insured" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.Insured" =
xmlns:ns8=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns9:InsuredPK" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.beans.InsuredPK" =
xmlns:ns9=3D"http://beans.aim.xyzcompany.com"/>
<typeMapping =
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory " =
encodingStyle=3D"" qname=3D"ns10:AIMServiceFatalException" =
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory " =
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException " =
xmlns:ns10=3D"http://exceptions.aim.xyzcompany.com"/>
</service>
<service name=3D"AdminService" provider=3D"java:MSG">
<parameter name=3D"allowedMethods" value=3D"AdminService"/>
<parameter name=3D"enableRemoteAdmin" value=3D"false"/>
<parameter name=3D"className" =
value=3D"org.apache.axis.utils.Admin"/>
<namespace>http://xml.apache.org/axis/wsdd/</namespace>
</service>
<service name=3D"Version" provider=3D"java:RPC">
<parameter name=3D"allowedMethods" value=3D"getVersion"/>
<parameter name=3D"className" value=3D"org.apache.axis.Version"/>
</service>
<transport name=3D"http">
<requestFlow>
<handler type=3D"URLMapper"/>
<handler =
type=3D"java:org.apache.axis.handlers.http.HTTPAuthHandler"/ >
</requestFlow>
<parameter name=3D"qs:list" =
value=3D"org.apache.axis.transport.http.QSListHandler"/>
<parameter name=3D"qs:wsdl" =
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/>
<parameter name=3D"qs.list" =
value=3D"org.apache.axis.transport.http.QSListHandler"/>
<parameter name=3D"qs.method" =
value=3D"org.apache.axis.transport.http.QSMethodHandler"/>
<parameter name=3D"qs:method" =
value=3D"org.apache.axis.transport.http.QSMethodHandler"/>
<parameter name=3D"qs.wsdl" =
value=3D"org.apache.axis.transport.http.QSWSDLHandler"/>
</transport>
<transport name=3D"local">
<responseFlow>
<handler type=3D"LocalResponder"/>
</responseFlow>
</transport>
</deployment>

"Seng Phung-Lu" <sengpl@ca.ibm.com> wrote in message =
news:fculg0$k0t$1@build.eclipse.org...
> Mark,
> is this severe failure reproducible given the steps you describe? I =

> have never experienced this from the WS wizards before, and I know =
that=20
> multiple methods are supported.
>=20
> If Eclipse or JVM crashed.. is there a java dump? Was your CPU max'd =
or=20
> HD swapping memory at the time?
>=20
> If the problem continues, please do open a bug report with the steps =
you=20
> performed, and any other useful observations.
>=20
> (https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi)
> The component to target would likely be "jst.ws".
>=20
> Thanks,
> Seng
>=20
>=20
>=20
> mark wrote:
>> Hello,
>>=20
>> I am running into an issue using the WS tooling found in the WTP of =
Eclipse=20
>> 3.3 Europa. I am using JDK 1.5.0_10, Tomcat 5.5 and have =
everything set up=20
>> to where I can successfully create a WS from a simple JavaBean impl =
class w/=20
>> a single method. I have a second JavaBean impl class w/ 4 methods =
that I=20
>> want to create another service from. I run through all the dialogs =
as=20
>> before (Bottom up web service creation), I get to the page w/ the =
Start=20
>> Server button. I click it, the Server starts OK and the Next and =
Finish=20
>> buttons are enabled. When I click either one of those buttons, the =
message=20
>> about "Deploying...." shows up at the bottom of the dialog....and =
then the=20
>> entire IDE locks up (Task Manager shows "Not Responding"), nothing =
is=20
>> written to the Eclipse Error log file and you have to "kill" the =
Eclipse=20
>> process to shut everything down...including the javaw.exe that is =
left by=20
>> the hard kill...since the Tomcat instance is running. Has anybody=20
>> experienced something like this. It appears that the deployment =
step where=20
>> the WS is deployed to Axis is dying.....yet it worked for the other =
WS which=20
>> did have only ONE method.
>>=20
>> Any ideas would be greatly appreciated. Thanks=20
>>=20
>>
------=_NextPart_000_000B_01C7FDDC.36F72EF0
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.6000.16525" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I have opened a bug on the Eclipse =
Bugzilla site -=20
bug # 204204 as I am getting no where with this issue.&nbsp; I have had =
it work=20
ok at first say w/ a WS containing a couple of methods.&nbsp; Then I =
start=20
adding methods or additional jars that may be in needed in WEB-INF/lib =
for the=20
project.&nbsp; Right-click on the java bean class and start the whole =
generation=20
seqeuence again...only to then have it lock up in the Axis deployment=20
phase.</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"mark" &lt;<A =
href=3D"mailto:mcs130@gmail.com">mcs130@gmail.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:fcus5q$vu5$1@build.eclipse.org">news:fcus5q$vu5$1@build.ecli=
pse.org</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Ok...here is what I have =
tried:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>And my machine was not locked up, =
only Eclipse=20
processes were locked up.&nbsp; Memory usage was not maxed out.&nbsp; =
CPU use=20
was about 25%.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Using the following:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Europa 3.3 JEE distro</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>JDK 1.5.0_10</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Tomcat 5.5.25</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<UL>
<LI><FONT face=3DArial size=3D2>Created a new Dynamic Web =
project</FONT>=20
<LI><FONT face=3DArial size=3D2>Called Source folder JavaSource =
instead of=20
src</FONT>=20
<LI><FONT face=3DArial size=3D2>Added a package to JavaSource</FONT> =

<LI><FONT face=3DArial size=3D2>Added a class to that package</FONT> =

<LI><FONT face=3DArial size=3D2>Added TWO&nbsp;methods one taking a=20
<EM>String</EM> as a parameter and the other taking a simple custom =
object=20
called <EM>Insured</EM></FONT>=20
<LI><FONT face=3DArial size=3D2>Right clicked on the class (java =
file), Web=20
Services -&gt; Create Web Service</FONT>=20
<LI><FONT face=3DArial size=3D2>Using Bottom up Java Bean Web =
Service</FONT>=20
<LI><FONT face=3DArial size=3D2>Only the "overwrite files w/o =
warning" check box=20
is checked</FONT>=20
<LI><FONT face=3DArial size=3D2>Slider is set to "Start =
Service"</FONT>=20
<LI><FONT face=3DArial size=3D2>Web Service Java Bean Identity opens =
with=20
methods shown checked, document/literal (wrapped) is the "Style and =
use"=20
radio button by default</FONT>=20
<LI><FONT face=3DArial size=3D2>Click Next and generation starts and =
stops on=20
the Start Server page</FONT>=20
<LI><FONT face=3DArial size=3D2>Click Start server page, Conole view =
shows=20
server started...</FONT>=20
<LI><FONT face=3DArial size=3D2>Now there is a Back, Next, Finish, =
and Cancel=20
button all enabled...I select Next or Finsih and...</FONT>=20
<LI><FONT face=3DArial size=3D2>everything locks up...the message at =
the bottom=20
of the dialog box says: Deploying Web service to Axis run-time=20
environment... </FONT>
<LI><FONT face=3DArial size=3D2>but now the Task Manager shows 2=20
identically-named&nbsp;Eclipse processes that are locked =
up:</FONT></LI></UL>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Java -=20
=
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd=20
- Eclipse Platform</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Java -=20
=
AIMWebServices2/WebContent/WEB-INF/AIMWebServices2Service/co m/xyzcompany/=
aim/deploy.wsdd=20
- Eclipse Platform</FONT></DIV></BLOCKQUOTE>
<UL dir=3Dltr>
<LI><FONT face=3DArial size=3D2>At this point, I can no longer get =
back into the=20
IDE of course...I have to do an End Process, which then brings both =
of them=20
down.&nbsp; The Tomcat process javaw.exe is of course still running, =
so I=20
have to go kill that manually too.</FONT></LI></UL>
<DIV><FONT face=3DArial size=3D2>MThis whole thing has me totally =
stumped.&nbsp; I=20
cannot get a stack trace or anything at this point.&nbsp; I am running =
on Win=20
XP Pro/SP2, 2GB RAM</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial color=3D#ff0000><EM><STRONG>some perhaps =
useful file=20
content:</STRONG></EM></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT=20
=
face=3DArial><STRONG>/WEB-INF/AIMWebServices2Service/com/xyzcompany/aim/d=
eploy.wsdd</STRONG></FONT></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;?xml =
version=3D"1.0"=20
encoding=3D"UTF-8"?&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!-- Use this file =
to deploy=20
some handlers/chains and services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!-- Two ways to do=20
=
this:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n b=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb s=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--&nbsp;&nbsp; =
java=20
org.apache.axis.client.AdminClient=20
deploy.wsdd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT=20
face=3D"Courier New"> &lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ; after the =
axis server=20
is=20
=
running&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&am p;nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &=
nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--=20
=
or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;!--&nbsp;&nbsp; =
java=20
org.apache.axis.utils.Admin client|server deploy.wsdd&nbsp;&nbsp;=20
--&gt;</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT=20
face=3D"Courier New"> &lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ; from the =
same=20
directory that the Axis engine=20
runs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp; =
--&gt;&lt;deployment=20
xmlns=3D"</FONT><A href=3D"http://xml.apache.org/axis/wsdd/"><FONT=20
face=3D"Courier New">http://xml.apache.org/axis/wsdd/</FONT></A><FONT=20
face=3D"Courier New">" xmlns:java=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/providers/java"><FONT=20
face=3D"Courier =
New">http://xml.apache.org/axis/wsdd/providers/java</FONT></A><FONT=20
face=3D"Courier New">"&gt;</FONT></FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT face=3D"Courier New" size=3D2>&nbsp; &lt;!-- Services from=20
AIMWebServices2Service WSDL service --&gt;</FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&nbsp; &lt;service=20
name=3D"AIMWebServices2" provider=3D"java:RPC" style=3D"wrapped"=20
use=3D"literal"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;parameter=20
name=3D"wsdlTargetNamespace" value=3D"</FONT><A=20
href=3D'http://aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"wsdlServiceElement"=20
=
value=3D"AIMWebServices2Service"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;parameter name=3D"schemaQualified" value=3D"</FONT><A=20
=
href=3D' http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,ht=
tp://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New"> http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,http:=
//beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"wsdlServicePort"=20
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"className"=20
=
value=3D"com.xyzcompany.aim.AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
&lt;parameter name=3D"wsdlPortType"=20
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;parameter=20
name=3D"typeMappingVersion" =
value=3D"1.2"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;operation xmlns:operNS=3D"</FONT><A =
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:retNS=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:rtns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"getInsuredByID" =
qname=3D"operNS:getInsuredByID"=20
returnQName=3D"retNS:getInsuredByIDReturn" returnType=3D"rtns:Insured" =

soapAction=3D""&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;parameter=20
xmlns:pns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://www.w3.org/2001/XMLSchema"><FONT=20
face=3D"Courier New">http://www.w3.org/2001/XMLSchema</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"pns:insuredId"=20
type=3D"tns:string"/&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;fault=20
xmlns:fns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"AIMServiceFatalException" =
qname=3D"fns:fault"=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
=
type=3D"tns:AIMServiceFatalException"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
&lt;/operation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;operation=20
xmlns:operNS=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:retNS=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:rtns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"createInsured" =
qname=3D"operNS:createInsured"=20
returnQName=3D"retNS:createInsuredReturn" =
returnType=3D"rtns:InsuredPK"=20
soapAction=3D""&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; =
&lt;parameter=20
xmlns:pns=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"pns:insured"=20
=
type=3D"tns:Insured"/&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;=20
&lt;fault xmlns:fns=3D"</FONT><A =
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:tns=3D"</FONT><A=20
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" name=3D"AIMServiceFatalException" =
qname=3D"fns:fault"=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
=
type=3D"tns:AIMServiceFatalException"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;=20
&lt;/operation&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;parameter=20
name=3D"allowedMethods" value=3D"createInsured=20
getInsuredByID"/&gt;</FONT></FONT></DIV>
<DIV><FONT face=3D"Courier New"></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier =
New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
&lt;typeMapping xmlns:ns=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:BaseBean"=20
type=3D"java:com.xyzcompany.aim.beans.BaseBean"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:Insured"=20
type=3D"java:com.xyzcompany.aim.beans.Insured"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:InsuredPK"=20
type=3D"java:com.xyzcompany.aim.beans.InsuredPK"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&lt;typeMapping=20
xmlns:ns=3D"</FONT><A =
href=3D"http://exceptions.aim.xyzcompany.com"><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" qname=3D"ns:AIMServiceFatalException"=20
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D""/&gt;<BR>&nbsp;=20
&lt;/service&gt;<BR>&lt;/deployment&gt;</FONT ></FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><EM><FONT face=3DArial size=3D2></FONT></EM>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>/WEB-INF/server-config.wsdd =
(generated by=20
Eclipse)</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3D"Courier New">&lt;?xml =
version=3D"1.0"=20
encoding=3D"UTF-8"?&gt;<BR>&lt;deployment xmlns=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/"><FONT=20
face=3D"Courier New">http://xml.apache.org/axis/wsdd/</FONT></A><FONT=20
face=3D"Courier New">" xmlns:java=3D"</FONT><A=20
href=3D"http://xml.apache.org/axis/wsdd/providers/java"><FONT=20
face=3D"Courier =
New">http://xml.apache.org/axis/wsdd/providers/java</FONT></A><FONT=20
face=3D"Courier =
New">"&gt;<BR>&nbsp;&lt;globalConfiguration&gt; <BR>&nbsp;=20
&lt;parameter name=3D"sendMultiRefs" value=3D"true"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"disablePrettyXML" value=3D"true"/&gt;<BR>&nbsp; &lt;parameter=20
name=3D"adminPassword" value=3D"admin"/&gt;<BR>&nbsp; &lt;parameter=20
name=3D"attachments.Directory"=20
=
value=3D" C:\3.3_Europa_JEE_EclipseWS\workspace\.metadata\.plugins\org .ecl=
ipse.wst.server.core\tmp1\wtpwebapps\AIMWebServices2\WEB-INF \attachments "=
/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"dotNetSoapEncFix" value=3D"true"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"enableNamespacePrefixOptimization"=20
value=3D"false"/&gt;<BR>&nbsp; &lt;parameter =
name=3D"sendXMLDeclaration"=20
value=3D"true"/&gt;<BR>&nbsp; &lt;parameter =
name=3D"attachments.implementation"=20
value=3D"org.apache.axis.attachments.AttachmentsImpl"/&gt; <BR>&nbsp;=20
&lt;parameter name=3D"sendXsiTypes" value=3D"true"/&gt;<BR>&nbsp;=20
&lt;requestFlow&gt;<BR>&nbsp;&nbsp; &lt;handler=20
=
type=3D"java:org.apache.axis.handlers.JWSHandler"&gt;<BR >&nbsp;&nbsp;&nbs=
p;=20
&lt;parameter name=3D"scope" value=3D"session"/&gt;<BR>&nbsp;&nbsp;=20
&lt;/handler&gt;<BR>&nbsp;&nbsp; &lt;handler=20
=
type=3D"java:org.apache.axis.handlers.JWSHandler"&gt;<BR >&nbsp;&nbsp;&nbs=
p;=20
&lt;parameter name=3D"scope" =
value=3D"request"/&gt;<BR>&nbsp;&nbsp;&nbsp;=20
&lt;parameter name=3D"extension" value=3D".jwr"/&gt;<BR>&nbsp;&nbsp;=20
&lt;/handler&gt;<BR>&nbsp;=20
=
&lt;/requestFlow&gt;<BR>&nbsp;&lt;/globalConfiguration&gt; <BR>&nbsp;&lt;h=
andler=20
name=3D"LocalResponder"=20
=
type=3D"java:org.apache.axis.transport.local.LocalResponder "/&gt;<BR>&nbs=
p;&lt;handler=20
name=3D"URLMapper"=20
=
type=3D"java:org.apache.axis.handlers.http.URLMapper"/&gt; <BR>&nbsp;&lt;h=
andler=20
name=3D"Authenticate"=20
=
type=3D"java:org.apache.axis.handlers.SimpleAuthenticationHandler "/&gt;<B=
R>&nbsp;&lt;service=20
name=3D"AIMWebServices2" provider=3D"java:RPC" style=3D"wrapped"=20
use=3D"literal"&gt;<BR>&nbsp; &lt;operation name=3D"getInsuredByID"=20
qname=3D"ns1:getInsuredByID" returnQName=3D"ns1:getInsuredByIDReturn"=20
returnType=3D"ns2:Insured" soapAction=3D"" xmlns:ns1=3D"</FONT><A=20
href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:ns2=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">"&gt;<BR>&nbsp;&nbsp; &lt;parameter =
qname=3D"ns1:insuredId"=20
type=3D"xsd:string" xmlns:xsd=3D"</FONT><A=20
href=3D'http://www.w3.org/2001/XMLSchema"/'><FONT=20
face=3D"Courier =
New">http://www.w3.org/2001/XMLSchema"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp;&nbsp; &lt;fault=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
qname=3D"ns1:fault" type=3D"ns3:AIMServiceFatalException" =
xmlns:ns3=3D"</FONT><A=20
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;/operation&gt;<BR>&nbsp; =
&lt;operation=20
name=3D"createInsured" qname=3D"ns4:createInsured"=20
returnQName=3D"ns4:createInsuredReturn" returnType=3D"ns5:InsuredPK" =
soapAction=3D""=20
xmlns:ns4=3D"</FONT><A href=3D"http://aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">" xmlns:ns5=3D"</FONT><A=20
href=3D"http://beans.aim.xyzcompany.com"><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com</FONT></A><FONT=20
face=3D"Courier New">"&gt;<BR>&nbsp;&nbsp; &lt;parameter =
qname=3D"ns4:insured"=20
type=3D"ns5:Insured"/&gt;<BR>&nbsp;&nbsp; &lt;fault=20
class=3D"com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
qname=3D"ns4:fault" type=3D"ns6:AIMServiceFatalException" =
xmlns:ns6=3D"</FONT><A=20
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;/operation&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"allowedMethods" value=3D"createInsured =
getInsuredByID"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"typeMappingVersion" value=3D"1.2"/&gt;<BR>&nbsp; =

&lt;parameter name=3D"wsdlPortType" =
value=3D"AIMWebServices2"/&gt;<BR>&nbsp;=20
&lt;parameter name=3D"className"=20
value=3D"com.xyzcompany.aim.AIMWebServices2"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"wsdlServicePort" value=3D"AIMWebServices2"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"schemaQualified" value=3D"</FONT><A=20
=
href=3D' http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,ht=
tp://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New"> http://aim.xyzcompany.com,http://exceptions.aim.xyzcompany.c om,http:=
//beans.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;parameter =
name=3D"wsdlTargetNamespace"=20
value=3D"</FONT><A href=3D'http://aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier New">&gt;<BR>&nbsp; &lt;parameter =
name=3D"wsdlServiceElement"=20
value=3D"AIMWebServices2Service"/&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns7:BaseBean"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.BaseBean" xmlns:ns7=3D"</FONT><A =

href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT =

face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns8:Insured"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.Insured" xmlns:ns8=3D"</FONT><A=20
href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT =

face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns9:InsuredPK"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.beans.InsuredPK" =
xmlns:ns9=3D"</FONT><A=20
href=3D'http://beans.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier New">http://beans.aim.xyzcompany.com"/</FONT></A><FONT =

face=3D"Courier New">&gt;<BR>&nbsp; &lt;typeMapping=20
deserializer=3D"org.apache.axis.encoding.ser.BeanDeserializerFactory "=20
encodingStyle=3D"" qname=3D"ns10:AIMServiceFatalException"=20
serializer=3D"org.apache.axis.encoding.ser.BeanSerializerFactory "=20
type=3D"java:com.xyzcompany.aim.exceptions.AIMServiceFatalException "=20
xmlns:ns10=3D"</FONT><A =
href=3D'http://exceptions.aim.xyzcompany.com"/'><FONT=20
face=3D"Courier =
New">http://exceptions.aim.xyzcompany.com"/</FONT></A><FONT=20
face=3D"Courier =
New">&gt;<BR>&nbsp;&lt;/service&gt;<BR>&nbsp;&lt;service=20
name=3D"AdminService" provider=3D"java:MSG"&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"allowedMethods" value=3D"AdminService"/&gt;<BR>&nbsp; =
&lt;parameter=20
name=3D"enableRemoteAdmin"
Previous Topic:Eclipse Performance
Next Topic:Difference in these projects
Goto Forum:
  


Current Time: Tue Mar 19 03:34:23 GMT 2024

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

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

Back to the top