Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
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
-
Apache Geronimo 1.1.1 is mainly a bug-fix release, as such it addresses most of the 
bugs reported from the 1.1 release. Along with these fixes, this release provides 
improvements in usability such as:

 * Ability to select multiple driver jars when defining data sources.
 * Restored functionality for configuring certificates and managing the key store.
 * Customized warning messages in the Geronimo Administration Console.


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
-----------------------
Two versions of
Geronimo 1.1.1 has passed 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
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
-----------------------------------------------------------------
Apache
Release Notes - 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

** Bug
    * [GERONIMO-289] - WEB-INF/lib/* and WEB-INF/classes aren't on configuration class loader
    * [GERONIMO-396] - Transient failure to install configuration on WinXP/JDK1.5
    * [GERONIMO-436] - JSR-88: Targets Ignored
    * [GERONIMO-609] - geronimo.log can be closed whilst distributing an EAR if the application uses log4j
    * [GERONIMO-753] - GBeanName.matches does not respect quotes
    * [GERONIMO-837] - Switch all references in standard plans to not use <gbean-name>
    * [GERONIMO-948] - Need reference counting on load/start of configurations
    * [GERONIMO-973] - Add security to /console-standard
    * [GERONIMO-1012] - Tomcat integration does not set a subject in an unsecured web module in a secured ejb application
    * [GERONIMO-1071] - trust material/truststore for Jetty and Tomcat HTTPS Connectors
    * [GERONIMO-1140] - Bad component query building logic (JCAResourceImpl finds no JCAConnectionFactories)
    * [GERONIMO-1179] - Update ActiveMQ Manager for Adding/Removing Connectors
    * [GERONIMO-1212] - Timeouts in commons-fileupload
    * [GERONIMO-1287] - IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
    * [GERONIMO-1316] - Create JMS destination pretty darn broken
    * [GERONIMO-1329] - Cannot connect to Geronimo with jconsole
    * [GERONIMO-1330] - MBeans registered on the MBeanServer can not be viewed
    * [GERONIMO-1336] - Setting the Max PoolSize on a DataBase pool with invalid information does not yield an error message and silently fails
    * [GERONIMO-1344] - Get java usage help when a trailing slash '/' is in GERONIMO_HOME environment variable when running geronimo.bat
    * [GERONIMO-1352] - RMI port number is not specified in URL for JMXConnector in server config.xml files
    * [GERONIMO-1360] - Misleading error for missing web deployer
    * [GERONIMO-1370] - velocity.log is created in current directory on server startup
    * [GERONIMO-1379] - Login Error page does not include updates to remove table and include About link
    * [GERONIMO-1387] - Geronimo Console Applications portlets fail after starting app client.
    * [GERONIMO-1395] - text files (except *.bat files) have LF endings in ZIP file
    * [GERONIMO-1402] - Recipients set by calling MimeMessage.setRecipients(RecipientType, Adress[]) not remembered by getAllRecipients()
    * [GERONIMO-1411] - servlet 2.3 context-param elements are not converted properly to servlet 2.4 schema
    * [GERONIMO-1414] - Console About page does not set the shortcut icon
    * [GERONIMO-1416] - [daytrader] Broken links on benchmarking page
    * [GERONIMO-1417] - [daytrader] daytrader/docs/tradeFAQ.html out of date
    * [GERONIMO-1421] - DB portlet failure in Tomcat only
    * [GERONIMO-1422] - Geronimo shutdown does not complete due to ActiveMQ attempting to reconnect endpoints to broker every 30 seconds
    * [GERONIMO-1425] - access to unprotected web resource after login does not use correct Subject
    * [GERONIMO-1426] - DatabasePoolPortlet gets NPE when saving
    * [GERONIMO-1433] - Security vulnerability of WEB-INF contents on windows platforms
    * [GERONIMO-1435] - resource-env-ref mapping by admin-object-link broken
    * [GERONIMO-1437] - INFO  [Http11Protocol] messages (from tomcat) written to stdout during startup of Geronimo
    * [GERONIMO-1438] - INFO  [StandardContext] logged (from Tomcat) during shutdown of Geronimo
    * [GERONIMO-1440] - JAASJettyRealm not shared enough
    * [GERONIMO-1441] - "Build path contains duplicate entry" errors for some geronimo projects in eclipse
    * [GERONIMO-1443] - The hot deployer should accept plan-only deployments just like the online deployer
    * [GERONIMO-1444] - Allow deployment and use of exploded EAR modules
    * [GERONIMO-1446] - Tomcat server assembly does not include geronimo javamail car
    * [GERONIMO-1447] - MagicGBall sample does not work in AG 1.0
    * [GERONIMO-1448] - debug-tool does not work on Tomcat
    * [GERONIMO-1450] - Console usage plans use old namspace & parentId
    * [GERONIMO-1452] - Config.xml refers to the wrong JMX remote service gbean (Fix included)
    * [GERONIMO-1453] - GBeanOverride throws NullPointerException when more than one reference element specified
    * [GERONIMO-1455] - Start of CAR does not load and start its GBeans
    * [GERONIMO-1456] - geronimo-1.0-src.zip has a meta-inf folder in the root directory
    * [GERONIMO-1459] - service builder should require name or gbeanName
    * [GERONIMO-1462] - Finish implementing inverseClassloading attribute in plan schemas
    * [GERONIMO-1463] - Tomcat doesn't always get the right servlet name when evaluating isUserInRole
    * [GERONIMO-1465] - FixCRLF processing in assembly plugin sometimes fails under windows trying to rename a temp file
    * [GERONIMO-1467] - DB pool portlet error when web session saved
    * [GERONIMO-1468] - FileSystemRepository#listUris() produces wrong URI array when the repository contains a malformed entry
    * [GERONIMO-1472] - packaging plugin creates client cars with wrong version
    * [GERONIMO-1474] - Cross site scripting vulnerabilites
    * [GERONIMO-1475] - Configs needing updated to not include Xerces files in the Repository as duplicates to lib\endorsed
    * [GERONIMO-1477] - JMX debug tool should not be loaded in the supplied config.xml
    * [GERONIMO-1480] - Cross context include does not set jacc contextID for 2nd web app. (Tomcat only)
    * [GERONIMO-1483] - During Undeploy entry in config.xml is not removed
    * [GERONIMO-1489] - Minor fixes/updates to jUDDI webapp and Tomcat config
    * [GERONIMO-1490] - setjavaenv.bat is not called by deploy.bat
    * [GERONIMO-1491] - ActiveMQ plan uses hardcoded obsolete org/apache/geronimo/ActiveMQ module name
    * [GERONIMO-1495] - Installer build failure when using Maven 1.0.2
    * [GERONIMO-1498] - DriverDownloader.DriverInfo causes java.io.NotSerializableException during server shutdown
    * [GERONIMO-1502] - Installer does not install docs on 1.0.1
    * [GERONIMO-1503] - keystore generated by KeyStore portlet could not be used to add either Jetty or Tomcat HTTPS Listeners
    * [GERONIMO-1505] - Installer should default Tomcat on at runtime if Jetty pack is not selected
    * [GERONIMO-1506] - DB info portlet should use new GeronimoVersion
    * [GERONIMO-1508] - 1.1 won't accept plans with 1.0 configIds in references, parents, imports, etc.
    * [GERONIMO-1510] - NPE in connector DConfigBeans if no config params present on connection definition instance
    * [GERONIMO-1513] - The directory "geronimo-1.0\lib\extension" does not match 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- Version 1.1.1

** Bug
    * [GERONIMO-20601182] - ChangesConnector madeportlet to plugins without bumping up versiondelete challenge
    * [GERONIMO-20611196] - Welcome app for 1.1 features 1.0 deployment planKeystore portlet: Viewing trusted certificate results in an error
    * [GERONIMO-20651445] - NotAllow abledeployment toand Builduse Geronimo1.0of ,exploded GeronimoEAR 1.1modules
    * [GERONIMO-20681476] - UpgradeChanges toolto shoulddefault deallog4j.rootCategory withare gbean-name element in gbean refs.not dynamic
    * [GERONIMO-20691492] - o.a.g.system.configuration.LocalAttributeManager.load() does not setErrorHandler when parsing Many "org/apache/geronimo" configIds still live in source tree
    * [GERONIMO-20701582] - config.xmlNPE validationfor errorEJB whenwebservices.xml attemptingwith to clear references for a GBeanbad <jaxrpc-mapping-file>
    * [GERONIMO-20771596] - Under load receiving Null Pointer Exceptions in CMPGetterRepeated interface in JMS connection factory plan causes deployment failure
    * [GERONIMO-20781695] - Deployment errors can lead to directories and other artifacts not being cleaned up in the repoCORBA for EJB with Local interface only causes NPE
    * [GERONIMO-1703] - ServerInfo.getBaseDirectory() returns null
    * [GERONIMO-20811791] - Concurrency problems in Daytrader or AMQ LDAP Security Realm created via Console can fail deployment
    * [GERONIMO-20881817] - Plugin installer writes bad XML for config.xml content"Test a Login" while adding LDAP Realm fails with NullPointerException
    * [GERONIMO-20891906] - PluginCannot exporteradd omitsa copynew fileconnector and config.xml blocksusing ActiveMQManagerGBean
    * [GERONIMO-20951917] - Problem with attribute manager repository doesn't deal well with case insensitive file systems
    * [GERONIMO-20961959] - PluginInstallerGBean.updatePluginMetadata(..) may leave geronimo-plugin.xml file open Console: plugin % complete shoudl reset to 0 while preparing a download
    * [GERONIMO-21001960] - SubjectBad canGBean remainreference attachedisn't tocaught threadduring ondeployment
 return from web app request, causing problems later on subsequent use of that thread* [GERONIMO-1967] - /remote-deploy url link throws Error 404.
    * [GERONIMO-2101]-1984] - New Keystore portlet - DeploymentAdd failuresTrust preventCertificate futurethrows deploymentsexception
    * [GERONIMO-21081996] - webError appduring deployment failsmay withresult strangein errorfiles if geronimo-web.xml defines a message-destinationnot being cleaned up properly
    * [GERONIMO-21152007] - ExcludeAvoid j2ee-installerClassloader assemblywarnings from 1.1 build by renaming project.xml file to project.xml.ignore

** Improvement
generated by BasicProxyManager
     * [GERONIMO-2322072] - The ${geronimo.home}/config-store  should be created if missing prior to deployment.Client-Deployer config is using wrong/hardcoded commons-primitives version
    * [GERONIMO-2412076] - GBean proxy code could use improvement Must edit config.xml to provide custom plugin install source
    * [GERONIMO-4402087] - Installing package in offline mode should fail if server is runningMimeUtility.encodeWord()/encodeText() have some errors.
    * [GERONIMO-5712091] - Provide ability to start all non-started GBeans and see error messages as to why they did not startMimeBodyPart.getFileName() not retrieving name from the Content-Disposition header
    * [GERONIMO-2093] - Console database pool always gets NPE on deploy
    * [GERONIMO-6152102] - RMIClassLoaderSpiImpl.normalizeCodebase(..) generates MalformedURLExceptions unnecessarily Cannot deploy portlet WAR outside of console EAR
    * [GERONIMO-8472117] - Better error for unmapped resource referenceRemove deployer-log4j.properties files - they are no longer used
    * [GERONIMO-9442120] - Bundle a JavaMail implementation & SMTP provider Can't have ejb references outside current config.  ClassCastException on org.openejb.proxy.ProxyInfo
    * [GERONIMO-10182125] - ClarificationClasspath ofentries references
in the web app *archive [GERONIMO-1137] - Proper DConfigBeans for ConnectorsMETA-INF/MANIFEST.MF are not added to the wep app class path
    * [GERONIMO-11742134] - HotShutdown deployererror shouldin knowConfigurationClassLoader whenon a file was last deployedJava 5
    * [GERONIMO-11942136] - InstallerRemove shouldAbout onlyicon install packs(features) selected at install timeand about page from console
    * [GERONIMO-11992138] - Keystore portlet should display certificate finger print before importing trusted certificates Configuration jsp-examples-tomcat includes Jetty dependencies
    * [GERONIMO-14052142] - support more than one config-storeEJB Refs to EJB in parent module often fail
    * [GERONIMO-14302145] - CreateNPE TimedConfigStore (config store that timestamps deployments)in Maven1Repository
    * [GERONIMO-14342146] - AllowGBeanOverride ignores GBeansreference toname bewhen boundsaving intoif aartifact component's java:comp/env namespaceis not set
    * [GERONIMO-15202160] - Can't Addinstall producta nameJ2EE toconnector NetworkManagerplugin
    * [GERONIMO-15292164] - Creating ConsoleSQL- shouldbased displaysecurity Geronimorealm Versionfails
    * [GERONIMO-15542169] - Installer - Move advanced features to non-default installer path (simplify default installation Once tagged, the m:co goal of tags/1.1.1 should checkout the corresponding tagged version of OpenEJB (not a branch)
    * [GERONIMO-15712170] - JustTagged aversions suggestionof toGeronimo 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.should not include people.apache.org/repository in their list of maven repositories
    * [GERONIMO-16052171] - Displaysome PIDportions of starteda build processstill whenlook usingat geronimo.sh start or startup.shcvs.apache.org/repository
    * [GERONIMO-16062173] - Display message indicating Geronimo is being started in another window when started with geronimo.bat start or startup.batFix branches/1.1 (1.1.1-SNAPSHOT) build
    * [GERONIMO-2182] - Add 1.1 schemas to web site
    * [GERONIMO-16072186] - AllowEditing userof toConnection specifyPools argumentsother tothan beDerby usedfrom onconsole the Windows START command issued by geronimo.batnot working
    * [GERONIMO-16082194] - Eclipse Improveproject names Geronimonot scriptgenerated documentationconsistently
    * [GERONIMO-16362195] - SupportSharedLib optionalGBean versionfails numberto onstart dependencies
if shared/lib and shared/classes * [GERONIMO-1640] - Upgrade to Tomcat 5.5.15dirs are missing
    * [GERONIMO-16642197] - ExportNPE /when Importthe configurations capability
    * [GERONIMO-1689] - Eliminate config-store/# directory structure"edit" link is selected on the Security Realms console page
    * [GERONIMO-16912198] - ConsoleCSSBean shouldcreates help2 configureunnecessary Geronimothreads tofor hook up to Apache HTTPevery instance.
    * [GERONIMO-17412199] - ConsoleKey portion shouldof provideGeronimo-1145 optionappears tohave "redeploy" applicationsgotten lost.
    * [GERONIMO-17782200] - CommitsSMTP thatdebug shoudoutput beechos mergedportions fromof HEADthe tooutput 1twice.1
    * [GERONIMO-18032202] - Move to Managenew byApache reference,Maven not1 by namerepo (repo/m1-snapshot-repository
    * [GERONIMO-18092208] - bad classpath Remove GBeanNamein geronimo-deploy-jsr88-1.1.jar
    * [GERONIMO-18112218] - ImproveKeyStore theportlet: "Error: UnableFunctionality tomissing distributefrom foo.ear: Cannot deploy the requested application module" message1.0
    * [GERONIMO-18142222] - Add version number XStream serialized configuration files
    * [GERONIMO-1837] - Uninstalling an ear should cascade-uninstall all application clientsApplication errors in static initialization blocks during serialization of configuration during deployment  due to incorrect TCCL
    * [GERONIMO-18442228] - PrecompileGeronimoAsMavenServlet.java jspgenerates pageswrong indefault-repository consoleelement
    * [GERONIMO-18562230] - ProvideNo morecleanup controlafter over eclipse project name generationDeploymentWatcher exception
    * [GERONIMO-18592234] - ShouldUser can belock ablethe todefault passkeystore awithout JARwarning, whenmaking deployingjetty aserver serviceunusable
    * [GERONIMO-18612235] - Assembly plugin should make a backup "original" copy of the config.xml fileLocking default keystore results in serialization error on tomcat termination
    * [GERONIMO-18662237] - MakeFiltering theof packagingspringframework.org pluginin outputTomcatDeployer toplan target/creates thenCNF JARExceptions that into the local repoin Ears
    * [GERONIMO-18812238] - RemoveCan't obsoletecopy interopa moduleMultiParentClassLoader
    * [GERONIMO-18902240] - SupportMemory leak zipin filesDWR inmemory sharedirviewer ininfo additionscreen toin jarsconsole
    * [GERONIMO-19012241] - Add additional parameters to TomcatGBean to provide improved configuration of Tomcat AttributsDuplicate attributes created in config.xml for gbean
    * [GERONIMO-19502243] - PluginsGBean shouldreferences bedo ablenot totrim specifyspace config.xmlfrom settingsinterface to include explicitlynames (ref-type)
    * [GERONIMO-20112247] - SetApllications default logging to INFO rather than DEBUG in minimal assembliesPortlets: "Restart" column does not alternate background color
    * [GERONIMO-20162252] - Provide source module info in UnresolvedReferenceExceptionA locked key in a keystore can never be unlocked.
    * [GERONIMO-2018] - Change temporary system proerty flags to start with "X"-2253] - No way to get information on a plugin you're about to install through the console
    * [GERONIMO-20192256] - KeystoreManagerupdate APIm:checkout needsgoal abilityto touse createhttp client-sideto socketcheckout factories.openejb
    * [GERONIMO-20212258] - backportAbstract/Maven the activemq-embedded-rar from trunk to 1.1repositories install modules incorrectly
    * [GERONIMO-20232259] - Redeploy Improvefails when samplemodule appis installnot processrunning
    * [GERONIMO-20292260] - Plugins cannot install files outside repository

** New FeaturePlugin export process loses data
    * [GERONIMO-5722261] - Stopped GBeanNamemodule insteadmakes ofplugin ObjectNameeligible
    * [GERONIMO-9272269] - Provide a statement cache for TranQL for JDBCs drivers that don't inherintly provide this functionality.
     Error after redeploy (with no version in module ID)
    * [GERONIMO-2270] - Redeploy broken in 1.1.1

** Improvement
    * [GERONIMO-11921037] - Installer should create a config.xml for the target installClicking on "uninstall" link in Applications management pages deletes the configuration without any confirmation from user
    * [GERONIMO-15071524] - prototype offline deploy tool DB pool portlet should let you select multiple driver JARs
    * [GERONIMO-18451531] - Add minimal-tomcat-server assembly (little-G) to Geronimo 1.1 KeyStore portlet should support deletion of certificates and private keys
    * [GERONIMO-18481557] - Shared Library support via a GBean
    * [GERONIMO-1978] - little-G for JettyWhen you enter the url of a web service in the console You should get a page showing the service name
    * [GERONIMO-19791572] - AddAdjust customthe classadmin loaderconsole thatapp doesso notthat leaveif openthe file locks


** Task
    * [GERONIMO-191] - Deployment of multiple modules into a single configurationuser does not have cookies enabled, the application presents a custom error page or popup 
    * [GERONIMO-739] - Review location of config-store directory
    * [GERONIMO-1092] - Create a Maven2 build for the Daytrader sample app
   telling * [GERONIMO-1466] - Preparing 1.0 branch for development of 1.0.1
    * [GERONIMO-1514] - Fix installer license statementsthe user that cookies must be enabled (instead of allowing the browser to present a default 408 error page)
    * [GERONIMO-15441716] - InstallerAdd -usage Straightenof outSimpleEncryption licensingto issuesPropertiesFileLoginModule forand IzPack sub-components.Admin Console
    * [GERONIMO-16662030] - Console issues resulting from configID changesAllow WebServiceBuilder determine if there are WebServices to be deployed
    * [GERONIMO-18762109] - backport console progress bar from 1.2 to 1.1Link to Console on Welcome application should be more prominent

** New Feature
    * [GERONIMO-20941865] - Add Allability geronimoto jarsrestart and distributions should include at least the required LICENSE and NOTICE filesreload configurations

** Task
    * [GERONIMO-21122073] - PlaceCopyright requireddate attrtibutions in the NOTICES.txtconsole fileneeds orto a license included in the LICENSE.txt filebe updated