Sorry....RE: Struts installation notes - example's setLocale on JRun

2001-01-31 Thread Moore, Mark A

Sorry for the screwy mail before.  Here is what I sent.

My project got hold of JRun 3 SP2 yesterday and noticed that this is a Known
Issue (e.g. Unfixed Bug) in the service pack.  I don't have the bug number
handy.  There is no news on when an SP3 might be available.  I had
complained about this a few weeks ago in the JRun support forum, but there
was no response from any Allaire folks.  
 
Mark


-Original Message-
From: Carl Tallis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 9:06 AM
To: [EMAIL PROTECTED]
Subject: RE: Struts installation notes - example's setLocale on JRun


Still broken.  Despite the assurances of the JRun tech
(http://forums.allaire.com/jrunconf/Thread.cfm?&Thread_ID=214627&mc=2), the
demo still doesn't run under SP2 (Version 3.02.11140).  I get the same error
as before.

Carl Tallis
Director Of Products
SupplyLinks, Inc.
Tel: (703) 796-6010
Fax: (703) 796-6014
email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

> -Original Message-
> From: Erik G. Dybdahl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 1:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Struts installation notes - example's setLocale on JRun
>
>
>
> --- Peter Doyle <[EMAIL PROTECTED]> skrev: > Hi,
> >  I was writing up the Installation notes for the example and
> documentation
> > web applications for JRun when I came across the same problem.
> (I haven't
> > installed the example app since 0.5)
> >
> > allaire.jrun.scripting.DefaultCFE:
> > Errors reported by
> >
> compiler:D:/smartserver/peter/serving_eng/Struts-Example/WEB-INF/j
> sp/jrun__i
> > ndex2ejspa.java:44:1:44:27: Error: No match was found for method
> > "setLocale(java.lang.String)".
> >
> > The deployment is grand, its this setLocale method that stops
> the example.
> > I'll check out Allaire and the JRun postings for updates and include any
> > findings.
> >
> Appear it's been corrected in JRun 3.0 sp2.
> See
> http://forums.allaire.com/jrunconf/Index.cfm?CFID=184276&CFTOKEN=2
8308124&&Message_ID=649418
(I have not tried it, though)
erik

_
Do You Yahoo!?
Få din egen, gratis @yahoo.no-adresse på http://mail.yahoo.no

*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter.
*



RE: Struts installation notes - example's setLocale on JRun

2001-01-31 Thread Moore, Mark A

*
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. 

If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful. When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in
the governing KPMG client engagement letter. 
*



My project got hold of JRun 3 SP2 yesterday 
and noticed that this is a Known Issue (e.g. Unfixed Bug) in the service 
pack.  I don't have the bug number handy.  There is no news on when an 
SP3 might be available.  I had complained about this a few weeks ago in the 
JRun support forum, but there was no response from any Allaire folks.  

 
Mark

  -Original Message-From: Peter Doyle 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 30, 2001 11:35 
  AMTo: [EMAIL PROTECTED]Subject: Struts 
  installation notes - example's setLocale on JRun
  Hi,
   I was writing up the Installation 
  notes for the example and documentation web applications for JRun when I 
  came across the same problem. (I haven't installed the example app since 
  0.5)
   
  allaire.jrun.scripting.DefaultCFE: 
  Errors reported by 
  compiler:D:/smartserver/peter/serving_eng/Struts-Example/WEB-INF/jsp/jrun__index2ejspa.java:44:1:44:27: 
  Error: No match was found for method 
  "setLocale(java.lang.String)".
   
  The deployment is grand, its this 
  setLocale method that stops the example.
  I'll check out Allaire and the JRun 
  postings for updates and include any findings.
   
  I'm not on struts-dev so I will check 
  there for updates.
   
  Peter
   
  PS
  what's with this funny 
  background?
   
  
-Original Message-From: Craig R. McClanahan 
[mailto:[EMAIL PROTECTED]]Sent: 28 January 2001 
05:03To: [EMAIL PROTECTED]Subject: Re: 
Can't run nightly releasesCarl Tallis wrote: 

  
  Hi, all - I'm using JRun, and the 0.5 
  classes/tags work great, but I can't even get the later sample application 
  to run:/newstrutsdemo/: 
  javax.servlet.ServletException: Compilation error occured: 
  allaire.jrun.scripting.DefaultCFE: Errors reported by 
  compiler:C:/Program Files/Allaire/JRun/servers/default/New Struts 
  Demo/WEB-INF/jsp/jrun__index2ejspa.java:41:1:41:27: Error: No match was 
  found for method "setLocale(java.lang.String)". Pretty basic stuff.  However, looking at the 
  messages on this list, it's obvious that people *are* using the nightly 
  builds. Anyone ever seen this error? What execution environments are 
  people using who can run the later distributions (i.e. post 
  0.5)?Carl TallisDirector Of 
  ProductsSupplyLinks, Inc.Tel: (703) 796-6010Fax: 
  (703) 796-6014email: [EMAIL PROTECTED] Unfortunately, 
it appears that JRun has an implementation bug. 
The servlet container is supposed to do automatic type conversions when 
the data type of a custom tag property is something other than a 
String.  In this particular case, the "locale" property accepts a 
boolean value. 
The set of required conversions are in Table 2-4 on page 65 of the JSP 
1.1 specification.  Originally, it was not clear (in the spec) that 
these conversions applied to custom tag attributes, as well as 
, but this was cleared up in an errata to the spec 
that was published last April, at: 
    http://java.sun.com/products/jsp/errata_1_1_a_042800.html 

As a workaround on JRun, you can add a String setter for each non-String 
property, but this is not a good long term solution, because such a tag will 
not work on any other servlet engine (because the Java reflection code will 
see two setter methods, and therefore decide that neither of them is 
appropriate -- so the property will be considered read only). 
Craig McClanahan   


RE: Struts installation notes - example's setLocale on JRun

2001-01-31 Thread Carl Tallis

Still broken.  Despite the assurances of the JRun tech
(http://forums.allaire.com/jrunconf/Thread.cfm?&Thread_ID=214627&mc=2), the
demo still doesn't run under SP2 (Version 3.02.11140).  I get the same error
as before.

Carl Tallis
Director Of Products
SupplyLinks, Inc.
Tel: (703) 796-6010
Fax: (703) 796-6014
email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

> -Original Message-
> From: Erik G. Dybdahl [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 1:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Struts installation notes - example's setLocale on JRun
>
>
>
> --- Peter Doyle <[EMAIL PROTECTED]> skrev: > Hi,
> >  I was writing up the Installation notes for the example and
> documentation
> > web applications for JRun when I came across the same problem.
> (I haven't
> > installed the example app since 0.5)
> >
> > allaire.jrun.scripting.DefaultCFE:
> > Errors reported by
> >
> compiler:D:/smartserver/peter/serving_eng/Struts-Example/WEB-INF/j
> sp/jrun__i
> > ndex2ejspa.java:44:1:44:27: Error: No match was found for method
> > "setLocale(java.lang.String)".
> >
> > The deployment is grand, its this setLocale method that stops
> the example.
> > I'll check out Allaire and the JRun postings for updates and include any
> > findings.
> >
> Appear it's been corrected in JRun 3.0 sp2.
> See
> http://forums.allaire.com/jrunconf/Index.cfm?CFID=184276&CFTOKEN=2
8308124&&Message_ID=649418
(I have not tried it, though)
erik

_
Do You Yahoo!?
Få din egen, gratis @yahoo.no-adresse på http://mail.yahoo.no





Re: Struts installation notes - example's setLocale on JRun

2001-01-30 Thread Erik G. Dybdahl


--- Peter Doyle <[EMAIL PROTECTED]> skrev: > Hi,
>  I was writing up the Installation notes for the example and documentation
> web applications for JRun when I came across the same problem. (I haven't
> installed the example app since 0.5)
> 
> allaire.jrun.scripting.DefaultCFE:
> Errors reported by
> compiler:D:/smartserver/peter/serving_eng/Struts-Example/WEB-INF/jsp/jrun__i
> ndex2ejspa.java:44:1:44:27: Error: No match was found for method
> "setLocale(java.lang.String)".
> 
> The deployment is grand, its this setLocale method that stops the example.
> I'll check out Allaire and the JRun postings for updates and include any
> findings.
> 
Appear it's been corrected in JRun 3.0 sp2.
See
http://forums.allaire.com/jrunconf/Index.cfm?CFID=184276&CFTOKEN=28308124&&Message_ID=649418
(I have not tried it, though)
erik

_
Do You Yahoo!?
Få din egen, gratis @yahoo.no-adresse på http://mail.yahoo.no