DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33307>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33307


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From [EMAIL PROTECTED]  2005-02-04 05:26 -------
I feel, we tried many combinations to see if it is a configurations issue, but 
of now use. It seems to be a bug in Tomcat & it is present in all the versions 
we tried out. We are declaring it as a bug, let us know if any one has any 
other suggestions/soln to try out.

Thanks in advance,
Yogi

-----Original Message-----
From: Yogi [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 03, 2005 7:47 PM
To: 'Tomcat Users List'
Subject: RE: jspInit() throwing NamingException when extracting a factory 
object from JNDI context

Appreciate if any one has some inputs....We couldn't decide whether it is a bug 
or usage issue,...

Details @ http://issues.apache.org/bugzilla/show_bug.cgi?id=33307

Problem:
-------- 
        jspInit() throwing NamingException when extracting a factory object
          from JNDI context.

Description: 
------------
         When the container has been configured to load the JSP page 
         during startup by including the Load-On-Startup tag in web.xml, the
         NamingException has been reported( can be viewed in the attachment).

The Tomcat Version which we are using is Tomcat 4.1.3.

How to Reproduce the problem:
-----------------------------
Step 1) create a directory under webapps (say test) and unzip the attached 
   jsppax.zip into the test dir under webapps.
Step 2) add the following lines to server.xml
   
   <Context path="/test" docBase="d:\jakarta-tomcat-4.1.30\webapps\test"
debug="0"/>
         <!-- DefaultContext -->
        <DefaultContext reloadable="true" crossContext="true" useNaming="true">
                <!-- bean/MyBeanFactory -->
                   <Resource name="bean/MyBeanFactory" auth="Container" 
type="com.mycompany.MyBean"/>
                   <ResourceParams name="bean/MyBeanFactory">
                        <parameter>
                                <name>factory</name>
 
<value>org.apache.naming.factory.BeanFactory</value>
                        </parameter>
                        <parameter>
                                <name>bar</name>
                                <value>23</value>
                        </parameter>
                   </ResourceParams>
           </DefaultContext>
        <!-- /DefaultContext -->  

Step 3) start the server 
During startup, the NamingException has been reported.

We tried with couple of other Tomcat versions aswell it is poping that 
NamingException with them also.

Please letus know if you had any issues while reproducing the above exception. 
You can refer to the bugid :33307 if you need more information. Please let us 
Know if it is a configuration issue or a bug in JSP-TomCat. Awaiting yor 
response..


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to