Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-29 Thread Andreas Steffan
Remy Maucherat wrote: So, sorry, you get the "regular" answer now: please submit a ready to test set of WARs demonstrating the bad behavior. It took some time to get a blessed demo of problem. Nevertheless, here I am delivering it. The README coming with the demo does not state which version of to

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Andreas Steffan
Hallo Yoav, Shapira, Yoav wrote: Hi, You wouldn't need to submit a Vignette product or complex WAR to show this, if I understand their email correctly. Submit a zip file with two WARs, ie. two webapps / two contents, each one very small and basic. Each WAR should be mapped to a different path, hav

RE: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Shapira, Yoav
nette claim is bogus. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Andreas Steffan [mailto:[EMAIL PROTECTED] >Sent: Wednesday, November 17, 2004 5:16 AM >To: Tomcat Developers List >Subject: Re: Bug with contextInitialized using >otherServletConte

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Andreas Steffan
Hallo Remy, Remy Maucherat wrote: Andreas Steffan wrote: suggest you go back to the list (I am unable to comment in a public forum) and explain the issue correctly before claiming this. --- Does their product suck as much as their company policies ? ;) Sorry, can't comment on that one. ;) To be ho

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Remy Maucherat
Andreas Steffan wrote: suggest you go back to the list (I am unable to comment in a public forum) and explain the issue correctly before claiming this. --- Does their product suck as much as their company policies ? ;) To be honest, it does not change my positition that the portal relies on non spe

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Andreas Steffan
Hallo Remy, Remy Maucherat wrote: Andreas Steffan wrote: Hallo Remy, Remy Maucherat wrote: What do you think ? Your event is sent at the end of the initialization of a context. Your other context might not exist yet. This is not a bug. Even though one might interpret the spec a little diffrent

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-16 Thread Andreas Steffan
Remy Maucherat wrote: Your event is sent at the end of the initialization of a context. Your other context might not exist yet. This is not a bug. Even though one might interpret the spec a little diffrent here There's nothing to interpret here, as the specification cannot specify this. The onl

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-16 Thread Remy Maucherat
Andreas Steffan wrote: Hallo Remy, Remy Maucherat wrote: What do you think ? Your event is sent at the end of the initialization of a context. Your other context might not exist yet. This is not a bug. Even though one might interpret the spec a little diffrent here There's nothing to interpret h

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-16 Thread Andreas Steffan
Hallo Remy, Remy Maucherat wrote: What do you think ? Your event is sent at the end of the initialization of a context. Your other context might not exist yet. This is not a bug. Even though one might interpret the spec a little diffrent here, I think you raise a valid argument here and it is ind

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-15 Thread Remy Maucherat
Andreas Steffan wrote: However, first let's see if setting crossContext="true" brings the behavior you desire. I should have mentioned this in my first response. No problem, even though I mentioned it in my initial posting. ;) To be honest, my feeling is that Vignette might be correct here and t

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-15 Thread Andreas Steffan
Hallo Yoav, Shapira, Yoav wrote: Hi, The application (portlet-application) getting the contextInitialized() event is using another apps (the portals) ServletContext.getContext() to obtain a reference to the portlet-applications ServletContext and fails because of the null return value. Are both o

RE: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-15 Thread Shapira, Yoav
Hi, >The application (portlet-application) getting the contextInitialized() >event is using another apps (the portals) ServletContext.getContext() to >obtain a reference to the portlet-applications ServletContext and fails >because of the null return value. Are both of these contexts configured

Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-15 Thread Andreas Steffan
Hallo Yoav, Shapira, Yoav wrote: Hi, First, if you stick with 4.1, you might want to try 4.1.31 instead of 4.1.27 as it's the latest stable release. Meanwhile, I have checked tomcat 4.1.31 and 5.0.27. Same "problem" occurs with both of them. However, I don't think what you're reporting is a bug, an

RE: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-15 Thread Shapira, Yoav
Saturday, November 13, 2004 11:42 AM >To: [EMAIL PROTECTED] >Subject: Bug with contextInitialized using otherServletContext.getContext ? > >Hallo tomcat developers, > >we are using Vignette Application Portal v7.1 on tomcat 4.1.27, and we >are encountering a problem using a

Bug with contextInitialized using otherServletContext.getContext ?

2004-11-13 Thread Andreas Steffan
Hallo tomcat developers, we are using Vignette Application Portal v7.1 on tomcat 4.1.27, and we are encountering a problem using a ServletContext to obtain a reference to another one. The whole story goes as follows: The portal (which is a web-application) is configured in server.xml to make sure i