Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58520 invoked from network); 20 Aug 2009 05:08:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 05:08:26 -0000 Received: (qmail 33279 invoked by uid 500); 20 Aug 2009 05:08:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33078 invoked by uid 500); 20 Aug 2009 05:08:44 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 33070 invoked by uid 99); 20 Aug 2009 05:08:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 05:08:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 05:08:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEB29234C1E9 for ; Wed, 19 Aug 2009 22:08:14 -0700 (PDT) Message-ID: <1001700861.1250744894845.JavaMail.jira@brutus> Date: Wed, 19 Aug 2009 22:08:14 -0700 (PDT) From: "Delos Dai (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMODEVTOOLS-586) Index.jsp can not find servlet in the same project when use In-Reply-To: <2140450686.1250490734930.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745309#action_12745309 ] Delos Dai commented on GERONIMODEVTOOLS-586: -------------------------------------------- I have created an bug for WTP jsp editor. Refer to https://bugs.eclipse.org/bugs/show_bug.cgi?id=287128 Thanks! > Index.jsp can not find servlet in the same project when use > ---------------------------------------------------------------------------------------------------- > > Key: GERONIMODEVTOOLS-586 > URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-586 > Project: Geronimo-Devtools > Issue Type: Bug > Components: eclipse-plugin > Affects Versions: 2.2.0 > Environment: OS:xp sp3 > JDK:IBM jdk1.6 > Eclipse:3.5 > GEP:2.2 > Reporter: liangkun > Assignee: Tim McConnell > > According to doc2.2 Accessing EJB in Web applications ,when use eclipse 3.5 and GEP2.2 to create the index.jsp in a web application eclipse will report a error: > Multiple annotations found at this line: > - Fragment "/ConverterHandler" was not found at expected path /WebEJB/ > WebContent/ConverterHandler > - Fragment "/ConverterHandler" was not found at expected path /WebEJB/ > WebContent/ConverterHandler > Eclipse can not find the servlet in the same project. > Doc link:http://cwiki.apache.org/GMOxDOC22/accessing-ejb-in-web-applications.html#AccessingEJBinWebapplications-AddingcodetoWebProject -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.