You can subscribe to this list here.
| 2002 |
Jan
(887) |
Feb
(1041) |
Mar
(429) |
Apr
(147) |
May
(358) |
Jun
(378) |
Jul
(484) |
Aug
(501) |
Sep
(259) |
Oct
(934) |
Nov
(235) |
Dec
(108) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(287) |
Feb
(571) |
Mar
(939) |
Apr
(282) |
May
(71) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
|
Oct
(121) |
Nov
(141) |
Dec
(32) |
| 2004 |
Jan
(119) |
Feb
(697) |
Mar
(12) |
Apr
(23) |
May
(34) |
Jun
(44) |
Jul
(270) |
Aug
(62) |
Sep
(4) |
Oct
(2) |
Nov
(35) |
Dec
(18) |
| 2005 |
Jan
(37) |
Feb
(7) |
Mar
(49) |
Apr
(1) |
May
(6) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:11
|
Update of /cvsroot/openorb/TransactionService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/TransactionService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/TransactionService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:49:04 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:06 1.2 @@ -1,18 +1,24 @@ -OpenORB Transaction Service ------------------------------------ +OpenORB TransactionService +-------------------------- -Version 1.2.0 - August, 7 2001 -- TransactionService_1_2_0 +Version 1.2.1 - January, 11 2002 - TransactionService_1_2_1 - - Changed the transaction client side to support late binding to the transaction monitor. +- none - - Bug fixed in the transactional client interceptor. This bug was due to a change in the OpenORB behavior - concerning the slot. +Version 1.2.0 - August, 7 2001 - TransactionService_1_2_0 + +- Changed the transaction client side to support late binding + to the transaction monitor. + +- Bug fixed in the transactional client interceptor. This bug was + due to a change in the OpenORB behavior concerning the slot. Version 1.1.0 - May, 7 2001 - TransactionService_1_1_0 - - JTA classes are now supported - - Source code updated to take into account a change in OpenORB. +- JTA classes are now supported + +- Source code updated to take into account a change in OpenORB. Version 1.0.0 - February, 1 2001 - TransactionService_1_0_0 - - Initial Release \ No newline at end of file +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:11
|
Update of /cvsroot/openorb/TimeService/src/main/org/openorb/time
In directory usw-pr-cvs1:/tmp/cvs-serv23165/TimeService/src/main/org/openorb/time
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:06 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.time;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_TIME_MAJOR = 1;
public final static short OPENORB_TIME_MINOR = 2;
public final static short OPENORB_TIME_MINOR_CHANGE = 1;
public final static String OPENORB_TIME_VERSION = ""+OPENORB_TIME_MAJOR+"."+OPENORB_TIME_MINOR;
public final static String VERSION = OPENORB_TIME_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB TimeService Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_TimeService_" + OPENORB_TIME_MAJOR + "_" + OPENORB_TIME_MINOR + "_" + OPENORB_TIME_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:11
|
Update of /cvsroot/openorb/TradingService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/TradingService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/TradingService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:47:42 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:06 1.2 @@ -1,5 +1,13 @@ -OpenORB Trading Object Service ------------------------------- +OpenORB TradingService +---------------------- + +Version 1.2.1 - January, 11 2002 - TradingService_1_2_1 + +- none + +Version 1.2.0 - August, 8 2001 - TradingService_1_2_0 + +- none Version 1.1.0 - May, 7 2001 - TradingService_1_1_0 @@ -7,9 +15,9 @@ generated classes. - Changed the initial reference path to use the DefaultInitRef flag. - + - The Trader Jar file now embeds the IDL files. - + - The Trading Service Server has been updated to automatically include the embedded configuration. Don't require anymore a specific profile. @@ -18,4 +26,4 @@ Version 1.0.0 - February, 1 2001 - TradingService_1_0_0 - - Initial Release +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:10
|
Update of /cvsroot/openorb/PersistentStateService/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23165/PersistentStateService/src/etc
Modified Files:
CHANGELOG
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/PersistentStateService/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CHANGELOG 2002/01/09 12:42:25 1.1.1.1
+++ CHANGELOG 2002/01/10 19:26:05 1.2
@@ -1,12 +1,16 @@
-OpenORB Persistent State Service
------------------------------------
+OpenORB PersistentStateService
+------------------------------
+Version 1.2.1 - January, 11 2002 - PersistentStateService_1_2_1
+
+- none
+
Version 1.2.0 - August, 7 2001 - PersistentStateService_1_2_0
- Fixed a bug in the marshaller/unmarshaller code generator
for inherited forwarded storage type
-
-- Added two methods in the reflection interface of a
+
+- Added two methods in the reflection interface of a
storage type.
Version 1.1.0 - May, 7 2001 - PersistentStateService_1_1_0
@@ -14,58 +18,57 @@
- Bug fixed, registered PSS in pre_init rather than post_init,
avoiding problem with INS where the nameservice would be accessed
via the default initial reference before orb.run had been called.
-. modified class : org.openorb.pss.Initializer
+ modified class : org.openorb.pss.Initializer
- Big fixed for the typedef of basic data types with the PsdlCompiler.
-. modified class : org.openorb.pss.compiler.generate.psdlToJava
-
+ modified class : org.openorb.pss.compiler.generate.psdlToJava
+
- Bug fixed for the catalog inheritance. It was not possible to
inherit from a typedef identifier that corresponded to a
catalog.
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- PSDL Compiler bug fix concerning the Javadoc management. It's now
possible to use Javadoc comments for 'catalog' and 'provides'
operations.
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
org.openorb.pss.compiler.generator.PsdlToJava
- Generated classes changed to support a new comparison method for
arrays of byte. This change fix an unexcepted bug within the finder
methods. ( Bug reported and fixed by Stephen McConnell ).
-. modified: org.openorb.pss.connector.file.FileWrapper
+ modified: org.openorb.pss.connector.file.FileWrapper
org.openorb.pss.connector.database.DatabaseWrapper
org.openorb.pss.connector.memory.MemoryWrapper
org.openorb.pss.util.measure
- PSDL Compiler updated to support typedef type for inheritance (
abstract/concret storagehome/storagetype )
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- PSDL Compiler updated to take into account the prefix packages
creation
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- Mapping of embedded builder for typedef abstract storagetype bug has
been fixed
-. modified: org.openorb.pss.compiler.generator.PsdlToJava
+ modified: org.openorb.pss.compiler.generator.PsdlToJava
- Typedef of storagetype / storagehome ( concrete & abstract ) bugs
have been fixed
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar
- Enhance the PsdlCompiler to support JavaDoc comments
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar,
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar,
org.openorb.pss.compiler.generator.PsdlToJava
- Fix a bug concerning the forward declaration of abstract storage home
-. modified: org.openorb.pss.compiler.parser.PsdlGrammar,
+ modified: org.openorb.pss.compiler.parser.PsdlGrammar,
org.openorb.pss.compiler.reflect.psdlAbstractStorageHome
- Changed the PsdlCompiler to support the new IdlFromIR constructor (
from OpenORB distribution 1.0.2 )
-
Version 1.0.1 - March, 9 2001 - PersistentStateService_1_0_1
- A helper tool forgeneration has been updated to take into account
@@ -73,7 +76,7 @@
- All the mapping connectors have been modified to support a
enumeration data type for a key.
-. modified: org.openorb.pss.connector.database.DatabaseWrapper,
+ modified: org.openorb.pss.connector.database.DatabaseWrapper,
org.openorb.pss.connector.file.FileWrapper,
org.openorb.pss.connector.memory.MemoryWrapper
@@ -81,26 +84,25 @@
sql data type to store binary objects. An additional property must
be set to specify the sql data type to use
(PSS.database.sql_type). By default, the 'binary' datatype is used.
-. modified: org.openorb.pss.connector.database.DatabaseSession
+ modified: org.openorb.pss.connector.database.DatabaseSession
- All the mapping generators have been modified to initialize
inherited embedded storage object
-. modified: org.openorb.pss.connector.database.DatabaseWrapper,
+ modified: org.openorb.pss.connector.database.DatabaseWrapper,
org.openorb.pss.connector.file.FileWrapper,
org.openorb.pss.connector.memory.MemoryWrapper
-. bug fixed by Stephen McConnell ( mcc...@os... )
-
+ bug fixed by Stephen McConnell ( mcc...@os... )
+
- MultipleInput method fixed for the database connector.
- Multiple fields for a key description is now working with the
database connector
-. modified: org.openorb.pss.connector.database.DatabaseSession
+ modified: org.openorb.pss.connector.database.DatabaseSession
- The PSDL Compiler returns a status error when the compiler stops
after a failure
-. modified: org.openorb.pss.compiler.PSDLCompiler
-
+ modified: org.openorb.pss.compiler.PSDLCompiler
Version 1.0.0 - February, 1 2001 - PersistentStateService_1_0_0
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:10
|
Update of /cvsroot/openorb/PersistentStateService/src/main/org/openorb/pss
In directory usw-pr-cvs1:/tmp/cvs-serv23165/PersistentStateService/src/main/org/openorb/pss
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/PersistentStateService/src/main/org/openorb/pss/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:42:31 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:05 1.2
@@ -56,14 +56,14 @@
public class ReleaseInfo extends org.openorb.ReleaseInfo {
public final static short OPENORB_PSS_MAJOR = 1;
-
- public final static short OPENORB_PSS_MINOR = 0;
+ public final static short OPENORB_PSS_MINOR = 2;
+ public final static short OPENORB_PSS_MINOR_CHANGE = 1;
public final static String OPENORB_PSS_VERSION = OPENORB_PSS_MAJOR + "." + OPENORB_PSS_MINOR;
public final static String VERSION = OPENORB_PSS_VERSION + " over " + org.openorb.ReleaseInfo.VERSION;
- public final static String RELEASE = "OpenORB Persistent State Service version "+VERSION;
+ public final static String RELEASE = "OpenORB PersistentStateService Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB-PSS-" + OPENORB_PSS_MAJOR + "-" + OPENORB_PSS_MINOR + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_PSS_" + OPENORB_PSS_MAJOR + "_" + OPENORB_PSS_MINOR + "_" + OPENORB_PSS_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:10
|
Update of /cvsroot/openorb/TimeService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/TimeService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/TimeService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:46:59 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:06 1.2 @@ -1,17 +1,19 @@ -OpenORB Time Service --------------------- +OpenORB TimeService +------------------- -Version 1.2.0 - August, 8 2001 - TimeService_1_2_0 +Version 1.2.1 - January, 11 2002 - TimeService_1_2_1 -Version 1.1.0 - May, 7 2001 - TimeService_1_1_0 +- none - - Release +Version 1.2.0 - August, 8 2001 - TimeService_1_2_0 +- none -April 25, 2001 - - Changed the way and messages when the server is bound to - the naming. +Version 1.1.0 - May, 7 2001 - TimeService_1_1_0 +- Changed the way and messages when the server is bound to + the naming. + Version 1.0.0 - February, 1 2001 - TimeService_1_0_0 - - Initial Release +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/RMIoverIIOP/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/RMIoverIIOP/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/RMIoverIIOP/src/etc/CHANGELOG,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CHANGELOG 2002/01/10 08:56:54 1.2 +++ CHANGELOG 2002/01/10 19:26:06 1.3 @@ -1,13 +1,14 @@ -RMI over IIOP -------------- +OpenORB RMIoverIIOP +------------------- -Current developments +Version 1.2.1 - January, 11 2002 - RMIoverIIOP_1_2_1 + - Bug #850/501292: Added a workaround to fix the name mangling in case the class loader is buggy or not fully implemented. - Bug #840: Added a patch to shut the JavaToIdl compiler VM down explicitly. - + - Added junit to the build.xml's project.classpath. - Bug #715: Added trace output for original exceptions. @@ -88,9 +89,9 @@ - Bug: in the compiler for classes thad don't inherit from any other classes when generated the class id. - + - Bug: Fixed some problems with the JNDI/CosNaming adapter. - + - Fixed a bug in the compiler when an exception didn't have a package, a NullPointerException was thrown. @@ -114,7 +115,7 @@ - Patched the RMIRemoteStreamClass.java, to ensure classes without package are correctly handled. Submitted by Michael Rumpf (mi...@ru...). - + - Added a synchronized block for the CtxFactory class to avoid a concurrency problem on the static ORB instance. @@ -140,7 +141,7 @@ - Modified the MappingAPI.java class for two fixes: * Recursive custom values providing the writeObject method (like java.util.Date) were not correctly parsed. - + * The setter operation of a looking like get/set pair (but with different params) was not generated. @@ -153,7 +154,7 @@ - Bug fixed in the compiler. The '-' is replaced by '_' in the #define and #ifndef clauses. - The JUNIT tests were added instead of the JTF ones. - + - One orb per VM initialized for all stubs, skeletons and JNDI contexts to use, rather than using the latest orb to be initialized. |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/SSL/src/main/org/openorb/ssliop
In directory usw-pr-cvs1:/tmp/cvs-serv23165/SSL/src/main/org/openorb/ssliop
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:06 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.ssliop;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_SSLIOP_MAJOR = 1;
public final static short OPENORB_SSLIOP_MINOR = 2;
public final static short OPENORB_SSLIOP_MINOR_CHANGE = 1;
public final static String OPENORB_SSLIOP_VERSION = ""+OPENORB_SSLIOP_MAJOR+"."+OPENORB_SSLIOP_MINOR;
public final static String VERSION = OPENORB_SSLIOP_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB SSLIOP Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_SSLIOP_" + OPENORB_SSLIOP_MAJOR + "_" + OPENORB_SSLIOP_MINOR + "_" + OPENORB_SSLIOP_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/PropertyService/src/main/org/openorb/property
In directory usw-pr-cvs1:/tmp/cvs-serv23165/PropertyService/src/main/org/openorb/property
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/PropertyService/src/main/org/openorb/property/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:44:42 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:05 1.2
@@ -49,14 +49,15 @@
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
- public final static short OPENORB_PROPERTY_MAJOR = 0;
- public final static short OPENORB_PROPERTY_MINOR = 1;
+ public final static short OPENORB_PROPERTY_MAJOR = 1;
+ public final static short OPENORB_PROPERTY_MINOR = 2;
+ public final static short OPENORB_PROPERTY_MINOR_CHANGE = 1;
public final static String OPENORB_PROPERTY_VERSION = ""+OPENORB_PROPERTY_MAJOR+"."+OPENORB_PROPERTY_MINOR;
public final static String VERSION = OPENORB_PROPERTY_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
- public final static String RELEASE = "OpenORB Property Service version "+VERSION;
+ public final static String RELEASE = "OpenORB Property Service Version "+VERSION;
- public static String RELEASE_TAG = "OpenORB-PropertyService-" + OPENORB_PROPERTY_MAJOR + "-" + OPENORB_PROPERTY_MINOR + org.openorb.ReleaseInfo.RELEASE_TAG;
+ public static String RELEASE_TAG = "OpenORB_PropertyService_" + OPENORB_PROPERTY_MAJOR + "_" + OPENORB_PROPERTY_MINOR + "_" + OPENORB_PROPERTY_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/NotificationService/src/main/org/openorb/notify
In directory usw-pr-cvs1:/tmp/cvs-serv23165/NotificationService/src/main/org/openorb/notify
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:05 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.notify;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_NOTIFY_MAJOR = 1;
public final static short OPENORB_NOTIFY_MINOR = 2;
public final static short OPENORB_NOTIFY_MINOR_CHANGE = 1;
public final static String OPENORB_NOTIFY_VERSION = ""+OPENORB_NOTIFY_MAJOR+"."+OPENORB_NOTIFY_MINOR;
public final static String VERSION = OPENORB_NOTIFY_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB NotificationService Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_NotificationService_" + OPENORB_NOTIFY_MAJOR + "_" + OPENORB_NOTIFY_MINOR + "_" + OPENORB_NOTIFY_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/OpenORB/src/main/org/openorb
In directory usw-pr-cvs1:/tmp/cvs-serv23165/OpenORB/src/main/org/openorb
Modified Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: ReleaseInfo.java
===================================================================
RCS file: /cvsroot/openorb/OpenORB/src/main/org/openorb/ReleaseInfo.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ReleaseInfo.java 2002/01/09 12:29:57 1.1.1.1
+++ ReleaseInfo.java 2002/01/10 19:26:05 1.2
@@ -100,7 +100,7 @@
/**
* Version identifier with extra information.
*/
- public final static String RELEASE = "OpenORB version "+VERSION;
+ public final static String RELEASE = "OpenORB Version "+VERSION;
/**
* Release tag.
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/SSL/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/SSL/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/SSL/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:46:35 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:06 1.2 @@ -1,6 +1,8 @@ -OpenORB SSL Extension ---------------------- +OpenORB SSL +----------- +Version 1.2.1 - January, 11 2002 - SSL_1_2_1 + - Updated the version number to 1.2.1. - Bug #715: Added trace output for original exceptions. @@ -21,7 +23,7 @@ attack, opening connections without proceeding with the SSL handshake. Thanks to Michael Rumpf <mi...@ru...> for this patch. - + - Update: Flags in the client/server to allow interoperability. Version 1.1.0 - May, 8 2001 - SSL_1_1_0 |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/TimeService/src
In directory usw-pr-cvs1:/tmp/cvs-serv23165/TimeService/src
Modified Files:
build.xml
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/TimeService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:46:58 1.1.1.1
+++ build.xml 2002/01/10 19:26:06 1.2
@@ -8,7 +8,7 @@
<project name="TimeService" default="all" basedir="..">
<property name="project" value="TimeService" />
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="rootsrc" value ="src" />
<property name="source" value ="src/main" />
<property name="examples" value="src/examples" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/OpenORB/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/OpenORB/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:29:49 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:05 1.2 @@ -1,7 +1,10 @@ -OpenORB Core ------------- +OpenORB +------- -Current developments +Version 1.2.1 - January, 11 2002 - OpenORB_1_2_1 + +- Fix #501840/#771: Compile for JDK1.2.x should work again. + - Fixed a bug reported by Chris Smith (Chr...@ua...) concerning a wrong timeout value for the RelativeRoundtripTimeout policy. |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/PropertyService/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv23165/PropertyService/src/etc Modified Files: CHANGELOG Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: CHANGELOG =================================================================== RCS file: /cvsroot/openorb/PropertyService/src/etc/CHANGELOG,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- CHANGELOG 2002/01/09 12:44:39 1.1.1.1 +++ CHANGELOG 2002/01/10 19:26:05 1.2 @@ -1,5 +1,9 @@ -OpenORB Property Service ------------------------- +OpenORB PropertyService +----------------------- + +Version 1.2.1 - January, 11 2002 - PropertyService_1_2_1 + +- none Version 1.2.0 - August, 8 2001 - PropertyService_1_2_0 @@ -7,10 +11,10 @@ Version 1.1.0 - May, 8 2001 - PropertyService_1_1_0 - - Updated the build script and the documentation - - - Added the JUNIT tests and removed the JTF ones +- Updated the build script and the documentation +- Added the JUNIT tests and removed the JTF ones + Version 1.0.0 - February, 1 2001 - PropertyService_1_0_0 - - Initial Release +- Initial Release |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:09
|
Update of /cvsroot/openorb/RMIoverIIOP/src/main/org/openorb/rmi In directory usw-pr-cvs1:/tmp/cvs-serv23165/RMIoverIIOP/src/main/org/openorb/rmi Modified Files: ReleaseInfo.java Log Message: Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo. Added the class ReleaseInfo where it was not available yet. Index: ReleaseInfo.java =================================================================== RCS file: /cvsroot/openorb/RMIoverIIOP/src/main/org/openorb/rmi/ReleaseInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- ReleaseInfo.java 2002/01/09 12:45:31 1.1.1.1 +++ ReleaseInfo.java 2002/01/10 19:26:06 1.2 @@ -59,11 +59,11 @@ public final static short OPENORB_RMI_MINOR = 2; public final static short OPENORB_RMI_MINOR_CHANGE = 1; - public final static String OPENORB_RMI_VERSION = ""+OPENORB_RMI_MAJOR+"."+OPENORB_RMI_MINOR+"."+OPENORB_RMI_MINOR_CHANGE; + public final static String OPENORB_RMI_VERSION = ""+OPENORB_RMI_MAJOR+"."+OPENORB_RMI_MINOR; public final static String VERSION = OPENORB_RMI_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE; - public final static String RELEASE = "OpenORB RMI version "+VERSION; + public final static String RELEASE = "OpenORB RMIoverIIOP Version "+VERSION; - public final static String RELEASE_TAG = "OpenORB_RMI_" + OPENORB_RMI_MAJOR + "_" + OPENORB_RMI_MINOR + "_" + OPENORB_RMI_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG; + public final static String RELEASE_TAG = "OpenORB_RMIoverIIOP_" + OPENORB_RMI_MAJOR + "_" + OPENORB_RMI_MINOR + "_" + OPENORB_RMI_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG; } |
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:07
|
Update of /cvsroot/openorb/NamingService/src/main/org/openorb/ins
In directory usw-pr-cvs1:/tmp/cvs-serv23165/NamingService/src/main/org/openorb/ins
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:04 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.ins;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_INS_MAJOR = 1;
public final static short OPENORB_INS_MINOR = 2;
public final static short OPENORB_INS_MINOR_CHANGE = 1;
public final static String OPENORB_INS_VERSION = ""+OPENORB_INS_MAJOR+"."+OPENORB_INS_MINOR;
public final static String VERSION = OPENORB_INS_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB INS Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_INS_" + OPENORB_INS_MAJOR + "_" + OPENORB_INS_MINOR + "_" + OPENORB_INS_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:07
|
Update of /cvsroot/openorb/ManagementBoard/src/main/org/openorb/board
In directory usw-pr-cvs1:/tmp/cvs-serv23165/ManagementBoard/src/main/org/openorb/board
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:04 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.board;
/**
* This class contaBOARD some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_BOARD_MAJOR = 1;
public final static short OPENORB_BOARD_MINOR = 2;
public final static short OPENORB_BOARD_MINOR_CHANGE = 1;
public final static String OPENORB_BOARD_VERSION = ""+OPENORB_BOARD_MAJOR+"."+OPENORB_BOARD_MINOR;
public final static String VERSION = OPENORB_BOARD_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB ManagementBoard Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_ManagementBoard_" + OPENORB_BOARD_MAJOR + "_" + OPENORB_BOARD_MINOR + "_" + OPENORB_BOARD_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:07
|
Update of /cvsroot/openorb/EventService/src/main/org/openorb/event
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EventService/src/main/org/openorb/event
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:04 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.event;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_EVENT_MAJOR = 1;
public final static short OPENORB_EVENT_MINOR = 2;
public final static short OPENORB_EVENT_MINOR_CHANGE = 1;
public final static String OPENORB_EVENT_VERSION = ""+OPENORB_EVENT_MAJOR+"."+OPENORB_EVENT_MINOR;
public final static String VERSION = OPENORB_EVENT_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB EventService Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_EventService_" + OPENORB_EVENT_MAJOR + "_" + OPENORB_EVENT_MINOR + "_" + OPENORB_EVENT_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:26:07
|
Update of /cvsroot/openorb/EvaluatorUtility/src/main/org/openorb/constraint
In directory usw-pr-cvs1:/tmp/cvs-serv23165/EvaluatorUtility/src/main/org/openorb/constraint
Added Files:
ReleaseInfo.java
Log Message:
Updated the version to 1.2.1 in CHANGELOG as well as in ReleaseInfo.
Added the class ReleaseInfo where it was not available yet.
--- NEW FILE: ReleaseInfo.java ---
/**
* Redistribution and use of this software and associated
* documentation ("Software"), with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain copyright statements
* and notices. Redistributions must also contain a copy of this
* document.
*
* 2. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following
* disclaimer in the documentation and/or other materials provided
* with the distribution.
*
* 3. The name "Exolab" must not be used to endorse or promote
* products derived from this Software without prior written
* permission of Intalio Inc. For written permission, please
* contact in...@ex....
*
* 4. Products derived from this Software may not be called "Exolab"
* nor may "Exolab" appear in their names without prior written
* permission of Intalio Inc. Exolab is a registered trademark of
* Intalio Inc.
*
* 5. Due credit should be given to the Exolab Project
* (http://www.exolab.org/).
*
* THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO CONSTRAINT SHALL INTALIO OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Copyright 2000 (C) Intalio Inc. All Rights Reserved.
*
* $Id: ReleaseInfo.java,v 1.1 2002/01/10 19:26:04 mrumpf Exp $
*
* Date Author Changes
*/
package org.openorb.constraint;
/**
* This class contains some release info.
*/
public class ReleaseInfo extends org.openorb.ReleaseInfo
{
public final static short OPENORB_CONSTRAINT_MAJOR = 1;
public final static short OPENORB_CONSTRAINT_MINOR = 2;
public final static short OPENORB_CONSTRAINT_MINOR_CHANGE = 1;
public final static String OPENORB_CONSTRAINT_VERSION = ""+OPENORB_CONSTRAINT_MAJOR+"."+OPENORB_CONSTRAINT_MINOR;
public final static String VERSION = OPENORB_CONSTRAINT_VERSION + " over " + org.openorb.ReleaseInfo.RELEASE;
public final static String RELEASE = "OpenORB EvaluatorUtility Version "+VERSION;
public static String RELEASE_TAG = "OpenORB_EvaluatorUtility_" + OPENORB_CONSTRAINT_MAJOR + "_" + OPENORB_CONSTRAINT_MINOR + "_" + OPENORB_CONSTRAINT_MINOR_CHANGE + "_over_" + org.openorb.ReleaseInfo.RELEASE_TAG;
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:12:35
|
Update of /cvsroot/openorb/PropertyService/src
In directory usw-pr-cvs1:/tmp/cvs-serv19563/src
Modified Files:
build.xml
Log Message:
#501918: Renamed the jar files...
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/PropertyService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:44:37 1.1.1.1
+++ build.xml 2002/01/10 19:12:33 1.2
@@ -43,7 +43,7 @@
<!-- =============================== -->
<target name="init">
- <property name="version" value="1.2.0" />
+ <property name="version" value="1.2.1" />
<property name="src" value="src/main"/>
<property name="build" value="build"/>
<property name="dist" value="dist" />
@@ -59,6 +59,11 @@
<property name="project_file_name" value="PropertyService" />
<property name="archive" value="${project_file_name}-${version}"/>
+ <!-- Define the libraries jar file name, for easy version updating -->
+ <property name="property-main-jar" value="openorb_property-${version}.jar" />
+ <property name="property-tests-jar" value="openorb_property_test-${version}.jar" />
+ <property name="property-examples-jar" value="openorb_property_examples-${version}.jar" />
+
<property name="classpath" value=""${java.class.path};${build}/main;"" />
</target>
@@ -108,9 +113,9 @@
destdir="${build}/test"
classpath="${classpath}" debug="on" />
- <delete file="${dist}/test_ps-${version}.jar" />
+ <delete file="${dist}/${property-test-jar}" />
- <jar jarfile="${dist}/test_ps-${version}.jar"
+ <jar jarfile="${dist}/${property-test-jar}"
basedir="${build}/test" />
</target>
@@ -141,7 +146,7 @@
<!-- =============================== -->
<target name="jar" depends="main-r" >
- <delete file="${dist}/openorb_ps-${version}.jar" />
+ <delete file="${dist}/${property-main-jar}" />
<copy todir="${build}/main/org/openorb/idl">
<fileset dir="${idl}" includes="*.idl" />
@@ -151,13 +156,13 @@
<copy file="${etc}/README" tofile="${build}/README" />
<copy file="${etc}/CHANGELOG" tofile="${build}/CHANGELOG" />
- <jar jarfile="${dist}/openorb_ps-${version}.jar"
+ <jar jarfile="${dist}/${property-main-jar}"
basedir="${build}/main"/>
</target>
<target name="jar-all" depends="jar,examples,test" >
- <delete file="${dist}/examples_ps-${version}.jar" />
- <jar jarfile="${dist}/examples_ps-${version}.jar"
+ <delete file="${dist}/${property-main-jar}" />
+ <jar jarfile="${dist}/${property-main-jar}"
basedir="${build}/examples" />
@@ -240,12 +245,12 @@
tofile="${bin}/LICENSE" />
<copy file="${etc}/CHANGELOG"
tofile="${bin}/CHANGELOG" />
- <copy file="${dist}/openorb_ps-${version}.jar"
- tofile="${bin}/lib/openorb_ps-${version}.jar" />
- <copy file="${dist}/examples_ps-${version}.jar"
- tofile="${bin}/lib/examples_ps-${version}.jar" />
- <copy file="${dist}/test_ps-${version}.jar"
- tofile="${bin}/lib/test_ps-${version}.jar" />
+ <copy file="${dist}/${property-main-jar}"
+ tofile="${bin}/lib/${property-main-jar}" />
+ <copy file="${dist}/${property-examples-jar}"
+ tofile="${bin}/lib/${property-examples-jar}" />
+ <copy file="${dist}/${property-test-jar}"
+ tofile="${bin}/lib/${property-test-jar}" />
<copy file="${dist}/PropertyService.pdf" tofile="${bin}/doc/PropertyService.pdf" />
<copy todir="${bin}/idl" >
<fileset dir="${idl}">
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:05:39
|
Update of /cvsroot/openorb/TradingService/src
In directory usw-pr-cvs1:/tmp/cvs-serv17701/src
Modified Files:
build.xml
Log Message:
#501920: Renamed the jar files...
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/TradingService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:47:33 1.1.1.1
+++ build.xml 2002/01/10 19:05:36 1.2
@@ -8,7 +8,7 @@
<project name="OpenORB Trading Service" default="all" basedir=".." >
- <property name="version" value="1.1.0" />
+ <property name="version" value="1.2.1" />
<property name="src" value="src/main"/>
<property name="build" value="build"/>
<property name="dist" value="dist" />
@@ -27,9 +27,9 @@
<!-- Define the libraries jar file name, for easy version updating -->
<property name="trader-main-jar" value="openorb_trader-${version}.jar" />
- <property name="trader-tests-jar" value="test-${version}.jar" />
- <property name="trader-examples-jar" value="examples-${version}.jar" />
- <property name="trader-plugin-jar" value="traderplugin-${version}.jar" />
+ <property name="trader-tests-jar" value="openorb_trader_test-${version}.jar" />
+ <property name="trader-examples-jar" value="openorb_trader_examples-${version}.jar" />
+ <property name="trader-plugin-jar" value="openorb_trader_plugin-${version}.jar" />
<property name="evaluator-jar" value="openorb_evaluator-1.0.0.jar" />
|
|
From: Michael R. <mr...@us...> - 2002-01-10 19:03:29
|
Update of /cvsroot/openorb/NamingService/src
In directory usw-pr-cvs1:/tmp/cvs-serv16778/src
Modified Files:
build.xml
Log Message:
#501917: Renamed the jar files...
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/NamingService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:26:06 1.1.1.1
+++ build.xml 2002/01/10 19:03:27 1.2
@@ -26,9 +26,9 @@
<!-- Define the libraries jar file name, for easy version updating -->
<property name="ins-main-jar" value="openorb_ins-${version}.jar" />
- <property name="ins-tests-jar" value="test-${version}.jar" />
- <property name="ins-examples-jar" value="examples-${version}.jar" />
- <property name="ins-plugin-jar" value="insplugin-${version}.jar" />
+ <property name="ins-tests-jar" value="openorb_ins_test-${version}.jar" />
+ <property name="ins-examples-jar" value="openorb_ins_examples-${version}.jar" />
+ <property name="ins-plugin-jar" value="openorb_ins_plugin-${version}.jar" />
<target name="targets" depends="welcome">
</target>
|
|
From: Michael R. <mr...@us...> - 2002-01-10 18:59:17
|
Update of /cvsroot/openorb/EvaluatorUtility
In directory usw-pr-cvs1:/tmp/cvs-serv15605
Added Files:
cp.bat test.sh test.bat
Log Message:
Added missing files.
--- NEW FILE: cp.bat ---
set CP=%CP%;%1
--- NEW FILE: test.sh ---
#!/bin/sh
# $Id: test.sh,v 1.1 2002/01/10 18:59:11 mrumpf Exp $
#
# Set up the environment
#
if [ -z "$JAVA_HOME" ] ; then
JAVAC=`which java`
if [ -z "$JAVAC" ] ; then
echo "Cannot find JAVA. Please set your PATH."
exit 1
fi
JAVA_BIN=`dirname $JAVAC`
JAVA_HOME=$JAVA_BIN/..
fi
JAVAC=$JAVA_HOME/bin/java
#
# Concatenate all the libraries in the lib directory and append
# it to the classpath environment variable
#
CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH
CLASSPATH=`echo dist/*.jar | tr ' ' ':'`:$CLASSPATH
CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH
#
# Execute the build tool passing the build.xml file
#
$JAVAC -cp $CLASSPATH org.openorb.constraint.test.ConstraintEvaluatorTest
$JAVAC -cp $CLASSPATH org.openorb.constraint.test.DynamicValueTest
--- NEW FILE: test.bat ---
@echo off
REM $Id: test.bat,v 1.1 2002/01/10 18:59:11 mrumpf Exp $
set JAVA=%JAVA_HOME%\bin\java
set cp=%JAVA_HOME%\lib\tools.jar;%CLASSPATH%
for %%i in (..\OpenORB\dist\*.jar) do call cp.bat %%i
for %%i in (dist\*.jar) do call cp.bat %%i
%JAVA% -cp "%CP%" org.openorb.constraint.test.ConstraintEvaluatorTest
%JAVA% -cp "%CP%" org.openorb.constraint.test.DynamicValueTest
|
|
From: Michael R. <mr...@us...> - 2002-01-10 18:57:42
|
Update of /cvsroot/openorb/ConcurrencyControlService/src
In directory usw-pr-cvs1:/tmp/cvs-serv14917/src
Modified Files:
build.xml
Log Message:
#501916: Renamed the jar files.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/ConcurrencyControlService/src/build.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- build.xml 2002/01/09 12:24:21 1.1.1.1
+++ build.xml 2002/01/10 18:57:35 1.2
@@ -27,6 +27,11 @@
<property name="classpath" value=""${java.class.path};${build}/main;${source}"" />
+ <!-- Define the libraries jar file name, for easy version updating -->
+ <property name="ccs-main-jar" value="openorb_ccs-${version}.jar" />
+ <property name="ccs-tests-jar" value="openorb_ccs_tests-${version}.jar" />
+ <property name="ccs-examples-jar" value="openorb_ccs_examples-${version}.jar" />
+
<target name="targets" depends="help" >
</target>
<!-- =============================== -->
@@ -147,7 +152,7 @@
<javac srcdir="${src_ex}"
destdir="${build}/examples"
classpath="${classpath}" />
- <jar jarfile="${dist}/examples-${version}.jar"
+ <jar jarfile="${dist}/${ccs-examples-jar}"
basedir="${build}/examples" />
<delete dir="${build}/examples" />
</target>
@@ -158,7 +163,7 @@
<target name="clean-examples" >
<delete dir="${build}/examples" />
- <delete file="${dist}/examples-${version}.jar" />
+ <delete file="${dist}/${ccs-examples-jar}" />
</target>
<!-- =============================== -->
@@ -171,7 +176,7 @@
<javac srcdir="${test}/src"
destdir="${build}/test"
classpath="${classpath}" debug="on" deprecation="${deprecation}"/>
- <jar jarfile="${dist}/test-${version}.jar"
+ <jar jarfile="${dist}/${ccs-tests-jar}"
basedir="${build}/test" />
<delete dir="${build}/test" />
</target>
@@ -182,7 +187,7 @@
<target name="clean-test" >
<delete dir="${build}/test" />
- <delete file="${dist}/test/test-${version}.jar" />
+ <delete file="${dist}/test/${ccs-tests-jar}" />
</target>
<!-- =============================== -->
@@ -226,9 +231,9 @@
<!-- =============================== -->
<target name="jar" depends="idl, devel-r,copysupport" >
- <delete file="${dist}/openorb_ccs-${version}.jar" />
+ <delete file="${dist}/${ccs-main-jar}" />
- <jar jarfile="${dist}/openorb_ccs-${version}.jar"
+ <jar jarfile="${dist}/${ccs-main-jar}"
basedir="${build}/main" />
</target>
@@ -253,10 +258,10 @@
<copy file="${etc}/CHANGELOG"
tofile="${bin}/CHANGELOG" />
- <copy file="${dist}/openorb_ccs-${version}.jar"
- tofile="${bin}/lib/openorb_ccs-${version}.jar" />
- <copy file="${dist}/examples-${version}.jar"
- tofile="${bin}/lib/examples-${version}.jar" />
+ <copy file="${dist}/${ccs-main-jar}"
+ tofile="${bin}/lib/${ccs-main-jar}" />
+ <copy file="${dist}/${ccs-examples-jar}"
+ tofile="${bin}/lib/${ccs-examples-jar}" />
<copy file="${dist}/ccs.pdf" tofile="${bin}/doc/ccs.pdf" />
|