Re: Implementation in 4.0.b1

2001-03-10 Thread Tim Tye
The EJB 2.0 Draft specification does specify via as the connection between different EJB containers. Also, all naming lookup does go through a JNDI interface usually starting at a local InitialContext. I can send you the section describing this in the EJB specification on Monday. - Origina

cvs commit: jakarta-tomcat/src/build/nightly README functions_build.sh nightly.sh run_watchdog.sh start_tomcat.sh stop_tomcat.sh weekly.sh

2001-03-10 Thread costin
costin 01/03/10 18:45:44 Modified:.build.xml src/build/nightly README functions_build.sh nightly.sh run_watchdog.sh start_tomcat.sh stop_tomcat.sh weekly.sh Log: Few more fixes on the build system. Revision

RE: where to plug-in startup/shutdown knowledge for internal tomcat components

2001-03-10 Thread Casey Lucas
Ok, I'm going crazy. I had everything setup like you recommended (at least I thought I did), but I'm still running into problems. scenarios: TagPoolManagerInterceptor is in package org.apache.tomcat.modules.tagpool TagPoolManager (Impl, etc) are in org.apache.jasper.runtime attempt 1: For ea

RE: Volunteer: Connectors?

2001-03-10 Thread Carlos Gaston Alvarez
Thank you Alex. Telephone is expensive. How can I download it? Gracias, Carlos Gaston Alvarez - Original Message - From: Alex Fernández <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 7:39 AM Subject: Re: Volunteer: Connectors? Hi Carlos! The full Tomcat 3.3

RE: Problem with JspWriterImpl

2001-03-10 Thread Carlos Gaston Alvarez
Well, if you changed the code and it works for you, it is fine. Now, the main diference is that "" hides the error while "null" does not. I mean "" is not equal to null. Also, printing "null" follows better the java philosophy. Remember to make the change each time you install a new version. But I

can't deploy taglibs to jakarta/tomcat ... NoSuchMethodError TagLibraryInfoImpl

2001-03-10 Thread Egger Lothar
hello everybody sorry i'm posting this to develop because i got no anwers in the user group. i can't deploy my jsp/taglibs to jakarta/tomcat, but it works fine in sun's forte ie2. all other things servlet/jsp or cocoon xml to wml works fine some general questions. can i use the taglib

cvs commit: jakarta-tomcat/src/admin/WEB-INF/scripts watchdog-servlet.xml

2001-03-10 Thread costin
costin 01/03/10 10:27:17 Modified:.build.xml src/admin/WEB-INF/scripts watchdog-servlet.xml Log: Ok, the ugly is in. Set "work.dir" to ".." if you want to use the previous layout ( with build in a separate dir and clean sources ) Also few changes

cvs commit: jakarta-tomcat/src/build/readme readme.common readme.container readme.shared

2001-03-10 Thread costin
costin 01/03/10 10:21:22 Added: src/build/manifests manifest manifest.facade22 manifest.startup manifest.stop-tomcat src/build/pkg pkginfo prototype tomcat.spec src/build/readme readme.common readme.container

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf ByteChunk.java

2001-03-10 Thread costin
costin 01/03/10 10:18:43 Modified:src/share/org/apache/tomcat/util/buf ByteChunk.java Log: First attempt to fix the UTF decoding bug. This doesn't change the behavior - what worked before should work the same ( i.e. bytes<0x80 ). For chars > 0x80 ( that didn't worked with

cvs commit: jakarta-tomcat/src/build/WEB-INF/src - New directory

2001-03-10 Thread costin
costin 01/03/10 10:04:01 jakarta-tomcat/src/build/WEB-INF/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/build/WEB-INF - New directory

2001-03-10 Thread costin
costin 01/03/10 10:03:57 jakarta-tomcat/src/build/WEB-INF - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/build/readme - New directory

2001-03-10 Thread costin
costin 01/03/10 10:03:30 jakarta-tomcat/src/build/readme - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/build/pkg - New directory

2001-03-10 Thread costin
costin 01/03/10 10:02:26 jakarta-tomcat/src/build/pkg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/build/manifests - New directory

2001-03-10 Thread costin
costin 01/03/10 10:01:06 jakarta-tomcat/src/build/manifests - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/build XMLDoclet.java ant.spec do-build-apache1.3 do-build-apache2.0 generateModules.xsl watchdog.spec

2001-03-10 Thread costin
costin 01/03/10 10:00:36 Removed: src/build XMLDoclet.java ant.spec do-build-apache1.3 do-build-apache2.0 generateModules.xsl watchdog.spec Log: Removing old files.

Re: 3.3 build

2001-03-10 Thread Mel Martinez
+0 Same sentiments as Nacho. I don't like it, but I can cave in to peer pressure with the best of 'em... :-) 'Course this means I'll have to change all my own damn customized scripts again... :-( Mel --- [EMAIL PROTECTED] wrote: > Hi, > > I'm doing some fixes in the nightly build, and I was

Re: Implementation in 4.0.b1

2001-03-10 Thread Aaron Mulder
I'm a little confused by all of the discussion around this. Acoording to the spec, the is supposed to have the name of an EJB deployed in the same application unit. In other words, no JNDI stuff, no factories, just a name. "MyBean", or whatever. If Tomcat wants you to put JNDI s

Re: [Bug 286] New - Tomcat mod_jk.so refuses to load with Apache 1.3.14 undefined symbol BugRat Report#532

2001-03-10 Thread kevin seguin
try: apxs -o mod_jk.so -DSOLARIS -lposix4 -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c [EMAIL PROTECTED] wrote: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=286 > > *** shadow/286 Fri Mar 9 21:21:33 2001 > --- shadow/286.tmp.13587Fri Mar 9 21:21

Re: Problem with JspWriterImpl

2001-03-10 Thread Mel Martinez
Hi Oren, --- "Oren Deri, Nice-Eye" <[EMAIL PROTECTED]> wrote: > > Hi, > > when printing in jsp some String that is null > (String str = null;) > the output html is the string "null". > Look at the code of JspWriterImpl.print(String s) > > public void print(String s) throws IOException { >