Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 87734 invoked from network); 7 Jul 2006 05:21:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 05:21:14 -0000 Received: (qmail 90741 invoked by uid 500); 7 Jul 2006 05:21:13 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 90595 invoked by uid 500); 7 Jul 2006 05:21:13 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 90584 invoked by uid 99); 7 Jul 2006 05:21:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 22:21:13 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 22:21:11 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 67FF11A981A; Thu, 6 Jul 2006 22:20:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419806 - /geronimo/trunk/all_changes.log Date: Fri, 07 Jul 2006 05:20:51 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060707052051.67FF11A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jdillon Date: Thu Jul 6 22:20:50 2006 New Revision: 419806 URL: http://svn.apache.org/viewvc?rev=419806&view=rev Log: Revert back to 419120; accidental change due to errored merge Modified: geronimo/trunk/all_changes.log Modified: geronimo/trunk/all_changes.log URL: http://svn.apache.org/viewvc/geronimo/trunk/all_changes.log?rev=419806&r1=419805&r2=419806&view=diff ============================================================================== --- geronimo/trunk/all_changes.log (original) +++ geronimo/trunk/all_changes.log Thu Jul 6 22:20:50 2006 @@ -7,17 +7,17 @@ Not Merged, r360411 , jlaskowski , 2005-12-31 11:04:50 -0800 (Sat, 31 Dec 2005) , 5 lines Make j2ee-installer work + change Geronimo IZPack Plugin to accept the latest release notes version Thanks Sachin for the idea and patch! Not Merged, r360413 , jlaskowski , 2005-12-31 11:07:09 -0800 (Sat, 31 Dec 2005) , 2 lines Add the license Not Merged, r360478 , gdamour , 2005-12-31 23:36:08 -0800 (Sat, 31 Dec 2005) , 3 lines GERONIMO-1409 - A Filter is initialized with a wrong TCCL Set the Web-app CL as the TCCL when starting a Filter. -Not Merged, r365285 , djencks , 2006-01-01 20:19:48 -0800 (Sun, 01 Jan 2006) , 1 line GERONIMO-1411 fix some servlet schema transformation problems +Merged, r365285 , djencks , 2006-01-01 20:19:48 -0800 (Sun, 01 Jan 2006) , 1 line GERONIMO-1411 fix some servlet schema transformation problems Not Merged, r365364 , jlaskowski , 2006-01-02 07:46:13 -0800 (Mon, 02 Jan 2006) , 11 lines Jakob's patch applied. @see http://issues.apache.org/jira/browse/GERONIMO-1164#action_12361517 The changes (copied from Jakob's comment): + Moved the deployer-configurable properties from maven.xml to project.properties + Changed the geronimo artifact id used in unpackServer from the tomcat distribution to the jetty distribution, as I experienced some problems with the Tomcat distro. + Added dependencies for geronimo-javamail-transport-1.0.jar, and added them to the list of jars being copied manually in the unpackServer goal + Moved around some of the properties in the configuration of the MailGBean and SMTPTransportGBean. It seems that the SMTPTransportGBean isn't necessary, so I have removed it. Great job! Thanks Jakob! Not Merged, r365370 , jlaskowski , 2006-01-02 08:11:15 -0800 (Mon, 02 Jan 2006) , 4 lines #1401: Updates to BUILDING.txt about the last changes to the build process Thanks Anita! Not Merged, r365738 , jlaskowski , 2006-01-03 12:42:08 -0800 (Tue, 03 Jan 2006) , 2 lines Remove the mail server Not Merged, r365750 , jlaskowski , 2006-01-03 13:39:23 -0800 (Tue, 03 Jan 2006) , 3 lines Exclude geronimo/daytrader-derby-jetty/1.0-SNAPSHOT/car from being run. It doesn't work well under Java 5 Not Merged, r365764 , jlaskowski , 2006-01-03 15:03:53 -0800 (Tue, 03 Jan 2006) , 2 lines Deploy Adventure Builder without having to download the whole source tree (only /etc and /sandbox/adventurebuilder directories are required) -Not Merged, r365799 , djencks , 2006-01-03 18:07:02 -0800 (Tue, 03 Jan 2006) , 1 line fix missing dependencies noted by Henry Hwang -Not Merged, r366121 , djencks , 2006-01-05 00:28:53 -0800 (Thu, 05 Jan 2006) , 1 line GERONIMO-1012 finally completed. jgenender pointed out how to add the DefaultSubjectValve after the default valves tomcat adds, so default subject is set only when there is no authenticated subject. +Merged, r365799 , djencks , 2006-01-03 18:07:02 -0800 (Tue, 03 Jan 2006) , 1 line fix missing dependencies noted by Henry Hwang +Merged, r366121 , djencks , 2006-01-05 00:28:53 -0800 (Thu, 05 Jan 2006) , 1 line GERONIMO-1012 finally completed. jgenender pointed out how to add the DefaultSubjectValve after the default valves tomcat adds, so default subject is set only when there is no authenticated subject. Not Merged, r366236 , janb , 2006-01-05 10:15:38 -0800 (Thu, 05 Jan 2006) , 2 lines adding the dependencies for wadi to the jetty container. had to add an extra repository to get the activemq-WADI-3.2 version - it would be good if there was another repo to get that from -Not Merged, r366603 , djencks , 2006-01-06 16:02:52 -0800 (Fri, 06 Jan 2006) , 1 line remove a couple of unused files -Not Merged, r366676 , djencks , 2006-01-06 21:37:04 -0800 (Fri, 06 Jan 2006) , 1 line GERONIMO-1427 First step towards separating openejb and axis into separate configs +Merged, r366603 , djencks , 2006-01-06 16:02:52 -0800 (Fri, 06 Jan 2006) , 1 line remove a couple of unused files +Merged, r366676 , djencks , 2006-01-06 21:37:04 -0800 (Fri, 06 Jan 2006) , 1 line GERONIMO-1427 First step towards separating openejb and axis into separate configs Not Merged, r366693 , janb , 2006-01-07 00:19:14 -0800 (Sat, 07 Jan 2006) , 2 lines removing axion and special activemq wadi versions and therefore jgenenders' codehaus repository from repo list Not Merged, r367046 , adc , 2006-01-08 08:31:23 -0800 (Sun, 08 Jan 2006) , 3 lines PR: GERONIMO-1432 Removed wrapPrincipals attribute. Not Merged, r367122 , jsisson , 2006-01-08 15:15:17 -0800 (Sun, 08 Jan 2006) , 1 line GERONIMO-1395 - Fix accidental duplication of fixcrlf call in jelly code used whilst building the zip distribution. assembly plugin version bumped up to 1.1.3. @@ -26,44 +26,44 @@ Not Merged, r367154 , jsisson , 2006-01-08 17:35:50 -0800 (Sun, 08 Jan 2006) , 1 line fix svn properties Not Merged, r367166 , jsisson , 2006-01-08 18:40:52 -0800 (Sun, 08 Jan 2006) , 1 line GERONIMO-1416 - fix broken links and typo. Not Merged, r367213 , jsisson , 2006-01-08 21:50:48 -0800 (Sun, 08 Jan 2006) , 1 line GERONIMO-1437 : prevent INFO [Http11Protocol] messages (from tomcat) being logged during startup that show ports being used, as there is no need for them since we summarise the ports in use by Geronimo when startup has completed. -Not Merged, r367263 , djencks , 2006-01-09 02:19:08 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1425, GERONIMO-1440. Remember subject for access to unsecured resources after login, fix a bunch of problems with JAASJettyRealm, simplify the SecurityBeforeAfter -Not Merged, r367385 , djencks , 2006-01-09 12:24:56 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1443 make hot deployer accept plan-only deployments -Not Merged, r367399 , djencks , 2006-01-09 13:28:57 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1443 Further fixes whose need was pointed out by ammulder +Merged, r367263 , djencks , 2006-01-09 02:19:08 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1425, GERONIMO-1440. Remember subject for access to unsecured resources after login, fix a bunch of problems with JAASJettyRealm, simplify the SecurityBeforeAfter +Merged, r367385 , djencks , 2006-01-09 12:24:56 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1443 make hot deployer accept plan-only deployments +Merged, r367399 , djencks , 2006-01-09 13:28:57 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1443 Further fixes whose need was pointed out by ammulder Not Merged, r367423 , hogstrom , 2006-01-09 14:51:13 -0800 (Mon, 09 Jan 2006) , 1 line Added code to warn users that JDKs other than 1.4 may not function correctly -Not Merged, r367430 , djencks , 2006-01-09 16:02:19 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1440 Restructure realm management so it is based on our security realm names and basically ignores the realm-name from web.xml +Merged, r367430 , djencks , 2006-01-09 16:02:19 -0800 (Mon, 09 Jan 2006) , 1 line GERONIMO-1440 Restructure realm management so it is based on our security realm names and basically ignores the realm-name from web.xml Not Merged, r367590 , gdamour , 2006-01-10 04:50:02 -0800 (Tue, 10 Jan 2006) , 2 lines We need to set the host and port of the RemoteEJBReferenceBuilder. Not Merged, r368017 , jsisson , 2006-01-11 04:39:59 -0800 (Wed, 11 Jan 2006) , 1 line GERONIMO-1441 - comment out, consolidate or remove duplicate dependencies that cause "Build path contains duplicate entry" errors in eclipse 3.1.1 projects. (merge of changes from 1.0 branch) Not Merged, r368104 , jgenender , 2006-01-11 11:21:54 -0800 (Wed, 11 Jan 2006) , 1 line Fix unit tests -Not Merged, r368305 , djencks , 2006-01-12 00:06:19 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1440 Make the examples deploy since they have authenticators. -Not Merged, r368307 , djencks , 2006-01-12 00:09:02 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1457 to 1.1-SNAPSHOT -Not Merged, r368331 , djencks , 2006-01-12 01:45:16 -0800 (Thu, 12 Jan 2006) , 1 line reformat -Not Merged, r368332 , djencks , 2006-01-12 01:45:48 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1457 fix some plugin version problems +Merged, r368305 , djencks , 2006-01-12 00:06:19 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1440 Make the examples deploy since they have authenticators. +Merged, r368307 , djencks , 2006-01-12 00:09:02 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1457 to 1.1-SNAPSHOT +Merged, r368331 , djencks , 2006-01-12 01:45:16 -0800 (Thu, 12 Jan 2006) , 1 line reformat +Merged, r368332 , djencks , 2006-01-12 01:45:48 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1457 fix some plugin version problems Not Merged, r368344 , jules , 2006-01-12 03:47:38 -0800 (Thu, 12 Jan 2006) , 8 lines Rationalise and unify Jetty and Tomcat approaches to installation of WADI behind a distributable webapp. This is now done via two attributes on the top-level WebContainer component - LocalSessionManager and DistributableSessionManager, which may be set to the classnames of the required managers. Not Merged, r368393 , jgenender , 2006-01-12 07:49:16 -0800 (Thu, 12 Jan 2006) , 1 line Backed out to 368343 to remove hard coded clustering configuration -Not Merged, r368536 , djencks , 2006-01-12 16:52:16 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1463 Fix isUserInRole +Merged, r368536 , djencks , 2006-01-12 16:52:16 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1463 Fix isUserInRole Not Merged, r368569 , jsisson , 2006-01-12 19:16:50 -0800 (Thu, 12 Jan 2006) , 1 line GERONIMO-1465 - ensure InputStreams are closed rather than leaving it up to garbage collection / finalization. Not Merged, r368592 , jsisson , 2006-01-12 21:00:51 -0800 (Thu, 12 Jan 2006) , 3 lines Fix GERONIMO-1452 - Config.xml refers to the wrong JMX remote service gbean. Fix GERONIMO-1352 - RMI port number is not specified in URL for JMXConnector in server config.xml files (merged from 1.0 branch) Not Merged, r368746 , jgenender , 2006-01-13 06:40:35 -0800 (Fri, 13 Jan 2006) , 1 line Remove the WADI hard code and use the ManagerGBean interface instead (which is a parent of WADIGBean) Not Merged, r368820 , adc , 2006-01-13 10:49:27 -0800 (Fri, 13 Jan 2006) , 3 lines Needed to add a version to the plugin. Too lazy to enumerate all the developers in this project. -Not Merged, r368952 , djencks , 2006-01-13 17:57:20 -0800 (Fri, 13 Jan 2006) , 1 line GERONIMO-1427 add some missing dependencies to encourage a better build order -Not Merged, r368955 , djencks , 2006-01-13 18:03:41 -0800 (Fri, 13 Jan 2006) , 1 line GERONIMO-1457 Update some more version numbers to 1.1-SNAPSHOT -Not Merged, r369099 , djencks , 2006-01-14 13:31:11 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1194 apply patch, installer now partly works -Not Merged, r369125 , djencks , 2006-01-14 16:28:36 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1447 fix config names in plans -Not Merged, r369165 , djencks , 2006-01-14 18:29:39 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1457 Another version change +Merged, r368952 , djencks , 2006-01-13 17:57:20 -0800 (Fri, 13 Jan 2006) , 1 line GERONIMO-1427 add some missing dependencies to encourage a better build order +Merged, r368955 , djencks , 2006-01-13 18:03:41 -0800 (Fri, 13 Jan 2006) , 1 line GERONIMO-1457 Update some more version numbers to 1.1-SNAPSHOT +Merged, r369099 , djencks , 2006-01-14 13:31:11 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1194 apply patch, installer now partly works +Merged, r369125 , djencks , 2006-01-14 16:28:36 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1447 fix config names in plans +Merged, r369165 , djencks , 2006-01-14 18:29:39 -0800 (Sat, 14 Jan 2006) , 1 line GERONIMO-1457 Another version change Not Merged, r369276 , dain , 2006-01-15 15:16:51 -0800 (Sun, 15 Jan 2006) , 2 lines Add session module Not Merged, r369280 , jstrachan , 2006-01-15 15:36:05 -0800 (Sun, 15 Jan 2006) , 1 line A spike for a simple API for working with stateful session bean state from OpenEJB, ServiceMix or Tuscany; its very simple to use & has all thats required from the perspective of the client; we should be able to layer this on pretty much any implementation technology like WADI et al -Not Merged, r369300 , djencks , 2006-01-15 17:27:18 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1457, maybe. Make sure a couple spec jars make it into lib +Merged, r369300 , djencks , 2006-01-15 17:27:18 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1457, maybe. Make sure a couple spec jars make it into lib Not Merged, r369309 , jstrachan , 2006-01-15 18:09:43 -0800 (Sun, 15 Jan 2006) , 1 line a simple local implementation of the Session to allow single-JVM session management which can offer optional persistence but no remote sessions Not Merged, r369310 , jstrachan , 2006-01-15 18:14:00 -0800 (Sun, 15 Jan 2006) , 1 line Added missing dependencies to the pom Not Merged, r369313 , jstrachan , 2006-01-15 18:28:48 -0800 (Sun, 15 Jan 2006) , 1 line added a simple version of a remote-capable Locator which supports local or remote session objects which can be moved and new servers added or existing ones removed Not Merged, r369319 , jstrachan , 2006-01-15 18:47:07 -0800 (Sun, 15 Jan 2006) , 1 line added a little helper strategy for deciding whether to redirect, proxy or move when faced with a remote session Not Merged, r369321 , adc , 2006-01-15 19:04:41 -0800 (Sun, 15 Jan 2006) , 1 line Moved sandbox to a better place. -Not Merged, r369381 , djencks , 2006-01-15 23:33:37 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1477 turn off debug tool by default -Not Merged, r369383 , djencks , 2006-01-15 23:44:25 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1448 applied patch to web.xml and removed unused file geronimo-web.xml -Not Merged, r369397 , djencks , 2006-01-16 00:32:51 -0800 (Mon, 16 Jan 2006) , 1 line GERONIMO-1455 Decouple PersistentConfigurationList and ManageagleAttributeStore +Merged, r369381 , djencks , 2006-01-15 23:33:37 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1477 turn off debug tool by default +Merged, r369383 , djencks , 2006-01-15 23:44:25 -0800 (Sun, 15 Jan 2006) , 1 line GERONIMO-1448 applied patch to web.xml and removed unused file geronimo-web.xml +Merged, r369397 , djencks , 2006-01-16 00:32:51 -0800 (Mon, 16 Jan 2006) , 1 line GERONIMO-1455 Decouple PersistentConfigurationList and ManageagleAttributeStore Not Merged, r369596 , jsisson , 2006-01-16 14:41:28 -0800 (Mon, 16 Jan 2006) , 1 line GERONIMO-1446 - Tomcat server assembly does not include geronimo javamail car (merged from 1.0 branch) -Not Merged, r369915 , djencks , 2006-01-17 12:54:26 -0800 (Tue, 17 Jan 2006) , 1 line GERONIMO-1455 clean up previous fix -Not Merged, r369917 , djencks , 2006-01-17 12:59:12 -0800 (Tue, 17 Jan 2006) , 1 line GERONIMO-1455 We can check that the 2 functionalities are not interfering with each other +Merged, r369915 , djencks , 2006-01-17 12:54:26 -0800 (Tue, 17 Jan 2006) , 1 line GERONIMO-1455 clean up previous fix +Merged, r369917 , djencks , 2006-01-17 12:59:12 -0800 (Tue, 17 Jan 2006) , 1 line GERONIMO-1455 We can check that the 2 functionalities are not interfering with each other Not Merged, r370034 , hogstrom , 2006-01-17 19:53:51 -0800 (Tue, 17 Jan 2006) , 1 line Updated Daytrader to not have hardcoded dependencies Not Merged, r370035 , hogstrom , 2006-01-17 19:55:21 -0800 (Tue, 17 Jan 2006) , 1 line Updated configs to disassociate daytrader version from geronimo Not Merged, r370077 , jsisson , 2006-01-18 00:18:15 -0800 (Wed, 18 Jan 2006) , 1 line GERONIMO-1344 - Fix issue where you get Java usage help when a trailing slash '/' is in GERONIMO_HOME environment variable (merged from 1.0 branch) @@ -74,25 +74,25 @@ Not Merged, r370778 , jsisson , 2006-01-20 02:38:45 -0800 (Fri, 20 Jan 2006) , 1 line GERONIMO-1513 - change lib/extension to lib/ext to match the "Extension-Dirs: lib/ext" value in the manifest.mf file (merged from 1.0 branch) Not Merged, r370780 , jsisson , 2006-01-20 02:41:57 -0800 (Fri, 20 Jan 2006) , 1 line GERONIMO-1513 - bump up assembly plugin version Not Merged, r370912 , hogstrom , 2006-01-20 14:20:50 -0800 (Fri, 20 Jan 2006) , 1 line GERONIMO-1506 Database portlet version issue -Not Merged, r370955 , djencks , 2006-01-20 18:01:10 -0800 (Fri, 20 Jan 2006) , 1 line Spec recommends using null as parameter for a static method -Not Merged, r370956 , djencks , 2006-01-20 18:09:13 -0800 (Fri, 20 Jan 2006) , 1 line GERONIMO-1505, GERONIMO-1514, GERONIMO-1517 Fix copyright statements of modified izpack files, fix tomcat activation, install derby with j2ee-features. openejb and axis modules not installed yet -Not Merged, r370997 , djencks , 2006-01-21 01:38:49 -0800 (Sat, 21 Jan 2006) , 1 line forward port fix so synthetic ears appear to have a dd +Merged, r370955 , djencks , 2006-01-20 18:01:10 -0800 (Fri, 20 Jan 2006) , 1 line Spec recommends using null as parameter for a static method +Merged, r370956 , djencks , 2006-01-20 18:09:13 -0800 (Fri, 20 Jan 2006) , 1 line GERONIMO-1505, GERONIMO-1514, GERONIMO-1517 Fix copyright statements of modified izpack files, fix tomcat activation, install derby with j2ee-features. openejb and axis modules not installed yet +Merged, r370997 , djencks , 2006-01-21 01:38:49 -0800 (Sat, 21 Jan 2006) , 1 line forward port fix so synthetic ears appear to have a dd Not Merged, r371115 , jdillon , 2006-01-21 13:15:50 -0800 (Sat, 21 Jan 2006) , 2 lines Removed margins from welcome page to be consistent with the console. -Not Merged, r371127 , djencks , 2006-01-21 14:30:34 -0800 (Sat, 21 Jan 2006) , 1 line GERONIMO-1473 Follow spec on clearing PolicyConfiguration before stuffing the permissions in -Not Merged, r371145 , djencks , 2006-01-21 16:06:27 -0800 (Sat, 21 Jan 2006) , 1 line GERONIMO-1523 Avoid serializing openejb class in all enc contexts +Merged, r371127 , djencks , 2006-01-21 14:30:34 -0800 (Sat, 21 Jan 2006) , 1 line GERONIMO-1473 Follow spec on clearing PolicyConfiguration before stuffing the permissions in +Merged, r371145 , djencks , 2006-01-21 16:06:27 -0800 (Sat, 21 Jan 2006) , 1 line GERONIMO-1523 Avoid serializing openejb class in all enc contexts Not Merged, r371180 , hogstrom , 2006-01-21 20:38:14 -0800 (Sat, 21 Jan 2006) , 1 line Merged fixes to hardcoded updates from branches 1.0 rev 371179 -Not Merged, r371341 , djencks , 2006-01-22 10:18:34 -0800 (Sun, 22 Jan 2006) , 1 line GERONIMO-1440 Supply a 'Non'Authenticator if security realm name is supplied but no login method specified. This makes jetty install the defaultPrincipal/Subject for unsecured web apps +Merged, r371341 , djencks , 2006-01-22 10:18:34 -0800 (Sun, 22 Jan 2006) , 1 line GERONIMO-1440 Supply a 'Non'Authenticator if security realm name is supplied but no login method specified. This makes jetty install the defaultPrincipal/Subject for unsecured web apps Not Merged, r371391 , kevan , 2006-01-22 13:20:06 -0800 (Sun, 22 Jan 2006) , 1 line Use latest Jetty version to avoid security exposure on Windows Not Merged, r371461 , ammulder , 2006-01-22 20:53:26 -0800 (Sun, 22 Jan 2006) , 3 lines Apply changes from branch (Fixes GERONIMO-1510, contributes to GERONIMO-1137, other minor fixes) Not Merged, r371637 , ammulder , 2006-01-23 11:43:19 -0800 (Mon, 23 Jan 2006) , 2 lines Merge change from branch -Not Merged, r371641 , djencks , 2006-01-23 11:50:05 -0800 (Mon, 23 Jan 2006) , 1 line add test of context-param +Merged, r371641 , djencks , 2006-01-23 11:50:05 -0800 (Mon, 23 Jan 2006) , 1 line add test of context-param Not Merged, r371779 , ammulder , 2006-01-23 18:38:42 -0800 (Mon, 23 Jan 2006) , 2 lines Merge JCAResourceAdapter change from branch Not Merged, r371787 , ammulder , 2006-01-23 19:10:32 -0800 (Mon, 23 Jan 2006) , 2 lines Merge new JMS portlet change from branch Not Merged, r371835 , hogstrom , 2006-01-23 22:12:21 -0800 (Mon, 23 Jan 2006) , 1 line GERONIMO-1534 - Updated Daytrader plan to correct incorrect classname for DB2SyntaxFactory -Not Merged, r371874 , djencks , 2006-01-24 01:40:34 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-1427 Port lightweight geronimo work to trunk +Merged, r371874 , djencks , 2006-01-24 01:40:34 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-1427 Port lightweight geronimo work to trunk Not Merged, r371964 , ammulder , 2006-01-24 09:47:26 -0800 (Tue, 24 Jan 2006) , 2 lines Merge JMS portlet improvements from branch -Not Merged, r371997 , djencks , 2006-01-24 11:47:02 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-1427 add missing config, not sure why it didn't merge -Not Merged, r372025 , djencks , 2006-01-24 13:31:25 -0800 (Tue, 24 Jan 2006) , 1 line remove some unneeded jetty dependencies, thanks to anita kulshreshtha +Merged, r371997 , djencks , 2006-01-24 11:47:02 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-1427 add missing config, not sure why it didn't merge +Merged, r372025 , djencks , 2006-01-24 13:31:25 -0800 (Tue, 24 Jan 2006) , 1 line remove some unneeded jetty dependencies, thanks to anita kulshreshtha Not Merged, r372108 , jsisson , 2006-01-24 21:21:24 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-1287 - Erik's installer patch that does fixcrlf processing for text files at install time when using the izpack installer. Not Merged, r372114 , jsisson , 2006-01-24 21:26:29 -0800 (Tue, 24 Jan 2006) , 1 line be more specific regarding version of JDK required. Not Merged, r372115 , jsisson , 2006-01-24 21:33:42 -0800 (Tue, 24 Jan 2006) , 1 line GERONIMO-615 - improve code where RMIClassLoaderSpiImpl.normalizeCodebase(..) unnecessarily caused MalformedURLExceptions to be generated and caught. @@ -102,26 +102,26 @@ Not Merged, r372324 , ammulder , 2006-01-25 13:35:35 -0800 (Wed, 25 Jan 2006) , 2 lines Merge fix for GERONIMO-1474 from branch Not Merged, r372334 , ammulder , 2006-01-25 14:08:47 -0800 (Wed, 25 Jan 2006) , 2 lines Merge potential fix for GERONIMO-1426 from branch Not Merged, r372352 , ammulder , 2006-01-25 14:54:07 -0800 (Wed, 25 Jan 2006) , 2 lines Merge workaround for GERONIMO-1421 from branch -Not Merged, r372354 , djencks , 2006-01-25 15:03:46 -0800 (Wed, 25 Jan 2006) , 1 line GERONIMO-1436, 1437 fix a couple small installer problems. Bump assembly plugin version +Merged, r372354 , djencks , 2006-01-25 15:03:46 -0800 (Wed, 25 Jan 2006) , 1 line GERONIMO-1436, 1437 fix a couple small installer problems. Bump assembly plugin version Not Merged, r372358 , ammulder , 2006-01-25 15:15:33 -0800 (Wed, 25 Jan 2006) , 2 lines Merge fix for GERONIMO-1379 from branch Not Merged, r372367 , ammulder , 2006-01-25 15:40:20 -0800 (Wed, 25 Jan 2006) , 2 lines Merge fix for GERONIMO-1468 from branch Not Merged, r372731 , bsnyder , 2006-01-26 20:54:10 -0800 (Thu, 26 Jan 2006) , 1 line Committing POP3 implementation work from GERONIMO-1341. Not Merged, r373180 , kevan , 2006-01-28 08:58:56 -0800 (Sat, 28 Jan 2006) , 1 line Fix cross-site scripting problems in samples Not Merged, r373281 , adc , 2006-01-28 19:33:52 -0800 (Sat, 28 Jan 2006) , 3 lines PR: GERONIMO-1550 Submitted by: Anders Hessellund Jensen Current IDL files break the OpenEJB build -Not Merged, r373571 , djencks , 2006-01-30 11:23:58 -0800 (Mon, 30 Jan 2006) , 1 line GERONIMO-1541, fix glitches with what gets into lib. Also remove some commented out dependencies +Merged, r373571 , djencks , 2006-01-30 11:23:58 -0800 (Mon, 30 Jan 2006) , 1 line GERONIMO-1541, fix glitches with what gets into lib. Also remove some commented out dependencies Not Merged, r373669 , jgenender , 2006-01-30 18:12:06 -0800 (Mon, 30 Jan 2006) , 1 line Fix Unit Tests Not Merged, r373707 , jsisson , 2006-01-30 21:04:06 -0800 (Mon, 30 Jan 2006) , 1 line GERONIMO-1544 - Apply Erik's patch to resolve licensing issues with IzPack components. Thanks Erik! (merged from 1.0 branch) Not Merged, r373797 , jsisson , 2006-01-31 03:45:18 -0800 (Tue, 31 Jan 2006) , 1 line GERONIMO-1441 - comment out, consolidate or remove duplicate dependencies that cause "Build path contains duplicate entry" errors in eclipse 3.1.1 projects (merged from 1.0 branch). Not Merged, r373817 , gdamour , 2006-01-31 05:30:10 -0800 (Tue, 31 Jan 2006) , 2 lines Use tranql-1.3-SNAPSHOT. Not Merged, r373920 , hogstrom , 2006-01-31 14:03:56 -0800 (Tue, 31 Jan 2006) , 1 line Geronimo-1561 spelling correction of Exception Messages -Not Merged, r373947 , djencks , 2006-01-31 16:05:53 -0800 (Tue, 31 Jan 2006) , 1 line GERONIMO-1554 installer optional advanced features +Merged, r373947 , djencks , 2006-01-31 16:05:53 -0800 (Tue, 31 Jan 2006) , 1 line GERONIMO-1554 installer optional advanced features Not Merged, r374004 , jsisson , 2006-01-31 22:04:56 -0800 (Tue, 31 Jan 2006) , 1 line GERONIMO-1441 - fix previous change to j2ee-installer that introduced two properties of the same name in a dependency. A dependency marked as a library implies it goes to the repository. Not Merged, r374054 , dain , 2006-02-01 03:50:54 -0800 (Wed, 01 Feb 2006) , 2 lines Updated to reflect openejb refactor Not Merged, r374068 , dain , 2006-02-01 06:12:53 -0800 (Wed, 01 Feb 2006) , 2 lines Reenable uniti tests Not Merged, r374156 , dain , 2006-02-01 12:11:08 -0800 (Wed, 01 Feb 2006) , 2 lines set svn:ignore on new modules -Not Merged, r374191 , djencks , 2006-02-01 14:01:44 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1569 Improve packaging plugin logging -Not Merged, r374193 , djencks , 2006-02-01 14:08:48 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1563 step 1. Separate our proprietary JACC configuration info into a separate gbean -Not Merged, r374211 , djencks , 2006-02-01 16:19:53 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1563 step one missed file +Merged, r374191 , djencks , 2006-02-01 14:01:44 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1569 Improve packaging plugin logging +Merged, r374193 , djencks , 2006-02-01 14:08:48 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1563 step 1. Separate our proprietary JACC configuration info into a separate gbean +Merged, r374211 , djencks , 2006-02-01 16:19:53 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1563 step one missed file Not Merged, r374212 , djencks , 2006-02-01 16:26:18 -0800 (Wed, 01 Feb 2006) , 1 line GERONIMO-1570, GERONIMO-1460 Provide jetty gbean for specifying bouth hosts and virtual hosts: actually use virtual hosts to set virtual hosts, not hosts. This has a provisional schema change, and the schema version needs to be updated Not Merged, r374246 , dain , 2006-02-01 20:19:06 -0800 (Wed, 01 Feb 2006) , 2 lines References need * since the beans are in the parent plan Not Merged, r374253 , hogstrom , 2006-02-01 21:04:07 -0800 (Wed, 01 Feb 2006) , 1 line Geronimo-1336 Corrected issue when specifying database pool sizes @@ -265,12 +265,12 @@ Not Merged, r386837 , jlaskowski , 2006-03-18 02:43:16 -0800 (Sat, 18 Mar 2006) , 3 lines GERONIMO-1646 - Module migration to Maven2: tomcat-builder Submitted by: Anita Kulshreshtha Not Merged, r386840 , jlaskowski , 2006-03-18 03:05:09 -0800 (Sat, 18 Mar 2006) , 1 line Correct some XML-wise goodies Not Merged, r386910 , jlaskowski , 2006-03-18 18:13:26 -0800 (Sat, 18 Mar 2006) , 31 lines All migrated to M2 modules build properly from the top-level directory jlaskowski@JLASKOWSKI /cygdrive/c/oss/geronimo $ mvn -o clean install ... [INFO] -Not Merged, ---- [INFO] Reactor Summary: [INFO] -Not Merged, ---- [INFO] Geronimo ............................................... SUCCESS [2.744s] ... [INFO] -Not Merged, ---- [INFO] -Not Merged, ---- [INFO] BUILD SUCCESSFUL [INFO] -Not Merged, ---- [INFO] Total time: 8 minutes 2 seconds [INFO] Finished at: Sun Mar 19 02:39:35 CET 2006 [INFO] Final Memory: 24M/54M [INFO] -Not Merged, ---- NOTE: I had to change systemProperties to use the syntax: whereas previously it was propertyValue I couldn't figure out why it changed, though. + ---- [INFO] Reactor Summary: [INFO] + ---- [INFO] Geronimo ............................................... SUCCESS [2.744s] ... [INFO] + ---- [INFO] + ---- [INFO] BUILD SUCCESSFUL [INFO] + ---- [INFO] Total time: 8 minutes 2 seconds [INFO] Finished at: Sun Mar 19 02:39:35 CET 2006 [INFO] Final Memory: 24M/54M [INFO] + ---- NOTE: I had to change systemProperties to use the syntax: whereas previously it was propertyValue I couldn't figure out why it changed, though. Not Merged, r387174 , jlaskowski , 2006-03-20 01:47:23 -0800 (Mon, 20 Mar 2006) , 1 line Fix the failing SecurityTest and add resources to svn:ignore Not Merged, r387197 , jlaskowski , 2006-03-20 04:20:28 -0800 (Mon, 20 Mar 2006) , 1 line Fix the remaining inappropriately-migrated tests Not Merged, r387216 , jlaskowski , 2006-03-20 07:00:28 -0800 (Mon, 20 Mar 2006) , 3 lines GERONIMO-1753 - Add support for a mail.nntp.from property to configure the default From: address for NNTP posts Submitted by: Rick McGuire