addressing-devel Mailing List for Addressing
Brought to you by:
nodens2k
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(96) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <nod...@us...> - 2009-01-14 16:00:39
|
Revision: 24 http://addressing.svn.sourceforge.net/addressing/?rev=24&view=rev Author: nodens2k Date: 2009-01-14 16:00:24 +0000 (Wed, 14 Jan 2009) Log Message: ----------- - Fixed site deployment URL for working with SF.net Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-01-08 10:03:03 UTC (rev 23) +++ trunk/pom.xml 2009-01-14 16:00:24 UTC (rev 24) @@ -308,7 +308,7 @@ </snapshotRepository> <site> <id>addressing</id> - <url>scp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> + <url>scp://shell.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> </site> </distributionManagement> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2009-01-08 10:03:08
|
Revision: 23 http://addressing.svn.sourceforge.net/addressing/?rev=23&view=rev Author: Nodens2k Date: 2009-01-08 10:03:03 +0000 (Thu, 08 Jan 2009) Log Message: ----------- Issue ID: 2493520 Addressing 1.1.1 Maintenance Release Added Paths: ----------- tags/1.1.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2009-01-08 10:01:05
|
Revision: 22 http://addressing.svn.sourceforge.net/addressing/?rev=22&view=rev Author: Nodens2k Date: 2009-01-08 10:01:01 +0000 (Thu, 08 Jan 2009) Log Message: ----------- Issue ID: 2493520 - Upgraded several dependencies - Updated distribution management URLs to the new SF.net web management system Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-26 08:57:39 UTC (rev 21) +++ trunk/pom.xml 2009-01-08 10:01:01 UTC (rev 22) @@ -4,7 +4,7 @@ <groupId>net.sourceforge.addressing</groupId> <artifactId>addressing</artifactId> <name>Addressing</name> - <version>1.2-SNAPSHOT</version> + <version>1.1.1</version> <description> WS-Addressing implementation for Axis 1.4. Starting from the Apache Addressing project, closed in 2005, this project wants to provide a common @@ -179,11 +179,21 @@ <groupId>axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging-api</artifactId> + </exclusion> + <exclusion> + <groupId>axis</groupId> + <artifactId>axis-wsdl4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> - <groupId>axis</groupId> - <artifactId>axis-wsdl4j</artifactId> - <version>1.5.1</version> + <groupId>wsdl4j</groupId> + <artifactId>wsdl4j</artifactId> + <version>1.5.3</version> </dependency> <dependency> <groupId>commons-discovery</groupId> @@ -198,13 +208,14 @@ </dependency> <dependency> <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - <version>1.1</version> + <artifactId>commons-logging</artifactId> + <classifier>api</classifier> + <version>1.1.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.1</version> + <version>4.4</version> <scope>test</scope> </dependency> </dependencies> @@ -286,18 +297,18 @@ </reporting> <distributionManagement> - <downloadUrl>http://addressing.sourceforge.net/maven2</downloadUrl> + <downloadUrl>http://addressing.sourceforge.net/maven2-releases</downloadUrl> <repository> <id>addressing</id> - <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-releases</url> + <url>scp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-releases</url> </repository> <snapshotRepository> <id>addressing</id> - <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-snapshots</url> + <url>scp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-snapshots</url> </snapshotRepository> <site> <id>addressing</id> - <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> + <url>scp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> </site> </distributionManagement> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-26 08:57:48
|
Revision: 21 http://addressing.svn.sourceforge.net/addressing/?rev=21&view=rev Author: Nodens2k Date: 2008-09-26 08:57:39 +0000 (Fri, 26 Sep 2008) Log Message: ----------- - Fixed distribution management data for the new SF web file management system. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-18 09:28:01 UTC (rev 20) +++ trunk/pom.xml 2008-09-26 08:57:39 UTC (rev 21) @@ -289,15 +289,15 @@ <downloadUrl>http://addressing.sourceforge.net/maven2</downloadUrl> <repository> <id>addressing</id> - <url>scp://shell.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-releases</url> + <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-releases</url> </repository> <snapshotRepository> <id>addressing</id> - <url>scp://shell.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-snapshots</url> + <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs/maven2-snapshots</url> </snapshotRepository> <site> <id>addressing</id> - <url>scp://shell.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> + <url>sftp://web.sourceforge.net/home/groups/a/ad/addressing/htdocs</url> </site> </distributionManagement> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-18 09:27:51
|
Revision: 20 http://addressing.svn.sourceforge.net/addressing/?rev=20&view=rev Author: Nodens2k Date: 2008-09-18 09:28:01 +0000 (Thu, 18 Sep 2008) Log Message: ----------- 1.2-SNAPSHOT initial commit. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-18 07:38:36 UTC (rev 19) +++ trunk/pom.xml 2008-09-18 09:28:01 UTC (rev 20) @@ -4,7 +4,7 @@ <groupId>net.sourceforge.addressing</groupId> <artifactId>addressing</artifactId> <name>Addressing</name> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <description> WS-Addressing implementation for Axis 1.4. Starting from the Apache Addressing project, closed in 2005, this project wants to provide a common @@ -205,6 +205,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.1</version> + <scope>test</scope> </dependency> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-18 07:38:30
|
Revision: 19 http://addressing.svn.sourceforge.net/addressing/?rev=19&view=rev Author: Nodens2k Date: 2008-09-18 07:38:36 +0000 (Thu, 18 Sep 2008) Log Message: ----------- Fixing tag name Added Paths: ----------- tags/1.1/ Removed Paths: ------------- tags/1.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-18 07:34:41
|
Revision: 18 http://addressing.svn.sourceforge.net/addressing/?rev=18&view=rev Author: Nodens2k Date: 2008-09-18 07:34:51 +0000 (Thu, 18 Sep 2008) Log Message: ----------- 1.0 release tag Added Paths: ----------- tags/1.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-05 12:30:31
|
Revision: 17 http://addressing.svn.sourceforge.net/addressing/?rev=17&view=rev Author: Nodens2k Date: 2008-09-05 12:30:33 +0000 (Fri, 05 Sep 2008) Log Message: ----------- - Fixed links to sourceforge pages Modified Paths: -------------- trunk/src/site/site.xml Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2008-09-05 09:42:17 UTC (rev 16) +++ trunk/src/site/site.xml 2008-09-05 12:30:33 UTC (rev 17) @@ -35,13 +35,12 @@ <body> <links> <item name="Apache" href="http://www.apache.org/" /> - <item name="SF.net" href="http://sf.net/"/> + <item name="Addressing at SF.net" href="http://sf.net/projects/addressing"/> </links> <menu name="Main"> <item name="Introduction" href="index.html"/> <item name="FAQ" href="http://addressing.wiki.sf.net/FAQ"/> - <item name="SF.net" href="http://sf.net/projects/addressing"/> <item name="Tutorial" href="tutorial.html"/> </menu> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-05 09:42:07
|
Revision: 16 http://addressing.svn.sourceforge.net/addressing/?rev=16&view=rev Author: Nodens2k Date: 2008-09-05 09:42:17 +0000 (Fri, 05 Sep 2008) Log Message: ----------- - releases should be branches! Added Paths: ----------- branches/ Removed Paths: ------------- releases/ Property changes on: branches ___________________________________________________________________ Added: svn:mergeinfo + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-05 09:40:49
|
Revision: 15 http://addressing.svn.sourceforge.net/addressing/?rev=15&view=rev Author: Nodens2k Date: 2008-09-05 09:40:59 +0000 (Fri, 05 Sep 2008) Log Message: ----------- - Fixed web site CSS styles. Modified Paths: -------------- trunk/src/site/resources/css/site.css Modified: trunk/src/site/resources/css/site.css =================================================================== --- trunk/src/site/resources/css/site.css 2008-09-04 13:29:28 UTC (rev 14) +++ trunk/src/site/resources/css/site.css 2008-09-05 09:40:59 UTC (rev 15) @@ -1,57 +1,31 @@ -#banner { - background: transparent url(../images/dawn.png) repeat-x scroll 0 0; - height: 109px; -} +/* + * Copyright (c) 2008 Rodrigo Ruiz + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ -#bannerLeft { - color: #fff; - float:none; +a:active, a:link, a:visited { + color: #b50; } -#bannerLeft img { - padding: 5px; +a:hover { + color: #f80; } -#breadcrumbs { - background: #eee url(../images/breadcrumbs.jpg) repeat scroll 0 0; - border: 0; - height: 13px; - margin-bottom: 10px; - padding: 5px 10px 14px 20px; -} - -#leftColumn { - -moz-border-radius-bottomright: 6px; - -moz-border-radius-topright: 6px; - -moz-box-sizing: border-box; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -webkit-box-shadow: 2px 2px 4px #666; - border-color: #b50; - border-style: solid; - border-width: 1px 1px 1px 0; - margin: 0 0 10px; - padding: 0 5px; - width: 12em; -} - -#navcolumn h5 { - border-bottom: 1px dotted #888; - color: #000; - font-size: smaller; - font-weight: bolder; - margin-bottom: 5px; - padding-top: 5px; -} - -#bodyColumn { - margin-left: 15em; - margin-right: 1.5em; - max-width: 65em; - min-width: 35em; -} - -.section { +a.poweredBy { + display: block; + text-align: center; + margin: 10px 0; padding: 0; } @@ -81,37 +55,35 @@ text-shadow: 1px 1px 2px #000; } -a:active, a:link, a:visited { - color: #b50; +#banner { + background: transparent url(../images/dawn.png) repeat-x scroll 0 0; + height: 109px; } -a:hover { - color: #f80; +#bannerLeft { + color: #fff; + float:none; } -a.poweredBy { - display: block; - text-align: center; - margin: 10px 0; - padding: 0; +#bannerLeft img { + padding: 5px; } -#leftColumn a.poweredBy img { - border: 0; - margin: 0; - padding: 0; +#bodyColumn { + margin-left: 15em; + margin-right: 1.5em; + max-width: 65em; + min-width: 35em; } -.xleft, .xright { - text-shadow: none; +#breadcrumbs { + background: #eee url(../images/breadcrumbs.jpg) repeat scroll 0 0; + border: 0; + height: 13px; + margin-bottom: 10px; + padding: 5px 10px 14px 20px; } -.source { - -webkit-box-shadow: 2px 2px 4px #666; - background: #eee; - margin: 0; -} - #footer { font-size: 13px; margin-left: 15em; @@ -130,3 +102,55 @@ padding: 0.5em 0; margin: 4em 0 0 0; } + +#leftColumn { + -moz-border-radius-bottomright: 6px; + -moz-border-radius-topright: 6px; + -moz-box-sizing: border-box; + -moz-box-shadow: 2px 2px 4px #666; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -webkit-box-shadow: 2px 2px 4px #666; + border-color: #b50; + border-style: solid; + border-width: 1px 1px 1px 0; + margin: 0 0 10px; + padding: 0 5px; + width: 12em; +} + +#leftColumn a.poweredBy img { + border: 0; + margin: 0; + padding: 0; +} + +#navcolumn h5 { + border-bottom: 1px dotted #888; + color: #000; + font-size: smaller; + font-weight: bolder; + margin-bottom: 5px; + padding-top: 5px; +} + +.bodyTable { + -moz-box-shadow: 2px 2px 4px #666; + -webkit-box-shadow: 2px 2px 4px #666; + border:1px solid #888; +} + +.section { + padding: 0; +} + +.source { + -moz-box-shadow: 2px 2px 4px #666; + -webkit-box-shadow: 2px 2px 4px #666; + background: #eee; + margin: 0; +} + +.xleft, .xright { + text-shadow: none; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-04 13:29:29
|
Revision: 14 http://addressing.svn.sourceforge.net/addressing/?rev=14&view=rev Author: Nodens2k Date: 2008-09-04 13:29:28 +0000 (Thu, 04 Sep 2008) Log Message: ----------- - bug fix: keywords substitution not working - bug fix: Revision keyword should be used in javadocs Modified Paths: -------------- trunk/src/main/java/org/apache/axis/message/addressing/Action.java trunk/src/main/java/org/apache/axis/message/addressing/Address.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java trunk/src/main/java/org/apache/axis/message/addressing/Constants.java trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java trunk/src/main/java/org/apache/axis/message/addressing/From.java trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java trunk/src/main/java/org/apache/axis/message/addressing/PortType.java trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java trunk/src/main/java/org/apache/axis/message/addressing/To.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java trunk/src/test/java/addressing/TestEPR.java trunk/src/test/java/addressing/TestSerDeser.java trunk/src/test/java/addressing/tools/PingService.java trunk/src/test/java/addressing/tools/TestTools.java trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java Property Changed: ---------------- trunk/LICENSE.txt trunk/checkstyle.xml trunk/pom.xml trunk/src/conf/app.properties trunk/src/main/assembly/bin.xml trunk/src/main/java/org/apache/axis/message/addressing/Action.java trunk/src/main/java/org/apache/axis/message/addressing/Address.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java trunk/src/main/java/org/apache/axis/message/addressing/Constants.java trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java trunk/src/main/java/org/apache/axis/message/addressing/From.java trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java trunk/src/main/java/org/apache/axis/message/addressing/PortType.java trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java trunk/src/main/java/org/apache/axis/message/addressing/To.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java trunk/src/main/java/org/apache/ws/addressing/uuid/AxisUUIdGenerator.java trunk/src/main/java/org/apache/ws/addressing/uuid/JugUUIdGenerator.java trunk/src/main/java/org/apache/ws/addressing/uuid/UUIdGenerator.java trunk/src/main/java/org/apache/ws/addressing/uuid/UUIdGeneratorFactory.java trunk/src/site/apt/index.apt trunk/src/site/apt/tutorial.apt trunk/src/site/resources/css/site.css trunk/src/site/resources/images/banner.png trunk/src/site/resources/images/banner.xcf trunk/src/site/resources/images/breadcrumbs.jpg trunk/src/site/resources/images/dawn.png trunk/src/site/site.xml trunk/src/test/java/addressing/TestEPR.java trunk/src/test/java/addressing/TestSerDeser.java trunk/src/test/java/addressing/tools/PingService.java trunk/src/test/java/addressing/tools/TestTools.java trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java trunk/src/test/resources/META-INF/services/javax.xml.soap.MessageFactory trunk/src/test/resources/addressing/tools/WS-Addressing.xsd trunk/src/test/resources/addressing/tools/client-config.wsdd trunk/src/test/resources/addressing/tools/ping_service.wsdl trunk/src/test/resources/addressing/tools/server-config.wsdd trunk/src/test/resources/org/apache/ws/addressing/handler/testRequest.xml trunk/src/test/resources/org/apache/ws/addressing/handler/testResponse.xml trunk/src/test/wsdl/WS-Addressing.xsd trunk/src/test/wsdl/ping_service.wsdl Property changes on: trunk/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/checkstyle.xml ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/pom.xml ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/conf/app.properties ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/assembly/bin.xml ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/Action.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/Action.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/Action.java 2008-09-04 13:29:28 UTC (rev 14) @@ -34,6 +34,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class Action extends AttributedURI { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/Action.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/Address.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/Address.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/Address.java 2008-09-04 13:29:28 UTC (rev 14) @@ -26,6 +26,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class Address extends AttributedURI { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/Address.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java 2008-09-04 13:29:28 UTC (rev 14) @@ -22,6 +22,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class AddressingFormatException extends AxisFault { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AddressingFormatException.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java 2008-09-04 13:29:28 UTC (rev 14) @@ -29,6 +29,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class AddressingHeaderFault extends AxisFault { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderFault.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java 2008-09-04 13:29:28 UTC (rev 14) @@ -23,6 +23,7 @@ * Common methods to all SOAP Header Element types. * * @author Rodrigo Ruiz + * @version $Revision$ */ public interface AddressingHeaderItem { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaderItem.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java 2008-09-04 13:29:28 UTC (rev 14) @@ -43,6 +43,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class AddressingHeaders { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AddressingHeaders.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java 2008-09-04 13:29:28 UTC (rev 14) @@ -25,6 +25,7 @@ * one specification to the others. * * @author Rodrigo Ruiz + * @version $Revision$ */ public interface AddressingVersion { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AddressingVersion.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java 2008-09-04 13:29:28 UTC (rev 14) @@ -53,6 +53,7 @@ * * @author Rodrigo Ruiz * @version $Revision$ + * @version $Revision$ */ public abstract class AnyContentTypeList extends ArrayList<MessageElement> implements AnyContentType, DOMAppendable { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java 2008-09-04 13:29:28 UTC (rev 14) @@ -40,6 +40,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class AttributedQName extends QName implements DOMAppendable { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AttributedQName.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java 2008-09-04 13:29:28 UTC (rev 14) @@ -45,6 +45,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class AttributedURI extends URI implements DOMAppendable, AddressingHeaderItem { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/AttributedURI.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/Constants.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/Constants.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/Constants.java 2008-09-04 13:29:28 UTC (rev 14) @@ -23,6 +23,7 @@ * WS-Addressing constants. * * @author Davanum Srinivas + * @version $Revision$ */ public interface Constants { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/Constants.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java 2008-09-04 13:29:28 UTC (rev 14) @@ -22,6 +22,7 @@ * into a DOM tree. * * @author Rodrigo Ruiz + * @version $Revision$ */ public interface DOMAppendable { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/DOMAppendable.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java 2008-09-04 13:29:28 UTC (rev 14) @@ -46,6 +46,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class FaultSubcodeValues implements java.io.Serializable { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/FaultSubcodeValues.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java 2008-09-04 13:29:28 UTC (rev 14) @@ -39,6 +39,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class FaultTo extends EndpointReference { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/FaultTo.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/From.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/From.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/From.java 2008-09-04 13:29:28 UTC (rev 14) @@ -39,6 +39,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class From extends EndpointReference { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/From.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java 2008-09-04 13:29:28 UTC (rev 14) @@ -34,6 +34,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class MessageID extends AttributedURI { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/MessageID.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/PortType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/PortType.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/PortType.java 2008-09-04 13:29:28 UTC (rev 14) @@ -32,6 +32,7 @@ * Class PortType. * * @author Davanum Srinivas + * @version $Revision$ */ public class PortType extends AttributedQName implements SimpleType { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/PortType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java 2008-09-04 13:29:28 UTC (rev 14) @@ -40,6 +40,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class Recipient extends EndpointReference { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/Recipient.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java 2008-09-04 13:29:28 UTC (rev 14) @@ -43,6 +43,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class RelatesTo extends Relationship implements AddressingHeaderItem { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/RelatesTo.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java 2008-09-04 13:29:28 UTC (rev 14) @@ -41,6 +41,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class Relationship { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/Relationship.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java 2008-09-04 13:29:28 UTC (rev 14) @@ -18,6 +18,8 @@ /** * This class is needed because any generated stub that is aware of * EndpointReferenceType will contain a type mapping for this class. + * + * @version $Revision$ */ public class RelationshipTypeValues { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/RelationshipTypeValues.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java 2008-09-04 13:29:28 UTC (rev 14) @@ -30,6 +30,8 @@ /** * Class ReplyAfterType. + * + * @version $Revision$ */ public class ReplyAfterType implements Serializable, SimpleType { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/ReplyAfterType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java 2008-09-04 13:29:28 UTC (rev 14) @@ -39,6 +39,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class ReplyTo extends EndpointReference { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/ReplyTo.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java 2008-09-04 13:29:28 UTC (rev 14) @@ -49,6 +49,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class ServiceNameType extends AttributedQName implements SimpleType { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/ServiceNameType.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/To.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/To.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/To.java 2008-09-04 13:29:28 UTC (rev 14) @@ -34,6 +34,7 @@ * </pre> * * @author Davanum Srinivas + * @version $Revision$ */ public class To extends AttributedURI { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/To.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -54,6 +54,7 @@ * Class AddressingHandler. * * @author Davanum Srinivas + * @version $Revision$ */ public class AddressingHandler extends BasicHandler implements Constants { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/handler/AddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -31,6 +31,7 @@ * * @author Davanum Srinivas * @author Ian P. Springer + * @version $Revision$ */ public class AxisClientSideAddressingHandler extends ClientSideAddressingHandler implements Handler { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisClientSideAddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -44,6 +44,7 @@ * * @author Davanum Srinivas * @author Ian P. Springer + * @version $Revision$ */ public class AxisServerSideAddressingHandler extends ServerSideAddressingHandler implements Handler { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/handler/AxisServerSideAddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -32,6 +32,7 @@ * {@link BasicHandler} can be leveraged. * * @author Ian P. Springer + * @version $Revision$ */ class GenericAxisHandler extends BasicHandler { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/handler/GenericAxisHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java 2008-09-04 13:29:28 UTC (rev 14) @@ -23,8 +23,10 @@ import javax.wsdl.Service; /** + * Generator Factory implementation for the WS-Addressing aware generator. * * @author Jarek Gawor (ga...@mc...) + * @version $Revision$ */ public class JavaAddressingGeneratorFactory extends JavaGeneratorFactory { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingGeneratorFactory.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java 2008-09-04 13:29:28 UTC (rev 14) @@ -37,6 +37,7 @@ * * @author Jarek Gawor * @author Rodrigo Ruiz + * @version $Revision$ */ public class JavaAddressingServiceIfaceImplWriter extends JavaClassWithImportsWriter { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceIfaceImplWriter.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java 2008-09-04 13:29:28 UTC (rev 14) @@ -37,6 +37,7 @@ * * @author Jarek Gawor * @author Rodrigo Ruiz + * @version $Revision$ */ public class JavaAddressingServiceImplWriter extends JavaClassWithImportsWriter { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceImplWriter.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java 2008-09-04 13:29:28 UTC (rev 14) @@ -28,6 +28,7 @@ * Service writer. * * @author Jarek Gawor + * @version $Revision$ */ public class JavaAddressingServiceWriter extends JavaServiceWriter { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaAddressingServiceWriter.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java 2008-09-04 13:29:28 UTC (rev 14) @@ -23,6 +23,7 @@ * be simplified. * * @author Rodrigo Ruiz + * @version $Revision$ */ public abstract class JavaClassWithImportsWriter extends JavaClassWriter { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/JavaClassWithImportsWriter.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java 2008-09-04 13:29:28 UTC (rev 14) @@ -26,6 +26,7 @@ * by passing a <i>EndpointReferenceType</i>. * * @author Jarek Gawor + * @version $Revision$ */ public class WSDL2Java extends org.apache.axis.wsdl.WSDL2Java { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/tools/wsdl/WSDL2Java.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java 2008-09-04 13:29:28 UTC (rev 14) @@ -15,38 +15,45 @@ */ package org.apache.axis.message.addressing.util; -import org.apache.axis.message.addressing.AddressingVersion; -import org.apache.axis.message.addressing.Constants; -import org.apache.axis.message.addressing.AddressingHeaders; -import org.apache.axis.AxisEngine; - +import java.io.StringReader; +import java.io.StringWriter; +import java.util.ArrayList; import java.util.HashMap; +import java.util.HashSet; import java.util.Iterator; import java.util.List; -import java.util.ArrayList; import java.util.Map; import java.util.Set; -import java.util.HashSet; -import javax.xml.soap.Name; -import javax.xml.soap.SOAPHeader; -import javax.xml.soap.SOAPHeaderElement; -import javax.xml.soap.SOAPElement; -import javax.xml.soap.SOAPException; - import javax.wsdl.Input; +import javax.wsdl.Operation; import javax.wsdl.Output; -import javax.wsdl.Operation; import javax.wsdl.extensions.AttributeExtensible; - import javax.xml.namespace.QName; import javax.xml.rpc.handler.MessageContext; +import javax.xml.soap.Name; +import javax.xml.soap.SOAPElement; +import javax.xml.soap.SOAPException; +import javax.xml.soap.SOAPHeader; +import javax.xml.soap.SOAPHeaderElement; +import org.apache.axis.AxisEngine; +import org.apache.axis.message.addressing.AddressingHeaders; +import org.apache.axis.message.addressing.AddressingVersion; +import org.apache.axis.message.addressing.Constants; +import org.apache.axis.message.addressing.EndpointReference; +import org.apache.axis.utils.DOM2Writer; +import org.apache.axis.utils.XMLUtils; +import org.w3c.dom.Document; +import org.w3c.dom.Element; +import org.xml.sax.InputSource; + /** * A set of WS-Addressing-related utility methods. * * @author Jarek Gawor * @author Rodrigo Ruiz + * @version $Revision$ */ public abstract class AddressingUtils implements Constants { @@ -419,6 +426,45 @@ /** + * Parses a string containing an End-point reference in XML format, and + * translates it into an {@link EndpointReference} bean. + * + * @param epr End-point reference in XML format + * @return Bean instance + * @throws Exception If the XML parser fails to initialize, a syntax error + * is detected in the input string, or a general error + * occurs while constructing the bean + */ + public static EndpointReference parseReference(String epr) throws Exception { + Document doc = XMLUtils.newDocument(new InputSource(new StringReader(epr))); + Element elem = doc.getDocumentElement(); + return new EndpointReference(elem); + } + + /** + * Converts an End-Point Reference into an XML String. + * + * @param epr End-point reference + * @param prettyPrint Whether to beautify the generated XML text + * @return XML String + * @throws Exception If an error occurs + */ + public static String toString(EndpointReference epr, boolean prettyPrint) + throws Exception { + + if (epr == null) { + return null; + } else { + Document doc = XMLUtils.newDocument(); + Element elem = epr.toDOM(doc, "wsa:EndpointReference"); + + StringWriter writer = new StringWriter(); + DOM2Writer.serializeAsXML(elem, writer, true, prettyPrint); + return writer.toString(); + } + } + + /** * Gets the addressing headers from the context information. * * @param ctx Context information Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/util/AddressingUtils.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java 2008-09-04 13:29:28 UTC (rev 14) @@ -27,6 +27,7 @@ * Class TextExtractor. * * @author Davanum Srinivas + * @version $Revision$ */ public abstract class TextExtractor { Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/util/TextExtractor.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java 2008-09-04 13:29:28 UTC (rev 14) @@ -23,6 +23,7 @@ * Immutable implementation of the AddressingVersion interface. * * @author Rodrigo Ruiz + * @version $Revision$ */ class WsaVersion implements AddressingVersion { /** Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/util/WsaVersion.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -39,6 +39,7 @@ * * @author Davanum Srinivas * @author Ian P. Springer + * @version $Revision$ */ public abstract class AbstractAddressingHandler extends GenericHandler { Property changes on: trunk/src/main/java/org/apache/ws/addressing/handler/AbstractAddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -40,6 +40,7 @@ * * @author Davanum Srinivas * @author Ian P. Springer + * @version $Revision$ */ public class ClientSideAddressingHandler extends AbstractAddressingHandler { /** Property changes on: trunk/src/main/java/org/apache/ws/addressing/handler/ClientSideAddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java =================================================================== --- trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java 2008-09-04 13:29:28 UTC (rev 14) @@ -59,6 +59,7 @@ * * @author Davanum Srinivas * @author Ian P. Springer + * @version $Revision$ */ public class ServerSideAddressingHandler extends AbstractAddressingHandler { Property changes on: trunk/src/main/java/org/apache/ws/addressing/handler/ServerSideAddressingHandler.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/ws/addressing/uuid/AxisUUIdGenerator.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/ws/addressing/uuid/JugUUIdGenerator.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/ws/addressing/uuid/UUIdGenerator.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/main/java/org/apache/ws/addressing/uuid/UUIdGeneratorFactory.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/site/apt/tutorial.apt ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/site/resources/css/site.css ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/site/resources/images/banner.png ___________________________________________________________________ Added: svn:keywords + Date Author Revision Property changes on: trunk/src/site/resources/images/banner.xcf ___________________________________________________________________ Added: svn:keywords + Date Author Revision Property changes on: trunk/src/site/resources/images/breadcrumbs.jpg ___________________________________________________________________ Added: svn:keywords + Date Author Revision Property changes on: trunk/src/site/resources/images/dawn.png ___________________________________________________________________ Added: svn:keywords + Date Author Revision Property changes on: trunk/src/site/site.xml ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/addressing/TestEPR.java =================================================================== --- trunk/src/test/java/addressing/TestEPR.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/addressing/TestEPR.java 2008-09-04 13:29:28 UTC (rev 14) @@ -41,6 +41,7 @@ * Class TestSerDeser. * * @author Davanum Srinivas + * @version $Revision$ */ public class TestEPR extends TestCase { Property changes on: trunk/src/test/java/addressing/TestEPR.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/addressing/TestSerDeser.java =================================================================== --- trunk/src/test/java/addressing/TestSerDeser.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/addressing/TestSerDeser.java 2008-09-04 13:29:28 UTC (rev 14) @@ -46,6 +46,7 @@ * Class TestSerDeser. * * @author Davanum Srinivas + * @version $Revision$ */ public class TestSerDeser extends TestCase { /** Property changes on: trunk/src/test/java/addressing/TestSerDeser.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/addressing/tools/PingService.java =================================================================== --- trunk/src/test/java/addressing/tools/PingService.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/addressing/tools/PingService.java 2008-09-04 13:29:28 UTC (rev 14) @@ -40,6 +40,7 @@ * * @author Jarek Gawor * @author Rodrigo Ruiz + * @version $Revision$ */ public class PingService { Property changes on: trunk/src/test/java/addressing/tools/PingService.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/addressing/tools/TestTools.java =================================================================== --- trunk/src/test/java/addressing/tools/TestTools.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/addressing/tools/TestTools.java 2008-09-04 13:29:28 UTC (rev 14) @@ -48,6 +48,7 @@ * Class TestTools. * * @author Jarek Gawor + * @version $Revision$ */ public class TestTools extends TestCase { @@ -69,6 +70,7 @@ /** * {@inheritDoc} */ + @Override protected void setUp() throws Exception { ss = new ServerSocket(0); server = new SimpleAxisServer(); @@ -82,6 +84,7 @@ /** * {@inheritDoc} */ + @Override protected void tearDown() throws Exception { server.stop(); } Property changes on: trunk/src/test/java/addressing/tools/TestTools.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java =================================================================== --- trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java 2008-09-04 13:29:28 UTC (rev 14) @@ -15,20 +15,13 @@ */ package org.apache.ws.addressing; -import java.io.StringReader; -import java.io.StringWriter; - import junit.framework.TestCase; import org.apache.axis.message.addressing.EndpointReference; -import org.apache.axis.utils.DOM2Writer; -import org.apache.axis.utils.XMLUtils; -import org.w3c.dom.Document; -import org.w3c.dom.Element; -import org.xml.sax.InputSource; +import org.apache.axis.message.addressing.util.AddressingUtils; /** - * EPR Parsing Unit Test. + * EPR Parsing Unit Test. This test exercises a few methods from {@link AddressingUtils}. * * @author Rodrigo Ruiz * @version $Revision$ @@ -55,7 +48,7 @@ + " xmlns:fura='http://www.gridsystems.com/tools'>\n" + " <wsa:Address>http://localhost:8080/kernel/api/ApiFileSystem</wsa:Address>\n" + "</wsa:EndpointReference>"; - EndpointReference ref = parseReference(xmlFragment); + EndpointReference ref = AddressingUtils.parseReference(xmlFragment); assertNotNull(ref); assertEquals(0, ref.getParameters().size()); @@ -75,48 +68,9 @@ + "<wsa:ReferenceParameters><p1>Hello</p1><p2>World</p2></wsa:ReferenceParameters>" + "</wsa:EndpointReference>"; - EndpointReference ref = parseReference(xmlFragment); + EndpointReference ref = AddressingUtils.parseReference(xmlFragment); System.out.println(ref); - String converted = toString(ref, false); + String converted = AddressingUtils.toString(ref, false); assertEquals(xmlFragment, converted); } - - /** - * Parses a string containing an End-point reference in XML format, and - * translates it into an {@link EndpointReference} bean. - * - * @param epr End-point reference in XML format - * @return Bean instance - * @throws Exception If the XML parser fails to initialize, a syntax error - * is detected in the input string, or a general error - * occurs while constructing the bean - */ - private static EndpointReference parseReference(String epr) throws Exception { - Document doc = XMLUtils.newDocument(new InputSource(new StringReader(epr))); - Element elem = doc.getDocumentElement(); - return new EndpointReference(elem); - } - - /** - * Converts an End-Point Reference into an XML String. - * - * @param epr End-point reference - * @param prettyPrint Whether to beautify the generated XML text - * @return XML String - * @throws Exception If an error occurs - */ - private static String toString(EndpointReference epr, boolean prettyPrint) - throws Exception { - - if (epr == null) { - return null; - } else { - Document doc = XMLUtils.newDocument(); - Element elem = epr.toDOM(doc, "wsa:EndpointReference"); - - StringWriter writer = new StringWriter(); - DOM2Writer.serializeAsXML(elem, writer, true, prettyPrint); - return writer.toString(); - } - } } Property changes on: trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java =================================================================== --- trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java 2008-09-04 13:29:28 UTC (rev 14) @@ -57,6 +57,7 @@ /** * @author Ian P. Springer + * @version $Revision$ */ public abstract class AbstractAddressingHandlerTestCase extends TestCase { Property changes on: trunk/src/test/java/org/apache/ws/addressing/handler/AbstractAddressingHandlerTestCase.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java =================================================================== --- trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java 2008-09-04 13:29:28 UTC (rev 14) @@ -32,6 +32,8 @@ /** * Test case for {@link ClientSideAddressingHandler}. + * + * @version $Revision$ */ public class ClientSideAddressingHandlerTestCase extends AbstractAddressingHandlerTestCase { Property changes on: trunk/src/test/java/org/apache/ws/addressing/handler/ClientSideAddressingHandlerTestCase.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Modified: trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java =================================================================== --- trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java 2008-09-04 13:10:18 UTC (rev 13) +++ trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java 2008-09-04 13:29:28 UTC (rev 14) @@ -41,6 +41,8 @@ /** * Test case for {@link ServerSideAddressingHandler}. + * + * @version $Revision$ */ public class ServerSideAddressingHandlerTestCase extends AbstractAddressingHandlerTestCase { Property changes on: trunk/src/test/java/org/apache/ws/addressing/handler/ServerSideAddressingHandlerTestCase.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision Property changes on: trunk/src/test/resources/META-INF/services/javax.xml.soap.MessageFactory ___________________________________________________________________ Added: svn:keywords + Date Author Revision Property changes on: trunk/src/test/resources/addressing/tools/WS-Addressing.xsd ___________________________________________________________________ Modi... [truncated message content] |
From: <Nod...@us...> - 2008-09-04 13:10:08
|
Revision: 13 http://addressing.svn.sourceforge.net/addressing/?rev=13&view=rev Author: Nodens2k Date: 2008-09-04 13:10:18 +0000 (Thu, 04 Sep 2008) Log Message: ----------- SVN property fix Property Changed: ---------------- trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java Property changes on: trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java ___________________________________________________________________ Modified: svn:keywords - "Date Author Revision" + Date Author Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Nod...@us...> - 2008-09-04 12:59:58
|
Revision: 12 http://addressing.svn.sourceforge.net/addressing/?rev=12&view=rev Author: Nodens2k Date: 2008-09-04 13:00:07 +0000 (Thu, 04 Sep 2008) Log Message: ----------- - Fixed some minor bugs Modified Paths: -------------- trunk/pom.xml trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java trunk/src/site/site.xml Added Paths: ----------- trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Added: svn:ignore + target Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/pom.xml 2008-09-04 13:00:07 UTC (rev 12) @@ -98,14 +98,14 @@ <!-- Assembly configuration --> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptorRefs> - <descriptorRef>project</descriptorRef> - </descriptorRefs> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - </descriptors> - </configuration> + <configuration> + <descriptorRefs> + <descriptorRef>project</descriptorRef> + </descriptorRefs> + <descriptors> + <descriptor>src/main/assembly/bin.xml</descriptor> + </descriptors> + </configuration> </plugin> <!-- Ensure Java 5 is used on all modules --> <plugin> @@ -147,11 +147,11 @@ <mkdir dir="target/generated-sources/test/stubs"/> <java classname="org.apache.axis.message.addressing.tools.wsdl.WSDL2Java" - failonerror="true" - fork="yes"> - <classpath> - <path refid="maven.test.classpath"/> - </classpath> + failonerror="true" + fork="yes"> + <classpath> + <path refid="maven.test.classpath"/> + </classpath> <arg value="-o"/> <arg value="target/generated-sources/test/stubs"/> <arg value="-Nhttp://schemas.xmlsoap.org/ws/2004/08/addressing=org.apache.axis.message.addressing"/> Modified: trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/AnyContentTypeList.java 2008-09-04 13:00:07 UTC (rev 12) @@ -52,6 +52,7 @@ * </pre> * * @author Rodrigo Ruiz + * @version $Revision$ */ public abstract class AnyContentTypeList extends ArrayList<MessageElement> implements AnyContentType, DOMAppendable { @@ -189,21 +190,8 @@ Element elem = doc.createElementNS(ns, elementName); try { - // Optimize execution depending on the number of elements - if (size == 1) { - elem.appendChild(doc.importNode(this.get(0).getAsDOM(), true)); - } else { - MessageElement dummy = new MessageElement(new QName("", "a")); - - for (MessageElement item : this) { - dummy.addChild(item); - } - - NodeList list = doc.importNode(dummy.getAsDOM(), true).getChildNodes(); - final int count = list.getLength(); - for (int i = 0; i < count; i++) { - elem.appendChild(list.item(i)); - } + for (MessageElement item : this) { + elem.appendChild(doc.importNode(item.getAsDOM(), true)); } } catch (Exception e) { LOG.warn("Error appending child element", e); @@ -257,16 +245,18 @@ */ protected String toString(String itemName) { StringBuffer buf = new StringBuffer(); + buf.append(itemName); + for (int i = 0; i < this.size(); i++) { + buf.append(i == 0 ? ": { " : ", "); MessageElement item = this.get(i); - buf.append(itemName).append("[").append(i).append("]:\n"); try { buf.append(item.getAsString()); } catch (Exception e) { buf.append("<error converting: " + e.getMessage() + ">"); } - buf.append("\n"); } + buf.append(" }"); return buf.toString(); } Modified: trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/EndpointReference.java 2008-09-04 13:00:07 UTC (rev 12) @@ -52,6 +52,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class EndpointReference extends EndpointReferenceType implements AddressingHeaderItem { Modified: trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/EndpointReferenceType.java 2008-09-04 13:00:07 UTC (rev 12) @@ -66,6 +66,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class EndpointReferenceType implements AnyContentType, Serializable { /** @@ -491,7 +492,17 @@ } if (this.properties != null) { buf.append(this.properties); + buf.append("\n"); } + if (this.parameters != null) { + buf.append(this.parameters); + buf.append("\n"); + } + if (this.metaData != null) { + buf.append(this.metaData); + buf.append("\n"); + } + if (this.any != null) { for (int i = 0; i < this.any.length; i++) { buf.append("Extensibility Element[").append(i).append("]:\n"); Modified: trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/MetaDataType.java 2008-09-04 13:00:07 UTC (rev 12) @@ -47,6 +47,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class MetaDataType extends AnyContentTypeList { @@ -170,7 +171,7 @@ */ @Override public String toString() { - return super.toString("MetaData"); + return super.toString("Metadata"); } } Modified: trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/ReferenceParametersType.java 2008-09-04 13:00:07 UTC (rev 12) @@ -47,6 +47,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class ReferenceParametersType extends AnyContentTypeList { @@ -169,6 +170,6 @@ */ @Override public String toString() { - return this.toString("Reference parameter"); + return this.toString("Reference parameters"); } } Modified: trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java =================================================================== --- trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/main/java/org/apache/axis/message/addressing/ReferencePropertiesType.java 2008-09-04 13:00:07 UTC (rev 12) @@ -47,6 +47,7 @@ * * @author Davanum Srinivas * @author Rodrigo Ruiz + * @version $Revision$ */ public class ReferencePropertiesType extends AnyContentTypeList { @@ -169,7 +170,7 @@ */ @Override public String toString() { - return super.toString("Reference property"); + return super.toString("Reference properties"); } } Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2008-09-02 05:49:13 UTC (rev 11) +++ trunk/src/site/site.xml 2008-09-04 13:00:07 UTC (rev 12) @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2008 Rodrigo Ruiz @@ -13,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -<?xml version="1.0" encoding="UTF-8"?> <project name="Addressing"> <bannerLeft> <name>Addressing</name> @@ -48,8 +48,8 @@ <menu name="Get Addressing"> <item name="Download" href="http://sf.net/project/showfiles.php?group_id=237365"/> <item name="License" href="license.html"/> - <item name="Releases Repository" href="maven2-releases"/> - <item name="Snapshots Repository" href="maven2-snapshots"/> + <item name="Releases Repository" href="maven2-releases"/> + <item name="Snapshots Repository" href="maven2-snapshots"/> </menu> <menu ref="reports"/> Added: trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java =================================================================== --- trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java (rev 0) +++ trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java 2008-09-04 13:00:07 UTC (rev 12) @@ -0,0 +1,122 @@ +/* + * Copyright (c) 2008 Rodrigo Ruiz + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.ws.addressing; + +import java.io.StringReader; +import java.io.StringWriter; + +import junit.framework.TestCase; + +import org.apache.axis.message.addressing.EndpointReference; +import org.apache.axis.utils.DOM2Writer; +import org.apache.axis.utils.XMLUtils; +import org.w3c.dom.Document; +import org.w3c.dom.Element; +import org.xml.sax.InputSource; + +/** + * EPR Parsing Unit Test. + * + * @author Rodrigo Ruiz + * @version $Revision$ + */ +public class EprParsingTest extends TestCase { + + /** + * Creates a new instance. + * + * @param name Test name + */ + public EprParsingTest(String name) { + super(name); + } + + /** + * Test method for parsing an end-point reference. + * + * @throws Exception If an unexpected error occurs + */ + public void testParseReference() throws Exception { + String xmlFragment = "<wsa:EndpointReference" + + " xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'" + + " xmlns:fura='http://www.gridsystems.com/tools'>\n" + + " <wsa:Address>http://localhost:8080/kernel/api/ApiFileSystem</wsa:Address>\n" + + "</wsa:EndpointReference>"; + EndpointReference ref = parseReference(xmlFragment); + + assertNotNull(ref); + assertEquals(0, ref.getParameters().size()); + assertEquals(0, ref.getProperties().size()); + } + + /** + * Test method for converting an end-point reference to a string. + * + * @throws Exception If an unexpected error occurs + */ + public void testToString() throws Exception { + String xmlFragment = "<wsa:EndpointReference" + + " xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/08/addressing\">" + + "<wsa:Address>http://localhost:8080/kernel/api/ApiFileSystem</wsa:Address>" + + "<wsa:ReferenceProperties><type>dummy</type></wsa:ReferenceProperties>" + + "<wsa:ReferenceParameters><p1>Hello</p1><p2>World</p2></wsa:ReferenceParameters>" + + "</wsa:EndpointReference>"; + + EndpointReference ref = parseReference(xmlFragment); + System.out.println(ref); + String converted = toString(ref, false); + assertEquals(xmlFragment, converted); + } + + /** + * Parses a string containing an End-point reference in XML format, and + * translates it into an {@link EndpointReference} bean. + * + * @param epr End-point reference in XML format + * @return Bean instance + * @throws Exception If the XML parser fails to initialize, a syntax error + * is detected in the input string, or a general error + * occurs while constructing the bean + */ + private static EndpointReference parseReference(String epr) throws Exception { + Document doc = XMLUtils.newDocument(new InputSource(new StringReader(epr))); + Element elem = doc.getDocumentElement(); + return new EndpointReference(elem); + } + + /** + * Converts an End-Point Reference into an XML String. + * + * @param epr End-point reference + * @param prettyPrint Whether to beautify the generated XML text + * @return XML String + * @throws Exception If an error occurs + */ + private static String toString(EndpointReference epr, boolean prettyPrint) + throws Exception { + + if (epr == null) { + return null; + } else { + Document doc = XMLUtils.newDocument(); + Element elem = epr.toDOM(doc, "wsa:EndpointReference"); + + StringWriter writer = new StringWriter(); + DOM2Writer.serializeAsXML(elem, writer, true, prettyPrint); + return writer.toString(); + } + } +} Property changes on: trunk/src/test/java/org/apache/ws/addressing/EprParsingTest.java ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + "Date Author Revision" Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:59
|
Update of /cvsroot/fura/FuraSrc/common/specific In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/specific Modified Files: tag.txt Log Message: cvssync-20080903232636 Index: tag.txt =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/specific/tag.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tag.txt 22 Aug 2008 22:16:30 -0000 1.5 --- tag.txt 3 Sep 2008 21:27:24 -0000 1.6 *************** *** 1 **** ! V_2_10_5 \ No newline at end of file --- 1 ---- ! V_2_10_7 \ No newline at end of file |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:59
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api Modified Files: ApiResourceGroup.java ApiResourceManager.java ApiResourceQuery.java CPU.java Group.java OS.java Resource.java ResourceAssignment.java ResourceId.java ResourceProperties.java ResourceUsage.java Time.java TimeInterval.java Log Message: cvssync-20080903232636 Index: ApiResourceManager.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceManager.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApiResourceManager.java 16 Jul 2008 06:55:46 -0000 1.2 --- ApiResourceManager.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 34,38 **** * <p> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * <p> * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Group.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Group.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Group.java 22 Aug 2008 22:16:12 -0000 1.3 --- Group.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 28,32 **** * Groups can be heterogeneous. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 28,32 ---- * Groups can be heterogeneous. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: ResourceId.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceId.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceId.java 17 Jun 2008 17:18:57 -0000 1.2 --- ResourceId.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,25 **** * Resource Identifier: type and name. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource Identifier: type and name. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceQuery.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceQuery.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ApiResourceQuery.java 13 Mar 2008 08:23:59 -0000 1.1 --- ApiResourceQuery.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 34,38 **** * running the Resources. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * running the Resources. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: ResourceAssignment.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceAssignment.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceAssignment.java 16 Jul 2008 06:55:46 -0000 1.2 --- ResourceAssignment.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,26 **** * Class to keep resource assignment data (task and microtask). * ! * @author M. Antònia Tugores (Grid Systems, 2006) ! * @author Xmas (Grid Systems, 2008) * @version 1.0 */ --- 21,26 ---- * Class to keep resource assignment data (task and microtask). * ! * @author Antonia Tugores ! * @author Xmas * @version 1.0 */ Index: Resource.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Resource.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resource.java 16 Jul 2008 06:55:46 -0000 1.2 --- Resource.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 21,25 **** * Resource data container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource data container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceProperties.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceProperties.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ResourceProperties.java 16 Jul 2008 06:55:46 -0000 1.3 --- ResourceProperties.java 3 Sep 2008 21:27:21 -0000 1.4 *************** *** 24,28 **** * Class to describe the properties of a resource. * ! * @author M Antonia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * Class to describe the properties of a resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: TimeInterval.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/TimeInterval.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TimeInterval.java 13 Mar 2008 08:24:00 -0000 1.1 --- TimeInterval.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 30,34 **** * </ul> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 30,34 ---- * </ul> * ! * @author Antonia Tugores * @version 1.0 */ Index: CPU.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/CPU.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CPU.java 13 Mar 2008 08:23:59 -0000 1.1 --- CPU.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceUsage.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ResourceUsage.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceUsage.java 13 Mar 2008 08:24:00 -0000 1.1 --- ResourceUsage.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 23,27 **** * Resource assignments container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Resource assignments container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceGroup.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/ApiResourceGroup.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApiResourceGroup.java 22 May 2008 14:55:23 -0000 1.2 --- ApiResourceGroup.java 3 Sep 2008 21:27:21 -0000 1.3 *************** *** 26,30 **** * grid. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 26,30 ---- * grid. * ! * @author Antonia Tugores * @version 1.0 */ Index: OS.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/OS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OS.java 13 Mar 2008 08:24:00 -0000 1.1 --- OS.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Time.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/api/Time.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Time.java 13 Mar 2008 08:24:00 -0000 1.1 --- Time.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 23,27 **** * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author Antonia Tugores * @version 1.0 */ |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:59
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/task In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/task Modified Files: TaskCompatibilityChecker.java TaskResourceAssessment.java TaskValidator.java Log Message: cvssync-20080903232636 Index: TaskResourceAssessment.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/task/TaskResourceAssessment.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TaskResourceAssessment.java 16 Jul 2008 06:56:05 -0000 1.3 --- TaskResourceAssessment.java 3 Sep 2008 21:27:23 -0000 1.4 *************** *** 51,55 **** * Type description. * ! * @author <a href="mailto:rr...@gr...">Rodrigo Ruiz Aguayo</a> * @version 1.0 */ --- 51,55 ---- * Type description. * ! * @author Rodrigo Ruiz Aguayo * @version 1.0 */ *************** *** 426,430 **** exec = module.getExecutables(); } ! if (TaskCompatibilityChecker.isSelectable(resource, task, false, exec)) { assignable.add(resource.getId()); } --- 426,431 ---- exec = module.getExecutables(); } ! if (TaskCompatibilityChecker.isSelectable(resource, task, false, ! exec, new StringBuffer(), false)) { assignable.add(resource.getId()); } *************** *** 435,439 **** * Working hours calendar type. * ! * @author <a href="mailto:rr...@gr...">Rodrigo Ruiz Aguayo</a> * @version 1.0 */ --- 436,440 ---- * Working hours calendar type. * ! * @author Rodrigo Ruiz Aguayo * @version 1.0 */ Index: TaskValidator.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/task/TaskValidator.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TaskValidator.java 16 Jul 2008 06:56:05 -0000 1.5 --- TaskValidator.java 3 Sep 2008 21:27:23 -0000 1.6 *************** *** 50,54 **** * Helper class for Task instances validation. * ! * @author <a href="mailto:rr...@gr...">Rodrigo Ruiz Aguayo</a> * @author Xmas * @version 1.0 --- 50,54 ---- * Helper class for Task instances validation. * ! * @author Rodrigo Ruiz Aguayo * @author Xmas * @version 1.0 Index: TaskCompatibilityChecker.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/task/TaskCompatibilityChecker.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TaskCompatibilityChecker.java 16 Jul 2008 06:56:04 -0000 1.4 --- TaskCompatibilityChecker.java 3 Sep 2008 21:27:23 -0000 1.5 *************** *** 66,70 **** public static boolean isSelectable(Resource resource, TaskHolder task, Executable[] exec) throws KernelException { ! return isSelectable(resource, task, true, exec); } --- 66,70 ---- public static boolean isSelectable(Resource resource, TaskHolder task, Executable[] exec) throws KernelException { ! return isSelectable(resource, task, true, exec, new StringBuffer(), false); } *************** *** 92,101 **** * <code>false</code> if the task can be in any state * @return <code>true</code> if it can be selected for execution * @throws KernelException on error */ public static boolean isSelectable(Resource resource, TaskHolder task, ! boolean now, Executable[] exec) throws KernelException { log.debug("starting isSelectable for " + resource.getId().getResourceName() ! + " now: " + now); ResourceId resourceId = resource.getId(); --- 92,104 ---- * <code>false</code> if the task can be in any state * @return <code>true</code> if it can be selected for execution + * @param debugStr To print debug. + * @param debug used to indicate that must write messages in debugStr. * @throws KernelException on error */ public static boolean isSelectable(Resource resource, TaskHolder task, ! boolean now, Executable[] exec, StringBuffer debugStr, boolean debug) ! throws KernelException { log.debug("starting isSelectable for " + resource.getId().getResourceName() ! + " now: " + now); ResourceId resourceId = resource.getId(); *************** *** 107,128 **** try { selectable = !now || isInProgress(task); ! boolean workForThisResources; ! if (task.getTaskDef().isExecuteInAllResources()) { // EIAR task ! // if the resource is in the active or canceled or failed microtask list ! // (the resource is working / has worked) ! if (task.getActiveCanceledFailedMicroTasks(). ! isResourceInActiveOrFinishedOrFailedList(resourceId)) { ! log.debug("The resource " + resourceId + " has already received " ! + "a microtask of task " + task.getId()); ! workForThisResources = false; } else { ! // the resource needs to receive a canceled or a new microtask ! workForThisResources = true; } - } else { - workForThisResources = task.hasAssignedOrAssignableMicroTasks(); } selectable &= !now || workForThisResources; selectable &= runsOn(resourceId, exec); String user = task.getSubmitter(); if (user == null) { --- 110,138 ---- try { selectable = !now || isInProgress(task); ! debugStr.append(" - after isInProgress? " + selectable + "\r\n"); ! boolean workForThisResources = false; ! if (selectable) { ! if (task.getTaskDef().isExecuteInAllResources()) { // EIAR task ! // if the resource is in the active or canceled or failed microtask list ! // (the resource is working / has worked) ! if (task.getActiveCanceledFailedMicroTasks(). ! isResourceInActiveOrFinishedOrFailedList(resourceId)) { ! if (log.isDebugEnabled()) { ! log.debug("The resource " + resourceId + " has already received " ! + "a microtask of task " + task.getId()); ! } ! workForThisResources = false; ! } else { ! // the resource needs to receive a canceled or a new microtask ! workForThisResources = true; ! } } else { ! workForThisResources = task.hasAssignedOrAssignableMicroTasks(); } } selectable &= !now || workForThisResources; + debugStr.append(" - after workForThisResources? " + selectable + "\r\n"); selectable &= runsOn(resourceId, exec); + debugStr.append(" - after runsOn? " + selectable + "\r\n"); String user = task.getSubmitter(); if (user == null) { *************** *** 131,145 **** selectable &= AssignmentProcessor.isExecutionAllowed(resource, user, now, task.getTaskQoS().getGroups()); selectable &= task.getBlackList().isSelectable(resourceId); selectable &= isResultPoliciesSupported(resource, task); } catch (Exception e1) { throw ApiUtils.processException(e1); } - // Applies the filter - if (selectable) { - selectable = applyFilters(resource, task); - } - return selectable; } --- 141,156 ---- selectable &= AssignmentProcessor.isExecutionAllowed(resource, user, now, task.getTaskQoS().getGroups()); + debugStr.append(" - after isExecutionAllowed? " + selectable + "\r\n"); selectable &= task.getBlackList().isSelectable(resourceId); + debugStr.append(" - after getBlackList? " + selectable + "\r\n"); selectable &= isResultPoliciesSupported(resource, task); + debugStr.append(" - after ResultPolicies? " + selectable + "\r\n"); + // Applies the filter + selectable &= applyFilters(resource, task); + debugStr.append(" - after applyFilters? " + selectable + "\r\n"); } catch (Exception e1) { throw ApiUtils.processException(e1); } return selectable; } |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:58
|
Update of /cvsroot/fura/FuraSrc/common/SpecificJNIDLL In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/SpecificJNIDLL Modified Files: tag.txt Log Message: cvssync-20080903232636 Index: tag.txt =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/SpecificJNIDLL/tag.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tag.txt 22 Aug 2008 22:16:23 -0000 1.3 --- tag.txt 3 Sep 2008 21:27:23 -0000 1.4 *************** *** 1 **** ! V_1_1_7 \ No newline at end of file --- 1 ---- ! V_1_1_9 \ No newline at end of file |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:58
|
Update of /cvsroot/fura/FuraSrc/common/WizardBase In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/WizardBase Modified Files: tag.txt Log Message: cvssync-20080903232636 Index: tag.txt =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/WizardBase/tag.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tag.txt 27 Aug 2008 19:29:01 -0000 1.9 --- tag.txt 3 Sep 2008 21:27:24 -0000 1.10 *************** *** 1 **** ! V_2_9_62 \ No newline at end of file --- 1 ---- ! V_2_9_67 \ No newline at end of file |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:57
|
Update of /cvsroot/fura/FuraSrc/common/TestsuiteUtils In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/TestsuiteUtils Modified Files: tag.txt Log Message: cvssync-20080903232636 Index: tag.txt =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/TestsuiteUtils/tag.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tag.txt 27 Aug 2008 19:29:00 -0000 1.9 --- tag.txt 3 Sep 2008 21:27:23 -0000 1.10 *************** *** 1 **** ! V_1_3_67 \ No newline at end of file --- 1 ---- ! V_1_3_73 \ No newline at end of file |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:57
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api Modified Files: ApiResourceGroup.java ApiResourceManager.java ApiResourceQuery.java CPU.java Group.java OS.java Resource.java ResourceAssignment.java ResourceId.java ResourceProperties.java ResourceUsage.java Time.java TimeInterval.java Log Message: cvssync-20080903232636 Index: ApiResourceManager.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ApiResourceManager.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApiResourceManager.java 23 Jul 2008 09:58:27 -0000 1.2 --- ApiResourceManager.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 34,38 **** * <p> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * <p> * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Group.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/Group.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Group.java 23 Jul 2008 09:58:27 -0000 1.2 --- Group.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 28,32 **** * Groups can be heterogeneous. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 28,32 ---- * Groups can be heterogeneous. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 *************** *** 115,119 **** private ResourceId[] resources = null; ! /** This group works as queue. */ private boolean queue = false; --- 115,119 ---- private ResourceId[] resources = null; ! /** This group works as a queue. */ private boolean queue = false; *************** *** 277,281 **** /** ! * @return true, if this Group works as queue. Otherwise, false. */ public boolean isQueue() { --- 277,281 ---- /** ! * @return true, if this Group works as a queue. Otherwise, false. */ public boolean isQueue() { *************** *** 284,288 **** /** ! * @param queue Sets if this Group works as queue. */ public void setQueue(boolean queue) { --- 284,288 ---- /** ! * @param queue Sets whether this group works as a queue. */ public void setQueue(boolean queue) { Index: ResourceId.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ResourceId.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceId.java 23 Jul 2008 09:58:28 -0000 1.2 --- ResourceId.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 21,25 **** * Resource Identifier: type and name. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource Identifier: type and name. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceQuery.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ApiResourceQuery.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ApiResourceQuery.java 13 Mar 2008 08:23:56 -0000 1.1 --- ApiResourceQuery.java 3 Sep 2008 21:27:20 -0000 1.2 *************** *** 34,38 **** * running the Resources. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 34,38 ---- * running the Resources. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: ResourceAssignment.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ResourceAssignment.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceAssignment.java 23 Jul 2008 09:58:27 -0000 1.2 --- ResourceAssignment.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 21,26 **** * Class to keep resource assignment data (task and microtask). * ! * @author M. Antònia Tugores (Grid Systems, 2006) ! * @author Xmas (Grid Systems, 2008) * @version 1.0 */ --- 21,26 ---- * Class to keep resource assignment data (task and microtask). * ! * @author Antonia Tugores ! * @author Xmas * @version 1.0 */ Index: Resource.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/Resource.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Resource.java 23 Jul 2008 09:58:27 -0000 1.2 --- Resource.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 21,25 **** * Resource data container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 21,25 ---- * Resource data container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceProperties.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ResourceProperties.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ResourceProperties.java 23 Jul 2008 09:58:28 -0000 1.2 --- ResourceProperties.java 3 Sep 2008 21:27:20 -0000 1.3 *************** *** 24,28 **** * Class to describe the properties of a resource. * ! * @author M Antonia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * Class to describe the properties of a resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: TimeInterval.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/TimeInterval.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TimeInterval.java 13 Mar 2008 08:23:57 -0000 1.1 --- TimeInterval.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 30,34 **** * </ul> * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 30,34 ---- * </ul> * ! * @author Antonia Tugores * @version 1.0 */ Index: CPU.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/CPU.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CPU.java 13 Mar 2008 08:23:56 -0000 1.1 --- CPU.java 3 Sep 2008 21:27:20 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @version 1.0 */ Index: ResourceUsage.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ResourceUsage.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceUsage.java 13 Mar 2008 08:23:57 -0000 1.1 --- ResourceUsage.java 3 Sep 2008 21:27:20 -0000 1.2 *************** *** 23,27 **** * Resource assignments container. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Resource assignments container. * ! * @author Antonia Tugores * @version 1.0 */ Index: ApiResourceGroup.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/ApiResourceGroup.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ApiResourceGroup.java 13 Mar 2008 08:23:56 -0000 1.1 --- ApiResourceGroup.java 3 Sep 2008 21:27:20 -0000 1.2 *************** *** 26,30 **** * grid. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 26,30 ---- * grid. * ! * @author Antonia Tugores * @version 1.0 */ *************** *** 78,82 **** /** ! * Updates only description, AcceptOnlyGroupAssignments and labour hours. * To update resources use another method. * --- 78,82 ---- /** ! * Updates only description, queue, AcceptOnlyGroupAssignments and labour hours. * To update resources use another method. * Index: OS.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/OS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OS.java 13 Mar 2008 08:23:57 -0000 1.1 --- OS.java 3 Sep 2008 21:27:20 -0000 1.2 *************** *** 24,28 **** * a Resource. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @author Xmas * @version 1.0 --- 24,28 ---- * a Resource. * ! * @author Antonia Tugores * @author Xmas * @version 1.0 Index: Time.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/client/src/main/java/com/gridsystems/resource/api/Time.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Time.java 13 Mar 2008 08:23:57 -0000 1.1 --- Time.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 23,27 **** * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 23,27 ---- * Valid values for this class range from 00:00:00 to 23:59:59. * ! * @author Antonia Tugores * @version 1.0 */ |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:57
|
Update of /cvsroot/fura/FuraSrc/common/systemUtilsDLL In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/systemUtilsDLL Modified Files: tag.txt Log Message: cvssync-20080903232636 Index: tag.txt =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/systemUtilsDLL/tag.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tag.txt 22 Aug 2008 22:16:34 -0000 1.6 --- tag.txt 3 Sep 2008 21:27:24 -0000 1.7 *************** *** 1 **** ! V_2_9_9 \ No newline at end of file --- 1 ---- ! V_2_9_11 \ No newline at end of file |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:57
|
Update of /cvsroot/fura/FuraSrc/common/specific/src In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/common/specific/src Modified Files: ProcessList.cpp SystemManager.cpp Log Message: cvssync-20080903232636 Index: SystemManager.cpp =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/specific/src/SystemManager.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SystemManager.cpp 22 May 2008 14:55:51 -0000 1.2 --- SystemManager.cpp 3 Sep 2008 21:27:24 -0000 1.3 *************** *** 112,115 **** --- 112,116 ---- #include <ifaddrs.h> #include <net/if_dl.h> + #include <sys/socket.h> #elif __linux__ #include <sys/ioctl.h> *************** *** 713,717 **** --- 714,722 ---- } + #ifdef __DARWIN__ + hp = gethostbyname2(hostname, AF_INET); + #else hp = gethostbyname(hostname); + #endif if(hp == NULL) { *************** *** 719,723 **** return ""; } ! memcpy(&in.s_addr, hp->h_addr_list[0], sizeof (in.s_addr)); s = inet_ntoa(in); --- 724,728 ---- return ""; } ! memcpy(&in.s_addr, hp->h_addr_list[0], sizeof (in.s_addr)); s = inet_ntoa(in); Index: ProcessList.cpp =================================================================== RCS file: /cvsroot/fura/FuraSrc/common/specific/src/ProcessList.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ProcessList.cpp 22 Aug 2008 22:16:31 -0000 1.3 --- ProcessList.cpp 3 Sep 2008 21:27:24 -0000 1.4 *************** *** 804,808 **** #elif __HPUX__ ! struct pst_status pst[BURST]; int counter; int idx = 0; /* index within the context */ --- 804,808 ---- #elif __HPUX__ ! struct pst_status *pst = new pst_status[BURST]; int counter; int idx = 0; /* index within the context */ *************** *** 843,846 **** --- 843,847 ---- localTime = SystemManager::getLocalTime(); + delete pst; TOLOG(7, "getIdleTime: cpuTime is " << cpuTime << " and localTime is " << localTime); *************** *** 1303,1307 **** #elif __HPUX__ ! struct pst_status pst[BURST]; int procCount; int idx = 0; /* index within the context */ --- 1304,1308 ---- #elif __HPUX__ ! struct pst_status *pst = new pst_status[BURST]; int procCount; int idx = 0; /* index within the context */ *************** *** 1352,1355 **** --- 1353,1357 ---- //cout << "Done." << endl; + delete pst; if (procCount == -1) { perror("Error: pstat_getproc()"); |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:57
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal Modified Files: AssignmentCancellation.java AssignmentProcessor.java TaskSubmissionConfiguration.java Log Message: cvssync-20080903232636 Index: TaskSubmissionConfiguration.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/TaskSubmissionConfiguration.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TaskSubmissionConfiguration.java 22 May 2008 14:55:30 -0000 1.2 --- TaskSubmissionConfiguration.java 3 Sep 2008 21:27:23 -0000 1.3 *************** *** 89,92 **** --- 89,97 ---- /** + * Use log debug when purging tasks. + */ + private static boolean purgingtaskdebug = false; + + /** * Use free CPU percent for autopartition. */ *************** *** 187,190 **** --- 192,205 ---- } try { + String ps = props.getProperty("tasksubmission.purgingtaskdebug"); + if (ps != null) { + purgingtaskdebug = "true".equals(ps.trim()); + } + log.debug("TSProperties: purgingtaskdebug set to " + purgingtaskdebug); + } catch (Exception e) { + log.warn("TSProperties: Could not get purgingtaskdebug from properties; " + + "using default value:" + purgingtaskdebug, e); + } + try { String ps = props.getProperty("tasksubmission.excessmaxpercent"); if (ps != null) { *************** *** 203,207 **** log.debug("TSProperties: deficitMinPercent set to " + deficitMinPercent); } catch (Exception e) { ! log.warn("TSProperties: Could not get useFreeCPUPercent from properties; " + "using default value:" + deficitMinPercent, e); } --- 218,222 ---- log.debug("TSProperties: deficitMinPercent set to " + deficitMinPercent); } catch (Exception e) { ! log.warn("TSProperties: Could not get deficitMinPercent from properties; " + "using default value:" + deficitMinPercent, e); } *************** *** 253,256 **** --- 268,279 ---- /** + * Gets the "purgingtaskdebug" configuration parameter. + * @return the purgingtaskdebug value + */ + public static boolean isPurgingTaskDebug() { + return purgingtaskdebug; + } + + /** * Gets the "deficitMinPercent" configuration parameter. * @return the deficitMinPercent Index: AssignmentProcessor.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/AssignmentProcessor.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AssignmentProcessor.java 16 Jul 2008 06:56:03 -0000 1.4 --- AssignmentProcessor.java 3 Sep 2008 21:27:22 -0000 1.5 *************** *** 215,219 **** AssignmentRequest request, long time) throws KernelException { ! boolean debug = log.isDebugEnabled(); ResourceId resId = resource.getId(); --- 215,221 ---- AssignmentRequest request, long time) throws KernelException { ! boolean debug; ! debug = log.isDebugEnabled() || TaskSubmissionConfiguration.isPurgingTaskDebug(); ! ResourceId resId = resource.getId(); *************** *** 231,235 **** if (taskList.size() == 0) { if (debug) { ! debugStr.append("Empty task list !!!!"); } return; --- 233,237 ---- if (taskList.size() == 0) { if (debug) { ! log.debug(debugStr.append("Empty task list !!!!").toString()); } return; *************** *** 248,252 **** } // 4.- Purge un-selectable tasks ! purgeUnselectableTasks(resource, taskList, request.isIterationInfoRequested()); if (debug) { debugStr.append("Number of tasks after purgeUnselectableTasks: " --- 250,255 ---- } // 4.- Purge un-selectable tasks ! boolean iterInfo = request.isIterationInfoRequested(); ! purgeUnselectableTasks(resource, taskList, iterInfo, debugStr, debug); if (debug) { debugStr.append("Number of tasks after purgeUnselectableTasks: " *************** *** 286,290 **** debugStr.append("} \r\n"); } ! log.debug(debugStr.toString()); } } --- 289,293 ---- debugStr.append("} \r\n"); } ! log.info(debugStr.toString()); } } *************** *** 328,332 **** + " but this resource does not support Long Running Process (LRP)"; if (debug) { ! debugStr.append(msg); } log.error(msg, new Exception()); --- 331,335 ---- + " but this resource does not support Long Running Process (LRP)"; if (debug) { ! debugStr.append(msg + "\r\n"); } log.error(msg, new Exception()); *************** *** 344,348 **** if (debug) { debugStr.append("Purging " + t.getId() + "( TaskQoS_LRP?" + taskLRP ! + " != Resquest_LRP? " + requestLRP + ")"); } iter.remove(); --- 347,351 ---- if (debug) { debugStr.append("Purging " + t.getId() + "( TaskQoS_LRP?" + taskLRP ! + " != Resquest_LRP? " + requestLRP + ")\r\n"); } iter.remove(); *************** *** 670,677 **** * @param tasks the tasks being filtered. * @param iterationInfo <code>true</code> if required iteration information * @throws KernelException on error */ private static void purgeUnselectableTasks(Resource resource, List<TaskHolder> tasks, ! boolean iterationInfo) throws KernelException { for (Iterator<TaskHolder> it = tasks.iterator(); it.hasNext();) { TaskHolder t = it.next(); --- 673,682 ---- * @param tasks the tasks being filtered. * @param iterationInfo <code>true</code> if required iteration information + * @param debugStr To print debug. + * @param debug used to indicate that must write messages in debugStr. * @throws KernelException on error */ private static void purgeUnselectableTasks(Resource resource, List<TaskHolder> tasks, ! boolean iterationInfo, StringBuffer debugStr, boolean debug) throws KernelException { for (Iterator<TaskHolder> it = tasks.iterator(); it.hasNext();) { TaskHolder t = it.next(); *************** *** 686,693 **** } // 1.- Is Selectable ! boolean selectable = TaskCompatibilityChecker.isSelectable(resource, t, exec); if (!selectable) { ! if (log.isDebugEnabled()) { ! log.debug("Task " + t.getId() + " is not selectable"); } it.remove(); --- 691,699 ---- } // 1.- Is Selectable ! boolean selectable = TaskCompatibilityChecker.isSelectable(resource, t, true, ! exec, debugStr, debug); if (!selectable) { ! if (debug) { ! debugStr.append("Task " + t.getId() + " is not selectable\r\n"); } it.remove(); *************** *** 700,705 **** && !TaskCompatibilityChecker.isCapableOfIterating(resource, t, iterationInfo, taskRanges, taskParams)) { ! if (log.isDebugEnabled()) { ! log.debug("Task " + t.getId() + " is not capable of iterating"); } it.remove(); --- 706,711 ---- && !TaskCompatibilityChecker.isCapableOfIterating(resource, t, iterationInfo, taskRanges, taskParams)) { ! if (debug) { ! debugStr.append("Task " + t.getId() + " is not capable of iterating\r\n"); } it.remove(); Index: AssignmentCancellation.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/TaskSubmissionPlugin/plugin/src/com/gridsystems/tasksubmission/internal/AssignmentCancellation.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AssignmentCancellation.java 23 Jul 2008 09:58:30 -0000 1.2 --- AssignmentCancellation.java 3 Sep 2008 21:27:22 -0000 1.3 *************** *** 210,214 **** * @param microtaskDstState End state of microtask * @param stopTask true, if exit code with StopTask flag enabled ! * @return Messsag logger * @throws KernelException on error */ --- 210,214 ---- * @param microtaskDstState End state of microtask * @param stopTask true, if exit code with StopTask flag enabled ! * @return Message logger * @throws KernelException on error */ *************** *** 231,241 **** + microTaskId + " -> " + reason); } if (reason != null) { - String state = (microtaskDstState == MicroTaskHolder.STATE_FAILED - ? "failed" : "canceled"); msgLog = "MicroTask " + microTaskId + " " + state + ": " + reason; task.theTaskLogger.info(id, msgLog, microTaskId, null, null, -1); } ! apiRMan.interruptResourceAssignment(id, ra); task.setMicroTaskState(mtask, microtaskDstState, stopTask); interrupted = true; --- 231,259 ---- + microTaskId + " -> " + reason); } + String state; + switch(microtaskDstState) { + case MicroTaskHolder.STATE_FAILED: + state = "failed"; + break; + case MicroTaskHolder.STATE_UNASSIGNED: + state = "canceled"; + break; + case MicroTaskHolder.STATE_FINISHED: + state = "finished"; + break; + default: + String m = "Unknown destination state " + microtaskDstState; + log.error(m, new Exception()); + return m; + } if (reason != null) { msgLog = "MicroTask " + microTaskId + " " + state + ": " + reason; task.theTaskLogger.info(id, msgLog, microTaskId, null, null, -1); } ! if (microtaskDstState == MicroTaskHolder.STATE_FINISHED) { ! apiRMan.finishResourceAssignment(id, ra); ! } else { ! apiRMan.interruptResourceAssignment(id, ra); ! } task.setMicroTaskState(mtask, microtaskDstState, stopTask); interrupted = true; |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:56
|
Update of /cvsroot/fura/FuraSrc/Server/ServerTestsuite/src/com/gridsystems/testsuite/serverutils/junit/cl In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/ServerTestsuite/src/com/gridsystems/testsuite/serverutils/junit/cl Modified Files: TestRunner.java Log Message: cvssync-20080903232636 Index: TestRunner.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/ServerTestsuite/src/com/gridsystems/testsuite/serverutils/junit/cl/TestRunner.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestRunner.java 22 Aug 2008 22:16:19 -0000 1.3 --- TestRunner.java 3 Sep 2008 21:27:23 -0000 1.4 *************** *** 34,37 **** --- 34,38 ---- import com.gridsystems.testsuite.serverutils.ServerConfiguration; import com.gridsystems.testsuite.util.Utils; + import com.gridsystems.utils.FileUtils; /** *************** *** 40,44 **** * * @see com.gridsystems.testsuite.junit.cl.TestRunner ! * @author <a href="maito:jt...@gr...">Job Torres</a> * @author jrossello * @version 1.0 --- 41,45 ---- * * @see com.gridsystems.testsuite.junit.cl.TestRunner ! * @author Job Torres * @author jrossello * @version 1.0 *************** *** 239,242 **** --- 240,246 ---- } + // Create zips for server logs files + generateZips(); + // Sends mail if needed sendMail(); *************** *** 625,628 **** --- 629,635 ---- this.sendMail = mailRecipients.size() > 0; } + + // Extra logs properties + this.sendLogs = "true".equals(System.getProperty("testsuite.sendlogs")); } *************** *** 764,766 **** --- 771,803 ---- System.exit(0); } + + /** + * Generate zip files for server logs. + */ + private void generateZips() { + if (this.sendLogs) { + // zip all files in server log path + if (this.serverPath != null) { + try { + String zipName = "serverlog.zip"; + FileUtils.zip(new File(LOGS_DIR + zipName) , + new File(this.serverPath + "/logs"), null); + this.extraLogs.add((String)(LOGS_DIR + zipName)); + } catch (Exception e) { + logger.error("Error zipping log files " + this.serverPath); + } + } + // zip all files in broker log path + if (this.devBrokerPath != null) { + try { + String zipName = "brokerlog.zip"; + FileUtils.zip(new File(LOGS_DIR + zipName) , + new File(this.devBrokerPath + "/logs"), null); + this.extraLogs.add((String)(LOGS_DIR + zipName)); + } catch (Exception e) { + logger.error("Error zipping log files " + this.devBrokerPath); + } + } + } + } } |
From: Gridsystems C. <gsc...@us...> - 2008-09-03 21:27:55
|
Update of /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/storage In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv8372/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/storage Modified Files: GroupDAO.java ResourceDAO.java Log Message: cvssync-20080903232636 Index: ResourceDAO.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/storage/ResourceDAO.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ResourceDAO.java 13 Mar 2008 08:24:02 -0000 1.1 --- ResourceDAO.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 29,33 **** * Class that manages store/load of Resource data. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 29,33 ---- * Class that manages store/load of Resource data. * ! * @author Antonia Tugores * @version 1.0 */ Index: GroupDAO.java =================================================================== RCS file: /cvsroot/fura/FuraSrc/Server/Plugins/ResourcePlugin/plugin/src/com/gridsystems/resource/internal/storage/GroupDAO.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GroupDAO.java 13 Mar 2008 08:24:02 -0000 1.1 --- GroupDAO.java 3 Sep 2008 21:27:21 -0000 1.2 *************** *** 26,30 **** * Class that manages store/load of a Group data. * ! * @author M. Antònia Tugores (Grid Systems, 2006) * @version 1.0 */ --- 26,30 ---- * Class that manages store/load of a Group data. * ! * @author Antonia Tugores * @version 1.0 */ |