Re: Lucene Taglib

2004-03-15 Thread Felipe Leme
Iskandar, Are you planning to add it to Jakarta Taglib Sandbox? If so, please take a look in the following document: http://jakarta.apache.org/taglibs/#GettingInvolved []s, Felipe On Sun, 2004-03-14 at 14:34, Iskandar Salim wrote: > I've created a taglib to do basic searching/indexing with L

RE: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-15 Thread Kris Schneider
Try adding -Dorg.apache.xml.dtm.DTMManager=org.apache.xml.dtm.ref.DTMManagerDefault to JAVA_OPTS. Quoting "Johnson, Chris" <[EMAIL PROTECTED]>: > Thanks, Kris. > > I did all that you suggested (setting the system properties and > installing new jars), and indeed tomcat doesn't seem to be searchi

RE: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-15 Thread Johnson, Chris
Thanks, Kris. I did all that you suggested (setting the system properties and installing new jars), and indeed tomcat doesn't seem to be searching for the jaxp.properties file any longer. But, the performance is still just about as bad as before. So, I did truss again and now tomcat is looking f

Re: JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-15 Thread Kris Schneider
Interesting. has been tagged as a performance problem before for JSTL 1.1, but without the accompanying truss info. The XPath engine for JSTL was changed from Jaxen/SAXPath in 1.0 to Xalan in 1.1. If you can replace with and an XSLT stylesheet, that seemed to help with the last performance issue

JSTL 1.1 jaxp problem (under tomcat 5.0.19/java 1.4.2_03)

2004-03-15 Thread Johnson, Chris
Hello, I'm new to the world of JSP/JSTL, but have managed to get some code running under tomcat 4.1.29 (bundled with jboss 3.2.3 - as I'm using JMS too)/JSTL 1.0. I'm using java 1.4.2_03. I'm using only the c and x libraries currently, but wanted to use the new EL functions of JSTL 1.1, so I ins

[ANN] New taglibs releases

2004-03-15 Thread Felipe Leme
The Jakarta Taglibs Team is proud to announce new releases for 2 of the project's taglibs: DBTags 1.0.0 Random 1.0.2 Note that this is probably the last DBTags release though, as it has been mostly replaced by JSTL's SQL taglib. Downloads: Binary: http://jakarta.apache.org/site/binindex.cgi Sou