Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 79311 invoked from network); 22 Sep 2006 17:07:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 17:07:26 -0000 Received: (qmail 53068 invoked by uid 500); 22 Sep 2006 17:07:21 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 53010 invoked by uid 500); 22 Sep 2006 17:07:20 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 52985 invoked by uid 99); 22 Sep 2006 17:07:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 10:07:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:54783] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A5/C0-06791-44814154 for ; Fri, 22 Sep 2006 10:07:17 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 17834714219 for ; Fri, 22 Sep 2006 17:03:24 +0000 (GMT) Message-ID: <25662325.1158944604093.JavaMail.jira@brutus> Date: Fri, 22 Sep 2006 10:03:24 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1214) Context envContext = (Context)initContext.lookup("java:comp/env") throws NameNotFoundException In-Reply-To: <25838641.1158876022268.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-1214?page=all ] Davanum Srinivas updated AXIS2-1214: ------------------------------------ Priority: Blocker (was: Major) I am working on this. has to do with the TCCL changes. > Context envContext = (Context)initContext.lookup("java:comp/env") throws NameNotFoundException > ----------------------------------------------------------------------------------------------- > > Key: AXIS2-1214 > URL: http://issues.apache.org/jira/browse/AXIS2-1214 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: core > Affects Versions: 1.0 > Environment: axis2 nightly build from 31 August > tomcat 5.5.17 > Reporter: Johan Lundberg > Priority: Blocker > > I am using Axis2 nightly build from 31 August and cannot lookup the java:comp/env context from a created InitialContext created inside a class in the aar-file > When I do this: > Context initContext = new InitialContext(); > Context envContext = (Context)initContext.lookup("java:comp/env"); > I get a NameNotFoundException. > By the way, I am using the distributed axis2.war in tomcat 5.5.17 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org