I was able to use Shale with Weblogic 8.1 which is certified on J2EE
1.3. (Servlet 2.3/JSP 1.2) 

I think relying on Java 1.4 is fine because all the major vendors
support it in their current versions but BEA still hasn't released a
J2EE 1.4 compliant server so it would be nice if Shale could avoid any
J2EE 1.4 dependencies if possible, at least until upgrading to Weblogic
9 is an option. 

Normally I have little sympathy for people not being able to use the
latest and greatest frameworks if they haven't kept their servers up to
date but in this case shale should attempt to target the same specs that
JSF targets and for now that is Servlet 2.3. 


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 07, 2005 1:57 PM
> To: Struts Developers List
> Subject: Re: [shale] Rolodex example
> 
> > From: <[EMAIL PROTECTED]>
> > >
> > > I created a bugzilla ticket yesterday with this patch included:
> > > http://issues.apache.org/bugzilla/show_bug.cgi?id=35639
> > >
> >
> > Sorry!  I got as far as making sure the issue was still present in
the
> > source code, but didn't check Bugzilla.  [The 'Known Issues' link on
the
> > Struts home page still points at Jakarta's bug page, and I went off
> looking
> > for that, then decided it was much too late and gave up for the
night.]
> >
> 
> It was probably not there.  It might have been early this morning...
> 
> 
> > Can someone comment on minimum requirements for Shale?  I thought
JSF
> was
> > minimum Servlet 2.3/JSP 1.2, but I didn't have any luck with the
> > struts-shale-usecases.war on Tomcat 4.1.31 last night.  So maybe
not.
> > Digester complains (among other things) that 'Document Invalid: no
> grammar
> > found'.
> >
> 
> I was able to get the usecase example to run under Tomcat  4.1 but I
had
> to swap out the stardard.jar with the JSTL 1.0 version.  I also had to
> change the start of the web deployment descriptor and reorder the env-
> entry.
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> 
> <!DOCTYPE web-app
>     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
>     "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> <web-app>
> ...
>   <env-entry>
>     <env-entry-name>env/String</env-entry-name>
>     <env-entry-value>String Value</env-entry-value>
>     <env-entry-type>java.lang.String</env-entry-type>
>   </env-entry>
>   <env-entry>
>     <env-entry-name>env/Integer</env-entry-name>
>     <env-entry-value>10</env-entry-value>
>     <env-entry-type>java.lang.Integer</env-entry-type>
>   </env-entry>
> 
> 
> I only hit a couple pages so all the features might not be supported.
> 
> Gary
> 
> 
> > Thanks,
> > --
> > Wendy Smoak
> >
> >
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to