Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » jboss-web.xml and Xdoclet
jboss-web.xml and Xdoclet [message #182719] Tue, 14 November 2006 16:20
Eclipse UserFriend
Originally posted by: jimbo09131969.yahoo.com

Hi,

I am using Eclipse 3.2.1 with WST 1.5.2.v200610070620-X3Tmm8_VLz2EcCH
(no sure if that garbled mess of characters means anything but I
included it anyways).

I created a web application project with annotations enabled and the
target server being JBoss 4.0. In addition, on the project properties I
checked the JBoss task under XDoclet->webdoclet.

I have the following annotations defined in one my of servlets:

/**
* Servlet implementation class for Servlet: MainPageServlet
*
* @web.servlet name="MainPageServlet" display-name="MainPageServlet"
*
* @web.servlet-mapping url-pattern="/mainpage"
*
* @web.resource-ref name="jdbc/timesheetDS" type="javax.sql.DataSource"
auth="Container"
*
* @jboss.resource-ref res-ref-name="jdbc/timesheetDS"
jndi-name="java:/timesheetDS"
*
*/

When I build the project, my web.xml is generated, but the jboss-web.xml
is not generated.

Is there a setting I missed somewhere?

Thanks in advance,

Chris.
Previous Topic:java.util.List not supported by the JAX-RPC specification
Next Topic:Issue Running web appl from Eclipse ( Apache)
Goto Forum:
  


Current Time: Thu Mar 28 09:45:31 GMT 2024

Powered by FUDForum. Page generated in 0.02729 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top