Author: jbonofre
Date: Fri Feb 25 11:16:44 2011
New Revision: 1074472
URL: http://svn.apache.org/viewvc?rev=1074472&view=rev
Log:
[SMX4-765] Add a note for Java 1.5.0 support.
Modified:
servicemix/smx4/features/trunk/README
servicemix/smx4/features/trunk/RELEASE-NOTES
Modified: servicemix/smx4/features/trunk/README
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/README?rev=1074472&r1=1074471&r2=1074472&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/README (original)
+++ servicemix/smx4/features/trunk/README Fri Feb 25 11:16:44 2011
@@ -30,10 +30,10 @@ play.
Getting Started
===============
For an Apache ServiceMix 4 source distribution, please read
-BUILDING.txt for instructions on building Apache ServiceMix 4.
+BUILDING for instructions on building Apache ServiceMix 4.
For an Apache ServiceMix 4 binary distribution, please read
-RELEASE-NOTES.txt for installation instructions and list of supported
+RELEASE-NOTES for installation instructions and list of supported
and unsupported features.
Alternatively, you can also find out how to get started here:
Modified: servicemix/smx4/features/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/RELEASE-NOTES?rev=1074472&r1=1074471&r2=1074472&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/RELEASE-NOTES (original)
+++ servicemix/smx4/features/trunk/RELEASE-NOTES Fri Feb 25 11:16:44 2011
@@ -34,13 +34,16 @@ bugfixes and feature enhancements over t
OSGi and JBI compatible components for common integration bindings such as
FTP, HTTP, JMS, etc. as well as
service engines such as Camel (Enterprise Integration Patterns), Quartz,
JSR-223 Scripting, etc.
-
ServiceMix 4.3.0 also ships with a web console for administering and deploying
endpoints and components,
additional OSGi bundles, and configuration files. We also include support for
running outof the box web applications
via WAR file deployment. This release includes preliminary implementations of
the OSGi Enterprise Specification 4.2
and includes support for OSGi fragment bundles. OSGi framework support
defauls to Apache Felix, but can be changed
via a simple configuration paramater to use Eclipse Equinox.
+ Java 1.5.0 support
+ ------------------
+To be able to run ServiceMix 4.3.0 using Java 1.5.0, you need to remove
jaxp-ri-1.4.4.jar from the lib/endorsed folder.
+
Changelog
---------
The following list shows the bug fixes and enhancements included in this
release.