Questions tagged [eclipse-wtp]

Use this tag if you have a specific question about Eclipse Web Tools Platform (WTP) features and functionality. Do not use this tag on questions just because code was written or designed with Eclipse Web Tools.

The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps.

406 questions
0
votes
1 answer

XML Schema for exclusive or case?

Either of the first two cases are permissible, but the latter case is not. Is it possible to create a xsd for this xml, or is it invalid? something <
Jefftopia
  • 2,105
  • 1
  • 26
  • 45
0
votes
2 answers

WizardDialog.open() throw NullPointerException

I am trying to add NewCSSWizard on the toolbar. For this I used Platform Command Framework, add command and handler extension points. extends WizardHandler but it doesn't work and throws NPE. If in method executeHandler(ExecutionEvent) I create own…
yu.pitomets
  • 1,660
  • 2
  • 17
  • 44
0
votes
3 answers

what's wrong with my @PersistenceContext?

I'm using Eclipse Juno, Glassfish 3.1.2, and MySQL 5.1. I'm building a simple EJB & JSF application. I created the following eclipse projects: appEAR <-- the EAR file appEJB <-- contains UserService.java EJB appJPA <-- contains UserDAO.java EJB,…
user550738
0
votes
1 answer

Eclipse fails to create Web Service client using AXIS2 and CXF

After a few days trying to develop a WS client from a provided WSDL, I discover I was all this time using axis, and not axis2... Well, what I'm doing is right clicking the wsdl > New > Other > Web Service Client. In the wizard window, 'Web service…
Hikari
  • 3,797
  • 12
  • 47
  • 77
0
votes
2 answers

Where to set username and password in a Web Service client?

I was provided this WSDL, and I have to develop a client for it (I've been making questions here about it lol).
Hikari
  • 3,797
  • 12
  • 47
  • 77
0
votes
1 answer

Using Eclipse's Web Services Explorer to test web services, from inside Eclipse

I have Eclipse with WTP (http://www.eclipse.org/webtools/ws/), Tomcat and Axis2 installed. I'm learning webservices. I have a simple Hello class that I use to create both WS server and client. In Eclipse, I right click Hello.java then go New > Other…
Hikari
  • 3,797
  • 12
  • 47
  • 77
0
votes
2 answers

Eclipse Maven WTP plugin not refreshing resources when switching profile

I'm developing a web application using Eclipse Juno and Maven-WTP plugin. This application has a header image and I also have two Maven profiles. Those profiles permit changing the header image, because they point to a different directory, where the…
Aritz
  • 30,971
  • 16
  • 136
  • 217
0
votes
0 answers

WTP - Overlay is not copied when the overlaid project is open

I have the following scenario: I have a WEB App - lets call it MyWebApp It is based on some overlay which is not owned by me - lets call it template I wanted to create a wrapping of this overlay in my own code-tree - lets call it my-template When…
RonK
  • 9,472
  • 8
  • 51
  • 87
0
votes
2 answers

ClassNotFoundException when deploying multi-module POM project (EAR) to WTP

Eclipse version: Indigo Target Application server: Weblogic 10.3.5 (11gR1) I am having trouble building and deploying a multi-module POM project (packaged as an EAR) to my WebLogic server, within Eclipse. Despite the parent POM building an EAR file…
8bitjunkie
  • 12,793
  • 9
  • 57
  • 70
0
votes
1 answer

How to configure Eclipse WTP deployment?

When I click 'run' on the server in my WTP Dynamic web project, there seems to be a default configuration regarding what my WebApp-root is, where java files are put, etc. How can I customize that?
Gerrit
  • 2,515
  • 5
  • 38
  • 63
0
votes
1 answer

How to make use of existing JSP template provided by eclipse in my own wizard to generate JSP file?

I have my own file creation wizard, where in I accept file name from user. on Finish of wizard I want to generate a JSP using templates provided by eclipse or those which are set from preferences. How can i achieve this ? plz help. Thanks, Rahul
roul ze
  • 133
  • 1
  • 9
0
votes
1 answer

Where to find "dynamic web project" version of Eclipse?

I usually install the Java EE version of eclipse, but this has a lot of confusing stuff we don't need, and is missing key elements like git we do need. There used to be a version of eclipse called WTP or WPT or similar for web site development using…
wingnut
  • 1,193
  • 2
  • 16
  • 25
0
votes
1 answer

Eclipse does not support web projects or web file types after installing WTP. Am I installing it incorrectly?

I currently have the latest version of Eclipse (Juno) and I have installed ADT with no problem. I have moved on to a web based project and I require support for JavaScript and HTML etc. I installed WTP through the update manager and you can see that…
Jonathan
  • 1,256
  • 4
  • 12
  • 18
0
votes
2 answers

Issue with running Tomcat from Eclipse/STS

I am having trouble getting Tomcat-7.0.29 to work with Eclipse/sts. My war deploys fine when I drop it into the deploy directory of Tomcat directly but when I deploy it using Eclipse/STS, I get a ClassNotFoundException whereas I know for certain…
0
votes
1 answer

Is WTP plugin needed for consuming web services in Android?

I am trying to consume a web service in my project but it does not return any data. I searched about that on internet, and I got that WTP plugin is needed. I'm using Eclipse Juno and I tried to install plugin for Eclipse but it gave me an…
user1541029