After creating the dynamic web project, click the "Modify" button in the Configuration section. This will open the Project Facets window and allow you to select/deselect each project facet.
Regards, T --- On Mon, 1/26/09, Michael <[email protected]> wrote: From: Michael <[email protected]> Subject: Re: Problems With Axis2 To: [email protected] Date: Monday, January 26, 2009, 6:06 PM #yiv521457004 .hmmessage P { PADDING-RIGHT:0px;PADDING-LEFT:0px;PADDING-BOTTOM:0px;MARGIN:0px;PADDING-TOP:0px;} #yiv521457004 { FONT-SIZE:10pt;FONT-FAMILY:Verdana;} The link I was given by Tori mentions nothing about configuring a facet extension point!!!! Is it always like this trying to get these three open source children (Eclipse, Tomcat and Axis2) to play nice in the sandbox? Does anyone else think, like me, that we should be spending time writing software and getting it work, not trying to get our tools to work? ----- Original Message ----- From: Martin Gainty To: [email protected] Sent: Monday, January 26, 2009 7:53 PM Subject: RE: Problems With Axis2 from what I read you have to configure a facet extension point as in <extension point="org.eclipse.wst.common.project.facet.core.facets"> <project-facet id="formgen.core"> <label>FormGen Core</label> <description> Enables generation of HTML forms based on XML definition files. </description> </project-facet> <project-facet-version facet="formgen.core" version="1.0"/> <project-facet id="formgen.ext"> <label>FormGen Extensions</label> <description> Enables additional FormGen widgets. </description> </project-facet> <project-facet-version facet="formgen.ext" version="1.0"/> </extension>http://www.eclipse.org/articles/Article-BuildingProjectFacets/tutorial.html#creating.basic.facets Martin Gainty ______________________________________________ > Date: Mon, 26 Jan 2009 19:25:24 -0500 > From: [email protected] > Subject: Re: Problems With Axis2 > To: [email protected] > > Tori, > > I have been following the instructions given in the like you supplied below. > These are some of the problems that I am encountering: > > 1) When taking inventory of the WTP pieces I have installed I do not find > 'the non-SDK package of the Web Tools Platform refered to a "Web App > Developers"' > > 2) I continued on and my configuration matches the configuration in the link > except I am using Tomcat v5.5 > > 3) When I create a new "Dynamic Web Project" I do not get "Project Facets" > and therefore no "Axis2 Web Services" checkbox. > > Did you encounter any of these problems? If so how did you fix them? > > Thanks, > Mike > > ----- Original Message ----- > From: "Toriacht" <[email protected]> > To: <[email protected]> > Sent: Sunday, January 25, 2009 6:22 PM > Subject: Re: Problems With Axis2 > > > > > > Hi Mike, > > > > I'm afraid I'm a novice but the following tutorial is a simple guide to > > setting up/using AXIS2 with eclipse, it worked for me... > > > > http://www.builderau.com.au/program/java/soa/Setting-up-a-simple-Web-service-using-Java/0,339024620,339284524,00.htm > > > > Best Regards, > > Tori > > --
