Yaakov Chaikin | 1 Jan 2008 02:07
Picon

Process for contributing

Hi,

This might be or might not be off topic for this mailing list... Not sure.

I was wondering how the Tomcat development as well as other Apache
projects manage the fact that besides the approved committers, there
might be other people who would want to contribute. Is there some sort
of automated mechanism that is put in place where the code from a
person who is not one of the main committers submits his code and that
code gets either approved or not? What's the procedure for something
like that?

If there is an official Apache document about my question, please let
me know the URL.

Thanks,
Yaakov.
Yoav Shapira | 1 Jan 2008 02:10
Picon
Favicon
Gravatar

Re: Process for contributing

http://www.apache.org/dev/, especially the "How the ASF works" and
"Introduction for contributors" pieces.

In a nutshell:
1. Join this mailing list, post ideas / comments / whatever.
2. Put your contributions (code, docs, whatever) into Bugzilla at
issues.apache.org, and committers will get them into the codebase as
appropriate.
3. If/when the other committers think you've contributed a lot of good
stuff, you'll get voted a committer yourself.

That's it.  Many other open-source projects work this way.  This is
not new, nor unique to Tomcat.

Yoav

On Dec 31, 2007 8:07 PM, Yaakov Chaikin <yaakov.chaikin <at> gmail.com> wrote:
> Hi,
>
> This might be or might not be off topic for this mailing list... Not sure.
>
> I was wondering how the Tomcat development as well as other Apache
> projects manage the fact that besides the approved committers, there
> might be other people who would want to contribute. Is there some sort
> of automated mechanism that is put in place where the code from a
> person who is not one of the main committers submits his code and that
> code gets either approved or not? What's the procedure for something
> like that?
>
> If there is an official Apache document about my question, please let
(Continue reading)

fhanik | 1 Jan 2008 05:49
Picon
Favicon

svn commit: r607800 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

Author: fhanik
Date: Mon Dec 31 20:49:24 2007
New Revision: 607800

URL: http://svn.apache.org/viewvc?rev=607800&view=rev
Log:
If we are reloading the context, we must get rid of the old instance manager, it uses final fields, so we can't
issue it a new class loader to the old instance

Modified:
    tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardContext.java?rev=607800&r1=607799&r2=607800&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/StandardContext.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Mon Dec 31 20:49:24 2007
 <at>  <at>  -4601,6 +4601,9  <at>  <at> 
             log.error( "Error reseting context " + this + " " + ex, ex );
         }

+        //reset the instance manager
+        instanceManager = null;
+
         // Notify our interested LifecycleListeners
         lifecycle.fireLifecycleEvent(AFTER_STOP_EVENT, null);
Filip Hanik - Dev Lists | 1 Jan 2008 05:51

Re: svn commit: r605000 [1/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper/servlet/

ok, this should take care of the problem, sorry for the delay

http://svn.apache.org/viewvc?rev=607800&view=rev

Filip

Mark Thomas wrote:
> Filip Hanik - Dev Lists wrote:
>   
>> Mark Thomas wrote:
>>     
>>> fhanik <at> apache.org wrote:
>>>  
>>>       
>>>> Author: fhanik
>>>> Date: Mon Dec 17 12:55:56 2007
>>>> New Revision: 605000
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=605000&view=rev
>>>> Log:
>>>> port new annotation logic from previous trunk
>>>>     
>>>>         
>>> -1.
>>>   
>>>       
>> give it some time, before you veto it, not a release branch, no need to
>> spill the eggnog yet :)
>>     
>
(Continue reading)

bugzilla | 1 Jan 2008 06:29
Picon
Favicon

DO NOT REPLY [Bug 44156] New: - Tomcat Service Terminated Unexpectedly - Please Advise

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44156>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44156

           Summary: Tomcat Service Terminated Unexpectedly - Please Advise
           Product: Tomcat 6
           Version: 6.0.6
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Connectors
        AssignedTo: tomcat-dev <at> jakarta.apache.org
        ReportedBy: loc.ngo <at> lacity.org

On Windows Server 2003 with apache 2.2.6 with Tomcat 6.0 and tomcat connector
From the crash log:
#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c81a379, pid=3796, tid=320
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
# Problematic frame:
# C  [ntdll.dll+0x1a379]
(Continue reading)

bugzilla | 1 Jan 2008 12:30
Picon
Favicon

DO NOT REPLY [Bug 42866] - Using a function via EL produces ClassNotFoundException

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42866>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42866

karl.toffel <at> gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karl.toffel <at> gmx.net

--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla | 1 Jan 2008 14:49
Picon
Favicon

DO NOT REPLY [Bug 44156] - Tomcat Service Terminated Unexpectedly - Please Advise

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44156>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44156

markt <at> apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

------- Additional Comments From markt <at> apache.org  2008-01-01 05:49 -------
This isn't a Tomcat issue.

From info you provided it looks like you are using the notoriously unstable
JdbcOdbc bridge. Get the Jdbc driver for your data source and you should be fine.

If you need further help with this, please ask on the users list.

--

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
markt | 1 Jan 2008 16:38
Picon
Favicon
Gravatar

svn commit: r607860 - in /tomcat/trunk: conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ webapps/docs/

Author: markt
Date: Tue Jan  1 07:38:38 2008
New Revision: 607860

URL: http://svn.apache.org/viewvc?rev=607860&view=rev
Log:
Align docs for Jasper options. Put in alphabetical order, add some missing ones, remove an unused one and
address feedback provided on users list.

Modified:
    tomcat/trunk/conf/web.xml
    tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java
    tomcat/trunk/java/org/apache/jasper/JspC.java
    tomcat/trunk/java/org/apache/jasper/Options.java
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings.properties
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_es.properties
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_fr.properties
    tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties
    tomcat/trunk/webapps/docs/jasper-howto.xml

Modified: tomcat/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=607860&r1=607859&r2=607860&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Tue Jan  1 07:38:38 2008
 <at>  <at>  -136,21 +136,8  <at>  <at> 
   <!--   checkInterval       If development is false and checkInterval is   -->
   <!--                       greater than zero, background compilations are -->
   <!--                       enabled. checkInterval is the time in seconds  -->
-  <!--                       between checks to see if a JSP page needs to   -->
(Continue reading)

markt | 1 Jan 2008 16:43
Picon
Favicon
Gravatar

svn commit: r607861 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: markt
Date: Tue Jan  1 07:43:02 2008
New Revision: 607861

URL: http://svn.apache.org/viewvc?rev=607861&view=rev
Log:
Propose some documentation improvements

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=607861&r1=607860&r2=607861&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jan  1 07:43:02 2008
 <at>  <at>  -54,3 +54,9  <at>  <at> 
   http://svn.apache.org/viewvc?rev=607597&view=rev
   +1: markt
   -1:
+
+* Improve Jasper docs. Note rather than remove unused option, it will be
+  deprecated in 6.0.x.
+  http://svn.apache.org/viewvc?rev=607860&view=rev
+  +1: markt
+  -1: 
Mark Thomas | 1 Jan 2008 16:47
Picon
Favicon
Gravatar

Re: svn commit: r605000 [1/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper/servlet/

Filip Hanik - Dev Lists wrote:
> ok, this should take care of the problem, sorry for the delay

Delay? That was pretty speedy ;)

Your change fixes the problem I was seeing. Veto withdrawn.

Mark

Gmane