You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Shapira, Yoav" <Yo...@mpi.com> on 2004/10/06 15:28:57 UTC

TCKs for 5.5.3 and 5.0.29

Hi,
Sun folks, or anyone with access to the Servlet and JSP TCKs: can you
please run them against the 5.5.3 and 5.0.29 releases when you get a
chance, and post your results here?  Thanks in advance ;)

Both 5.0.29 and 5.5.3 pass all our internal tests without exception.

Yoav Shapira
Millennium Research Informatics





This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 5.5.3 and 5.0.29

Posted by Amy Roh <am...@apache.org>.
I'm on it.  Will let you know in a bit.

Amy

----- Original Message ----- 
From: "Shapira, Yoav" <Yo...@mpi.com>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Wednesday, October 06, 2004 6:28 AM
Subject: TCKs for 5.5.3 and 5.0.29



Hi,
Sun folks, or anyone with access to the Servlet and JSP TCKs: can you
please run them against the 5.5.3 and 5.0.29 releases when you get a
chance, and post your results here?  Thanks in advance ;)

Both 5.0.29 and 5.5.3 pass all our internal tests without exception.

Yoav Shapira
Millennium Research Informatics





This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to 
whom it is addressed, and may not be saved, copied, printed, disclosed or 
used by anyone else.  If you are not the(an) intended recipient, please 
immediately delete this e-mail from your computer system and notify the 
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


5.0.29 JSP compilation fails when using JDK 1.5.0

Posted by Jess Holle <je...@ptc.com>.
Tomcat 5.0.28 compiled JSP pages when run using JDK 1.5.0 just fine 
(out-of-the-box). Also, 5.0.28 seems to work fine under JDK 1.5.0 in 
general.

Tomcat 5.0.29 can no longer compile JSP pages when running under JDK 
1.5.0! Given that 1.5.0 has been released and 5.0.28 works fine, I 
believe this is a serious regression in 5.0.29 that should by itself 
prevent it from getting a "stable" rating -- though I'd love to quickly 
see a 5.0.30 including a fix for this :-)  [Tomcat 5.0.29 does seem to 
work alright under 1.5.0 if you pre-compile all JSP pages via an Ant 
project...]

Note that the startup environment, JSP pages, etc, are identical in both 
cases.  In both cases I use "catalina.50.bat start".  Also note that the 
JSP pages use no 1.5 features whatsoever -- I'm just trying to run with 
JDK 1.5.0.  Also, both results hold both for "development" Jasper 
settings (fork=false, development=true, reloading=true) and "production 
Jasper settings (fork=true, development=false, reloading=false).

The symptom when this fails is the following console message:

    javac: target release 1.3 conflicts with default source release 1.5

I am *guessing* this may have something to do with the following change 
log entry:

    30984 <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30984>:
    Added compilerTargetVM option to Jasper. (yoavs)

--
Jess Holle


Re: TCKs for 4.1.31

Posted by Remy Maucherat <re...@apache.org>.
Amy Roh wrote:

> Hey Keith,
>
>
>> Hey Amy, would you mind running the TCKs against the 4.1.31 rc?
>> http://apache.org/~keith/rc2/
>>
>> How does one go about obtaining these tests?
>
>
> I only have the TCKs for the latest specs Servlet 2.4/JSP2.0 so it 
> won't be compatible with Tomcat 4.1.
>
> I believe Apache has contacts that have access to the TCKs.  I'll see 
> if I can get the previous TCks and Apache contacts' names. 

I think we were using Watchdog for testing older Tomcat releases. The 
TCK was then run separately, but I don't think it was that different 
from Watchdog, so I never saw any results of that being posted.

I don't really remember ...

Rémy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 4.1.31

Posted by Amy Roh <am...@apache.org>.
Hey Keith,


> Hey Amy, would you mind running the TCKs against the 4.1.31 rc?
> http://apache.org/~keith/rc2/
>
> How does one go about obtaining these tests?

I only have the TCKs for the latest specs Servlet 2.4/JSP2.0 so it won't be 
compatible with Tomcat 4.1.

I believe Apache has contacts that have access to the TCKs.  I'll see if I 
can get the previous TCks and Apache contacts' names.

Thanks,
Amy

>
> Thanks,
> Keith
>
> Amy Roh wrote:
>
>> Thanks Jan for the update.
>>
>> I have confirmed that all JSP TCK tests pass with the latest 
>> StandardWrapper.java.  I have retagged the file so the 5.5.3 release has 
>> the fix.
>>
>> Thanks,
>> Amy 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


TCKs for 4.1.31

Posted by Keith Wannamaker <Ke...@Apache.org>.
Hey Amy, would you mind running the TCKs against the 4.1.31 rc?
http://apache.org/~keith/rc2/

How does one go about obtaining these tests?

Thanks,
Keith

Amy Roh wrote:

> Thanks Jan for the update.
> 
> I have confirmed that all JSP TCK tests pass with the latest 
> StandardWrapper.java.  I have retagged the file so the 5.5.3 release has 
> the fix.
> 
> Thanks,
> Amy
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 5.5.3 and 5.0.29

Posted by Amy Roh <am...@apache.org>.
Thanks Jan for the update.

I have confirmed that all JSP TCK tests pass with the latest 
StandardWrapper.java.  I have retagged the file so the 5.5.3 release has the 
fix.

Thanks,
Amy


> Hi Amy,
>
> Amy Roh wrote:
>> I ran the Servlet/JSP TCKs.  They both passed on the 5.0.29 release.
>>
>> The Servlet TCK passed on the 5.5.3 release but the following 2 JSP TCK 
>> tests failed out of 615 tests.
>> Test case throws exception: [BaseUrlClient] null failed! Check output for 
>> cause of failure.
>>  a.. 
>> com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java#checkConfigTest 
>> : URLClient_checkConfigTest
>>  b.. 
>> com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java#checkConfigTest 
>> : URLClient_checkConfigTest
>
> I committed a fix for these 2 failures yesterday (in
> StandardWrapper.java):
>
>   revision 1.49
>   date: 2004/10/06 00:54:46;  author: luehe;  state: Exp;  lines: +1 -1
>   Undid previous change, as in the case where a servlet has a jsp-file
>   and also declares some init params, as in:
>
>     <servlet>
>       <servlet-name>xxx</servlet-name>
>       <jsp-file>/xxx.jsp</jsp-file>
>       <init-param>
>         <param-name>name1</param-name>
>         <param-value>value1</param-value>
>       </init-param>
>     </servlet>
>
>   it needs its *own* JspServlet instance that it can initialize with its
>   own params. Sharing of JspServlet instance is not possible in this
>   case.
>
>   Will have to come up with a better solution against loss of monitoring
>   info (the JspServlet that handles the above jsp-file currently is not
>   registered with JMX).
>
> I think we need to retag this file with 5.5.3.
>
>
> Jan
>
>
>> Thanks,
>> Amy
>>
>> ----- Original Message ----- From: "Shapira, Yoav" <Yo...@mpi.com>
>> To: "Tomcat Developers List" <to...@jakarta.apache.org>
>> Sent: Wednesday, October 06, 2004 6:28 AM
>> Subject: TCKs for 5.5.3 and 5.0.29
>>
>>
>>
>> Hi,
>> Sun folks, or anyone with access to the Servlet and JSP TCKs: can you
>> please run them against the 5.5.3 and 5.0.29 releases when you get a
>> chance, and post your results here?  Thanks in advance ;)
>>
>> Both 5.0.29 and 5.5.3 pass all our internal tests without exception.
>>
>> Yoav Shapira
>> Millennium Research Informatics
>>
>>
>>
>>
>>
>> This e-mail, including any attachments, is a confidential business 
>> communication, and may contain information that is confidential, 
>> proprietary and/or privileged.  This e-mail is intended only for the 
>> individual(s) to whom it is addressed, and may not be saved, copied, 
>> printed, disclosed or used by anyone else.  If you are not the(an) 
>> intended recipient, please immediately delete this e-mail from your 
>> computer system and notify the sender.  Thank you.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 5.5.3 and 5.0.29

Posted by Jan Luehe <Ja...@Sun.COM>.
Hi Amy,

Amy Roh wrote:
> I ran the Servlet/JSP TCKs.  They both passed on the 5.0.29 release.
> 
> The Servlet TCK passed on the 5.5.3 release but the following 2 JSP TCK 
> tests failed out of 615 tests.
> Test case throws exception: [BaseUrlClient] null failed! Check output 
> for cause of failure.
>  a.. 
> com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java#checkConfigTest 
> : URLClient_checkConfigTest
>  b.. 
> com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java#checkConfigTest 
> : URLClient_checkConfigTest

I committed a fix for these 2 failures yesterday (in
StandardWrapper.java):

   revision 1.49
   date: 2004/10/06 00:54:46;  author: luehe;  state: Exp;  lines: +1 -1
   Undid previous change, as in the case where a servlet has a jsp-file
   and also declares some init params, as in:

     <servlet>
       <servlet-name>xxx</servlet-name>
       <jsp-file>/xxx.jsp</jsp-file>
       <init-param>
         <param-name>name1</param-name>
         <param-value>value1</param-value>
       </init-param>
     </servlet>

   it needs its *own* JspServlet instance that it can initialize with its
   own params. Sharing of JspServlet instance is not possible in this
   case.

   Will have to come up with a better solution against loss of monitoring
   info (the JspServlet that handles the above jsp-file currently is not
   registered with JMX).

I think we need to retag this file with 5.5.3.


Jan


> Thanks,
> Amy
> 
> ----- Original Message ----- From: "Shapira, Yoav" <Yo...@mpi.com>
> To: "Tomcat Developers List" <to...@jakarta.apache.org>
> Sent: Wednesday, October 06, 2004 6:28 AM
> Subject: TCKs for 5.5.3 and 5.0.29
> 
> 
> 
> Hi,
> Sun folks, or anyone with access to the Servlet and JSP TCKs: can you
> please run them against the 5.5.3 and 5.0.29 releases when you get a
> chance, and post your results here?  Thanks in advance ;)
> 
> Both 5.0.29 and 5.5.3 pass all our internal tests without exception.
> 
> Yoav Shapira
> Millennium Research Informatics
> 
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential business 
> communication, and may contain information that is confidential, 
> proprietary and/or privileged.  This e-mail is intended only for the 
> individual(s) to whom it is addressed, and may not be saved, copied, 
> printed, disclosed or used by anyone else.  If you are not the(an) 
> intended recipient, please immediately delete this e-mail from your 
> computer system and notify the sender.  Thank you.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 5.5.3 and 5.0.29

Posted by Remy Maucherat <re...@apache.org>.
Amy Roh wrote:

> I ran the Servlet/JSP TCKs.  They both passed on the 5.0.29 release.
>
> The Servlet TCK passed on the 5.5.3 release but the following 2 JSP 
> TCK tests failed out of 615 tests.
> Test case throws exception: [BaseUrlClient] null failed! Check output 
> for cause of failure.
>  a.. 
> com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java#checkConfigTest 
> : URLClient_checkConfigTest
>  b.. 
> com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java#checkConfigTest 
> : URLClient_checkConfigTest

No huge problems then. If you enable Ant instead of JDT, does it work ?

Rémy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: TCKs for 5.5.3 and 5.0.29

Posted by Amy Roh <am...@apache.org>.
I ran the Servlet/JSP TCKs.  They both passed on the 5.0.29 release.

The Servlet TCK passed on the 5.5.3 release but the following 2 JSP TCK 
tests failed out of 615 tests.
Test case throws exception: [BaseUrlClient] null failed! Check output for 
cause of failure.
  a.. 
com/sun/ts/tests/jsp/spec/core_syntax/implicitobjects/URLClient.java#checkConfigTest 
: URLClient_checkConfigTest
  b.. 
com/sun/ts/tests/jsp/spec/tagfiles/implicitobjects/URLClient.java#checkConfigTest 
: URLClient_checkConfigTest

Thanks,
Amy

----- Original Message ----- 
From: "Shapira, Yoav" <Yo...@mpi.com>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Wednesday, October 06, 2004 6:28 AM
Subject: TCKs for 5.5.3 and 5.0.29



Hi,
Sun folks, or anyone with access to the Servlet and JSP TCKs: can you
please run them against the 5.5.3 and 5.0.29 releases when you get a
chance, and post your results here?  Thanks in advance ;)

Both 5.0.29 and 5.5.3 pass all our internal tests without exception.

Yoav Shapira
Millennium Research Informatics





This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to 
whom it is addressed, and may not be saved, copied, printed, disclosed or 
used by anyone else.  If you are not the(an) intended recipient, please 
immediately delete this e-mail from your computer system and notify the 
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org