Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

WTP FAQ

Revision as of 08:39, 29 July 2013 by Thatnitind.gmail.com (Talk | contribs) (How do I install WTP?)

Contents

Eclipse Web Tools Frequent Asked Questions

Many of the FAQ's found on this page have been pulled from the WTP newsgroup. Thank you to everyone that took the time to answer these questions.

Looking for FAQ's related to the development of WTP? See the Committer FAQ.

If you have identified a FAQ that is not in this list, please add it to the list. You will need a bugzilla user id in order to edit the page.

General

How is the Eclipse Web Tools Platform licensed?

The Eclipse Web Tools Platform (WTP) consists of software produced by the Eclipse Project combined with third party software from other open source projects. The software produced by the Eclipse Project is made available under the Eclipse Public License. Third party components are made available under their own licenses. The detailed licensing information can be found in the Eclipse.org Software User Agreement (notice.html) file in the root directory of the SDK download. Licensing for third party components is described in about.html files in the respective subdirectories.

How can I tell what is new and noteworthy within an specific release?

All of the New and Noteworthy documents can be found on the main web site. A new set of documents is usually prepared for each Milestone and collected together for each Release.

How can I find a list of known problems with a release?

While there may be specific Release Notes added for the latest release, what is in Bugzilla is generally regarded as complete. Remember: unless a bug report is filed for a problem, no one will have a chance to fix it.

Why am I getting a java.lang.OutOfMemoryError: PermGen space?

The default maximum Permanent Generation space set by your JRE may be too small. This is unrelated to the maximum allowed Heap space. You can increase the maximum PermGen size by launching Eclipse with the VM argument: -XX:MaxPermSize=128m

Note that this issue only appears to happen using a Sun/Oracle Java Runtime. Others runtime environments do not seem to have this issue, or may themselves use different methods to control their maximum allowed PermGen size.

Who are the contributors to the Eclipse Web Tools Platform Project?

We have a whole page listing the hard working contributors to this project. See the Committer FAQ if you are a committer.

What version of Eclipse does WTP work with?

  • WTP 1.0.x runs on Eclipse 3.1.x.
  • WTP 1.5.x runs on Eclipse 3.2 (a.k.a. Callisto).
  • WTP 2.0.x runs on Eclipse 3.3 (a.k.a. Europa).
  • WTP 3.0.x runs on Eclipse 3.4 (a.k.a. Ganymede).
  • WTP 3.1 runs on Eclipse 3.5 (a.k.a. Galileo).
  • WTP 3.2 runs on Eclipse 3.6 (a.k.a. Helios).
  • WTP 3.3 runs on Eclipse 3.7 (a.k.a. Indigo)
  • WTP 3.4 runs on Eclipse 3.8/4.2 (a.k.a. Juno if it's 4.2).
  • WTP 3.5 runs on Eclipse 4.3 (a.k.a. Kepler). It is the only supported release.

How do I install WTP?

The simplest way is to download the latest Eclipse IDE for Java EE Developers from download.eclipse.org. If you already have a running copy of Eclipse, go to the Help menu, choose Install New Software, and while Working With All Available Sites, choose the features you want from the Web, XML, Java EE and OSGi Enterprise Development category. If unsure, pick both the Eclipse Java EE Developer Tools and JST Server Adapters Extensions and proceed, allowing it to select dependencies for you. For more complete steps, consult the Workbench User Guide Task:Updating and Installing Software.

The old WTP Update Site URL, http://download.eclipse.org/webtools/updates, should not be used. WTP releases have been incorporated into the simultaneous release sites listed below, with the corresponding version-specific WTP update sites used to provide Sources and WTP Adopter documentation, plus the occasional hotfix.

For reference:

WTP requires at least Java 6 to be run properly.


Manual installation (only recommended for adopters and WTP contributors):

  • The Web Tools Platform has several required projects that must all be installed for proper operation. Each WTP build is built and tested with specific versions of these prerequisites (see the Requirements and Handy Extras section on each specific build's download page) and it is recommended that only those versions be installed and active when used with a particular WTP build. The WTP download page for each build details the complete list of requirements and provides links to download the corresponding versions. Downloading and unpacking each should place its contents into a folder named eclipse.
    • Unpack the Eclipse SDK into a clean directory
    • Unpack the Graphical Editor Framework (GEF) into the same location
    • Unoack the Eclipse Modeling Framework (EMF) / XML Schema Infoset Model (XSD) into the same location
    • Unpack the Data Tools Platform (DTP) into the same location
    • Unpack EMF Transaction into the same location
    • Unpack EMF Validation into the same location
    • Unpack Graphiti into the same location
    • Unpack the Web Tools Platform build into the same location

WTP should now be installed. Launch Eclipse with the -clean option one time to ensure all plug-ins are detected properly and that P2 records a new configuration.

A screencast that includes setting up Xdoclet and a JBoss 3.x test server is also available.

Which zip file should I download?

The WTP SDK (wtp-sdk-*.zip) includes everything produced by the WTP project, including source and both user and programmer documentation. If you aren't sure which download you need, you should probably get the WTP-SDK.

The software development kit (SDK) downloads are for developers wishing to build solutions on top of the Web Tools Platform, while the non-SDK downloads are suitable for everyone else's use. The project also provides various other builds for easier use by other projects and adopters.

Are there any WTP tutorials available?

Yes! See the WTP Community Resources page.

How do I install WTP Source, after I've installed the Eclipse IDE for Java EE Developers?

For the Ganymede release, there are instructions provided at this Getting Source link. Check the Helios-specific repository for the sources in that version.

Data Tools

Where can I find the WTP Data Tools?

WTP adopted the Data Tools Platform project as of WTP 2.0.

Java EE

Where can I find the New J2EE Web Module wizard?

J2EE Web Module has been renamed Dynamic Web Project.

Does the WTP include a visual JSP editor?

Yes! Check the Open With... context menu on your web pages for the Web Page Editor.

How do I install XDoclet in WTP?

To install XDoclet:

  1. Download XDoclet from http://sourceforge.net/project/showfiles.php?group_id=31602.
  2. Unzip XDoclet to a directory on your machine such as C:\XDoclet
  3. Specify the directory in which XDoclet is located in Window->Preferences->J2EE Annotations->XDoclet.

What types of EJBs does WTP support?

WTP supports entity, session and messages driven beans. Support for the Java Persistence API (JPA) is available from the Eclipse Dali Project.

How do I include Java classpath entries in a Java EE project's published/exported module structure?

Publish/export support for classpath entries was introduced in WTP 2.0 and is explained in detail here: ClasspathEntriesPublishExportSupport. WTP 3.2 and newer make use of the project's Deployment Assembly properties page.

JSP

How do I use my tag libraries in the JSP editor? I don't see any place to set them up.

Place them in the WEB-INF/lib folder of your project (put tag files in WEB-INF/tags), or on the project's Java Build Path through the Deployment Assembly properties page, and refer to them as you would on an actual server. While the Java Build Path itself is enough for the editor, it is the Deployment Assembly properties page that determines what is usable when you Run on Server. Proper taglib directives should then enable custom tags within content assist, validation, and parsing (for custom tags with tagdependent body content), displayed documentation, and icons in the Outline view and content assist proposals.

Why isn't the JSP editor/validator finding my custom tag libraries?

If your project's Web Module facet version is set to 2.2 or lower, you will only be able to refer to libaries by their filename or mapped URIs in your web.xml file. For Dynamic Web Projects, the tag libraries must be either on the Java Build Path or under the WebContent folder(s). For projects lacking the Dynamic Web Module Facet where the the Module Core Nature has been configured, its information will be used. Otherwise, whichever parent folder of the JSP file that is also the parent of WEB-INF/ is treated as the root of the web application. In most situations, placing the tag lbirary's jar onto the Java Build Path is the easiest way to make it usable.

For "well known" tag libraries that may be incorporated within a server runtime and not otherwise found, the XML Catalog may also be used to register URIs for a specified TLD file on disk.

Where can I find out more about the Tomcat support in WTP?

For more information about the support for Tomcat 4.0 through Tomcat 7 in WTP, see this separate WTP_Tomcat_FAQ.

How do I debug JSPs with BEA WebLogic Server 8.x?

BEA WebLogic Server 8.x and earlier do not support JSR-45; WebLogic Server 9.x and later do support JSR-45 so you can debug JSP files with them using WTP (note: there are outstanding issues with JSP source lookup for the WLS Generic adapter in WTP 0.7 - see bug 104401).

How do I debug JSPs with Apache Tomcat 4.x?

Apache Tomcat 4.x and earlier do not support JSR-45; Tomcat 5.x and later do support JSR-45 so you can debug JSP files with them using WTP.

Server/Internet

Where are cached files located?

The cached files are located in WORKSPACE_DIR/.metadata/.plugins/org.eclipse.wst.internet.cache. The entries are all named with numbers but you can see the mappings in the cache.xml file located in the same directory.

Web

Why does the HTML editor show a validation error if I don't use closing </p> or </br> tags?

You're likely editing an XHTML file which requires that the file be well formed XML.

Does WTP's JavaScript editor report syntax errors?

Yes, the JavaScript Development Tools (JSDT) available in WTP 3.0 and newer provides a Validator. For projects that are not already JavaScript projects, use the project's Configure context menu to make it a JavaScript project. For JavaScript in web pages, you will need the Validation Builder installed on a project as well (check the project Properties dialog).

Web Services

Can the WSDL validator be extended to validate extension elements, for example partnerLinks and properties from the WS-BPEL specification?

Yes! The WSDL validator has extension points (which should all be considered internal, non-API at this point) which allow you to plug your own extension validator for a given namespace into the WSDL validator.

In this case, you can create a validator for the WS-BPEL namespace and plug-it into the WSDL validator. Your validator will get called any time an element from the WS-BPEL namespace is encountered.

The WSDL HTTP validator and SOAP validator both use this extension mechanism. To contribute your validator to the WSDL validator you need to specify an entry in your plugin manifest as follows: (I'm assuming http://schemas.xmlsoap.org/ws/2004/03/business-process/ is the BPEL namespace.)

<extension point="org.eclipse.wst.wsdl.validation.wsdl11validator">
    <wsdl11validator
            class="org.example.WSBPELValidator"
            namespace="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
            resourcebundle="wsbpelvalidator"/>
</extension>

Why does WTP produce errors for multiple import statements for the same namespace in WSDL 1.1?

The WSDL 1.1 schema restricts wsdl:import statements by specifying that they must contain unique namespaces. This means one import per namespace per WSDL document.

What are the list of known problems for Axis2 Web services in WTP 2.0?

Here are the list of major known bugs for Axis2 Web services in WTP 2.0:

  • 184301 - Ant task not supported for Axis2 Web service. The workaround is to use the Web services wizard instead.
  • 187840 - InvocationTargetException in Axis2 scenario. The workaround is to retry the scenario or to exit and re-enter the workbench.
  • 186429 - Validation of Axis2 JSP is slow. The workaround is to turn off JSP validation in the Preferences.
  • 192522 - FileNotFoundException copying to build/classes directory. The workaround is to set Java output directory to build/classes or apply the patch attached to the bug.
  • 194786 - Problem running Axis2 servlet on server with different servlet level. The workaround is to delete servletapi-2.3.jar from the WebContent/WEB-INF/lib directory and restart the WAR or EAR.
  • 192280 - RPC/encoded not supported in Axis2 client and skeleton scenario.
  • 193593 - Custom namespace to package mapping not working.
  • 193996 - Unable to select ports and services for client or skeleton.
  • 184627 - Error deleting Axis2 project. The workaround is to stop the server first and then remove the project from the server before deleting the project.

XML

How do I use my own filename extensions in the XML editor? It only works correctly if a file ends with .xml.

Note: this also applies to the JSP and HTML editors and others in WTP, plus PDT's PHP Editor

Earlier versions of Eclipse only allowed users to associated editors with custom file names using the File Associations preference page. Eclipse 3.1 and newer support a more flexible notion of Content Types that allows more than just editors to treat custom-named files as XML, for example. Instead of using the File Associations preference page, add the filename extension to the new Content Types preference page. Doing so "teaches" Eclipse about that filename extension so that features such as Validation and Task Tag detection also support those files correctly.

How do I programmatically add entries to the XML catalog?

The XML catalog extension point schema contains specific definitions of how to use the extension point. You can view the schema here.

For easier viewing, checkout the org.eclipse.wst.xml.core plugin from the repository and view this file with the Eclipse extension schema editor.

Why does the XML catalog preference dialog only show URI Key type entry when no file is selected?

As Public ID and System ID are only applicable to DTD entity resolution in order to see these options in addition to URI for the Key Type choice you must first select a DTD file.

When you select an XSD file you will see Namespace Name and Schema Location for the Key Type selection.

Back to the top