vmassol 2003/08/09 07:30:25
Modified: documentation/docs/xdocs Tag: CACTUS_15_BRANCH changes.xml
Log:
- Merged from HEAD and moved actions to a 1.5-rc1 section instead of 1.6dev
- Fixed the label for the release of Cactus 1.5-beta1 (it was written "1.5" instead
of "1.5-beta1")
Revision Changes Path
No revision
No revision
1.120.2.2 +39 -10 jakarta-cactus/documentation/docs/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
retrieving revision 1.120.2.1
retrieving revision 1.120.2.2
diff -u -r1.120.2.1 -r1.120.2.2
--- changes.xml 14 Jul 2003 20:01:56 -0000 1.120.2.1
+++ changes.xml 9 Aug 2003 14:30:24 -0000 1.120.2.2
@@ -67,17 +67,46 @@
<person name="Julien Ruaux" email="[EMAIL PROTECTED]" id="JRU"/>
</devs>
-<!--
-Note: To be added once we include the Eclipse plugin in a release
-
- <action dev="JRU" type="add">
- First release of the Eclipse plugin. See the
- <link href="site:integration_eclipse">Eclipse integration
- documentation</link> for more information.
+ <release version="1.5-rc1" date="in CVS">
+ <action dev="VMA" type="update">
+ The Cactus distribution now packages commons-httpclient 2.0 RC1
+ (we were previously including version 2.0 beta2).
</action>
--->
-
- <release version="1.5" date="14 July 2003">
+ <action dev="VMA" type="fix">
+ Support for WebLogic 7.x is now working fine. Fixed bugs in the
+ WebLogic 7.x configuration: the
+ <code>weblogic.xml</code> file was not correctly copied
+ in the <code>WEB-INF</code> directory of the cactified
+ war, and an NPE happened when the bea home property was not
+ set. It now tries to guess it from the
+ <code>cactus.home.weblogic7x</code> property if not set.
+ In addition, the configuration has also been greatly simplified.
+ </action>
+ <action dev="VMA" type="update">
+ In the cactifywar Ant task, changed the default realm name
+ that is used when adding Cactus default configuration data.
+ It was previously <code>Cactus test realm</code>. It is now
+ <code>myrealm</code>. The reason is that the default WebLogic
+ configuration creates a <code>myrealm</code> realm and thus
+ using this name makes our Cactus configuration for WebLogic
+ much simpler. It doesn't affect the other containers as they
+ do not seem to check for the realm name.
+ </action>
+ <action dev="VMA" type="add" due-to="Florin Vancea" due-to-email="[EMAIL
PROTECTED]">
+ Added the ability to define the JBoss port that will be used
+ in the Ant integration to poll if the JBoss server is up and
+ running. Note: This value will not modify the port of the
+ default JBoss configuration (it is still 8080). However, it
+ is useful for users who have defined their own JBoss
+ configuration and are using a port other than 8080.
+ </action>
+ <action dev="VMA" type="fix" fixes-bug="21892" due-to="Christopher
Marshall" due-to-email="[EMAIL PROTECTED]">
+ Fixed bug in Eclipse plugin build where the plugin version was not
+ correctly resolved.
+ </action>
+ </release>
+
+ <release version="1.5-beta1" date="14 July 2003">
<action dev="VMA" type="update">
Support for WebLogic 7.x has not been tested with Cactus 1.5 and
may not work.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]