Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
No Format
borderStylesolid
Release Notes -- Apache Geronimo -- Version 1.1.1

Geronimo URLs
-------------
Home Page:     http://geronimo.apache.org/
Downloads:     http://geronimo.apache.org/downloads.html
Documentation: http://geronimo.apache.org/documentation.html
Mailing Lists: http://geronimo.apache.org/mailing.html
Source Code:   http://geronimo.apache.org/svn.html
Bug Tracking:  http://issues.apache.org/jira/browse/GERONIMO
Wiki:          http://cwiki.apache.org/geronimo


System Requirements
-------------------
You need a platform that supports the Sun JDK 1.4.2.  CORBA support requires a 
Sun Java 1.4.2 VM (specifically 1.4.2_08 or a higher 1.4.2_* release).

For users that do not require CORBA for their applications may also choose to use
Sun Java 1.5 VM.

Most testing has been done on Linux, Mac OS X, and Windows.


Installing & Starting Geronimo
------------------------------
To install, simply unpack the .zip (Windows) or tar.gz (Unix) file containing 
Geronimo.

If you wish to modify the default ports that Geronimo will use, edit the file 
<geronimo_home>/var/config/config.xml

Geronimo comes with batch and script files to control server start and stop 
functions.  To see usage examples simply type geronimo.bat or geronimo.sh 
command as appropriate for your platform.  It is necessary to set JAVA_HOME to 
the copy of your Sun 1.4.2 JDK/JRE prior to executing the command.  

Here is an example to set JAVA_HOME:

export JAVA_HOME=<JDK/JRE_home>

To see the available command options type:

<geronimo_home>/bin/geronimo.sh
or
<geronimo_home>/bin/geronimo.bat

The command will display help text instructing you as to how to start and stop 
the Geronimo server.

If you prefer to start the server without a script file you can simply type: 

java -jar <geronimo_home>/bin/server.jar

Once the server has started, you can access the Geronimo Administration Console
at http://localhost:8080/console/ . The default user name is "system" and the 
default password is "manager".


Administration Console Security Configuration
---------------------------------------------
The default administration user/password for the Geronimo Administration Console 
and deployment tool is system/manager.  You can change these defaults directly 
from the Geronimo Administration Console by accessing Security -> Console Realm
and change the user name and password from the Console Realm Users portlet.

As an alternative, you can make the same changes by editing the 
<geronimo_home>/var/security/users.properties and 
<geronimo_home>/var/security/groups.properties files.


Deploying Applications
----------------------
Geronimo comes with deploy scripts and batch files to deploy J2EE modules or 
applications. You can use the scripts or simply invoke the executable jar by 
running the following command (note that you need to start Geronimo first):

<geronimo_home>/bin/java -jar deployer.jar deploy my-web-app.war [deploy plan]

You will need to use the username "system" and password "manager" unless you 
customized those during the install process.  The deployment plan argument is 
optional -- you can pack a deployment plan into the application module, provide
it on the command line, or in some cases omit it entirely.

You can also use the "Login" command once and avoid to enter user name and 
password every time you use the deploy tool

For more information on the commands and options supported by the deploy tool,
run from within the Geronimo directory <geronimo_home>/bin:

java -jar deployer.jar help [command]

You can also graphically deploy applications and resources via the Geronimo 
Administration Console available at http://localhost:8080/console/


Other Deployment Options
------------------------
As an alternative to the command-line deployer, you can copy application 
modules into the <geronimo_home>/deploy/ directory and the
hot deployer service will deploy them automatically.  The command-line deployer
has some advantages, as it will output any
deployment errors to its own console rather than just the server log.

Additionally, Geronimo provides a Maven plugin that can deploy applications to 
Geronimo as part of a Maven build.


Future Road Map at a Glance
---------------------------
http://issues.apache.org/jira/browse/GERONIMO?
      report=com.atlassian.jira.plugin.system.project:roadmap-panel

  (the above URL must be all on one line)


Significant Changes Since the 1.1 Release
----------------------------------------







 * Deployment plans have been updated, ConfigId has been replaced by a more 
   complete ModuleId structure. Previous releases of Geronimo will require 
   modifications, refer to the Geronimo documentation for further details.
 * Tools and commands have been also updated to reflect the ConfigID -> ModuleId
   change as well as geronimo-config-1.1.xsd -> geronimo-module-1.1.xsd schemas.
 * More functionality has been included in the Administrative Console 
   (http://localhost:8080/console/). Memory utilization graphics, more Thread 
   Pools, remote HTTPd configuration wizard and plugins are some of these new 
   features.
 * All the applications (except for those deployed via Hot Deployment) are 
   stored in the <geronimo_home>/repository directory. Previous config-store has 
   been removed.
 * Enhanced SMTP support.
 * Keystore configuration.
 * Little-G is an alternative distribution offered in Geronimo 1.1.  This new 
   distribution has a reduced footprint.  It comes with either Tomcat or Jetty
   as WebContainer options.
 * Geronimo applications, server features, and integrated products can be 
   distributed as Geronimo plugins.  Plugins are easy to install, automatically 
   download any dependencies, and do not require server restarts."  
   "Using the plugin infrastructure, applications or modules can be copied from 
   one Geronimo installation to another (from developer to developer, test to 
   production, etc.).
 * Geronimo also supports in-place deployments.  This means an archive or a directory 
   can be deployed without being copied into the Geronimo directory structure.


Choice of Web container
-----------------------
Two versions of the Geronimo binary are available for download. There is a 
version for the Jetty Web container and a version for the Tomcat Web 
container.  Both distributions are fully supported by the Geronimo team.  
Download the binary that is more appropriate for your environment.


Configuration
-------------
Most configuration attributes can be updated in the 
<geronimo_home>/var/config/config.xml file.  The attributes most likely to be 
changed are already included in the supplied config.xml file, while others may
need to be added manually.


Overall Project Status
----------------------
Apache Geronimo v1.1 introduces several structural changes improving 
scalability, portability and overall organization as well as including new 
features and functionality. This release continues the J2EE certification path
led the previous version of Geronimo providing a fully compliant and usable 
J2EE container suitable for everything from development to Enterprise 
deployments.

The next version of Geronimo is focused on several areas, including:

 * Continue to enhance the performance and usability of the server.
 * Improve cross-platform compatibility.
 * Improve integration with third-party development tools and server products.
 * Enhance configuration, administration and management tools.
 * Improve clustering support for web containers and EJBs.

User feedback is critical for future released to be successful!   The Geronimo 
team is anxious to gather feedback to ensure we are meeting the needs and 
expectations of the user community.

For more information on specific bugs or features, or to help with testing 
efforts, please visit JIRA, our bug/issue tracking system, at
http://issues.apache.org/jira/browse/GERONIMO


Certification Status
--------------------
Geronimo 1.1 has passed the J2EE(tm) certification test suite and it is 
officially J2EE certified.


Works In Progress
-----------------

* Geronimo has two system properties that should not be modified by the user
  even though they are visible in some property files.  They are:
    org.apache.geronimo.server.dir
    org.apache.geronimo.server.name

  These are subject to change and will be documented in a future release

* The GERONIMO_HOME environment variable in the startup scripts is not
  currently used and is subject to change in a future release.


Specific Issues, Features and Improvements fixed in Version 1.1.1
-----------------------------------------------------------------

Release Notes - Geronimo - Version 1.1.1

** Bug
    * [GERONIMO-2891182] - WEB-INF/lib/* and WEB-INF/classes aren't on configuration class loaderConnector portlet delete challenge
    * [GERONIMO-3961196] - Keystore portlet: TransientViewing failuretrusted tocertificate installresults configurationin on WinXP/JDK1.5an error
    * [GERONIMO-4361445] - JSR-88: Targets Ignored Allow deployment and use of exploded EAR modules
    * [GERONIMO-6091476] - geronimo.logChanges canto bedefault closedlog4j.rootCategory whilstare distributingnot andynamic
 EAR if the application uses log4j* [GERONIMO-1492] - Many "org/apache/geronimo" configIds still live in source tree
    * [GERONIMO-7531582] - GBeanName.matches does not respect quotesNPE for EJB webservices.xml with bad <jaxrpc-mapping-file>
    * [GERONIMO-8371596] - SwitchRepeated allinterface referencesin inJMS standardconnection plansfactory toplan notcauses usedeployment <gbean-name>failure
    * [GERONIMO-9481695] - CORBA Needfor EJB referencewith countingLocal oninterface load/startonly ofcauses configurationsNPE
    * [GERONIMO-9731703] - Add security to /console-standardServerInfo.getBaseDirectory() returns null
    * [GERONIMO-10121791] - TomcatLDAP integrationSecurity doesRealm notcreated setvia aConsole subjectcan in an unsecured web module in a secured ejb applicationfail deployment
    * [GERONIMO-10711817] - trust material/truststore for Jetty and Tomcat HTTPS Connectors "Test a Login" while adding LDAP Realm fails with NullPointerException
    * [GERONIMO-11401906] - BadCannot componentadd querya buildingnew logicconnector (JCAResourceImpl finds no JCAConnectionFactories)using ActiveMQManagerGBean
    * [GERONIMO-11791917] - Updaterepository ActiveMQdoesn't Managerdeal forwell Adding/Removing Connectors
    * [GERONIMO-1212] - Timeouts in commons-fileuploadwith case insensitive file systems
    * [GERONIMO-12871959] - IzPackConsole: Installerplugin does% notcomplete setshoudl line endingsreset to CRLF0 onwhile windowspreparing and LF on non-Windows platformsa download
    * [GERONIMO-13161960] - CreateBad GBean JMSreference destinationisn't prettycaught darnduring brokendeployment
    * [GERONIMO-13291967] - Cannot connect to Geronimo with jconsole/remote-deploy url link throws Error 404.
    * [GERONIMO-13301984] - MBeansNew registeredKeystore onportlet the- MBeanServerAdd canTrust notCertificate bethrows viewedexception
    * [GERONIMO-13361996] - Setting the Max PoolSize on a DataBase pool with invalid information does not yield an error message and silently fails Error during deployment may result in files not being cleaned up properly
    * [GERONIMO-2007] - Avoid Classloader warnings generated by BasicProxyManager
    * [GERONIMO-13442072] - GetClient-Deployer javaconfig usageis helpusing when a trailing slash '/' is in GERONIMO_HOME environment variable when running geronimo.batwrong/hardcoded commons-primitives version
    * [GERONIMO-2076] - Must edit config.xml to provide custom plugin install source
    * [GERONIMO-13522087] - RMI port number is not specified in URL for JMXConnector in server config.xml files MimeUtility.encodeWord()/encodeText() have some errors.
    * [GERONIMO-2091] - MimeBodyPart.getFileName() not retrieving name from the Content-Disposition header
    * [GERONIMO-13602093] - Console database Misleadingpool erroralways forgets missingNPE webon deployerdeploy
    * [GERONIMO-13702102] - velocity.logCannot isdeploy createdportlet inWAR currentoutside directoryof onconsole server startupEAR
    * [GERONIMO-13792117] - Login Error page does not include updates to remove table and include About linkRemove deployer-log4j.properties files - they are no longer used
    * [GERONIMO-13872120] - Geronimo Console Applications portlets fail after starting app client.Can't have ejb references outside current config.  ClassCastException on org.openejb.proxy.ProxyInfo
    * [GERONIMO-13952125] - textClasspath filesentries (except *.bat files) have LF endings in ZIP filein the web app archive META-INF/MANIFEST.MF are not added to the wep app class path
    * [GERONIMO-14022134] - RecipientsShutdown seterror byin calling MimeMessage.setRecipients(RecipientType, Adress[]) not remembered by getAllRecipients()ConfigurationClassLoader on Java 5
    * [GERONIMO-14112136] - servletRemove 2.3 context-param elements are not converted properly to servlet 2.4 schemaAbout icon and about page from console
    * [GERONIMO-14142138] - Console About page does not set the shortcut iconConfiguration jsp-examples-tomcat includes Jetty dependencies
    * [GERONIMO-14162142] - [daytrader] Broken links on benchmarking page EJB Refs to EJB in parent module often fail
    * [GERONIMO-14172145] - [daytrader] daytrader/docs/tradeFAQ.html out of dateNPE in Maven1Repository
    * [GERONIMO-14212146] - DB portlet failure in Tomcat only GBeanOverride ignores reference name when saving if artifact is not set
    * [GERONIMO-14222160] - GeronimoCan't shutdowninstall doesa notJ2EE completeconnector dueplugin
 to ActiveMQ attempting to reconnect endpoints to broker every 30 seconds* [GERONIMO-2164] - Creating SQL- based security realm fails
    * [GERONIMO-14252169] - accessOnce totagged, unprotectedthe webm:co resourcegoal after login does not use correct Subject
    * [GERONIMO-1426] - DatabasePoolPortlet gets NPE when savingof tags/1.1.1 should checkout the corresponding tagged version of OpenEJB (not a branch)
    * [GERONIMO-14332170] - SecurityTagged vulnerabilityversions of WEB-INFGeronimo contentsshould onnot windows platforms
    * [GERONIMO-1435] - resource-env-ref mapping by admin-object-link brokeninclude people.apache.org/repository in their list of maven repositories
    * [GERONIMO-14372171] - INFOsome portions [Http11Protocol]of messagesa (frombuild tomcat)still writtenlook to stdout during startup of Geronimoat cvs.apache.org/repository
    * [GERONIMO-14382173] - INFO  [StandardContext] logged (from Tomcat) during shutdown of GeronimoFix branches/1.1 (1.1.1-SNAPSHOT) build
    * [GERONIMO-14402182] - JAASJettyRealm not shared enoughAdd 1.1 schemas to web site
    * [GERONIMO-14412186] - "BuildEditing pathof containsConnection duplicatePools entry"other errorsthan forDerby somefrom geronimoconsole projectsnot in eclipseworking
    * [GERONIMO-14432194] - TheEclipse hotproject deployernames shouldnot accept plan-only deployments just like the online deployergenerated consistently
    * [GERONIMO-14442195] - Allow deployment SharedLib GBean fails to start if shared/lib and useshared/classes ofdirs explodedare EAR modulesmissing
    * [GERONIMO-14462197] - Tomcat server assembly does not include geronimo javamail carNPE when the "edit" link is selected on the Security Realms console page
    * [GERONIMO-14472198] - MagicGBallCSSBean samplecreates does2 notunnecessary workthreads infor AGevery 1instance.0
    * [GERONIMO-14482199] - debug-tool does not work on Tomcat Key portion of Geronimo-1145 appears have gotten lost.
    * [GERONIMO-14502200] - ConsoleSMTP debug usageoutput plansechos useportions oldof namspacethe &output parentIdtwice.
    * [GERONIMO-14522202] - Config.xmlMove refers to thenew wrongApache JMXMaven remote1 servicerepo gbean (Fix included)(repo/m1-snapshot-repository
    * [GERONIMO-1453] - GBeanOverride throws NullPointerException when more than one reference element specified2208] - bad classpath in geronimo-deploy-jsr88-1.1.jar
    * [GERONIMO-2218] - KeyStore portlet:  Functionality missing from 1.0
    * [GERONIMO-14552222] - Start Application errors in static initialization blocks during serialization of CARconfiguration doesduring notdeployment load anddue startto itsincorrect GBeansTCCL
    * [GERONIMO-14562228] - geronimo-1.0-src.zip has a meta-inf folder in the root directoryGeronimoAsMavenServlet.java generates wrong default-repository element
    * [GERONIMO-14592230] - serviceNo buildercleanup shouldafter require name or gbeanNameDeploymentWatcher exception
    * [GERONIMO-14622234] - Finish implementing inverseClassloading attribute in plan schemas User can lock the default keystore without warning, making jetty server unusable
    * [GERONIMO-14632235] - TomcatLocking doesn'tdefault alwayskeystore getresults thein rightserialization servleterror nameon whentomcat evaluating isUserInRoletermination
    * [GERONIMO-14652237] - FixCRLF processingFiltering of springframework.org in assemblyTomcatDeployer pluginplan sometimescreates failsCNF underExceptions windows trying to rename a temp filein Ears
    * [GERONIMO-14672238] - DBCan't poolcopy portlet error when web session saveda MultiParentClassLoader
    * [GERONIMO-14682240] - FileSystemRepository#listUris()Memory producesleak wrongin URIDWR arraymemory whenviewer theinfo repositoryscreen contains a malformed entryin console
    * [GERONIMO-14722241] - packagingDuplicate pluginattributes createscreated clientin carsconfig.xml withfor wrong versiongbean
    * [GERONIMO-14742243] - CrossGBean sitereferences scriptingdo vulnerabilites
not trim space from * [GERONIMO-1475] - Configs needing updated to not include Xerces files in the Repository as duplicates to lib\endorsedinterface names (ref-type)
    * [GERONIMO-2247] - Apllications Portlets: "Restart" column does not alternate background color
    * [GERONIMO-14772252] - JMXA debuglocked toolkey shouldin nota bekeystore loadedcan innever thebe supplied configunlocked.xml
    * [GERONIMO-14802253] - CrossNo contextway includeto doesget notinformation seton jacca contextIDplugin foryou're 2ndabout web app. (Tomcat only)to install through the console
    * [GERONIMO-14832256] - update Duringm:checkout Undeploygoal entryto inuse config.xmlhttp isto notcheckout removedopenejb
    * [GERONIMO-14892258] - Minor fixesAbstract/updatesMaven torepositories jUDDIinstall webapp and Tomcat configmodules incorrectly
    * [GERONIMO-14902259] - setjavaenv.batRedeploy fails when module is not called by deploy.batrunning
    * [GERONIMO-14912260] - ActiveMQPlugin planexport usesprocess hardcoded obsolete org/apache/geronimo/ActiveMQ module nameloses data
    * [GERONIMO-14952261] - InstallerStopped buildmodule failuremakes when using Maven 1.0.2plugin eligible
    * [GERONIMO-14982269] - DriverDownloader.DriverInfo causes java.io.NotSerializableException during server shutdown Error after redeploy (with no version in module ID)
    * [GERONIMO-15022270] - InstallerRedeploy does not install docs onbroken in 1.01.1

** Improvement
    * [GERONIMO-15031037] - keystoreClicking generatedon by"uninstall" KeyStorelink portletin couldApplications notmanagement bepages useddeletes tothe addconfiguration eitherwithout Jettyany orconfirmation Tomcatfrom HTTPS Listenersuser
    * [GERONIMO-15051524] - InstallerDB shouldpool defaultportlet Tomcatshould onlet atyou runtimeselect ifmultiple Jetty pack is not selecteddriver JARs
    * [GERONIMO-15061531] - DBKeyStore info portlet should use new GeronimoVersion support deletion of certificates and private keys
    * [GERONIMO-15081557] - 1.1 won't accept plans with 1.0 configIds in references, parents, imports, etc. When you enter the url of a web service in the console You should get a page showing the service name
    * [GERONIMO-15101572] - NPEAdjust inthe connectoradmin DConfigBeansconsole ifapp noso configthat paramsif present on connection definition instance
    * [GERONIMO-1513] - The directory "geronimo-1.0\lib\extension" the user does not matchhave the "Extension-Dirs: lib/ext" value in server.jar's manifest.mf file
    * [GERONIMO-1517] - Installer - Install Derby with base J2EE Features
    * [GERONIMO-1523] - Openejb corba class is included (serialized) in all enc contexts
    * [GERONIMO-1525] - Error in DB Pool Portlet
    * [GERONIMO-1532] - NullPointerException when a badly named jar is put into repository directory
    * [GERONIMO-1535] - Error in security realm portlet
    * [GERONIMO-1536] - Installer - j2ee-installer assembly project.xml fix
    * [GERONIMO-1537] - Installer - IzPack assembly does not qualify plugin version for code copied to installer assembly for use at install time
    * [GERONIMO-1540] - Fix security vulnerability in jsp-examples
    * [GERONIMO-1545] - CMP update statements will cause incorrect trigger firing in a database
    * [GERONIMO-1561] - Misspelling in Kernel Exception Message
    * [GERONIMO-1566] - Binary distributions (both zip and tgz) contain a META-INF/manifest.mf file under the geronimo-1.0 directory.
    * [GERONIMO-1569] - improve packaging plugin control of logging.
    * [GERONIMO-1570] - jetty is setting hosts instead of virtual hosts
    * [GERONIMO-1575] - JMX service doesn't start up when server hostname does not resolve correctly
    * [GERONIMO-1599] - HOWLLog throws NPE because XidFactory is missing
    * [GERONIMO-1600] - Non-standard artifact in repository cause Common Libraries portlet to fail
    * [GERONIMO-1603] - shutdown.bat does not set ERRORLEVEL and does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables
    * [GERONIMO-1604] - Output from deploy.sh/bat is inconsistent with other scripts - does not output info on environment variable settings (e.g. JAVA_HOME)
    * [GERONIMO-1609] - Fix typo in error message in geronimo.bat - "cannot find ...setclasspath.bat" should read "cannot find ...setjavaenv.bat"
    * [GERONIMO-1610] - deploy.bat does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables
    * [GERONIMO-1612] - Remove -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS"  from commands in geronimo.sh
    * [GERONIMO-1615] - CSS GSSUP dynamic auth sends domain name as username
    * [GERONIMO-1616] - CSS GSSUP token encoding sets username to username@domain but decoding does not reverse that
    * [GERONIMO-1635] - kernel.listGBeans(pattern) does not respect default domain name
    * [GERONIMO-1643] - NullTransport class needs to implement protocolConnect
    * [GERONIMO-1649] - Invalid deployment descriptor error when deploying an EJB 2.0 MDB
    * [GERONIMO-1655] - Daytrader MDBs do not start properly
    * [GERONIMO-1661] - Version class does not implement equals and hashCode
    * [GERONIMO-1683] - Web app context-root should trim whitespace
    * [GERONIMO-1684] - server does not start if openejb-jar.xml activation-config had whitespace in values
    * [GERONIMO-1696] - JPDA run command not listed in usage help for geronimo.sh and geronimo.bat
    * [GERONIMO-1720] - Update instructions for "Create Database Pool -- Show Deployment Plan"
    * [GERONIMO-1743] - Deploy.bat doesn't accept any arguments and hence doesn't work.
    * [GERONIMO-1744] - "dt_shmem" default in geronimo.bat for JPDA_TRANSPORT environment variable not compatible with Eclipse debugger
    * [GERONIMO-1745] - The JPDA_OPTS environment variable is not honoured by geronimo.bat and is inconsistent with geronimo.sh
    * [GERONIMO-1751] - Deployment of ear with external plan using "Deploy New" console option caused FileNotFoundException
    * [GERONIMO-1752] - JMS Server portlet - Edits to JMS Network Listener are lost upon server restart
    * [GERONIMO-1756] - Move from 1.1-dev version of commons-fileupload to version 1.1
    * [GERONIMO-1759] - getConsoleFrameworkServletPath broken
    * [GERONIMO-1760] - Several bugs in the javamail spec
    * [GERONIMO-1762] - Create a derby network /embedded XA datasource via admin console fail
    * [GERONIMO-1763] - default config.xml does not list Jetty AJP connector
    * [GERONIMO-1769] - Console should create links for all sections including the "current section"
    * [GERONIMO-1773] - Automatic driver download is duplicated
    * [GERONIMO-1774] - baseDir NPE in org.apache.geronimo.deployment.DeploymentContext
    * [GERONIMO-1782] - Properties File Login module fails after editing through Admin Console
    * [GERONIMO-1784] - SQL Login Modules logs "null" instead of the driver name
    * [GERONIMO-1787] - Possible to have a configuration partially installed that is not possible to undeploy
    * [GERONIMO-1789] - Exceptions while adding SQL Realm thru Admin Console
    * [GERONIMO-1790] - Long Geronimo path and file names cause problems on Windows
    * [GERONIMO-1802] - Console breakage in 1.1 branch
    * [GERONIMO-1806] - config.xml need to allow for nulls, empty string attributes and ability to remove references
    * [GERONIMO-1815] - Remove empty config-store directory
    * [GERONIMO-1818] - ActiveMQ broker is shutting down before the rest of the server
    * [GERONIMO-1821] - "maven new4" in 1.1 leaves loads of /tmp/packageNNNNN.tmpdir directories behind
    * [GERONIMO-1822] - Connector builder doesn't check consistency of transaction settings
    * [GERONIMO-1824] - geronimo-config-1.0.xsd incorrectly documents that classes can be comma-separated inside a filter element
    * [GERONIMO-1825] - Only one filter element can be specified inside a hidden-classes or non-overridable-classes element in plans
    * [GERONIMO-1827] - deployment-1.1.xsd missing
    * [GERONIMO-1828] - JSR-88 treats AbstractName like an ObjectName
    * [GERONIMO-1830] - Need to add Environment to DConfigBeans
    * [GERONIMO-1831] - Need to package console WEB-INF/classes into a JAR
    * [GERONIMO-1832] - Non-public Sun classes dependencies in tests
    * [GERONIMO-1836] - Packaging plugin expects does not handle the environment element being in namespaces other than the deployer namespace
    * [GERONIMO-1839] - Stopping or unloading a configuration with 2 or more dependent configurations is broken
    * [GERONIMO-1841] - JMS connector fails to start if <name> is used instead of <gbean-link>
    * [GERONIMO-1843] - Error attempting to deploy web applications to tomcat without a geronimo plan
    * [GERONIMO-1846] - geronimo-config-1.1.xsd needs to be changed - import element is not valid as a child of the configId element in a plan
    * [GERONIMO-1847] - FileNotFoundException when installing car into repository with packaging plugin when parent directories not created.
    * [GERONIMO-1849] - Attribute Manager broken WRT Reference
    * [GERONIMO-1850] - environment merge problem between ear and ejb modules (at least)
    * [GERONIMO-1851] - Proxy logic busted
    * [GERONIMO-1852] - Configuration and Kernel may differ on what gbeans are installed
    * [GERONIMO-1853] - modules/j2ee DomainTest failure
    * [GERONIMO-1854] - Coordinate list of started configs for Jetty,Tomcat for 1.1
    * [GERONIMO-1855] - Compile of OpenEJB's DeploymentHelper fails
    * [GERONIMO-1863] - Don't save enhanced classes, cglib is going to remove support for saving classes.
    * [GERONIMO-1867] - Startup output from --long badly formatted (regression from 1.0)
    * [GERONIMO-1870] - Fix dependencies scope in the spec jars
    * [GERONIMO-1871] - Unable to deploy Tapestry app due to classloading issue
    * [GERONIMO-1872] - Two meanings of META-INF/geronimo-service.xml
    * [GERONIMO-1875] - More work to port little-g to 1.1
    * [GERONIMO-1877] - Tomcat Console throws ClassCast Exception when selecting the Tomcat Web Connector
    * [GERONIMO-1878] - Cannot redeploy the console
    * [GERONIMO-1882] - Deploy from web console fails with NoSuchOperationException
    * [GERONIMO-1883] - Make sure all documentation is clearly marked as G 1.0 or G 1.1
    * [GERONIMO-1886] - NPE on simple web app deployment
    * [GERONIMO-1889] - Changing pooling parameters for connector does not persist to config.xml
    * [GERONIMO-1891] - Meaningless ERROR printed by attribute manager during redeploy
    * [GERONIMO-1893] - Corba failures on startup
    * [GERONIMO-1895] - Issues with geronimo specs
    * [GERONIMO-1896] - configs/client-deployer requires activemq-core-3.2.1
    * [GERONIMO-1897] - Configurations get version-ful reference to geronimo/j2ee-server/1.1-SNAPSHOT/car
    * [GERONIMO-1898] - Console JVM statistics break b/c can't cast JVM to StatisticsProvider
    * [GERONIMO-1899] - Build includes J2EE 1.1-SNAPSHOT spec
    * [GERONIMO-1900] - Sample app links on welcome app are broken by default
    * [GERONIMO-1902] - Console does not allow editing of Tomcat Connector Attributes
    * [GERONIMO-1903] - Add Spring to default class ignore list
    * [GERONIMO-1904] - Precompile JSPs for all apps by default
    * [GERONIMO-1906] - Cannot add a new connector using ActiveMQManagerGBean
    * [GERONIMO-1908] - Error in executing list-modules after application failure in Geronimo
    * [GERONIMO-1910] - NoSuchFieldError on deployment
    * [GERONIMO-1916] - Handle Delegate references can't be loaded without OpenEJB present
    * [GERONIMO-1918] - NoClassDefFoundError/ClassNotFoundException when attempting to deploy web app from console GUI
    * [GERONIMO-1919] - AG 1.1-SNAPSHOT has a memory leak when running DayTrader in Direct Mode
    * [GERONIMO-1920] - [Build Break] upgrade module: Test failure: assemblies_1 files in test-data missing.
    * [GERONIMO-1923] - Many Geronimo 1.1 configs depend on non-G1.1 ActiveMQ configs
    * [GERONIMO-1924] - Need to register the tomcat jndi url handler somehow
    * [GERONIMO-1925] - JSP Example Plugin Install/Uninstall/Install doesn't work
    * [GERONIMO-1927] - Need way to disable or make invisible security when using deployer.jar
    * [GERONIMO-1928] - CLI doesn't allow --inPlace as an option
    * [GERONIMO-1929] - Enable web apps exposed on separate ports
    * [GERONIMO-1931] - Deployers and the deploying classes are in separate class loader hierarchies
    * [GERONIMO-1932] - remove config-store directories from assemblies, now that they aren't used any more
    * [GERONIMO-1933] - Database pool usage doesn't include mandatory dependency
    * [GERONIMO-1934] - Incomplete dependency resolution assumes JAR as type
    * [GERONIMO-1935] - EJB refs fail when EJB module has no version in ConfigID
    * [GERONIMO-1936] - WAR deployed with configId with no type isn't treated as WAR by deploy tool, is by console
    * [GERONIMO-1937] - Resource reference names not trimmed for whitespace
    * [GERONIMO-1938] - Plugins portlet 'help' link throws PortletException
    * [GERONIMO-1940] - Bad deployment can't be undeployed
    * [GERONIMO-1941] - jaxr lookup doesn't work under tomcat server
    * [GERONIMO-1943] - cli.CommandRedeploy implementation doesn't support inPlace
    * [GERONIMO-1946] - SingleFileHotDeploy fixes for resolve, no force restart, empty target, and messages
    * [GERONIMO-1947] - Repeat hot deployment of WARs with no Geronimo plan
    * [GERONIMO-1949] - Some Tomcat & Jetty web app deployment errors do not identify web app module name associated with the error
    * [GERONIMO-1951] - config.xml settings should be applied to newer versions
    * [GERONIMO-1952] - MimeMessage modified and flags are not getting set properly by all constructors.
    * [GERONIMO-1953] - MimeUtility uuencode support has multiple bugs.
    * [GERONIMO-1954] - Failed web app deployment cannot be undeployed
    * [GERONIMO-1956] - Multiple problems with javamail Message serialization
    * [GERONIMO-1957] - The 1.1 SMTP code version is out of sync with the javamail spec being used with 1.1
    * [GERONIMO-1958] - Handle incomplete plugin downloads
    * [GERONIMO-1961] - SingleFileHotDeployer -  Application is not started on server restart
    * [GERONIMO-1962] - SingleFileHotDeployer:  Messages on the deployment status are not issued to console or log file.
    * [GERONIMO-1963] - Command-line plugin installer broken
    * [GERONIMO-1964] - Automatic geronimo-plugins.xml generation broken
    * [GERONIMO-1966] - Stack trace in geronimo-gbean-deployer configuration
    * [GERONIMO-1968] - Session getProvider() resolution not properly implementing search order.
    * [GERONIMO-1969] - MailGBean not handling debug property correctly.
    * [GERONIMO-1970] - During deployment, ModuleBuilders don't log an error if call to DeploymentUtil.recursiveDelete(dir) does not work
    * [GERONIMO-1971] - Redeployment of webapp without geronimo plan fails
    * [GERONIMO-1972] - Plugin Installer only works with 1 repository
    * [GERONIMO-1973] - javamail Session class using wrong classloader search sequence for resolving providers.
    * [GERONIMO-1974] - Can't "redeploy" a copy of an application using a different version in the module ID
    * [GERONIMO-1975] - security builder should trim everything
    * [GERONIMO-1977] - Remove corba spec & javamail spec from rmi-naming
    * [GERONIMO-1981] - Web Connector has GBean=(container name) in AbstractName
    * [GERONIMO-1985] - More then one configuration mananger was found in kernel with daytrader-derby-jetty-streamer-client
    * [GERONIMO-1992] - Exception in ConfigManager during redeploy
    * [GERONIMO-1993] - Build failure during assembly of j2ee-installer
    * [GERONIMO-1994] - geronimo-installer-1.1-SNAPSHOT.jar cannot be launched
    * [GERONIMO-1997] - Not possible to account for startup time in --long startup output due to configurations showing 0s
    * [GERONIMO-1998] - tomcat connector gbean sets wrong attribute
    * [GERONIMO-1999] - commons-modeler 1.1 is broken
    * [GERONIMO-2000] - PluginInstallerGBean generates invalid geronimo-plugin.xml files
    * [GERONIMO-2001] - Eliminate unnecessary CRs in deployment and other messages
    * [GERONIMO-2003] - Remove geronimo-config-1.1.xsd
    * [GERONIMO-2004] - Hot deployment of welcome app failed
    * [GERONIMO-2006] - Deploying an application with an incorrect deployment plan results in non-functional admin console panel
    * [GERONIMO-2008] - JarFileClassLoader creates jar urls for plain old files
    * [GERONIMO-2009] - JarFileResourceFinder ResourceEnumeration can't count.
    * [GERONIMO-2010] - Simplify the assemblies
    * [GERONIMO-2012] - Reflect configuration -> module change in config.xml
    * [GERONIMO-2013] - make upgrader into a command line tool
    * [GERONIMO-2017] - MEJB should not extend Management because it extends EJBObject pulling in requirements for the ejb-spec
    * [GERONIMO-2020] - Relative symlinks to the shell scripts were not handled correctly
    * [GERONIMO-2024] - namespace updates were turned off in 1.1
    * [GERONIMO-2031] - cvs.apache.org/repository has been moved (temporarily?) to people.apache.org/repository
    * [GERONIMO-2032] - [console] Some input and output streams are not closed in finally blocks
    * [GERONIMO-2033] - [axis] ensure input streams are closed in finally blocks
    * [GERONIMO-2034] - [deployment] ensure output streams are closed in finally blocks
    * [GERONIMO-2035] - [system] ensure input and output streams are closed in finally blocks
    * [GERONIMO-2036] - SingleFileHotDeployer doesn't undeploy app on force if directory has changed
    * [GERONIMO-2037] - Build failing on some Windows boxes and Solaris x86
    * [GERONIMO-2038] - assemblies\minimal-tomcat-server fails on windows due to file path length
    * [GERONIMO-2039] - typos in org.apache.geronimo.kernel.config.recursiveCopy(File srcDir, File destDir)
    * [GERONIMO-2040] - MagicGBall application not working in AG 1.1
    * [GERONIMO-2041] - Geronimo 1.3 Mail API : RFC  EncodeText and DecodeText methods does nothing
    * [GERONIMO-2042] - ConfigurationAwareReference needs Serial Version UID
    * [GERONIMO-2043] - remove context-priority-classloader element, provide separate artifact and dependency elements
    * [GERONIMO-2047] - JMS resource portlet broken by change to ActiveMQ RA
    * [GERONIMO-2048] - Keystore manager broken (by change to fix GERONIMO-1981?)
    * [GERONIMO-2049] - Jetty HTTPS edit shows no keystores in list
    * [GERONIMO-2050] - Unlocking a trust store still prompts for private key selection/password
    * [GERONIMO-2051] - Console Jetty HTTPS connector has wrong trust store help text
    * [GERONIMO-2052] - Dynamically added keystores never appear as unlocked
    * [GERONIMO-2054] - http://geronimo.apache.org/xml/ns/j2ee/web-1.0 name spaces are not upgraded by Upgrade1_0To1_1
    * [GERONIMO-2057] - Sun specific class references in disabled test prevent building Geronimo with a non-Sun JDK
    * [GERONIMO-2058] - Invalid gbean names in config.xml do not prevent server starting or module starting
    * [GERONIMO-2059] - dependencies in etc/project.properties need to be updated to use the appropriate versions
    * [GERONIMO-2060] - Changes made to plugins without bumping up version
    * [GERONIMO-2061] - Welcome app for 1.1 features 1.0 deployment plan
    * [GERONIMO-2065] - Not able to Build Geronimo1.0 , Geronimo 1.1
    * [GERONIMO-2068] - Upgrade tool should deal with gbean-name element in gbean refs.
    * [GERONIMO-2069] - o.a.g.system.configuration.LocalAttributeManager.load() does not setErrorHandler when parsing
    * [GERONIMO-2070] - config.xml validation error when attempting to clear references for a GBean
    * [GERONIMO-2077] - Under load receiving Null Pointer Exceptions in CMPGetter
    * [GERONIMO-2078] - Deployment errors can lead to directories and other artifacts not being cleaned up in the repo
    * [GERONIMO-2081] - Concurrency problems in Daytrader or AMQ
    * [GERONIMO-2088] - Plugin installer writes bad XML for config.xml content
    * [GERONIMO-2089] - Plugin exporter omits copy file and config.xml blocks
    * [GERONIMO-2095] - Problem with attribute manager
    * [GERONIMO-2096] - PluginInstallerGBean.updatePluginMetadata(..) may leave geronimo-plugin.xml file open
    * [GERONIMO-2100] - Subject can remain attached to thread on return from web app request, causing problems later on subsequent use of that thread
    * [GERONIMO-2101] - Deployment failures prevent future deployments
    * [GERONIMO-2108] - web app deployment fails with strange error if geronimo-web.xml defines a message-destination
    * [GERONIMO-2115] - Exclude j2ee-installer assembly from 1.1 build by renaming project.xml file to project.xml.ignore

** Improvement
    * [GERONIMO-232] - The ${geronimo.home}/config-store  should be created if missing prior to deployment.
    * [GERONIMO-241] - GBean proxy code could use improvement
    * [GERONIMO-440] - Installing package in offline mode should fail if server is running
    * [GERONIMO-571] - Provide ability to start all non-started GBeans and see error messages as to why they did not start
    * [GERONIMO-615] - RMIClassLoaderSpiImpl.normalizeCodebase(..) generates MalformedURLExceptions unnecessarily
    * [GERONIMO-847] - Better error for unmapped resource reference
    * [GERONIMO-944] - Bundle a JavaMail implementation & SMTP provider
    * [GERONIMO-1018] - Clarification of references
    * [GERONIMO-1137] - Proper DConfigBeans for Connectors
    * [GERONIMO-1174] - Hot deployer should know when a file was last deployed
    * [GERONIMO-1194] - Installer should only install packs(features) selected at install time
    * [GERONIMO-1199] - Keystore portlet should display certificate finger print before importing trusted certificates
    * [GERONIMO-1405] - support more than one config-store
    * [GERONIMO-1430] - Create TimedConfigStore (config store that timestamps deployments)
    * [GERONIMO-1434] - Allow GBeans to be bound into a component's java:comp/env namespace
    * [GERONIMO-1520] - Add product name to NetworkManager
    * [GERONIMO-1529] - Console should display Geronimo Version
    * [GERONIMO-1554] - Installer - Move advanced features to non-default installer path (simplify default installation)
    * [GERONIMO-1571] - Just a suggestion to state in the source distributin's BUILDING.txt file that compilation requires a JDK compatible with version 1.4, and that 1.5 will not work.
    * [GERONIMO-1605] - Display PID of started process when using geronimo.sh start or startup.sh
    * [GERONIMO-1606] - Display message indicating Geronimo is being started in another window when started with geronimo.bat start or startup.bat
    * [GERONIMO-1607] - Allow user to specify arguments to be used on the Windows START command issued by geronimo.bat
    * [GERONIMO-1608] - Improve Geronimo script documentation
    * [GERONIMO-1636] - Support optional version number on dependencies
    * [GERONIMO-1640] - Upgrade to Tomcat 5.5.15
    * [GERONIMO-1664] - Export / Import configurations capability
    * [GERONIMO-1689] - Eliminate config-store/# directory structure
    * [GERONIMO-1691] - Console should help configure Geronimo to hook up to Apache HTTP
    * [GERONIMO-1741] - Console should provide option to "redeploy" applications
    * [GERONIMO-1778] - Commits that shoud be merged from HEAD to 1.1
    * [GERONIMO-1803] - Manage by reference, not by name
    * [GERONIMO-1809] - Remove GBeanName
    * [GERONIMO-1811] - Improve the "Error: Unable to distribute foo.ear: Cannot deploy the requested application module" message
    * [GERONIMO-1814] - Add version number XStream serialized configuration files
    * [GERONIMO-1837] - Uninstalling an ear should cascade-uninstall all application clients
    * [GERONIMO-1844] - Precompile jsp pages in console
    * [GERONIMO-1856] - Provide more control over eclipse project name generation
    * [GERONIMO-1859] - Should be able to pass a JAR when deploying a service
    * [GERONIMO-1861] - Assembly plugin should make a backup "original" copy of the config.xml file
    * [GERONIMO-1866] - Make the packaging plugin output to target/ then JAR that into the local repo
    * [GERONIMO-1881] - Remove obsolete interop module
    * [GERONIMO-1890] - Support zip files in sharedir in addition to jars
    * [GERONIMO-1901] - Add additional parameters to TomcatGBean to provide improved configuration of Tomcat Attributs
    * [GERONIMO-1950] - Plugins should be able to specify config.xml settings to include explicitly
    * [GERONIMO-2011] - Set default logging to INFO rather than DEBUG in minimal assemblies
    * [GERONIMO-2016] - Provide source module info in UnresolvedReferenceException
    * [GERONIMO-2018] - Change temporary system proerty flags to start with "X"
    * [GERONIMO-2019] - KeystoreManager API needs ability to create client-side socket factories.
    * [GERONIMO-2021] - backport the activemq-embedded-rar from trunk to 1.1
    * [GERONIMO-2023] - Improve sample app install process
    * [GERONIMO-2029] - Plugins cannot install files outside repository

** New Feature
    * [GERONIMO-572] - GBeanName instead of ObjectName
    * [GERONIMO-927] - Provide a statement cache for TranQL for JDBCs drivers that don't inherintly provide this functionality.
    * [GERONIMO-1192] - Installer should create a config.xml for the target install
    * [GERONIMO-1507] - prototype offline deploy tool
    * [GERONIMO-1845] - Add minimal-tomcat-server assembly (little-G) to Geronimo 1.1
    * [GERONIMO-1848] - Shared Library support via a GBean
    * [GERONIMO-1978] - little-G for Jetty
    * [GERONIMO-1979] - Add custom class loader that does not leave open file locks


** Task
    * [GERONIMO-191] - Deployment of multiple modules into a single configuration
    * [GERONIMO-739] - Review location of config-store directory
    * [GERONIMO-1092] - Create a Maven2 build for the Daytrader sample app
    * [GERONIMO-1466] - Preparing 1.0 branch for development of 1.0.1cookies enabled, the application presents a custom error page or popup telling the user that cookies must be enabled (instead of allowing the browser to present a default 408 error page)
    * [GERONIMO-15141716] - Fix installer license statements Add usage of SimpleEncryption to PropertiesFileLoginModule and Admin Console
    * [GERONIMO-15442030] - InstallerAllow WebServiceBuilder -determine Straightenif outthere licensingare issuesWebServices forto IzPack sub-components.be deployed
    * [GERONIMO-16662109] - Link to Console issues resulting from configID changes on Welcome application should be more prominent

** New Feature
    * [GERONIMO-18761865] - backportAdd consoleability progressto barrestart fromand 1.2 to 1.1reload configurations



** Task
    * [GERONIMO-20942073] - AllCopyright geronimo jars and distributions should include at leastdate in the requiredconsole LICENSEneeds andto NOTICEbe filesupdated
    * [GERONIMO-21122264] - Place required attrtibutions in the NOTICES.txt file or a license included in the LICENSE.txt fileCreated branches/1.1.1 to start release process