[xgws-dev] CVS Update: codes/xsul/java/modules/xwsif_runtime_async/xsul/xwsif_runtime_async
Aleksander Andrzej Slominski
xgws-dev_at_extreme.indiana.edu
Sat Mar 10 00:26:01 2007
aslom 07/03/10 00:25:51
Modified: xsul/java build.xml
xsul/java/modules/common/xsul XsulVersion.java
xsul/java/modules/xwsif_runtime/xsul/xwsif_runtime
WSIFAsyncSoapHttpDiiWithHandlers.java
xsul/java/modules/xwsif_runtime_async/xsul/xwsif_runtime_async
WSIFAsyncResponsesCorrelator.java
Log:
removed duplicae .class in all .jar
Revision Changes Path
1.140 +2 -2 codes/xsul/java/build.xml
Index: build.xml
===================================================================
RCS file: /l/extreme/cvs/codes/xsul/java/build.xml,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -b -t -w -r1.139 -r1.140
--- build.xml 2 Mar 2007 05:42:44 -0000 1.139
+++ build.xml 10 Mar 2007 05:25:51 -0000 1.140
@@ -853,7 +853,7 @@
<fileset dir="${build_msg_box}"/>
</jar>
<!-- Everything including jar file generated by XmlBeans -->
- <jar jarfile="${xsul_all_jar}">
+ <jar jarfile="${xsul_all_jar}" duplicate="preserve">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Specification-Title" value="XSUL"/>
@@ -868,7 +868,7 @@
<fileset dir="${build_xhandler_secure}"/>
<fileset dir="${build_xpola}"/>
<!-- XWSLDC included -->
- <fileset dir="${build_xwsdl}"/>
+ <!--fileset dir="${build_xwsdl}"/-->
<fileset dir="${build_xwsdlc}"/>
<!-- ANT 1.6.2 or later is required -->
<!-- http://ant.apache.org/manual/CoreTasks/zip.html -->
1.123 +3 -3 codes/xsul/java/modules/common/xsul/XsulVersion.java
Index: XsulVersion.java
===================================================================
RCS file: /l/extreme/cvs/codes/xsul/java/modules/common/xsul/XsulVersion.java,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -b -t -w -r1.122 -r1.123
--- XsulVersion.java 2 Mar 2007 05:34:14 -0000 1.122
+++ XsulVersion.java 10 Mar 2007 05:25:51 -0000 1.123
@@ -1,17 +1,17 @@
/* -*- mode: Java; c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
/* Copyright (c) 2002-2006 Extreme! Lab, Indiana University. All rights reserved.
* This software is open source. See the bottom of this file for the license.
- * $Id: XsulVersion.java,v 1.122 2007/03/02 05:34:14 aslom Exp $ */
+ * $Id: XsulVersion.java,v 1.123 2007/03/10 05:25:51 aslom Exp $ */
package xsul;
/**
* One place to put version number.
*
- * @version $Revision: 1.122 $
+ * @version $Revision: 1.123 $
* @author <a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
*/
public class XsulVersion {
- public final static String SPEC_VERSION = "2.9.2";
+ public final static String SPEC_VERSION = "2.9.3";
private final static String BUILD = ""; //"_dev"; //"_f2"; //"_SPECIAL_EDITION";//"_b4";
private final static String PROJECT_NAME = "XSUL";
1.9 +2 -1 codes/xsul/java/modules/xwsif_runtime/xsul/xwsif_runtime/WSIFAsyncSoapHttpDiiWithHandlers.java
Index: WSIFAsyncSoapHttpDiiWithHandlers.java
===================================================================
RCS file: /l/extreme/cvs/codes/xsul/java/modules/xwsif_runtime/xsul/xwsif_runtime/WSIFAsyncSoapHttpDiiWithHandlers.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -t -w -r1.8 -r1.9
--- WSIFAsyncSoapHttpDiiWithHandlers.java 1 Mar 2007 03:17:56 -0000 1.8
+++ WSIFAsyncSoapHttpDiiWithHandlers.java 10 Mar 2007 05:25:51 -0000 1.9
@@ -1,7 +1,7 @@
/* -*- mode: Java; c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
/* Copyright (c) 2006 Extreme! Lab, Indiana University. All rights reserved.
* This software is open source. See the bottom of this file for the license.
- * $Id: WSIFAsyncSoapHttpDiiWithHandlers.java,v 1.8 2007/03/01 03:17:56 aslom Exp $ */
+ * $Id: WSIFAsyncSoapHttpDiiWithHandlers.java,v 1.9 2007/03/10 05:25:51 aslom Exp $ */
package xsul.xwsif_runtime;
import java.net.URI;
@@ -117,6 +117,7 @@
}
public boolean isDone() { return done; }
};
+ logger.finest(messageId +" => "+ callback);
correlator.registerCallback(messageId, callback);
} else {
if(getSoapFragrance() != null) {
1.3 +2 -2 codes/xsul/java/modules/xwsif_runtime_async/xsul/xwsif_runtime_async/WSIFAsyncResponsesCorrelator.java
Index: WSIFAsyncResponsesCorrelator.java
===================================================================
RCS file: /l/extreme/cvs/codes/xsul/java/modules/xwsif_runtime_async/xsul/xwsif_runtime_async/WSIFAsyncResponsesCorrelator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -t -w -r1.2 -r1.3
--- WSIFAsyncResponsesCorrelator.java 20 Nov 2006 03:25:01 -0000 1.2
+++ WSIFAsyncResponsesCorrelator.java 10 Mar 2007 05:25:51 -0000 1.3
@@ -4,14 +4,14 @@
*
* This software is open source. See the bottom of this file for the license.
*
- * $Id: WSIFAsyncResponsesCorrelator.java,v 1.2 2006/11/20 03:25:01 aslom Exp $
+ * $Id: WSIFAsyncResponsesCorrelator.java,v 1.3 2007/03/10 05:25:51 aslom Exp $
*/
package xsul.xwsif_runtime_async;
import org.xmlpull.v1.builder.XmlDocument;
/**
- * Correlate reposne messages based on URIs to identify message correlation.
+ * Correlate response messages based on URIs to identify message correlation.
*/
public interface WSIFAsyncResponsesCorrelator {
public void registerCallback(Object messageId, WSIFAsyncResponseListener callback);