OW2 JOnAS 5.2.0 M3 released !

Florent BENOIT <[email protected]>
Newsgroups gmane.comp.java.objectweb.jonas
Message-ID <[email protected]>
Hi JOnAS users,

The JOnAS team is pleased to announce the new JOnAS 5.2.0 Milestone 3 
release.

This release is Java EE 5 certified 
<http://java.sun.com/javaee/overview/compatibility.jsp> and provides you 
new features and bug fixes since JOnAS 5.2.0 M2 (More than 60 issues 
closed !)

Two profiles for JOnAS 5.2.0 M3 are available for download 
<http://forge.ow2.org/project/showfiles.php?group_id=5&release_id=4330>:

    * JOnAS Full-profile which is a full-blown Java EE Application
      Server : ( Java Web Start Installer
      <http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M3-installer.jnlp>
      / Java Offline Installer
      <http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M3-installer.jar>
      / Zip
      <http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M3-bin.zip>
      / Tgz
      <http://download.forge.objectweb.org/jonas/jonas-full-5.2.0-M3-bin.tar.gz>
      )
    * JOnAS Micro-profile which is a small bootstrap for JOnAS that will
      download services on demand (An internet connection is required):
      (Zip
      <http://download.forge.objectweb.org/jonas/micro-jonas-5.2.0-M3-bin.zip>
      / Tgz
      <http://download.forge.objectweb.org/jonas/micro-jonas-5.2.0-M3-bin.tar.gz>)


JIRA issue tracker instance is available at 
<http://jira.ow2.org/browse/JONAS>http://jira.ow2.org/browse/JONAS

    * Major new features :
          o Support for Tomcat 7.x
          o Support for Bean Validation (JSR 303)
          o Add support of datasource xml (instead of writing
            .properties file or .RAR file)
          o Use of JORAM OSGi

Please report issues on this tracker or through the mailing lists 
<http://wiki.jonas.ow2.org/xwiki/bin/view/Community/Lists>.

Issues fixed since JOnAS 5.2.0 M2 :


      Bug

    * (JONAS-53 <http://jira.ow2.org/browse/JONAS-53>) - Global Error
      when setting a DBM datasource from the console
    * (JONAS-121 <http://jira.ow2.org/browse/JONAS-121>) - error 400
      (instead of 404) when development mode is active
    * (JONAS-202 <http://jira.ow2.org/browse/JONAS-202>) - All the
      "repositories/url-internal" files are visibles
    * (JONAS-214 <http://jira.ow2.org/browse/JONAS-214>) - Error when
      building the tutorial/jaxws-sample client
    * (JONAS-216 <http://jira.ow2.org/browse/JONAS-216>) - JNLP
      installer for JOnAS 5.1.2 doesn't work
    * (JONAS-217 <http://jira.ow2.org/browse/JONAS-217>) - jonas admin
      command ignores -timeout option
    * (JONAS-221 <http://jira.ow2.org/browse/JONAS-221>) - if paths are
      passed half-half, versioning generated IndexOutOfBoundsException
    * (JONAS-223 <http://jira.ow2.org/browse/JONAS-223>) - (JOnASAdmin)
      : Trying to visualize a JORAM destination cause a "Global Error"
      (NullPointerException)
    * (JONAS-224 <http://jira.ow2.org/browse/JONAS-224>) - Role-based
      authorization for JMX security is broken
    * (JONAS-227 <http://jira.ow2.org/browse/JONAS-227>) - in some
      cases, when using smartclient, a wrong configuration file is used
      on client side
    * (JONAS-228 <http://jira.ow2.org/browse/JONAS-228>) - JOnAS
      5.2.0-M2 does not run on AIX
    * (JONAS-229 <http://jira.ow2.org/browse/JONAS-229>) - jonas check
      fails, complaining about lib/common/easybeans-ant-tasks.jar
    * (JONAS-230 <http://jira.ow2.org/browse/JONAS-230>) - newjc fails
      with file attribute null error
    * (JONAS-231 <http://jira.ow2.org/browse/JONAS-231>) - bug in newjc
      tool for copying workers.properties file
    * (JONAS-234 <http://jira.ow2.org/browse/JONAS-234>) - If
      ClientAdmin fails because of a security issue, it returns 0
      instead of 2
    * (JONAS-235 <http://jira.ow2.org/browse/JONAS-235>) - SWF files of
      jonasAdmin should be part of the protected resources
    * (JONAS-242 <http://jira.ow2.org/browse/JONAS-242>) - NPE when
      starting µJOnAS 5.2.0-M3-SNAPSHOT...
    * (JONAS-245 <http://jira.ow2.org/browse/JONAS-245>) - Logs
      disappear after undeploying webapp
    * (JONAS-246 <http://jira.ow2.org/browse/JONAS-246>) - Problem with
      JORAM RAR undeployment: sometimes, undeployment hangs
    * (JONAS-249 <http://jira.ow2.org/browse/JONAS-249>) - Servlets
      deployed by the OSGi HttpService are not JSR-77
    * (JONAS-252 <http://jira.ow2.org/browse/JONAS-252>) - jcl4sc2 error
      on HP-UX
    * (JONAS-257 <http://jira.ow2.org/browse/JONAS-257>) - Several
      parameters with jonas command don't work properly
    * (JONAS-263 <http://jira.ow2.org/browse/JONAS-263>) - missing or
      corrupt artifacts being downloaded from maven repository while
      running "mvn clean install"
    * (JONAS-265 <http://jira.ow2.org/browse/JONAS-265>) - Logs
      disappear after undeploying webapp
    * (JONAS-267 <http://jira.ow2.org/browse/JONAS-267>) - Parameter -bg
      with jonas command doesn't work properly
    * (JONAS-270 <http://jira.ow2.org/browse/JONAS-270>) - @WebService
      annotation is ignored when an EJB is deployed as an OSGi bundle
    * (JONAS-280 <http://jira.ow2.org/browse/JONAS-280>) - The security
      service cannot be created without the RequireJOnASServicesHandler
    * (JONAS-283 <http://jira.ow2.org/browse/JONAS-283>) - Loss of http
      session after JVM crash


      Improvement

    * (JONAS-212 <http://jira.ow2.org/browse/JONAS-212>) - jonas stop
      command should wait for JOnAS to actually stop
    * (JONAS-218 <http://jira.ow2.org/browse/JONAS-218>) - Add support
      for Bean Validation API (JSR 303)
    * (JONAS-222 <http://jira.ow2.org/browse/JONAS-222>) - Add
      com.sun.image to the boot delegation packages
    * (JONAS-239 <http://jira.ow2.org/browse/JONAS-239>) - The versioned
      path filtering should also work for byte() streams
    * (JONAS-240 <http://jira.ow2.org/browse/JONAS-240>) - In versioned
      contexts, use the Maven2 notation
    * (JONAS-241 <http://jira.ow2.org/browse/JONAS-241>) - Replace old
      PropertyResolver with the SubstitutionEngine
    * (JONAS-247 <http://jira.ow2.org/browse/JONAS-247>) - When the
      "development" attribute is re-enabled, get the current state as "base"
    * (JONAS-250 <http://jira.ow2.org/browse/JONAS-250>) - Versioning
      shall use Valves (instead of rewriting CoyoteAdapter)
    * (JONAS-251 <http://jira.ow2.org/browse/JONAS-251>) - Make the
      versioned body rewriting also work for response.getOutputStream()
    * (JONAS-278 <http://jira.ow2.org/browse/JONAS-278>) - Add a "source
      code" distribution
    * (JONAS-284 <http://jira.ow2.org/browse/JONAS-284>) - Update To
      Apache Tomcat 7.0.4


      New Feature

    * (JONAS-173 <http://jira.ow2.org/browse/JONAS-173>) - Filtered
      classloader at application level
    * (JONAS-225 <http://jira.ow2.org/browse/JONAS-225>) - Add support
      for Apache Tomcat 7.0.x
    * (JONAS-238 <http://jira.ow2.org/browse/JONAS-238>) - Allow the
      -username and -password arguments to be passed to the Admin Client
      via jonas.properties
    * (JONAS-258 <http://jira.ow2.org/browse/JONAS-258>) - Supports
      ClassLoader filtering at the module level
    * (JONAS-260 <http://jira.ow2.org/browse/JONAS-260>) - Add support
      of datasource xml


      Task

    * (JONAS-175 <http://jira.ow2.org/browse/JONAS-175>) - Integrate
      JORAM OSGi 5.4.0
    * (JONAS-219 <http://jira.ow2.org/browse/JONAS-219>) - Update Apache
      Felix component to 3.0.1
    * (JONAS-236 <http://jira.ow2.org/browse/JONAS-236>) - Update Tomcat
      version to 6.0.29
    * (JONAS-237 <http://jira.ow2.org/browse/JONAS-237>) - Update Jetty
      server to 6.1.25
    * (JONAS-243 <http://jira.ow2.org/browse/JONAS-243>) - JDK 6.0
      compilation
    * (JONAS-244 <http://jira.ow2.org/browse/JONAS-244>) - Update Apache
      CXF to 2.2.10
    * (JONAS-248 <http://jira.ow2.org/browse/JONAS-248>) - Update Apache
      Felix component to 3.0.2
    * (JONAS-268 <http://jira.ow2.org/browse/JONAS-268>) - Update to OW2
      bundles 1.0.22
    * (JONAS-269 <http://jira.ow2.org/browse/JONAS-269>) - Update to OW2
      util 1.0.24
    * (JONAS-272 <http://jira.ow2.org/browse/JONAS-272>) - Update to
      Apache Felix 3.0.4
    * (JONAS-273 <http://jira.ow2.org/browse/JONAS-273>) - Update to
      Apache CXF 2.2.11
    * (JONAS-274 <http://jira.ow2.org/browse/JONAS-274>) - Update to OW2
      Spec 1.0.4
    * (JONAS-275 <http://jira.ow2.org/browse/JONAS-275>) - Update Apache
      Bundle Repository to 1.6.4
    * (JONAS-276 <http://jira.ow2.org/browse/JONAS-276>) - Update Apache
      Config Admin to 1.2.8
    * (JONAS-279 <http://jira.ow2.org/browse/JONAS-279>) - Update Maven
      plugins to their latest stable version
    * (JONAS-285 <http://jira.ow2.org/browse/JONAS-285>) - Update to
      Felix iPOJO 1.6.6
    * (JONAS-287 <http://jira.ow2.org/browse/JONAS-287>) - Update OW2
      Util to 1.0.25
    * (JONAS-288 <http://jira.ow2.org/browse/JONAS-288>) - Update OW2
      bundles to 1.0.23
    * (JONAS-289 <http://jira.ow2.org/browse/JONAS-289>) - Update OW2
      EasyBeans to 1.2.0 M3


      Sub-task

    * (JONAS-77 <http://jira.ow2.org/browse/JONAS-77>) - In the default
      JOnAS ROOT configuration, should use the resource service and a
      JDBC resource adapter instead of the dbm service


Enjoy !

Florent
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.