Author: thomas.diesler(a)jboss.com
Date: 2007-01-05 11:10:07 -0500 (Fri, 05 Jan 2007)
New Revision: 1823
Modified:
trunk/jbossws-docs/user-guide/project/build.xml
trunk/jbossws-docs/user-guide/project/en/modules/appendix-a.xml
trunk/jbossws-docs/user-guide/project/en/modules/mtom-xop/mtom-xop.xml
trunk/jbossws-docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml
Log:
Fix jbossws-samples
Modified: trunk/jbossws-docs/user-guide/project/build.xml
===================================================================
--- trunk/jbossws-docs/user-guide/project/build.xml 2007-01-05 16:10:02 UTC (rev 1822)
+++ trunk/jbossws-docs/user-guide/project/build.xml 2007-01-05 16:10:07 UTC (rev 1823)
@@ -6,7 +6,7 @@
<available property="docbook-support.available"
file="${docbook-support.home}/support.xml"/>
<!-- Setup the build timestamp & build identifer properties -->
- <property file="../../../version.properties"/>
+ <property file="${build.dir}/version.properties"/>
<tstamp>
<format property="build.date" pattern="dd-MMM-yyyy"/>
</tstamp>
@@ -19,9 +19,9 @@
<ant antfile="${doc.module.home}/build-docbook.xml"
inheritall="false">
<property name="docbook-support.home"
value="${docbook-support.home}"/>
</ant>
- <copy todir="build/en"
file="../../../src/main/resources/dist/Install.txt" filtering="yes"
overwrite="yes">
+ <copy todir="build/en"
file="${core.dir}/src/main/resources/dist/Install.txt" filtering="yes"
overwrite="yes">
<filterset>
- <filtersfile file="../../../version.properties"/>
+ <filtersfile file="${build.dir}/version.properties"/>
</filterset>
</copy>
</target>
@@ -41,7 +41,7 @@
<copy tofile="en/master.xml" file="en/master.template"
filtering="yes" overwrite="yes">
<filterset>
<filter token="build.date" value="${build.date}"/>
- <filtersfile file="../../../version.properties"/>
+ <filtersfile file="${build.dir}/version.properties"/>
</filterset>
</copy>
</target>
Modified: trunk/jbossws-docs/user-guide/project/en/modules/appendix-a.xml
===================================================================
--- trunk/jbossws-docs/user-guide/project/en/modules/appendix-a.xml 2007-01-05 16:10:02
UTC (rev 1822)
+++ trunk/jbossws-docs/user-guide/project/en/modules/appendix-a.xml 2007-01-05 16:10:07
UTC (rev 1823)
@@ -8,13 +8,13 @@
<itemizedlist>
<listitem>
- <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/src/...
configuration syntax</ulink></para>
+ <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/jbos...
configuration syntax</ulink></para>
</listitem>
<listitem>
- <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/src/...
configuration syntax</ulink></para>
+ <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/jbos...
configuration syntax</ulink></para>
</listitem>
<listitem>
- <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/src/...
configuration syntax</ulink></para>
+ <para><ulink
url="http://fisheye.jboss.com/viewrep/~raw,r=HEAD/JBossWS/trunk/jbos...
configuration syntax</ulink></para>
</listitem>
<listitem>
<para><ulink
url="http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatte...
and Strategies for Building Document-Based Web Services</ulink></para>
Modified: trunk/jbossws-docs/user-guide/project/en/modules/mtom-xop/mtom-xop.xml
===================================================================
--- trunk/jbossws-docs/user-guide/project/en/modules/mtom-xop/mtom-xop.xml 2007-01-05
16:10:02 UTC (rev 1822)
+++ trunk/jbossws-docs/user-guide/project/en/modules/mtom-xop/mtom-xop.xml 2007-01-05
16:10:07 UTC (rev 1823)
@@ -54,7 +54,7 @@
</sect1>
- <sect1 id="mtom-schema-elements">
+ <sect1 id="mtom-parameter-types">
<title>Supported MTOM parameter types</title>
<para>
<table frame="all">
Modified: trunk/jbossws-docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml
===================================================================
---
trunk/jbossws-docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml 2007-01-05
16:10:02 UTC (rev 1822)
+++
trunk/jbossws-docs/user-guide/project/en/modules/wsaddressing/wsaddressing.xml 2007-01-05
16:10:07 UTC (rev 1823)
@@ -95,12 +95,10 @@
}
]]></programlisting></para>
- <para>The <ulink
url="http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/or...
- is provided by JBossWS and <emphasis>reads/writes the addressing properties and
puts then into the message context</emphasis>.
+ <para>The SOAPServerHandler is provided by JBossWS and
<emphasis>reads/writes the addressing properties and puts then into the message
context</emphasis>.
</para>
- <para>The <ulink
url="http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/test/java/or...
- is implementation specific.</para>
+ <para>The ServerHandler is implementation specific.</para>
<para><command>Client side handler
configuration</command></para>
@@ -130,12 +128,10 @@
</jboss-client>
]]></programlisting></para>
- <para>The <ulink
url="http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/or...
- is provided by JBossWS and <emphasis>reads/writes the addressing properties and
puts then into the message context</emphasis>.
+ <para>The SOAPServerHandler is provided by JBossWS and
<emphasis>reads/writes the addressing properties and puts then into the message
context</emphasis>.
</para>
- <para>The <ulink
url="http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/test/java/or...
- is implementation specific.</para>
+ <para>The ServerHandler is implementation specific.</para>
<para><command>A client connecting to the stateful
endpoint</command></para>