Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] WsDomStartupParticipant

Hi,

 

The “Loading Web Sevice DOM…” is a job which analyzes available faceted projects in the workspace and gathers information for web service they may contain. It should run pretty quick.

Is it possible that you provided the JVM thread dump when the load job takes so much time? It is very possible that another long running job took the workspace root lock thus making WS DOM load wait for a long time prior actually starting.

And as per Keith’s proposal, please open a bug on that.

 

Regards, Danail

 

From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx] On Behalf Of Keith Chong
Sent: Tuesday, November 23, 2010 9:20 PM
To: wtp-dev@xxxxxxxxxxx
Subject: Re: [wtp-dev] WsDomStartupParticipant

 


That class is in JAX-WS tools.   I don't see a related bug opened, so please open one against WTP Webservices jst.ws.jaxws.

Regards,
Keith Chong
WTP Web Services



From:

David M Williams <david_williams@xxxxxxxxxx>

To:

"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

Date:

11/23/2010 02:10 PM

Subject:

Re: [wtp-dev] WsDomStartupParticipant

Sent by:

wtp-dev-bounces@xxxxxxxxxxx

 





Is this the same as bug 168556? (Just curious ... your question would still be valid, and in need of an answer, either way ... but if same, perhaps could be discussed there ... or a new bug open, if a different startup participant.





From:        
Cameron Bateman <CAMERON.BATEMAN@xxxxxxxxxx>
To:        
wtp-dev <wtp-dev@xxxxxxxxxxx>
Date:        
11/23/2010 01:53 PM
Subject:        
[wtp-dev] WsDomStartupParticipant
Sent by:        
wtp-dev-bounces@xxxxxxxxxxx





I have recently noticed that on startup, a job called "Loading Web Service DOM.." runs for quite a while.  I think I've tracked this back to WsDomStartupParticipant, which is an IStartup that takes a workspace root lock and runs for quite a while regardless of whether I'm using any web services features or not.  Is there any intent to fix this prior to Indigo?


Thanks,


Cameron
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/wtp-dev
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top