[wtp-dev] how don't create a ear project when use the wtp web serivive wizard

2010-01-20 Thread grid qian
Hi all, I want to reuse the wtp web service framework. I found when I use the new web service wizard, I would get a ear project. I don't want the ear project, I only need a dynamic web project and deploy it into a server. Is the web service wizard customed for this purpose? just generate a dynami

Re: [wtp-dev] Re: How to add the rename action to the extensions tab of the property view of wsdl editor

2009-12-17 Thread grid qian
able from WTP here: > > http://wiki.eclipse.org/Table_of_WTP_IDs > > In your case your going to want to use the popup uri and you'll need to > identify what the particular id is. > > http://wiki.eclipse.org/index.php/Menu_Contributions#popup: > > Dave > > grid qian wrote: &

[wtp-dev] Re: How to add the rename action to the extensions tab of the property view of wsdl editor

2009-12-14 Thread grid qian
menulistener. But no any extension point can be used to contribute my own action to the popupmenu. I add a popupmenu action in my plugin, but can't be shown in the popupmenu of the treeviewer. I think it must be replace by the menulistener. Any ideas? Thanks a lot! 2009/12/7 grid qian > Hi al

[wtp-dev] How to add the rename action to the extensions tab of the property view of wsdl editor

2009-12-06 Thread grid qian
Hi all, I want to add the Refactor and Reference action to the extension element of wsdl element in the extension tab, Property view of the wsdl editor. How can I do? Thanks! Grid ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mail

Re: [wtp-dev] how to display a element from other spe in the wsdl editor

2009-11-18 Thread grid qian
ed in the patch. Feel free > to add comments in the bug about what WTP version you need this fixed in: > 3.2 or older? > > Regards, Valentin > > [image: Inactive hide details for grid qian ---11/18/2009 04:40:25 AM---And > I debug the validator for partnerlinktype, I found the val

Re: [wtp-dev] how to display a element from other spe in the wsdl editor

2009-11-18 Thread grid qian
And I debug the validator for partnerlinktype, I found the validate framework never call my validator. I do not know why. http://docs.oasis-open.org/wsbpel/2.0/plnktype";> Grid 2009/11/18 grid qian > Hi Valentin, > > At first, thank you for your help. &

Re: [wtp-dev] how to display a element from other spe in the wsdl editor

2009-11-17 Thread grid qian
t; org.eclipse.wst.wsdl.ui.internal.text.WSDLModelQueryExtension class. You > should be able to register one that filters out the definitions element when > the parent is a partner link element. > > > Regards, > Valentin Baciu > Rational XML Web Services Tools > > [imag

Re: [wtp-dev] how to get a wsdl document element in my action class that extends IObjectActionDelegate and is added to wsdl editor.

2009-11-17 Thread grid qian
1Description) wsdlEditor.getModel(); > Definition definition = (Definition) description.getTarget(); > Element element = definition.getElement(); > > > Regards, > Valentin Baciu > Rational XML Web Services Tools > > [image: Inactive hide details for grid qian ---11/13/2009 02:59:3

Re: [wtp-dev] how to display a element from other spe in the wsdl editor

2009-11-17 Thread grid qian
t; org.eclipse.wst.xml.core.catalogContributions. > > > > name="" > uri="" /> > > I believe I have answered the port type to partner link port type rename > refactoring question in this bug > https://bugs.eclipse.org/bugs/show_bug.cgi?id=202929

[wtp-dev] how to display a element from other spe in the wsdl editor

2009-11-13 Thread grid qian
Hi all, For now, I am working on extending the wsdl editor to support ws-bpel partnerlinktype. I add a action on a porttype to generate bpel partnerlinktype and give a label provider for the bpel partnerlinktype. But I only can get the generated partnerlinktype in the extensions tab of the propert

[wtp-dev] how to get a wsdl document element in my action class that extends IObjectActionDelegate and is added to wsdl editor.

2009-11-12 Thread grid qian
Hi all, I create a action that extend the IObjectActionDelegate to do something on a porttype. In the action, I need to get the wsdl document element. If the porttype is in the wsdl directly, it is ok. But if the porttype is from other wsdl file that is imported into this wsdl file, I do not know