Re: cvs commit: jakarta-struts/web/exercise-taglib/WEB-INF web.xml

2002-01-25 Thread Ted Husted
A couple of points before I move this to Scaffold ... Craig R. McClanahan wrote: Chaining is unlikely to be significantly more efficient than request dispatcher forwarding. Also, beyond that, I do have a couple of design/architecture concerns: Chaining is a misnomer. Here, we are actually

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
How can data-source properties be deprecated in 1.0? I didn't see any indication of that in either the examples or documentation or source code for that matter. I know these documentation is hard to maintain, so what do I do? Here's my guess: data-source set-property property=key

Tools for Building Web Services (fwd)

2002-01-25 Thread Craig R. McClanahan
If you are interested in developing Web Services, you will be interested in the Java Web Services Developer Pack (version 1.0ea1) that was just released by Sun: http://java.sun.com/webservices The Java WSDP includes early releases of base XML technology: JAXP 1.2 (with schema support),

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
Yes, I totally missed it. Anyway, changing over to the set-properties allows my ActionServlet to start again, but the data-sources still don't actually work the way they used to. It has something to do with the GenericDataSource finding the driver string null. My choices are to drop back to

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Craig R. McClanahan
On Fri, 25 Jan 2002, Anthony Martin wrote: Date: Fri, 25 Jan 2002 11:59:43 -0800 From: Anthony Martin [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: cvs commit:

Re: Patch for PropertyMessageResource

2002-01-25 Thread Slawek Zachcial
Hi, WinCVS (www.cvsgui.org) supports CVS trough a web-proxy. Regards, Slawek --- [EMAIL PROTECTED] wrote: PropertyMessageResource uses a HashMap as a Set. Instead, an actual Set should be used. As well, variables are declared of type HashMap rather than being Map and only instantiating

RE: Proposed solution for HTTP vs. HTTPS

2002-01-25 Thread Ditlinger, Steve
Common custom or not, I was deluged with messages from mail servers around the world that the attachment would be removed. So, we have now made the source code and sample app (sans the jsse jars) available at http://struts.ditlinger.com and

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Anthony Martin
My example shows a jdbc:odbc driver, but we use InterBase in development and production. I test as many drivers as I can set up. Maybe I should check out PostgreSQL. There is no stack trace because the problem I'm experiencing is that calling servlet.getServletContext().getAttribute(xxx)

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-01-25 Thread Ted Husted
Craig R. McClanahan wrote: Ted, we probably need to mention this in the HTML docs -- the info that is in the DTD file comments will answer tons of user questions, but I'd bet Will do. The resource page is also *way* over due. Have some time block out again this weekend. Had some technical