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 18:17:17
|
Update of /cvsroot/openorb/NamingService In directory usw-pr-cvs1:/tmp/cvs-serv4552 Removed Files: test.bat test.sh Log Message: #501906: Removed the stale files test.sh and test.bat --- test.bat DELETED --- --- test.sh DELETED --- |
|
From: Michael R. <mr...@us...> - 2002-01-10 15:54:18
|
Update of /cvsroot/openorb/OpenORB/src/main/javax/rmi/CORBA
In directory usw-pr-cvs1:/tmp/cvs-serv27700
Added Files:
Tie.java
Log Message:
Fixed the bug #501840/771: Added javax.rmi.CORBA.Tie to the source tree to
fix the compile for JDK1.2.x.
--- NEW FILE: Tie.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: Tie.java,v 1.1 2002/01/10 15:54:15 mrumpf Exp $
*
* Date Author Changes
*/
package javax.rmi.CORBA;
/**
* This interface is to implement to delegate remote call to a RMI object.
*
* NOTE: This has been redundantly added to the OpenORB source tree to fix
* the build for JDK1.2.x. In JDKs before 1.3.0 these classes are missing.
* Using themin the OpenORB source just breaks the support for those JDKs.
* This change is likely to be reverted when there is a cleaner solution
* coming up (mrumpf 20020110).
*/
public interface Tie extends org.omg.CORBA.portable.InvokeHandler
{
/**
* This method returns an object reference for the target object represented by the Tie.
*/
public org.omg.CORBA.Object thisObject();
/**
* This method deactivates the target object represented by Tie.
*/
public void deactivate();
/**
* This method returns the ORB for the Tie.
*/
public org.omg.CORBA.ORB orb();
/**
* This method sets the ORB for the Tie.
*/
public void orb( org.omg.CORBA.ORB orb );
/**
* This method must be implemented by tie classes. It will be called by Util.registerTarget to
* notify the tie of its registered target implementation object.
*/
public void setTarget( java.rmi.Remote target );
/**
* This method must be implemented by tie classes. It returns the registered target implementation
* object for the tie.
*/
public java.rmi.Remote getTarget();
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 15:35:55
|
Update of /cvsroot/openorb/OpenORB/src/main/javax/rmi/CORBA In directory usw-pr-cvs1:/tmp/cvs-serv22602/CORBA Log Message: Directory /cvsroot/openorb/OpenORB/src/main/javax/rmi/CORBA added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 15:35:37
|
Update of /cvsroot/openorb/OpenORB/src/main/javax/rmi In directory usw-pr-cvs1:/tmp/cvs-serv22516/rmi Log Message: Directory /cvsroot/openorb/OpenORB/src/main/javax/rmi added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 15:35:23
|
Update of /cvsroot/openorb/OpenORB/src/main/javax In directory usw-pr-cvs1:/tmp/cvs-serv22459/javax Log Message: Directory /cvsroot/openorb/OpenORB/src/main/javax added to the repository |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:34
|
Update of /cvsroot/openorb/TransactionService In directory usw-pr-cvs1:/tmp/cvs-serv29401/TransactionService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/TransactionService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:49:02 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 21,27 **** # it to the classpath environment variable # ! CLASSPATH=`echo dist/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH # Change the attributs for the antRun file --- 21,27 ---- # it to the classpath environment variable # ! CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributs for the antRun file |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:34
|
Update of /cvsroot/openorb/TradingService In directory usw-pr-cvs1:/tmp/cvs-serv29401/TradingService Modified Files: build.bat build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.bat =================================================================== RCS file: /cvsroot/openorb/TradingService/build.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.bat 2002/01/09 12:47:32 1.1.1.1 --- build.bat 2002/01/10 09:01:30 1.2 *************** *** 5,8 **** --- 5,10 ---- for %%i in (lib\*.jar) do call cp.bat %%i for %%i in (..\OpenORB\dist\*.jar) do call cp.bat %%i + for %%i in (..\PersistentStateService\dist\*.jar) do call cp.bat %%i + for %%i in (..\TransactionService\dist\*.jar) do call cp.bat %%i %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml Index: build.sh =================================================================== RCS file: /cvsroot/openorb/TradingService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:47:32 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 22,25 **** --- 22,28 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/TimeService In directory usw-pr-cvs1:/tmp/cvs-serv29401/TimeService Modified Files: build.bat build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.bat =================================================================== RCS file: /cvsroot/openorb/TimeService/build.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.bat 2002/01/09 12:46:57 1.1.1.1 --- build.bat 2002/01/10 09:01:30 1.2 *************** *** 5,8 **** --- 5,9 ---- for %%i in (lib\*.jar) do call cp.bat %%i for %%i in (..\OpenORB\dist\*.jar) do call cp.bat %%i + for %%i in (..\EventService\dist\*.jar) do call cp.bat %%i %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml Index: build.sh =================================================================== RCS file: /cvsroot/openorb/TimeService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:46:57 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 22,25 **** --- 22,27 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../EventService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/PersistentStateService In directory usw-pr-cvs1:/tmp/cvs-serv29401/PersistentStateService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/PersistentStateService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:42:24 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 22,28 **** # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH - CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH # Change the attributs for the antRun file --- 22,28 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributs for the antRun file |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/SSL In directory usw-pr-cvs1:/tmp/cvs-serv29401/SSL Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/SSL/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:46:34 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 22,25 **** --- 22,26 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/OpenORB In directory usw-pr-cvs1:/tmp/cvs-serv29401/OpenORB Modified Files: build.bat build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.bat =================================================================== RCS file: /cvsroot/openorb/OpenORB/build.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.bat 2002/01/09 12:28:36 1.1.1.1 --- build.bat 2002/01/10 09:01:29 1.2 *************** *** 2,8 **** REM $Id$ set JAVA=%JAVA_HOME%\bin\java ! set cp=%CLASSPATH% for %%i in (lib\*.jar) do call cp.bat %%i - set CP=%JAVA_HOME%\lib\tools.jar;%CP% %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml --- 2,7 ---- REM $Id$ set JAVA=%JAVA_HOME%\bin\java ! set CP=%JAVA_HOME%\lib\tools.jar;%CLASSPATH% for %%i in (lib\*.jar) do call cp.bat %%i %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml Index: build.sh =================================================================== RCS file: /cvsroot/openorb/OpenORB/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:28:36 1.1.1.1 --- build.sh 2002/01/10 09:01:30 1.2 *************** *** 21,27 **** # it to the classpath environment variable # ! CP=$JAVA_HOME/lib/tools.jar ! CP=$CP:lib/ant_1.3.jar ! CP=$CP:lib/xerces-J_1.4.0.jar # Change the attributes for the antRun file --- 21,26 ---- # it to the classpath environment variable # ! CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=$JAVA_HOME/lib/tools.jar # Change the attributes for the antRun file *************** *** 32,35 **** # Execute the build tool passing the build.xml file # ! $JAVAC -cp $CP -Dant.home=lib org.apache.tools.ant.Main "$@" -buildfile src/build.xml --- 31,34 ---- # Execute the build tool passing the build.xml file # ! $JAVAC -cp $CLASSPATH -Dant.home=lib org.apache.tools.ant.Main "$@" -buildfile src/build.xml |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/NotificationService In directory usw-pr-cvs1:/tmp/cvs-serv29401/NotificationService Modified Files: build.bat build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.bat =================================================================== RCS file: /cvsroot/openorb/NotificationService/build.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.bat 2002/01/09 12:27:18 1.1.1.1 --- build.bat 2002/01/10 09:01:29 1.2 *************** *** 2,8 **** REM $Id$ set JAVA=%JAVA_HOME%\bin\java ! set cp=%CLASSPATH% for %%i in (lib\*.jar) do call cp.bat %%i ! set CP=%JAVA_HOME%\lib\tools.jar;%CP% %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml --- 2,10 ---- REM $Id$ set JAVA=%JAVA_HOME%\bin\java ! set CP=%JAVA_HOME%\lib\tools.jar;%CLASSPATH% for %%i in (lib\*.jar) do call cp.bat %%i ! for %%i in (..\OpenORB\dist\*.jar) do call cp.bat %%i ! for %%i in (..\TransactionService\dist\*.jar) do call cp.bat %%i ! for %%i in (..\PersistentStateService\dist\*.jar) do call cp.bat %%i %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml Index: build.sh =================================================================== RCS file: /cvsroot/openorb/NotificationService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:27:18 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 21,26 **** # it to the classpath environment variable # ! CP=$JAVA_HOME/lib/tools.jar ! # Change the attributes for the antRun file --- 21,29 ---- # it to the classpath environment variable # ! CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH ! CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributes for the antRun file *************** *** 31,34 **** # Execute the build tool passing the build.xml file # ! $JAVAC -cp $CP -Dant.home=lib org.apache.tools.ant.Main "$@" -buildfile src/build.xml --- 34,37 ---- # Execute the build tool passing the build.xml file # ! $JAVAC -cp $CLASSPATH -Dant.home=lib org.apache.tools.ant.Main "$@" -buildfile src/build.xml |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:33
|
Update of /cvsroot/openorb/NamingService In directory usw-pr-cvs1:/tmp/cvs-serv29401/NamingService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/NamingService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:26:06 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,29 **** # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH - CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH # Change the attributs for the antRun file --- 22,29 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributs for the antRun file |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:32
|
Update of /cvsroot/openorb/ManagementBoard In directory usw-pr-cvs1:/tmp/cvs-serv29401/ManagementBoard Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/ManagementBoard/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:20:47 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,25 **** --- 22,26 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:32
|
Update of /cvsroot/openorb/InterfaceRepository In directory usw-pr-cvs1:/tmp/cvs-serv29401/InterfaceRepository Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/InterfaceRepository/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 10:52:40 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,25 **** --- 22,28 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../TransactionService/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../PersistentStateService/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:32
|
Update of /cvsroot/openorb/EventService In directory usw-pr-cvs1:/tmp/cvs-serv29401/EventService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/EventService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:25:40 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,25 **** --- 22,26 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:31
|
Update of /cvsroot/openorb/EvaluatorUtility In directory usw-pr-cvs1:/tmp/cvs-serv29401/EvaluatorUtility Modified Files: build.bat build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.bat =================================================================== RCS file: /cvsroot/openorb/EvaluatorUtility/build.bat,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.bat 2002/01/09 12:25:16 1.1.1.1 --- build.bat 2002/01/10 09:01:29 1.2 *************** *** 1,5 **** --- 1,7 ---- @echo off + REM $Id$ 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 %JAVA% -classpath "%CP%" -Dant.home=lib org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 -buildfile src/build.xml Index: build.sh =================================================================== RCS file: /cvsroot/openorb/EvaluatorUtility/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:25:16 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 21,24 **** --- 21,25 ---- # it to the classpath environment variable # + CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH |
|
From: Michael R. <mr...@us...> - 2002-01-10 09:01:31
|
Update of /cvsroot/openorb/ConcurrencyControlService In directory usw-pr-cvs1:/tmp/cvs-serv29401/ConcurrencyControlService Modified Files: build.sh Log Message: Fixed bugs 501393, 501412, 501418, 501420, and many other related problems. Index: build.sh =================================================================== RCS file: /cvsroot/openorb/ConcurrencyControlService/build.sh,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** build.sh 2002/01/09 12:24:21 1.1.1.1 --- build.sh 2002/01/10 09:01:29 1.2 *************** *** 22,27 **** # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH - CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH # Change the attributs for the antRun file --- 22,27 ---- # CLASSPATH=`echo lib/*.jar | tr ' ' ':'`:$CLASSPATH CLASSPATH=`echo ../OpenORB/dist/*.jar | tr ' ' ':'`:$CLASSPATH + CLASSPATH=$JAVA_HOME/lib/tools.jar:$CLASSPATH # Change the attributs for the antRun file |
|
From: Michael R. <mr...@us...> - 2002-01-10 08:56:58
|
Update of /cvsroot/openorb/RMIoverIIOP/src/main/org/openorb/rmi/system
In directory usw-pr-cvs1:/tmp/cvs-serv28145/RMIoverIIOP/src/main/org/openorb/rmi/system
Modified Files:
NameMangling.java
Log Message:
Committed the patch for bug SF#501292/Exolab#850
Index: NameMangling.java
===================================================================
RCS file: /cvsroot/openorb/RMIoverIIOP/src/main/org/openorb/rmi/system/NameMangling.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** NameMangling.java 2002/01/09 12:45:38 1.1.1.1
--- NameMangling.java 2002/01/10 08:56:55 1.2
***************
*** 126,130 ****
ret[1] = clz.getName().substring(ret[0].length()+1);
} else {
! ret = new String [] { "", clz.getName() };
}
--- 126,143 ----
ret[1] = clz.getName().substring(ret[0].length()+1);
} else {
! String clzName = clz.getName();
! // WORKAROUND: BUG #501292
! // The ClassLoader sometimes does not load the package information
! // of a new class correctly so that the getPackage() call returned
! // null. This has been observed when a custom ClassLoader has not
! // been derived from URLClassLoader and thus dows not load the
! // internal package map correctly.
! if (clzName != null && clzName.lastIndexOf('.') != -1) {
! ret = new String [] { null, null };
! ret[0] = clzName.substring(0, clzName.lastIndexOf('.'));
! ret[1] = clzName.substring(ret[0].length()+1);
! } else {
! ret = new String [] { "", clzName };
! }
}
|
|
From: Michael R. <mr...@us...> - 2002-01-10 08:56:58
|
Update of /cvsroot/openorb/RMIoverIIOP/src/etc
In directory usw-pr-cvs1:/tmp/cvs-serv28145/RMIoverIIOP/src/etc
Modified Files:
CHANGELOG
Log Message:
Committed the patch for bug SF#501292/Exolab#850
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/openorb/RMIoverIIOP/src/etc/CHANGELOG,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** CHANGELOG 2002/01/09 12:45:29 1.1.1.1
--- CHANGELOG 2002/01/10 08:56:54 1.2
***************
*** 3,6 ****
--- 3,9 ----
Current developments
+ - 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.
|