<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-17027</id>
	<title>Nabble - Apache Muse</title>
	<updated>2009-10-22T07:40:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-Muse-f17027.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Muse-f17027.html" />
	<subtitle type="html">The &lt;a href=&quot;http://ws.apache.org/muse/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Apache Muse Project&lt;/a&gt;&amp;nbsp;is a Java-based implementation of the WS-ResourceFramework (WSRF), WS-BaseNotification (WSN), and WS-DistributedManagement (WSDM) specifications.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26011219</id>
	<title>Saurabh Dravid is out of the office.</title>
	<published>2009-10-22T07:40:45Z</published>
	<updated>2009-10-22T07:40:45Z</updated>
	<author>
		<name>Saurabh Dravid</name>
	</author>
	<content type="html">I will be out of the office starting &amp;nbsp;10/15/2009 and will not return until
&lt;br&gt;10/27/2009.
&lt;br&gt;&lt;br&gt;Thanks for your email. I will be back to work only on 27-Oct-2009 and will
&lt;br&gt;respond once I return. For any urgent issues contact my manager &amp;quot;Ramsy V
&lt;br&gt;Pinto &amp;quot; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26011219&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rvpinto@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saurabh-Dravid-is-out-of-the-office.-tp26011219p26011219.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26011078</id>
	<title>Problem with OSGI examples in muse 2.2</title>
	<published>2009-10-22T07:36:23Z</published>
	<updated>2009-10-22T07:36:23Z</updated>
	<author>
		<name>elgayyar</name>
	</author>
	<content type="html">Dear all,
&lt;br&gt;&lt;br&gt;I have the same problem posted in this thread
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://marc.info/?l=muse-user&amp;m=119309002714648&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=muse-user&amp;m=119309002714648&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://marc.info/?l=muse-user&amp;m=119309002714648&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=muse-user&amp;m=119309002714648&amp;w=2&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;and as I can't find a reply for such problem, I just asking your help...
&lt;br&gt;&lt;br&gt;Thank you in advance...
&lt;br&gt;&lt;br&gt;Sincerely,
&lt;br&gt;M.El-Gayyar
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-OSGI-examples-in-muse-2.2-tp26011078p26011078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748719</id>
	<title>Re: Extra headers not working</title>
	<published>2009-10-05T03:57:28Z</published>
	<updated>2009-10-05T03:57:28Z</updated>
	<author>
		<name>Lenni Madsen</name>
	</author>
	<content type="html">ahh.. in that case, you forgot to cleanup, let me try to explain.
&lt;br&gt;&lt;br&gt;This is how I think your program is working in rough steps:
&lt;br&gt;&lt;br&gt;1) call clientprpxy
&lt;br&gt;2) clientproxy initializes a server-instance
&lt;br&gt;3) you make some calls to the server-instance
&lt;br&gt;&lt;br&gt;4) you call the clientproxy again (same epr)
&lt;br&gt;5) the cleintproxy tries to instantiate a new server-instance at the &amp;nbsp;
&lt;br&gt;same EPR (alreay in use -&amp;gt; instantiation fails), with muse-resource &amp;nbsp;
&lt;br&gt;param
&lt;br&gt;&amp;lt;muse-wsa:ResourceId xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/muse-wsa:ResourceId&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;possible test solution(s):
&lt;br&gt;A) try a new EPR (hint: make sure you don't reuse the same &amp;nbsp;
&lt;br&gt;MuseResource-2)
&lt;br&gt;B) restart the server-side apache (if using two different apache &amp;nbsp;
&lt;br&gt;servers)
&lt;br&gt;&lt;br&gt;permanent solution if A) works make sure you call &amp;lt;instance&amp;gt;.shutdown 
&lt;br&gt;(); to remove the initialized instance at the EPR
&lt;br&gt;&lt;br&gt;/Lenni
&lt;br&gt;On Oct 5, 2009, at 12:24 GMT+02:00, &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748719&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The think is that it works the first time that I run it after I &amp;nbsp;
&lt;br&gt;&amp;gt; deploy it, but afterwards that is the error, as far as I know the &amp;nbsp;
&lt;br&gt;&amp;gt; epr shouldn't change at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Chris Twiner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748719&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.twiner@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 05 October 2009 11:09
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748719&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: Extra headers not working
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unless I'm missing something you aren't using the right epr. &amp;nbsp;As the &amp;nbsp;
&lt;br&gt;&amp;gt; error message is telling you :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; addressing&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; seems to be missing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; epr.addParameter(WsaConstants.DEFAULT_RESOURCE_ID_QNAME, &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;quot;MuseResource-&amp;quot; + x);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; should help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Oct 5, 2009 at 11:27 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748719&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have built a client for my muse app with wsd2java and I have added
&lt;br&gt;&amp;gt;&amp;gt; the flag -headers to be able to add headers to the call that I need &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; extract with another component.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The proxy has been generated w/out any problem and it has the new
&lt;br&gt;&amp;gt;&amp;gt; parameter Element[] in all the methods. To test it I am putting null
&lt;br&gt;&amp;gt;&amp;gt; just to make a normal call to the webapp and I am having this issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This is the call I am doing:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; public void testCreate() throws SoapFault {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy = new WsSongStoreProxy(new
&lt;br&gt;&amp;gt;&amp;gt; EndpointReference(URI.create(providerUrl)), null);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy = new WsSongStoreProxy (elemToEpr
&lt;br&gt;&amp;gt;&amp;gt; (proxy.createOperation(null)), null);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy.setTrace(true);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And this is the trace with the error I am getting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.ws.addressing.soap.SoapFault: [ID =
&lt;br&gt;&amp;gt;&amp;gt; 'DestinationUnreachable'] There is no resource available at the given
&lt;br&gt;&amp;gt;&amp;gt; EPR:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; WsSongStore&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The existing EPRs hosted by this endpoint are:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; addressing&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; WsSongStore&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; addressing&amp;quot;&amp;gt;MuseResource-3&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; WsSongStore&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke 
&lt;br&gt;&amp;gt;&amp;gt; (AbstractResourceCli
&lt;br&gt;&amp;gt;&amp;gt; en
&lt;br&gt;&amp;gt;&amp;gt; t.java:298)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke 
&lt;br&gt;&amp;gt;&amp;gt; (AbstractResourceCli
&lt;br&gt;&amp;gt;&amp;gt; en
&lt;br&gt;&amp;gt;&amp;gt; t.java:232)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; test.proxy.WsSongStoreProxy.createOperation(WsSongStoreProxy.java: 
&lt;br&gt;&amp;gt;&amp;gt; 131)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at core.testHeaders.testCreate(testHeaders.java:26)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke 
&lt;br&gt;&amp;gt;&amp;gt; (NativeMethodAccessorImpl.j
&lt;br&gt;&amp;gt;&amp;gt; av
&lt;br&gt;&amp;gt;&amp;gt; a:39)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke 
&lt;br&gt;&amp;gt;&amp;gt; (DelegatingMethodAccess
&lt;br&gt;&amp;gt;&amp;gt; or
&lt;br&gt;&amp;gt;&amp;gt; Impl.java:25)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestCase.runTest(TestCase.java:164)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestCase.runBare(TestCase.java:130)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestResult$1.protect(TestResult.java:106)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestResult.runProtected(TestResult.java: 
&lt;br&gt;&amp;gt;&amp;gt; 124)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestResult.run(TestResult.java:109)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestCase.run(TestCase.java:120)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestSuite.runTest(TestSuite.java:230)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at junit.framework.TestSuite.run(TestSuite.java:225)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run 
&lt;br&gt;&amp;gt;&amp;gt; (J
&lt;br&gt;&amp;gt;&amp;gt; Un
&lt;br&gt;&amp;gt;&amp;gt; it3TestReference.java:130)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run 
&lt;br&gt;&amp;gt;&amp;gt; (TestExecution.
&lt;br&gt;&amp;gt;&amp;gt; ja
&lt;br&gt;&amp;gt;&amp;gt; va:38)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests 
&lt;br&gt;&amp;gt;&amp;gt; (Remote
&lt;br&gt;&amp;gt;&amp;gt; Te
&lt;br&gt;&amp;gt;&amp;gt; stRunner.java:467)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests 
&lt;br&gt;&amp;gt;&amp;gt; (Remote
&lt;br&gt;&amp;gt;&amp;gt; Te
&lt;br&gt;&amp;gt;&amp;gt; stRunner.java:683)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run 
&lt;br&gt;&amp;gt;&amp;gt; (RemoteTestR
&lt;br&gt;&amp;gt;&amp;gt; un
&lt;br&gt;&amp;gt;&amp;gt; ner.java:390)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main 
&lt;br&gt;&amp;gt;&amp;gt; (RemoteTest
&lt;br&gt;&amp;gt;&amp;gt; Ru
&lt;br&gt;&amp;gt;&amp;gt; nner.java:197)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; JuanLu
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Lenni Madsen
&lt;br&gt;&lt;br&gt;Security Architect,
&lt;br&gt;Dip. Eng. m. IDA.
&lt;br&gt;&lt;br&gt;Danish Defence IT
&lt;br&gt;Helseholmen 1
&lt;br&gt;2650 Hvidovre
&lt;br&gt;&lt;br&gt;Tel: (+45) 4567 7236
&lt;br&gt;Mob: (+45) 2621 0011
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748719&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-headers-not-working-tp25747737p25748719.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748683</id>
	<title>Re: Extra headers not working</title>
	<published>2009-10-05T03:53:29Z</published>
	<updated>2009-10-05T03:53:29Z</updated>
	<author>
		<name>Chris Twiner</name>
	</author>
	<content type="html">Ah ok, that unfortunately makes sense. &amp;nbsp;If you want persisted routing
&lt;br&gt;entries you have to enable them, see the wsn-consumer examples.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;persistence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;java-persistence-class&amp;gt;org.apache.muse.core.routing.RouterFilePersistence&amp;lt;/java-persistence-class&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;persistence-location&amp;gt;router-entries&amp;lt;/persistence-location&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/persistence&amp;gt;
&lt;br&gt;&lt;br&gt;must be enabled in muse.xml and the router-entries must be set out
&lt;br&gt;similar to the wsn example. &amp;nbsp;If &amp;nbsp;you want to have a different
&lt;br&gt;persistence scheme you can provide your own persistence class.
&lt;br&gt;&lt;br&gt;With the default you must ensure that the numbering of the file names
&lt;br&gt;are unique but after that you can add/remove the actual number
&lt;br&gt;parameters to not require reference params eg.
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;wsa:ReferenceParameters xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;in the resource-instance-X.xml file.
&lt;br&gt;&lt;br&gt;If you do not enable persistence then each resource will get an
&lt;br&gt;incremental reference parameter associated with it, which can be less
&lt;br&gt;than helpful because - as you've found - the reference paremeter
&lt;br&gt;number could change with each change in the muse (add remove of
&lt;br&gt;resources for example).
&lt;br&gt;&lt;br&gt;Its also worth noting that you seem to have two instances running at
&lt;br&gt;the same address, if this is intentional you should definitely look at
&lt;br&gt;customising the reference params to indicate which resource is which.
&lt;br&gt;For example each store could have its id as a reference.
&lt;br&gt;&lt;br&gt;On Mon, Oct 5, 2009 at 12:24 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The think is that it works the first time that I run it after I deploy it, but afterwards that is the error, as far as I know the epr shouldn't change at all.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Chris Twiner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748683&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.twiner@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 05 October 2009 11:09
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748683&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-user@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: Extra headers not working
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unless I'm missing something you aren't using the right epr.  As the error message is telling you :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; seems to be missing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; epr.addParameter(WsaConstants.DEFAULT_RESOURCE_ID_QNAME, &amp;quot;MuseResource-&amp;quot; + x);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; should help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Mon, Oct 5, 2009 at 11:27 AM,  &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748683&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have built a client for my muse app with wsd2java and I have added
&lt;br&gt;&amp;gt;&amp;gt; the flag -headers to be able to add headers to the call that I need to
&lt;br&gt;&amp;gt;&amp;gt; extract with another component.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The proxy has been generated w/out any problem and it has the new
&lt;br&gt;&amp;gt;&amp;gt; parameter Element[] in all the methods. To test it I am putting null
&lt;br&gt;&amp;gt;&amp;gt; just to make a normal call to the webapp and I am having this issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This is the call I am doing:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; public void testCreate() throws SoapFault {
&lt;br&gt;&amp;gt;&amp;gt;                proxy = new WsSongStoreProxy(new
&lt;br&gt;&amp;gt;&amp;gt; EndpointReference(URI.create(providerUrl)), null);
&lt;br&gt;&amp;gt;&amp;gt;                proxy = new WsSongStoreProxy (elemToEpr
&lt;br&gt;&amp;gt;&amp;gt; (proxy.createOperation(null)), null);
&lt;br&gt;&amp;gt;&amp;gt;                proxy.setTrace(true);
&lt;br&gt;&amp;gt;&amp;gt;        }
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And this is the trace with the error I am getting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.ws.addressing.soap.SoapFault: [ID =
&lt;br&gt;&amp;gt;&amp;gt; 'DestinationUnreachable'] There is no resource available at the given
&lt;br&gt;&amp;gt;&amp;gt; EPR:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The existing EPRs hosted by this endpoint are:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:EndpointReference
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-3&amp;lt;/
&lt;br&gt;&amp;gt;&amp;gt; mu
&lt;br&gt;&amp;gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt;&amp;gt; sa
&lt;br&gt;&amp;gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCli
&lt;br&gt;&amp;gt;&amp;gt; en
&lt;br&gt;&amp;gt;&amp;gt; t.java:298)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCli
&lt;br&gt;&amp;gt;&amp;gt; en
&lt;br&gt;&amp;gt;&amp;gt; t.java:232)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; test.proxy.WsSongStoreProxy.createOperation(WsSongStoreProxy.java:131)
&lt;br&gt;&amp;gt;&amp;gt;        at core.testHeaders.testCreate(testHeaders.java:26)
&lt;br&gt;&amp;gt;&amp;gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
&lt;br&gt;&amp;gt;&amp;gt; av
&lt;br&gt;&amp;gt;&amp;gt; a:39)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
&lt;br&gt;&amp;gt;&amp;gt; or
&lt;br&gt;&amp;gt;&amp;gt; Impl.java:25)
&lt;br&gt;&amp;gt;&amp;gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestCase.runTest(TestCase.java:164)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestCase.runBare(TestCase.java:130)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestResult$1.protect(TestResult.java:106)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestResult.runProtected(TestResult.java:124)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestResult.run(TestResult.java:109)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestCase.run(TestCase.java:120)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestSuite.runTest(TestSuite.java:230)
&lt;br&gt;&amp;gt;&amp;gt;        at junit.framework.TestSuite.run(TestSuite.java:225)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(J
&lt;br&gt;&amp;gt;&amp;gt; Un
&lt;br&gt;&amp;gt;&amp;gt; it3TestReference.java:130)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.
&lt;br&gt;&amp;gt;&amp;gt; ja
&lt;br&gt;&amp;gt;&amp;gt; va:38)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&lt;br&gt;&amp;gt;&amp;gt; Te
&lt;br&gt;&amp;gt;&amp;gt; stRunner.java:467)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&lt;br&gt;&amp;gt;&amp;gt; Te
&lt;br&gt;&amp;gt;&amp;gt; stRunner.java:683)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestR
&lt;br&gt;&amp;gt;&amp;gt; un
&lt;br&gt;&amp;gt;&amp;gt; ner.java:390)
&lt;br&gt;&amp;gt;&amp;gt;        at
&lt;br&gt;&amp;gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTest
&lt;br&gt;&amp;gt;&amp;gt; Ru
&lt;br&gt;&amp;gt;&amp;gt; nner.java:197)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; JuanLu
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-headers-not-working-tp25747737p25748683.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748341</id>
	<title>RE: Extra headers not working</title>
	<published>2009-10-05T03:24:12Z</published>
	<updated>2009-10-05T03:24:12Z</updated>
	<author>
		<name>juanlu</name>
	</author>
	<content type="html">The think is that it works the first time that I run it after I deploy it, but afterwards that is the error, as far as I know the epr shouldn't change at all. 
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Chris Twiner [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748341&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.twiner@...&lt;/a&gt;] 
&lt;br&gt;Sent: 05 October 2009 11:09
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748341&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-user@...&lt;/a&gt;
&lt;br&gt;Subject: Re: Extra headers not working
&lt;br&gt;&lt;br&gt;Unless I'm missing something you aren't using the right epr. &amp;nbsp;As the error message is telling you :
&lt;br&gt;&lt;br&gt;&amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt; mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&lt;br&gt;seems to be missing.
&lt;br&gt;&lt;br&gt;epr.addParameter(WsaConstants.DEFAULT_RESOURCE_ID_QNAME, &amp;quot;MuseResource-&amp;quot; + x);
&lt;br&gt;&lt;br&gt;should help.
&lt;br&gt;&lt;br&gt;On Mon, Oct 5, 2009 at 11:27 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748341&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have built a client for my muse app with wsd2java and I have added 
&lt;br&gt;&amp;gt; the flag -headers to be able to add headers to the call that I need to 
&lt;br&gt;&amp;gt; extract with another component.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The proxy has been generated w/out any problem and it has the new 
&lt;br&gt;&amp;gt; parameter Element[] in all the methods. To test it I am putting null 
&lt;br&gt;&amp;gt; just to make a normal call to the webapp and I am having this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is the call I am doing:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void testCreate() throws SoapFault {
&lt;br&gt;&amp;gt;                proxy = new WsSongStoreProxy(new 
&lt;br&gt;&amp;gt; EndpointReference(URI.create(providerUrl)), null);
&lt;br&gt;&amp;gt;                proxy = new WsSongStoreProxy (elemToEpr 
&lt;br&gt;&amp;gt; (proxy.createOperation(null)), null);
&lt;br&gt;&amp;gt;                proxy.setTrace(true);
&lt;br&gt;&amp;gt;        }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And this is the trace with the error I am getting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; org.apache.muse.ws.addressing.soap.SoapFault: [ID = 
&lt;br&gt;&amp;gt; 'DestinationUnreachable'] There is no resource available at the given
&lt;br&gt;&amp;gt; EPR:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference 
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt; sa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The existing EPRs hosted by this endpoint are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference 
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/
&lt;br&gt;&amp;gt; mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt; sa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference 
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-3&amp;lt;/
&lt;br&gt;&amp;gt; mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/w
&lt;br&gt;&amp;gt; sa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCli
&lt;br&gt;&amp;gt; en
&lt;br&gt;&amp;gt; t.java:298)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceCli
&lt;br&gt;&amp;gt; en
&lt;br&gt;&amp;gt; t.java:232)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; test.proxy.WsSongStoreProxy.createOperation(WsSongStoreProxy.java:131)
&lt;br&gt;&amp;gt;        at core.testHeaders.testCreate(testHeaders.java:26)
&lt;br&gt;&amp;gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j
&lt;br&gt;&amp;gt; av
&lt;br&gt;&amp;gt; a:39)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; Impl.java:25)
&lt;br&gt;&amp;gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.runTest(TestCase.java:164)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.runBare(TestCase.java:130)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult$1.protect(TestResult.java:106)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult.runProtected(TestResult.java:124)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult.run(TestResult.java:109)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.run(TestCase.java:120)
&lt;br&gt;&amp;gt;        at junit.framework.TestSuite.runTest(TestSuite.java:230)
&lt;br&gt;&amp;gt;        at junit.framework.TestSuite.run(TestSuite.java:225)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(J
&lt;br&gt;&amp;gt; Un
&lt;br&gt;&amp;gt; it3TestReference.java:130)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.
&lt;br&gt;&amp;gt; ja
&lt;br&gt;&amp;gt; va:38)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&lt;br&gt;&amp;gt; Te
&lt;br&gt;&amp;gt; stRunner.java:467)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(Remote
&lt;br&gt;&amp;gt; Te
&lt;br&gt;&amp;gt; stRunner.java:683)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestR
&lt;br&gt;&amp;gt; un
&lt;br&gt;&amp;gt; ner.java:390)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTest
&lt;br&gt;&amp;gt; Ru
&lt;br&gt;&amp;gt; nner.java:197)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JuanLu
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-headers-not-working-tp25747737p25748341.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748153</id>
	<title>Re: Extra headers not working</title>
	<published>2009-10-05T03:09:26Z</published>
	<updated>2009-10-05T03:09:26Z</updated>
	<author>
		<name>Chris Twiner</name>
	</author>
	<content type="html">Unless I'm missing something you aren't using the right epr. &amp;nbsp;As the
&lt;br&gt;error message is telling you :
&lt;br&gt;&lt;br&gt;&amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&lt;br&gt;seems to be missing.
&lt;br&gt;&lt;br&gt;epr.addParameter(WsaConstants.DEFAULT_RESOURCE_ID_QNAME, &amp;quot;MuseResource-&amp;quot; + x);
&lt;br&gt;&lt;br&gt;should help.
&lt;br&gt;&lt;br&gt;On Mon, Oct 5, 2009 at 11:27 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have built a client for my muse app with wsd2java and I have added the
&lt;br&gt;&amp;gt; flag -headers to be able to add headers to the call that I need to
&lt;br&gt;&amp;gt; extract with another component.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The proxy has been generated w/out any problem and it has the new
&lt;br&gt;&amp;gt; parameter Element[] in all the methods. To test it I am putting null
&lt;br&gt;&amp;gt; just to make a normal call to the webapp and I am having this issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is the call I am doing:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; public void testCreate() throws SoapFault {
&lt;br&gt;&amp;gt;                proxy = new WsSongStoreProxy(new
&lt;br&gt;&amp;gt; EndpointReference(URI.create(providerUrl)), null);
&lt;br&gt;&amp;gt;                proxy = new WsSongStoreProxy (elemToEpr
&lt;br&gt;&amp;gt; (proxy.createOperation(null)), null);
&lt;br&gt;&amp;gt;                proxy.setTrace(true);
&lt;br&gt;&amp;gt;        }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And this is the trace with the error I am getting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; org.apache.muse.ws.addressing.soap.SoapFault: [ID =
&lt;br&gt;&amp;gt; 'DestinationUnreachable'] There is no resource available at the given
&lt;br&gt;&amp;gt; EPR:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The existing EPRs hosted by this endpoint are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;wsa:ReferenceParameters
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;muse-wsa:ResourceId
&lt;br&gt;&amp;gt; xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-3&amp;lt;/mu
&lt;br&gt;&amp;gt; se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;&amp;gt; :Address&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
&lt;br&gt;&amp;gt; t.java:298)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
&lt;br&gt;&amp;gt; t.java:232)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; test.proxy.WsSongStoreProxy.createOperation(WsSongStoreProxy.java:131)
&lt;br&gt;&amp;gt;        at core.testHeaders.testCreate(testHeaders.java:26)
&lt;br&gt;&amp;gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
&lt;br&gt;&amp;gt; a:39)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
&lt;br&gt;&amp;gt; Impl.java:25)
&lt;br&gt;&amp;gt;        at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.runTest(TestCase.java:164)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.runBare(TestCase.java:130)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult$1.protect(TestResult.java:106)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult.runProtected(TestResult.java:124)
&lt;br&gt;&amp;gt;        at junit.framework.TestResult.run(TestResult.java:109)
&lt;br&gt;&amp;gt;        at junit.framework.TestCase.run(TestCase.java:120)
&lt;br&gt;&amp;gt;        at junit.framework.TestSuite.runTest(TestSuite.java:230)
&lt;br&gt;&amp;gt;        at junit.framework.TestSuite.run(TestSuite.java:225)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUn
&lt;br&gt;&amp;gt; it3TestReference.java:130)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.ja
&lt;br&gt;&amp;gt; va:38)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&lt;br&gt;&amp;gt; stRunner.java:467)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&lt;br&gt;&amp;gt; stRunner.java:683)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
&lt;br&gt;&amp;gt; ner.java:390)
&lt;br&gt;&amp;gt;        at
&lt;br&gt;&amp;gt; org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
&lt;br&gt;&amp;gt; nner.java:197)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; JuanLu
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-headers-not-working-tp25747737p25748153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25747737</id>
	<title>Extra headers not working</title>
	<published>2009-10-05T02:27:29Z</published>
	<updated>2009-10-05T02:27:29Z</updated>
	<author>
		<name>juanlu</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I have built a client for my muse app with wsd2java and I have added the
&lt;br&gt;flag -headers to be able to add headers to the call that I need to
&lt;br&gt;extract with another component.
&lt;br&gt;&lt;br&gt;The proxy has been generated w/out any problem and it has the new
&lt;br&gt;parameter Element[] in all the methods. To test it I am putting null
&lt;br&gt;just to make a normal call to the webapp and I am having this issue.
&lt;br&gt;&lt;br&gt;This is the call I am doing:
&lt;br&gt;&lt;br&gt;public void testCreate() throws SoapFault {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; proxy = new WsSongStoreProxy(new
&lt;br&gt;EndpointReference(URI.create(providerUrl)), null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; proxy = new WsSongStoreProxy (elemToEpr
&lt;br&gt;(proxy.createOperation(null)), null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; proxy.setTrace(true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;And this is the trace with the error I am getting.
&lt;br&gt;&lt;br&gt;org.apache.muse.ws.addressing.soap.SoapFault: [ID =
&lt;br&gt;'DestinationUnreachable'] There is no resource available at the given
&lt;br&gt;EPR: 
&lt;br&gt;&lt;br&gt;&amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;:Address&amp;gt;
&lt;br&gt;&amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&lt;br&gt;The existing EPRs hosted by this endpoint are: 
&lt;br&gt;&lt;br&gt;&amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsa:ReferenceParameters
&lt;br&gt;xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;muse-wsa:ResourceId
&lt;br&gt;xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-2&amp;lt;/mu
&lt;br&gt;se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;:Address&amp;gt;
&lt;br&gt;&amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;wsa:EndpointReference xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;wsa:ReferenceParameters
&lt;br&gt;xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;muse-wsa:ResourceId
&lt;br&gt;xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-3&amp;lt;/mu
&lt;br&gt;se-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1:8080/WsSongStore/services/WsSongStore&lt;/a&gt;&amp;lt;/wsa
&lt;br&gt;:Address&amp;gt;
&lt;br&gt;&amp;lt;/wsa:EndpointReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
&lt;br&gt;t.java:298)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
&lt;br&gt;t.java:232)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;test.proxy.WsSongStoreProxy.createOperation(WsSongStoreProxy.java:131)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at core.testHeaders.testCreate(testHeaders.java:26)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
&lt;br&gt;a:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
&lt;br&gt;Impl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestCase.runTest(TestCase.java:164)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestCase.runBare(TestCase.java:130)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestResult$1.protect(TestResult.java:106)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestResult.runProtected(TestResult.java:124)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestResult.run(TestResult.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestCase.run(TestCase.java:120)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestSuite.runTest(TestSuite.java:230)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at junit.framework.TestSuite.run(TestSuite.java:225)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUn
&lt;br&gt;it3TestReference.java:130)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.ja
&lt;br&gt;va:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&lt;br&gt;stRunner.java:467)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
&lt;br&gt;stRunner.java:683)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
&lt;br&gt;ner.java:390)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
&lt;br&gt;nner.java:197)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;JuanLu
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Extra-headers-not-working-tp25747737p25747737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25692942</id>
	<title>Re: Add element to header</title>
	<published>2009-09-30T21:31:11Z</published>
	<updated>2009-09-30T21:31:11Z</updated>
	<author>
		<name>Chris Twiner</name>
	</author>
	<content type="html">Hi JuanLu,
&lt;br&gt;&lt;br&gt;Creating your own SoapClient is probably the best way to get full
&lt;br&gt;control of what is sent from a generated client. The default simply
&lt;br&gt;sends the xml that the client constructs, your version could
&lt;br&gt;manipulate headers / perform encryption etc.
&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;On Wed, Sep 30, 2009 at 11:21 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25692942&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juanluis.prietomartinez@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am having an issue trying to add an element to a header in my muse
&lt;br&gt;&amp;gt; call.
&lt;br&gt;&amp;gt; I have seen how to do it reading the value from the muse.xml but that
&lt;br&gt;&amp;gt; means that the webapp of the service does it, whereas I want to do it by
&lt;br&gt;&amp;gt; using the proxy in my client.
&lt;br&gt;&amp;gt; This is an example of how the request should look like once the header
&lt;br&gt;&amp;gt; has been added.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anybody please help me?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;wsa:To
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://ec2-79-125-39-81&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ec2-79-125-39-81&lt;/a&gt;&lt;br&gt;&amp;gt; .eu-west-1.compute.amazonaws.com:8080/songstore&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;wsa:Action
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://songstore.org/ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://songstore.org/ca&lt;/a&gt;&lt;br&gt;&amp;gt; p/mgmt/CreateOperation&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;wsa:MessageID
&lt;br&gt;&amp;gt; xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:d35df355-0c0e-6024
&lt;br&gt;&amp;gt; -b5af-33bf7addc976&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:Ad
&lt;br&gt;&amp;gt; dress&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;newHeader&amp;gt;HEADERVALUE&amp;lt;/newHeader&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;gt;        &amp;lt;pfx1:CreateOperation
&lt;br&gt;&amp;gt; xmlns:pfx1=&amp;quot;&lt;a href=&quot;http://songstore.org/cap/mgmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://songstore.org/cap/mgmt&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; JuanLu
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-element-to-header-tp25677654p25692942.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25677654</id>
	<title>Add element to header</title>
	<published>2009-09-30T02:21:02Z</published>
	<updated>2009-09-30T02:21:02Z</updated>
	<author>
		<name>juanlu</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am having an issue trying to add an element to a header in my muse
&lt;br&gt;call.
&lt;br&gt;I have seen how to do it reading the value from the muse.xml but that
&lt;br&gt;means that the webapp of the service does it, whereas I want to do it by
&lt;br&gt;using the proxy in my client.
&lt;br&gt;This is an example of how the request should look like once the header
&lt;br&gt;has been added.
&lt;br&gt;&lt;br&gt;Can anybody please help me?
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To
&lt;br&gt;xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://ec2-79-125-39-81&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ec2-79-125-39-81&lt;/a&gt;&lt;br&gt;.eu-west-1.compute.amazonaws.com:8080/songstore&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action
&lt;br&gt;xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://songstore.org/ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://songstore.org/ca&lt;/a&gt;&lt;br&gt;p/mgmt/CreateOperation&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID
&lt;br&gt;xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:d35df355-0c0e-6024
&lt;br&gt;-b5af-33bf7addc976&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:Ad
&lt;br&gt;dress&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;newHeader&amp;gt;HEADERVALUE&amp;lt;/newHeader&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pfx1:CreateOperation
&lt;br&gt;xmlns:pfx1=&amp;quot;&lt;a href=&quot;http://songstore.org/cap/mgmt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://songstore.org/cap/mgmt&lt;/a&gt;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;JuanLu
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Add-element-to-header-tp25677654p25677654.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25651136</id>
	<title>[jira] Resolved: (MUSE-239) response name should come from the wsdl</title>
	<published>2009-09-28T12:11:16Z</published>
	<updated>2009-09-28T12:11:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Chris Twiner resolved MUSE-239.
&lt;br&gt;-------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;br&gt;Fixed the bug itself, in two files, added a host of others to test. &amp;nbsp;Kept Axis prefix &amp;quot;muse-op&amp;quot; in the fix. &amp;nbsp;The old code is still present, just not called. &amp;nbsp;2.3.0 will clean that out.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; response name should come from the wsdl
&lt;br&gt;&amp;gt; ---------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-239
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-239&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-239&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core Engine - Routing and Serialization
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Muse 2.2.0, Eclipse 3.2.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Vinh Nguyen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When generating the client proxies, wsdl2java properly reads the response names from the wsdl and stores them in the proxy metadata section. &amp;nbsp;But on the server, Muse actually creates the response name based on the request name, and doesn't look at the wsdl for the actual response name.
&lt;br&gt;&amp;gt; I found this error when not using the &amp;quot;normal&amp;quot; naming convention like MyOperationRequest and MyOperationResponse. &amp;nbsp;Instead, I had it as SomeResponse, so the client threw an error because the server was returning a different response name than expected.
&lt;br&gt;&amp;gt; The bug is in AbstractMessageHandler.createResponseName(). &amp;nbsp;It takes the properties from the request QName, and then creates a new one with &amp;quot;Response&amp;quot; appended.
&lt;br&gt;&amp;gt; Also, the method's javadoc says that &amp;quot;users can override this method to change the response name&amp;quot;, but the method itself is private. &amp;nbsp;So to override, users must override the class constructor itself.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25651136&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25651136&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-239%29-response-name-should-come-from-the-wsdl-tp11316183p25651136.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25644607</id>
	<title>[jira] Resolved: (MUSE-293) XPath filter gets Namespaces from NotificationMessage</title>
	<published>2009-09-28T05:14:16Z</published>
	<updated>2009-09-28T05:14:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Chris Twiner resolved MUSE-293.
&lt;br&gt;-------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;br&gt;Code added, tests temporarily in the cunningly named tests folder.
&lt;br&gt;&lt;br&gt;Attempts have been made to keep it binary compatible.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XPath filter gets Namespaces from NotificationMessage
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-293
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Utilities - General, QName, and XML
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Matthes Rieke
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: XPathFilterNamespaceTest.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have stumbled across a problem when trying to filter a NotificationMessage with an XPath expression containing namespace declarations (e.G. //om:Observation/om:procedure - where om is &amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;).
&lt;br&gt;&amp;gt; Perhaps I made some mistake while subscribing with this filter, but to me it seems, that the MessagePatternFilter just invokes XPathUtils.isMatch(). isMatch itself invokes XPathAPI.eval(context, xpath) [from apache xalan api] and that method has no parameter for the namespaceNode. This has the result that the XPath expression takes its namespaces from the NotificationMessage, which of course may differ from the ones specified in my subscribe request.
&lt;br&gt;&amp;gt; Also I noticed that namespaces in a MessagePatternFilter xml file (see below) just get erased when parsing the xml with the FilterFactory.
&lt;br&gt;&amp;gt; Filter to parse:
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:om=&amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; this gets parsed in the subscribe operation of NotificationProducer (I assume this is done before in the FilterFactory):
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;&amp;gt;//om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'&amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; As you can see the namespace &amp;quot;om:....&amp;quot; is removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644607&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644607&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-293%29-XPath-filter-gets-Namespaces-from-NotificationMessage-tp19292862p25644607.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25644553</id>
	<title>[jira] Resolved: (MUSE-299) SOAP responses are not logged</title>
	<published>2009-09-28T05:10:16Z</published>
	<updated>2009-09-28T05:10:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Chris Twiner resolved MUSE-299.
&lt;br&gt;-------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: &amp;nbsp; &amp;nbsp; (was: 2.3.0)
&lt;br&gt;&lt;br&gt;added the logging, only AxisIsolationLayer is affected.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SOAP responses are not logged
&lt;br&gt;&amp;gt; -----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-299
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Deployment - Axis2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Francesco Scandelli
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The documentation (&lt;a href=&quot;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&lt;/a&gt;) says that &amp;nbsp;setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25644553&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-299%29-SOAP-responses-are-not-logged-tp21956797p25644553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566554</id>
	<title>[jira] Commented: (MUSE-299) SOAP responses are not logged</title>
	<published>2009-09-22T13:04:16Z</published>
	<updated>2009-09-22T13:04:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758402#action_12758402&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758402#action_12758402&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris Twiner commented on MUSE-299:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;just added after the invoke:
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // HACK part two (issue 299) log the response
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (router.getLog().getLevel() == Level.FINE &amp;&amp; soapResponse != null)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	LoggingUtils.logMessage(router.getLog(), soapResponse, false);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SOAP responses are not logged
&lt;br&gt;&amp;gt; -----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-299
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Deployment - Axis2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Francesco Scandelli
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1, 2.3.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The documentation (&lt;a href=&quot;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&lt;/a&gt;) says that &amp;nbsp;setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566554&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-299%29-SOAP-responses-are-not-logged-tp21956797p25566554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566483</id>
	<title>[jira] Assigned: (MUSE-299) SOAP responses are not logged</title>
	<published>2009-09-22T13:02:17Z</published>
	<updated>2009-09-22T13:02:17Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Chris Twiner reassigned MUSE-299:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Chris Twiner &amp;nbsp;(was: Dan Jemiolo)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SOAP responses are not logged
&lt;br&gt;&amp;gt; -----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-299
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-299&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-299&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Deployment - Axis2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Francesco Scandelli
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1, 2.3.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The documentation (&lt;a href=&quot;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/docs/2.2.0/manual/architecture/deployment-descriptor.html&lt;/a&gt;) says that &amp;nbsp;setting the logging level to FINE will cause Muse to record every SOAP request and response that it processes but actually only the requests are traced (look at org.apache.muse.core.platform.axis2.AxisIsolationLayer).
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566483&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566483&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-299%29-SOAP-responses-are-not-logged-tp21956797p25566483.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566389</id>
	<title>[jira] Commented: (MUSE-293) XPath filter gets Namespaces from NotificationMessage</title>
	<published>2009-09-22T12:54:16Z</published>
	<updated>2009-09-22T12:54:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758397#action_12758397&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758397#action_12758397&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris Twiner commented on MUSE-293:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;coding done, checking tests into a temporary location (until a Maven friendly way is found). &amp;nbsp;In particular toXML writes out the correct namespace prefixes (allowing persistence of subscriptions etc).
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XPath filter gets Namespaces from NotificationMessage
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-293
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Utilities - General, QName, and XML
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Matthes Rieke
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: XPathFilterNamespaceTest.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have stumbled across a problem when trying to filter a NotificationMessage with an XPath expression containing namespace declarations (e.G. //om:Observation/om:procedure - where om is &amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;).
&lt;br&gt;&amp;gt; Perhaps I made some mistake while subscribing with this filter, but to me it seems, that the MessagePatternFilter just invokes XPathUtils.isMatch(). isMatch itself invokes XPathAPI.eval(context, xpath) [from apache xalan api] and that method has no parameter for the namespaceNode. This has the result that the XPath expression takes its namespaces from the NotificationMessage, which of course may differ from the ones specified in my subscribe request.
&lt;br&gt;&amp;gt; Also I noticed that namespaces in a MessagePatternFilter xml file (see below) just get erased when parsing the xml with the FilterFactory.
&lt;br&gt;&amp;gt; Filter to parse:
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:om=&amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; this gets parsed in the subscribe operation of NotificationProducer (I assume this is done before in the FilterFactory):
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;&amp;gt;//om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'&amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; As you can see the namespace &amp;quot;om:....&amp;quot; is removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566389&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25566389&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-293%29-XPath-filter-gets-Namespaces-from-NotificationMessage-tp19292862p25566389.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25562149</id>
	<title>[jira] Commented: (MUSE-293) XPath filter gets Namespaces from NotificationMessage</title>
	<published>2009-09-22T08:28:16Z</published>
	<updated>2009-09-22T08:28:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758270#action_12758270&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758270#action_12758270&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris Twiner commented on MUSE-293:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;NOTE this does not adjust either ProducerPropertiesFilter or TopicFilters use of XPathUtils.isMatch. &amp;nbsp;The reason being topicfilters shouldn't really be doing xpath filtering anyway (thats messagefilters job) and the other filter should probably be using the generated producer properties.
&lt;br&gt;&lt;br&gt;If either of these is an issue in the future it should be easy to remedy them.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XPath filter gets Namespaces from NotificationMessage
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-293
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Utilities - General, QName, and XML
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Matthes Rieke
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: XPathFilterNamespaceTest.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have stumbled across a problem when trying to filter a NotificationMessage with an XPath expression containing namespace declarations (e.G. //om:Observation/om:procedure - where om is &amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;).
&lt;br&gt;&amp;gt; Perhaps I made some mistake while subscribing with this filter, but to me it seems, that the MessagePatternFilter just invokes XPathUtils.isMatch(). isMatch itself invokes XPathAPI.eval(context, xpath) [from apache xalan api] and that method has no parameter for the namespaceNode. This has the result that the XPath expression takes its namespaces from the NotificationMessage, which of course may differ from the ones specified in my subscribe request.
&lt;br&gt;&amp;gt; Also I noticed that namespaces in a MessagePatternFilter xml file (see below) just get erased when parsing the xml with the FilterFactory.
&lt;br&gt;&amp;gt; Filter to parse:
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:om=&amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; this gets parsed in the subscribe operation of NotificationProducer (I assume this is done before in the FilterFactory):
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;&amp;gt;//om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'&amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; As you can see the namespace &amp;quot;om:....&amp;quot; is removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562149&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25562149&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-293%29-XPath-filter-gets-Namespaces-from-NotificationMessage-tp19292862p25562149.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25561662</id>
	<title>[jira] Commented: (MUSE-293) XPath filter gets Namespaces from NotificationMessage</title>
	<published>2009-09-22T08:00:16Z</published>
	<updated>2009-09-22T08:00:16Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758262#action_12758262&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12758262#action_12758262&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris Twiner commented on MUSE-293:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;In order to maintain binary compatibility for the 2.2.1 release I'm adding a new constructor, the other will simply be deprecated.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XPath filter gets Namespaces from NotificationMessage
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-293
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-293&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-293&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Utilities - General, QName, and XML
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Matthes Rieke
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: XPathFilterNamespaceTest.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have stumbled across a problem when trying to filter a NotificationMessage with an XPath expression containing namespace declarations (e.G. //om:Observation/om:procedure - where om is &amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;).
&lt;br&gt;&amp;gt; Perhaps I made some mistake while subscribing with this filter, but to me it seems, that the MessagePatternFilter just invokes XPathUtils.isMatch(). isMatch itself invokes XPathAPI.eval(context, xpath) [from apache xalan api] and that method has no parameter for the namespaceNode. This has the result that the XPath expression takes its namespaces from the NotificationMessage, which of course may differ from the ones specified in my subscribe request.
&lt;br&gt;&amp;gt; Also I noticed that namespaces in a MessagePatternFilter xml file (see below) just get erased when parsing the xml with the FilterFactory.
&lt;br&gt;&amp;gt; Filter to parse:
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:om=&amp;quot;&lt;a href=&quot;http://www.opengis.net/om/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengis.net/om/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; this gets parsed in the subscribe operation of NotificationProducer (I assume this is done before in the FilterFactory):
&lt;br&gt;&amp;gt; &amp;lt;wsnt:Filter xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;wsnt:MessageContent Dialect=&amp;quot;&lt;a href=&quot;http://www.w3.org/TR/1999/REC-xpath-19991116&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/1999/REC-xpath-19991116&lt;/a&gt;&amp;quot;&amp;gt;//om:Observation/om:procedure/@xlink:href='urn:ogc:object:procedure:CITE:WeatherService:LGA'&amp;lt;/wsnt:MessageContent&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/wsnt:Filter&amp;gt;
&lt;br&gt;&amp;gt; As you can see the namespace &amp;quot;om:....&amp;quot; is removed.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25561662&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25561662&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-293%29-XPath-filter-gets-Namespaces-from-NotificationMessage-tp19292862p25561662.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25452266</id>
	<title>Show wsdl</title>
	<published>2009-09-15T04:27:16Z</published>
	<updated>2009-09-15T04:27:16Z</updated>
	<author>
		<name>juanlu</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am trying to show the wsdl of a muse web service on the browser, the
&lt;br&gt;parameters and the location of the wsdl within the webapp are as I
&lt;br&gt;describe below.
&lt;br&gt;&lt;br&gt;The wsdl is within a folder called wsdl
&lt;br&gt;(webapps\WsSongStore\WEB-INF\classes\wsdl) and in the muse.xml you can
&lt;br&gt;read this:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl-file&amp;gt;/wsdl/WsSongStore.wsdl&amp;lt;/wsdl-file&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsdl-port-type
&lt;br&gt;xmlns:pfx=&amp;quot;&lt;a href=&quot;http://songstore.org/tns&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://songstore.org/tns&lt;/a&gt;&amp;quot;&amp;gt;pfx:WsSongStorePortType&amp;lt;/wsdl-port-
&lt;br&gt;type&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsdl&amp;gt;
&lt;br&gt;&lt;br&gt;But when I do a
&lt;br&gt;&lt;a href=&quot;http://localhost:8080/WsSongStore/services/WsSongStore?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/WsSongStore/services/WsSongStore?wsdl&lt;/a&gt;&amp;nbsp;what I get
&lt;br&gt;back is a 405 telling me that get method is not allowed. It is urgent to
&lt;br&gt;fix this because I need to show the wsdl to expose it to the gateway.
&lt;br&gt;&lt;br&gt;Can you please help me with this?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;JuanLu
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-the-Consumer-tp25295727p25452266.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25295727</id>
	<title>Question on the Consumer</title>
	<published>2009-09-04T07:44:49Z</published>
	<updated>2009-09-04T07:44:49Z</updated>
	<author>
		<name>Sudhakar V Chellam</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a WSN consumer based on the Muse Project. 
&lt;br&gt;&lt;br&gt;With a apache muse based producer, the consumer can handle the requests 
&lt;br&gt;perfectly fine. But when I receive request from another server where 
&lt;br&gt;apache muse is not being used, following SOAP Response being sent from the 
&lt;br&gt;muse server.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;soap:Text&amp;gt;[ID = 'ActionNotSupported'] The resource at 'consumer' does 
&lt;br&gt;not expose an operation with the WS-Action 
&lt;br&gt;'&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify'&lt;/a&gt;&amp;nbsp;through 
&lt;br&gt;any of its capabilities.&amp;lt;/soap:Text&amp;gt;
&lt;br&gt;&amp;lt;/soap:Reason&amp;gt;
&lt;br&gt;&lt;br&gt;Things I tried :
&lt;br&gt;&lt;br&gt;1. Add capability-uri &amp;quot;
&lt;br&gt;&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify&lt;/a&gt;&amp;quot; and the 
&lt;br&gt;impl class is SimpleNotificationConsumer.
&lt;br&gt;&lt;br&gt;2. Tried to add another port type and a binding where I defined the 
&lt;br&gt;SoapAction and Action for the operation to be the &amp;quot;
&lt;br&gt;&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer/Notify&lt;/a&gt;&amp;quot; 
&lt;br&gt;&lt;br&gt;Hopefully this is just a configuration issue. Please let me know what I 
&lt;br&gt;can do to get this working on different producers.
&lt;br&gt;&lt;br&gt;FYI: &amp;nbsp;I am using muse 2.1.0 , and Mini Servlet as my entry point.
&lt;br&gt;&lt;br&gt;Thanks and Regards
&lt;br&gt;Sudhakar
&lt;br&gt;&lt;br&gt;______________________________________________________________________________________
&lt;br&gt;Sudhakar V Chellam 
&lt;br&gt;e-mail : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25295727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;svelkant@...&lt;/a&gt;
&lt;br&gt;Phone : 919-224-1179 [ Tie line - 687 - 1179 ]
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-the-Consumer-tp25295727p25295727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25071591</id>
	<title>[jira] Resolved: (MUSE-268) SoapFault(Element) constructor retrieves code but loses namespace</title>
	<published>2009-08-20T16:04:14Z</published>
	<updated>2009-08-20T16:04:14Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Chris Twiner resolved MUSE-268.
&lt;br&gt;-------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Invalid
&lt;br&gt;&lt;br&gt;Andrea further confirms this isn't a bug, marking as Invalid, unless another test can show validity.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; SoapFault(Element) constructor retrieves code but loses namespace
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: MUSE-268
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/MUSE-268&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/MUSE-268&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Muse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Muse 2.2.0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Vinh Nguyen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Chris Twiner
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 2.2.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: FaultCodeNSTest.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm doing the following in SimpleResourceRouter:
&lt;br&gt;&amp;gt; public Element invoke(Element soapBody)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; // Check the error code.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Element response = super.invoke(soapBody);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; QName name = XmlUtils.getElementQName(response);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; if (name.equals(SoapConstants.FAULT_QNAME))
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SoapFault fault = new SoapFault(response);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; QName faultCode = fault.getCode();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;Fault code: &amp;quot; + faultCode.getPrefix() + &amp;quot;, &amp;quot; + faultCode.getLocalPart() + &amp;quot;, &amp;quot; + faultCode.getNamespaceURI());
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (faultCode.equals(SoapConstants.SENDER_QNAME))
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;Fault is a user error!&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; return response;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; But I noticed that the faultCode's namespace is lost. &amp;nbsp;So when I try to compare it to SoapConstants.SENDER_QNAME, it always returns false. &amp;nbsp;So it is difficult to check if the fault is a user error, or an actual system (Muse) error.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25071591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25071591&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28MUSE-268%29-SoapFault%28Element%29-constructor-retrieves-code-but-loses-namespace-tp12304851p25071591.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24360051</id>
	<title>Dan Jemiolo is out of the office.</title>
	<published>2009-07-06T10:56:16Z</published>
	<updated>2009-07-06T10:56:16Z</updated>
	<author>
		<name>Daniel Jemiolo</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I will be out of the office starting  07/06/2009 and will not return until 07/08/2009.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I will have access to email throughout the day. Please contact Jose Ortiz for any urgent matters related to WebSphere CloudBurst.&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dan-Jemiolo-is-out-of-the-office.-tp24360051p24360051.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24359128</id>
	<title>PMC Reorganization and July board report</title>
	<published>2009-07-06T09:55:49Z</published>
	<updated>2009-07-06T09:55:49Z</updated>
	<author>
		<name>Glen Daniels-3</name>
	</author>
	<content type="html">Hi everyone:
&lt;br&gt;&lt;br&gt;Once again, I'm cc'ing all the -dev lists to make absolutely sure everyone
&lt;br&gt;sees this note. &amp;nbsp;Future mails will just go to general@.
&lt;br&gt;&lt;br&gt;It's time to get this discussion going, and hopefully bring it to some kind
&lt;br&gt;of a place from which we can affect change as a community. &amp;nbsp;We're going to
&lt;br&gt;submit a report to the board in July, and I'd really like to be able to say
&lt;br&gt;something other than &amp;quot;radio silence on the PMC reorg front&amp;quot;. :)
&lt;br&gt;&lt;br&gt;Can we talk some more about this in the near term? &amp;nbsp;As you know, there is a
&lt;br&gt;wiki page at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/ws/FrontPage/WebServicesPMCReorg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/ws/FrontPage/WebServicesPMCReorg&lt;/a&gt;&lt;br&gt;&lt;br&gt;One proposal there has four supporters so far, and other proposals, comments,
&lt;br&gt;thoughts, etc., are very welcome.
&lt;br&gt;&lt;br&gt;Please, people, chime in. &amp;nbsp;Either put your thoughts on the wiki, or continue
&lt;br&gt;the discussion via email at &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24359128&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt; - please try and keep the
&lt;br&gt;discussion about this topic on that list and not on the individual project
&lt;br&gt;lists, since this is clearly a community-wide topic.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--Glen
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24359128&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24359128&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PMC-Reorganization-and-July-board-report-tp24359128p24359128.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24317545</id>
	<title>Saurabh Dravid is out of the office.</title>
	<published>2009-07-02T21:43:24Z</published>
	<updated>2009-07-02T21:43:24Z</updated>
	<author>
		<name>Saurabh Dravid</name>
	</author>
	<content type="html">I will be out of the office starting &amp;nbsp;06/25/2009 and will not return until
&lt;br&gt;07/06/2009.
&lt;br&gt;&lt;br&gt;Thanks for your email. I will be back to work only on 06-July-2009 and will
&lt;br&gt;respond once I return. For any urgent issues contact my manager &amp;quot;Ramsy V
&lt;br&gt;Pinto &amp;quot; (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24317545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rvpinto@...&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Saurabh-Dravid-is-out-of-the-office.-tp24317545p24317545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24317273</id>
	<title>How i can get the WSDM definition for a resource</title>
	<published>2009-07-02T20:59:41Z</published>
	<updated>2009-07-02T20:59:41Z</updated>
	<author>
		<name>gongshuai</name>
	</author>
	<content type="html">Hi  i am comfused how i can get the WSDM definition for a resource,
Please help me! Thank you!&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-i-can-get-the-WSDM-definition-for-a-resource-tp24317273p24317273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24204173</id>
	<title>Help. muse-2.2.0 and wsdl2java</title>
	<published>2009-06-25T07:06:39Z</published>
	<updated>2009-06-25T07:06:39Z</updated>
	<author>
		<name>Peter Chandler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I tried wsdl2java on both Unix and Windows and I get the following error:
&lt;br&gt;&lt;br&gt;Any ideas:
&lt;br&gt;&lt;br&gt;[pchandler]$ wsdl2java.sh -osgi -wsdl &amp;nbsp;soap-bindings.wsdl -output output
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; org.apache.muse.tools.generator.util.MuseRuntimeException: [ID = 'InvalidArgs'] The arguments passed to wsdl2java are not valid. Please rerun with -help.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.muse.tools.generator.Wsdl2Java.checkProjectizerArg(Wsdl2Java.java:596)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.muse.tools.generator.Wsdl2Java.main(Wsdl2Java.java:256)
&lt;br&gt;&lt;br&gt;Peter.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help.-muse-2.2.0-and-wsdl2java-tp24204173p24204173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24006740</id>
	<title>Dan Jemiolo is out of the office.</title>
	<published>2009-06-12T15:01:47Z</published>
	<updated>2009-06-12T15:01:47Z</updated>
	<author>
		<name>Daniel Jemiolo</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I will be out of the office starting  06/12/2009 and will not return until 06/22/2009.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
If you have a question related to WebSphere CloudBurst, please forward it to Rohith Ashok or my manager, Jake Mickley.&lt;br&gt;
&lt;/body&gt;&lt;/html&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dan-Jemiolo-is-out-of-the-office.-tp24006740p24006740.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24005163</id>
	<title>One more thing..</title>
	<published>2009-06-12T12:50:18Z</published>
	<updated>2009-06-12T12:50:18Z</updated>
	<author>
		<name>Glen Daniels-3</name>
	</author>
	<content type="html">If you'd like to discuss the PMC reorganization issue, please keep that
&lt;br&gt;thread on general@ws instead of any of the project-specific lists.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;--Glen
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24005163&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24005163&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/One-more-thing..-tp24005163p24005163.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24004829</id>
	<title>Board report for June, and splitting the project</title>
	<published>2009-06-12T12:25:21Z</published>
	<updated>2009-06-12T12:25:21Z</updated>
	<author>
		<name>Glen Daniels-3</name>
	</author>
	<content type="html">Hi all!
&lt;br&gt;&lt;br&gt;Two things. &amp;nbsp;First off, it's of course that time again. &amp;nbsp;Kurt (thanks Kurt)
&lt;br&gt;has been kind enough to set up the template report at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/ws/ReportForJun2009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/ws/ReportForJun2009&lt;/a&gt;&lt;br&gt;&lt;br&gt;Some content has already been added, but please feel encouraged to add your
&lt;br&gt;project's status/highlights, or anything you feel needs to be communicated up
&lt;br&gt;to the board level.
&lt;br&gt;&lt;br&gt;In particular, I was hoping to have more conversation and consensus around
&lt;br&gt;the &amp;quot;splitting the project&amp;quot; idea, but that has been slow to get going. &amp;nbsp;As a
&lt;br&gt;reminder, please visit the wiki page for this discussion at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/ws/FrontPage/WebServicesPMCReorg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/ws/FrontPage/WebServicesPMCReorg&lt;/a&gt;&lt;br&gt;&lt;br&gt;There are proposals and comments there - please feel free to add more, or to
&lt;br&gt;add yourself as a supporter to any of the proposals there currently.
&lt;br&gt;&lt;br&gt;Unfortunately there was a bit of a date snafu with the automated reminder
&lt;br&gt;system this time around, and so I thought we had another week and a half
&lt;br&gt;before the report was due... but actually it's due by the 15th, which is
&lt;br&gt;Monday. &amp;nbsp;Since I do not think we're going to have enough time for an adequate
&lt;br&gt;discussion before then, I am planning to ask the board to allow us to report
&lt;br&gt;at next month's meeting instead (we'll stay on our regular Mar/Jun/Sept/Dec
&lt;br&gt;schedule, just move this one report).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--Glen
&lt;br&gt;&amp;nbsp; Your Friendly Neighborhood PMC Chair
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24004829&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24004829&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;muse-dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse---Dev-f243.html&quot; embed=&quot;fixTarget[243]&quot; target=&quot;_top&quot; &gt;Muse - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Board-report-for-June%2C-and-splitting-the-project-tp24004829p24004829.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23849999</id>
	<title>Re: how create a resoruce</title>
	<published>2009-06-03T04:46:13Z</published>
	<updated>2009-06-03T04:46:13Z</updated>
	<author>
		<name>Lenni Madsen</name>
	</author>
	<content type="html">What I meant to say:
&lt;br&gt;&lt;br&gt;The factory included has the potential to instantiate resources &amp;nbsp;
&lt;br&gt;programatically of other services than it's own, so that
&lt;br&gt;1) you can have some resource monitor call the factory and ask it to &amp;nbsp;
&lt;br&gt;instantiate more version of a service
&lt;br&gt;2) provide an easy way to instantiate services with specific &amp;nbsp;
&lt;br&gt;ResourceID's if needed (the same code can be used for serverside calls &amp;nbsp;
&lt;br&gt;only, if left out of the internet exposed WSDL)
&lt;br&gt;&lt;br&gt;Now if the CounterResourceIdFactory does allow for ResourceID's of a &amp;nbsp;
&lt;br&gt;different type than MuseResource-XX I don't really know.
&lt;br&gt;&lt;br&gt;/Lenni
&lt;br&gt;On Jun 2, 2009, at 17:02 GMT+02:00, Francesco D'Andria wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear Lenni,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First of all, thank you so much for the example you sent to us last &amp;nbsp;
&lt;br&gt;&amp;gt; week.
&lt;br&gt;&amp;gt; BTW I would like to know if, when you say &amp;quot;it includes a small &amp;nbsp;
&lt;br&gt;&amp;gt; factory to
&lt;br&gt;&amp;gt; showcase ho to create resources on the fly, &amp;quot;, it means that, to &amp;nbsp;
&lt;br&gt;&amp;gt; specify my
&lt;br&gt;&amp;gt; RsourceId, I need to include a factory. I was convinced I could &amp;nbsp;
&lt;br&gt;&amp;gt; reuse the
&lt;br&gt;&amp;gt; factory implementation provided by MUSE (I'm speaking about the &amp;quot;
&lt;br&gt;&amp;gt; CounterResourceIdFactory&amp;quot;).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards
&lt;br&gt;&amp;gt; Francesco
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/5/30 Lenni Madsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23849999&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; all right, it seems most of the issues is related to my laptop &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; environment,
&lt;br&gt;&amp;gt;&amp;gt; there must be some settings that are out of whack. &amp;nbsp;In any case I've
&lt;br&gt;&amp;gt;&amp;gt; attached my general idea for the wsn-producer example, it includes &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; a small
&lt;br&gt;&amp;gt;&amp;gt; factory to showcase ho to create resources on the fly, mind you if &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; you need
&lt;br&gt;&amp;gt;&amp;gt; to programatically change the ResourceID of your resource instances &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; you
&lt;br&gt;&amp;gt;&amp;gt; would need to edit the EndpointReference in the WsFactory step &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; createWithEprOperation
&lt;br&gt;&amp;gt;&amp;gt; before the line with next.initialize(); I've left room in the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; operation
&lt;br&gt;&amp;gt;&amp;gt; call to support a call with the desired ResourceId, though I haven
&lt;br&gt;&amp;gt;&amp;gt; implemented the actual code to make it happen, as it's &amp;quot;just&amp;quot; a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; simple xml
&lt;br&gt;&amp;gt;&amp;gt; edit operation.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Mind you this code should work, though as this an initial delivery &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; chances
&lt;br&gt;&amp;gt;&amp;gt; are that there might be a bug or two :) Also the code was run on a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Mac so
&lt;br&gt;&amp;gt;&amp;gt; make sure you edit the build.properties to reflect your system &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; environments.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Happy hunting.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /Lenni
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On May 25, 2009, at 22:51 GMT+02:00, Lenni Madsen wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've run into a few odd issues with my proposed example and due to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; a high
&lt;br&gt;&amp;gt;&amp;gt; workload tomorrow, that I need to prepare for, I'm going to have to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; keep you
&lt;br&gt;&amp;gt;&amp;gt; all waiting a few days more. Hopefully no longer than Thursday. So &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; far it
&lt;br&gt;&amp;gt;&amp;gt; generates and compiles, but some of the more &amp;quot;advance&amp;quot; things are &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; acting up
&lt;br&gt;&amp;gt;&amp;gt; a bit.
&lt;br&gt;&amp;gt;&amp;gt; On May 25, 2009, at 13:19 GMT+02:00, Lenni Madsen wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I might be able to include that in the example I hope to have done by
&lt;br&gt;&amp;gt;&amp;gt; tonight (EST)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On May 25, 2009, at 13:07 GMT+02:00, Francesco D'Andria wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Could someone tell me the right code to create a new instance of a
&lt;br&gt;&amp;gt;&amp;gt; transient
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; grid service.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to specify my RsourceId and not MuseResource-1, please
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; tell me also
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; the code to interact with the same ResoruceID via other client...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks in advance and best regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Francesco
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Lenni Madsen
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Security Architect,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Dip. Eng. m. IDA.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Danish Defence IT
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Helseholmen 1
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2650 Hvidovre
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tel: (+45) 4567 7236
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Mob: (+45) 2621 0011
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23849999&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Lenni Madsen
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Security Architect,
&lt;br&gt;&amp;gt;&amp;gt; Dip. Eng. m. IDA.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Danish Defence IT
&lt;br&gt;&amp;gt;&amp;gt; Helseholmen 1
&lt;br&gt;&amp;gt;&amp;gt; 2650 Hvidovre
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tel: (+45) 4567 7236
&lt;br&gt;&amp;gt;&amp;gt; Mob: (+45) 2621 0011
&lt;br&gt;&amp;gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23849999&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Lenni Madsen
&lt;br&gt;&lt;br&gt;Security Architect,
&lt;br&gt;Dip. Eng. m. IDA.
&lt;br&gt;&lt;br&gt;Danish Defence IT
&lt;br&gt;Helseholmen 1
&lt;br&gt;2650 Hvidovre
&lt;br&gt;&lt;br&gt;Tel: (+45) 4567 7236
&lt;br&gt;Mob: (+45) 2621 0011
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23849999&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23849999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23834452</id>
	<title>Re: how create a resoruce</title>
	<published>2009-06-02T08:02:18Z</published>
	<updated>2009-06-02T08:02:18Z</updated>
	<author>
		<name>Francesco D'Andria-2</name>
	</author>
	<content type="html">Dear Lenni,
&lt;br&gt;&lt;br&gt;First of all, thank you so much for the example you sent to us last week.
&lt;br&gt;BTW I would like to know if, when you say &amp;quot;it includes a small factory to
&lt;br&gt;showcase ho to create resources on the fly, &amp;quot;, it means that, to specify my
&lt;br&gt;RsourceId, I need to include a factory. I was convinced I could reuse the
&lt;br&gt;factory implementation provided by MUSE (I'm speaking about the &amp;quot;
&lt;br&gt;CounterResourceIdFactory&amp;quot;).
&lt;br&gt;&lt;br&gt;&lt;br&gt;regards
&lt;br&gt;Francesco
&lt;br&gt;&lt;br&gt;2009/5/30 Lenni Madsen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23834452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; all right, it seems most of the issues is related to my laptop environment,
&lt;br&gt;&amp;gt; there must be some settings that are out of whack. &amp;nbsp;In any case I've
&lt;br&gt;&amp;gt; attached my general idea for the wsn-producer example, it includes a small
&lt;br&gt;&amp;gt; factory to showcase ho to create resources on the fly, mind you if you need
&lt;br&gt;&amp;gt; to programatically change the ResourceID of your resource instances you
&lt;br&gt;&amp;gt; would need to edit the EndpointReference in the WsFactory step createWithEprOperation
&lt;br&gt;&amp;gt; before the line with next.initialize(); I've left room in the operation
&lt;br&gt;&amp;gt; call to support a call with the desired ResourceId, though I haven
&lt;br&gt;&amp;gt; implemented the actual code to make it happen, as it's &amp;quot;just&amp;quot; a simple xml
&lt;br&gt;&amp;gt; edit operation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mind you this code should work, though as this an initial delivery chances
&lt;br&gt;&amp;gt; are that there might be a bug or two :) Also the code was run on a Mac so
&lt;br&gt;&amp;gt; make sure you edit the build.properties to reflect your system environments.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Happy hunting.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /Lenni
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;On May 25, 2009, at 22:51 GMT+02:00, Lenni Madsen wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I've run into a few odd issues with my proposed example and due to a high
&lt;br&gt;&amp;gt; workload tomorrow, that I need to prepare for, I'm going to have to keep you
&lt;br&gt;&amp;gt; all waiting a few days more. Hopefully no longer than Thursday. So far it
&lt;br&gt;&amp;gt; generates and compiles, but some of the more &amp;quot;advance&amp;quot; things are acting up
&lt;br&gt;&amp;gt; a bit.
&lt;br&gt;&amp;gt; On May 25, 2009, at 13:19 GMT+02:00, Lenni Madsen wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I might be able to include that in the example I hope to have done by
&lt;br&gt;&amp;gt; tonight (EST)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On May 25, 2009, at 13:07 GMT+02:00, Francesco D'Andria wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Could someone tell me the right code to create a new instance of a
&lt;br&gt;&amp;gt; transient
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;grid service.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I would like to specify my RsourceId and not MuseResource-1, please
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;tell me also
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;the code to interact with the same ResoruceID via other client...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;thanks in advance and best regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Francesco
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lenni Madsen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Security Architect,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dip. Eng. m. IDA.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Danish Defence IT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Helseholmen 1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2650 Hvidovre
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tel: (+45) 4567 7236
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Mob: (+45) 2621 0011
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23834452&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Lenni Madsen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Security Architect,
&lt;br&gt;&amp;gt; Dip. Eng. m. IDA.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Danish Defence IT
&lt;br&gt;&amp;gt; Helseholmen 1
&lt;br&gt;&amp;gt; 2650 Hvidovre
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tel: (+45) 4567 7236
&lt;br&gt;&amp;gt; Mob: (+45) 2621 0011
&lt;br&gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23834452&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23834452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23792350</id>
	<title>Re: how create a resoruce</title>
	<published>2009-05-30T03:57:13Z</published>
	<updated>2009-05-30T03:57:13Z</updated>
	<author>
		<name>Lenni Madsen</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;all right, it seems most of the issues is related to my laptop environment, there must be some settings that are out of&amp;nbsp;whack.&amp;nbsp;&lt;div&gt;In any case I've attached my general idea for the wsn-producer example, it includes a small factory to showcase ho to create resources on the fly, mind you if you need to programatically change the ResourceID of your resource instances you would need to edit the EndpointReference in the WsFactory step&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Monaco; font-size: 11px; &quot;&gt;createWithEprOperation &lt;/span&gt;before the line with&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Monaco; font-size: 11px; &quot;&gt;next.initialize(); &lt;/span&gt;I've left room in the operation call to support a call with the desired ResourceId, though I haven implemented the actual code to make it happen, as it's &quot;just&quot; a simple xml edit operation.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Mind you this code should work, though as this an initial delivery chances are that there might be a bug or two :) Also the code was run on a Mac so make sure you edit the build.properties to reflect your system environments.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Happy hunting.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;/Lenni&amp;nbsp;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt; &lt;br /&gt;&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On May 25, 2009, at 22:51 GMT+02:00, Lenni Madsen wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;I've run into a few odd issues with my proposed example and due to a high workload tomorrow, that I need to prepare for, I'm going to have to keep you all waiting a few days more. Hopefully no longer than Thursday. So far it generates and compiles, but some of the more &quot;advance&quot; things are acting up a bit.&lt;br&gt;On May 25, 2009, at 13:19 GMT+02:00, Lenni Madsen wrote:&lt;br&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;I might be able to include that in the example I hope to have done by tonight (EST)&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;On May 25, 2009, at 13:07 GMT+02:00, Francesco D'Andria wrote:&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Hi all,&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Could someone tell me the right code to create a new instance of a transient&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;grid service.&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;I would like to specify my RsourceId and not MuseResource-1, please&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;tell me also&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;the code to interact with the same ResoruceID via other client...&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;thanks in advance and best regards&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Francesco&lt;br&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Lenni Madsen&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Security Architect,&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Dip. Eng. m. IDA.&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Danish Defence IT&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Helseholmen 1&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;2650 Hvidovre&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Tel: (+45) 4567 7236&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Mob: (+45) 2621 0011&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23792350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt; &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Lenni Madsen&lt;br&gt;&lt;br&gt;Security Architect,&lt;br&gt;Dip. Eng. m. IDA.&lt;br&gt;&lt;br&gt;Danish Defence IT&lt;br&gt;Helseholmen 1&lt;br&gt;2650 Hvidovre&lt;br&gt;&lt;br&gt;Tel: (+45) 4567 7236&lt;br&gt;Mob: (+45) 2621 0011&lt;br&gt;Email:&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23792350&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt; &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;wsn-producer.zip&lt;/strong&gt; (149K) &lt;a href=&quot;http://old.nabble.com/attachment/23792350/0/wsn-producer.zip&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23792350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23712881</id>
	<title>Re: how create a resoruce</title>
	<published>2009-05-25T13:51:44Z</published>
	<updated>2009-05-25T13:51:44Z</updated>
	<author>
		<name>Lenni Madsen</name>
	</author>
	<content type="html">I've run into a few odd issues with my proposed example and due to a &amp;nbsp;
&lt;br&gt;high workload tomorrow, that I need to prepare for, I'm going to have &amp;nbsp;
&lt;br&gt;to keep you all waiting a few days more. Hopefully no longer than &amp;nbsp;
&lt;br&gt;Thursday. So far it generates and compiles, but some of the more &amp;nbsp;
&lt;br&gt;&amp;quot;advance&amp;quot; things are acting up a bit.
&lt;br&gt;On May 25, 2009, at 13:19 GMT+02:00, Lenni Madsen wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I might be able to include that in the example I hope to have done &amp;nbsp;
&lt;br&gt;&amp;gt; by tonight (EST)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On May 25, 2009, at 13:07 GMT+02:00, Francesco D'Andria wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Could someone tell me the right code to create a new instance of a &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; transient
&lt;br&gt;&amp;gt;&amp;gt; grid service.
&lt;br&gt;&amp;gt;&amp;gt; I would like to specify my RsourceId and not MuseResource-1, please
&lt;br&gt;&amp;gt;&amp;gt; tell me also
&lt;br&gt;&amp;gt;&amp;gt; the code to interact with the same ResoruceID via other client...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; thanks in advance and best regards
&lt;br&gt;&amp;gt;&amp;gt; Francesco
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lenni Madsen
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Security Architect,
&lt;br&gt;&amp;gt; Dip. Eng. m. IDA.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Danish Defence IT
&lt;br&gt;&amp;gt; Helseholmen 1
&lt;br&gt;&amp;gt; 2650 Hvidovre
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tel: (+45) 4567 7236
&lt;br&gt;&amp;gt; Mob: (+45) 2621 0011
&lt;br&gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23712881&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23712881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23705484</id>
	<title>Re: how create a resoruce</title>
	<published>2009-05-25T04:19:05Z</published>
	<updated>2009-05-25T04:19:05Z</updated>
	<author>
		<name>Lenni Madsen</name>
	</author>
	<content type="html">I might be able to include that in the example I hope to have done by &amp;nbsp;
&lt;br&gt;tonight (EST)
&lt;br&gt;&lt;br&gt;&lt;br&gt;On May 25, 2009, at 13:07 GMT+02:00, Francesco D'Andria wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Could someone tell me the right code to create a new instance of a &amp;nbsp;
&lt;br&gt;&amp;gt; transient
&lt;br&gt;&amp;gt; grid service.
&lt;br&gt;&amp;gt; I would like to specify my RsourceId and not MuseResource-1, please
&lt;br&gt;&amp;gt; tell me also
&lt;br&gt;&amp;gt; the code to interact with the same ResoruceID via other client...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks in advance and best regards
&lt;br&gt;&amp;gt; Francesco
&lt;/div&gt;&lt;br&gt;Lenni Madsen
&lt;br&gt;&lt;br&gt;Security Architect,
&lt;br&gt;Dip. Eng. m. IDA.
&lt;br&gt;&lt;br&gt;Danish Defence IT
&lt;br&gt;Helseholmen 1
&lt;br&gt;2650 Hvidovre
&lt;br&gt;&lt;br&gt;Tel: (+45) 4567 7236
&lt;br&gt;Mob: (+45) 2621 0011
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23705484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.madsen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23705484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23705289</id>
	<title>how create a resoruce</title>
	<published>2009-05-25T04:07:14Z</published>
	<updated>2009-05-25T04:07:14Z</updated>
	<author>
		<name>Francesco D'Andria-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Could someone tell me the right code to create a new instance of a transient
&lt;br&gt;grid service.
&lt;br&gt;I would like to specify my RsourceId and not MuseResource-1, please
&lt;br&gt;tell me also
&lt;br&gt;the code to interact with the same ResoruceID via other client...
&lt;br&gt;&lt;br&gt;thanks in advance and best regards
&lt;br&gt;Francesco
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/how-create-a-resoruce-tp23705289p23705289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23701936</id>
	<title>Re: Transport my own data types form wsn-producer to wsn-consumer</title>
	<published>2009-05-24T23:38:39Z</published>
	<updated>2009-05-24T23:38:39Z</updated>
	<author>
		<name>ciel</name>
	</author>
	<content type="html">some errors are showed above and
&lt;br&gt;1) tomcat's logs localhost_log.2009-05-25.txt (wsn-producer):
&lt;br&gt;&lt;br&gt;2009-05-25 14:15:07 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: &lt;a href=&quot;http://www.cnn.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cnn.com&lt;/a&gt;], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: &lt;a href=&quot;http://www.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yahoo.com&lt;/a&gt;], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: &lt;a href=&quot;http://jakarta.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org&lt;/a&gt;]]
&lt;br&gt;2009-05-25 14:15:07 StandardContext[/jsp-examples]ContextListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:07 StandardContext[/jsp-examples]SessionListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:07 StandardContext[/servlets-examples]ContextListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:07 StandardContext[/servlets-examples]SessionListener: contextInitialized()
&lt;br&gt;2009-05-25 14:16:03 StandardContext[/servlets-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@42a818')
&lt;br&gt;&lt;br&gt;2) wsn-producer's log:
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Get'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Get'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Query'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Query'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Set'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Set'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/Identity'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/Identity'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/ManageabilityCharacteristics'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/ManageabilityCharacteristics'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/Description'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/Description'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/OperationalStatus'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/OperationalStatus'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'WsResource' has started initialization of capability '&lt;a href=&quot;http://ws.apache.org/muse/test/wsrf/MyCapability'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsrf/MyCapability'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Get&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Get&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Query&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Query&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Set&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Set&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/Identity&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/Identity&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/ManageabilityCharacteristics&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/ManageabilityCharacteristics&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/Description&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/Description&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsdm/muws/capabilities/OperationalStatus&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsdm/muws/capabilities/OperationalStatus&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'WsResource' has completed initialization of capability '&lt;a href=&quot;http://ws.apache.org/muse/test/wsrf/MyCapability&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsrf/MyCapability&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.SimpleResource initialize
&lt;br&gt;信息: [ID = 'ResourceInitialized'] The resource at 'WsResource' has been initialized.
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.core.routing.SimpleResourceRouter initialize
&lt;br&gt;信息: [ID = 'RouterIsInitialized'] The resource router has been initialized.
&lt;br&gt;2009-5-25 14:15:29 org.apache.ws.muse.test.wsrf.MyCapabilityImpl$1 run
&lt;br&gt;信息: Waiting 10 seconds before sending message...
&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.util.LoggingUtils logMessage
&lt;br&gt;良好: [SERVER TRACE] SOAP envelope contents (incoming):
&lt;br&gt;&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://localhost:8080/wsn-producer/services/WsResource&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/wsn-producer/services/WsResource&lt;/a&gt;&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest&lt;/a&gt;&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:5b0123cb-9fc9-b924-82b9-374e4d664be5&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsrf-rp:GetResourceProperty
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlns:pfx1=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/test/wsrf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsrf&lt;/a&gt;&amp;quot; xmlns:wsrf-rp=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rp-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rp-2&lt;/a&gt;&amp;quot;&amp;gt;pfx1:ServerName&amp;lt;/wsrf-rp:GetResourceProperty&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009-5-25 14:15:29 org.apache.muse.util.LoggingUtils logMessage
&lt;br&gt;良好: [SERVER TRACE] SOAP envelope contents (outgoing):
&lt;br&gt;&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyResponse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyResponse&lt;/a&gt;&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:f511d309-7855-5402-4df6-272ebb23d57c&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:RelatesTo xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot; RelationshipType=&amp;quot;wsa:Reply&amp;quot;&amp;gt;uuid:5b0123cb-9fc9-b924-82b9-374e4d664be5&amp;lt;/wsa:RelatesTo&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://localhost:8080/wsn-producer/services/WsResource&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/wsn-producer/services/WsResource&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsrf-rp:GetResourcePropertyResponse xmlns:wsrf-rp=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rp-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rp-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;pfx1:ServerName xmlns:pfx1=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/test/wsrf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsrf&lt;/a&gt;&amp;quot;&amp;gt;muse-test.apache.org&amp;lt;/pfx1:ServerName&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsrf-rp:GetResourcePropertyResponse&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.util.LoggingUtils logMessage
&lt;br&gt;良好: [SERVER TRACE] SOAP envelope contents (incoming):
&lt;br&gt;&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://localhost:8080/wsn-producer/services/WsResource&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/wsn-producer/services/WsResource&lt;/a&gt;&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest&lt;/a&gt;&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:60819b9b-cf02-6168-3c69-f2f8d0a0ee71&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:Subscribe xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:ConsumerReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://192.168.6.251:8080/wsn-consumer/services/consumer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.6.251:8080/wsn-consumer/services/consumer&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:ConsumerReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:Subscribe&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.ws.notification.impl.SimpleSubscriptionManager setSubscriptionPolicy
&lt;br&gt;警告: [ID = 'PolicyNotSupported'] WS-N SubscriptionPolicy is not supported. The policy value was: null
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'SubscriptionManager' has started initialization of capability '&lt;a href=&quot;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'SubscriptionManager' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Get'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Get'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'SubscriptionManager' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'SubscriptionManager' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'SubscriptionManager' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'SubscriptionManager' has completed initialization of capability '&lt;a href=&quot;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'SubscriptionManager' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rpw-2/Get&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rpw-2/Get&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'SubscriptionManager' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/SubscriptionManager&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'SubscriptionManager' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'SubscriptionManager' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.core.SimpleResource initialize
&lt;br&gt;信息: [ID = 'ResourceInitialized'] The resource at 'SubscriptionManager' has been initialized.
&lt;br&gt;2009-5-25 14:15:30 org.apache.muse.util.LoggingUtils logMessage
&lt;br&gt;良好: [SERVER TRACE] SOAP envelope contents (outgoing):
&lt;br&gt;&lt;br&gt;&amp;lt;soap:Envelope xmlns:soap=&amp;quot;&lt;a href=&quot;http://www.w3.org/2003/05/soap-envelope&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2003/05/soap-envelope&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:To xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://www.w3.org/2005/08/addressing/role/anonymous&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing/role/anonymous&lt;/a&gt;&amp;lt;/wsa:To&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Action xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeResponse&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeResponse&lt;/a&gt;&amp;lt;/wsa:Action&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:MessageID xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;uuid:77358c3e-1a0c-f364-f0d1-afe2c1ee7d89&amp;lt;/wsa:MessageID&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:RelatesTo xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot; RelationshipType=&amp;quot;wsa:Reply&amp;quot;&amp;gt;uuid:60819b9b-cf02-6168-3c69-f2f8d0a0ee71&amp;lt;/wsa:RelatesTo&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:From xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address&amp;gt;&lt;a href=&quot;http://localhost:8080/wsn-producer/services/WsResource&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/wsn-producer/services/WsResource&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:From&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;soap:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:SubscribeResponse xmlns:wsnt=&amp;quot;&lt;a href=&quot;http://docs.oasis-open.org/wsn/b-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/b-2&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:SubscriptionReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:Address xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://localhost:8080/wsn-producer/services/SubscriptionManager&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/wsn-producer/services/SubscriptionManager&lt;/a&gt;&amp;lt;/wsa:Address&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsa:ReferenceParameters xmlns:wsa=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/08/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/08/addressing&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;muse-wsa:ResourceId xmlns:muse-wsa=&amp;quot;&lt;a href=&quot;http://ws.apache.org/muse/addressing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/addressing&lt;/a&gt;&amp;quot;&amp;gt;MuseResource-1&amp;lt;/muse-wsa:ResourceId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsa:ReferenceParameters&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:SubscriptionReference&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;wsnt:CurrentTime&amp;gt;2009-05-25T14:15:30+08:00&amp;lt;/wsnt:CurrentTime&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/wsnt:SubscribeResponse&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soap:Body&amp;gt;
&lt;br&gt;&amp;lt;/soap:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009-5-25 14:15:39 org.apache.ws.muse.test.wsrf.MyCapabilityImpl$1 run
&lt;br&gt;信息: Sending message to consumers...
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.util.LoggingUtils logError
&lt;br&gt;信息: There was an error while processing a request:
&lt;br&gt;&lt;br&gt;The element type &amp;quot;HR&amp;quot; must be terminated by the matching end-tag &amp;quot;&amp;lt;/HR&amp;gt;&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:298)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:254)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.ws.notification.remote.NotificationConsumerClient.notify(NotificationConsumerClient.java:99)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.ws.notification.impl.SimpleSubscriptionManager.publish(SimpleSubscriptionManager.java:267)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.ws.notification.impl.SimpleNotificationProducer.publish(SimpleNotificationProducer.java:445)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.ws.notification.impl.SimpleNotificationProducer.publish(SimpleNotificationProducer.java:473)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.muse.ws.notification.impl.SimpleNotificationProducer.publish(SimpleNotificationProducer.java:462)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.apache.ws.muse.test.wsrf.MyCapabilityImpl$1.run(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;------------------------------------------
&lt;br&gt;&lt;br&gt;3) tomcat's logs localhost_log.2009-05-25.txt (wsn-consumer):
&lt;br&gt;2009-05-25 14:15:07 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: &lt;a href=&quot;http://www.cnn.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cnn.com&lt;/a&gt;], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: &lt;a href=&quot;http://www.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.yahoo.com&lt;/a&gt;], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: &lt;a href=&quot;http://jakarta.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jakarta.apache.org&lt;/a&gt;]]
&lt;br&gt;2009-05-25 14:15:10 StandardContext[/jsp-examples]ContextListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:10 StandardContext[/jsp-examples]SessionListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:10 StandardContext[/servlets-examples]ContextListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:10 StandardContext[/servlets-examples]SessionListener: contextInitialized()
&lt;br&gt;2009-05-25 14:15:41 StandardWrapperValve[ApacheMuseServlet]: Servlet.service() for servlet ApacheMuseServlet threw exception
&lt;br&gt;java.io.IOException: Element or attribute do not match QName production: QName::=(NCName':')?NCName. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.muse.core.platform.mini.MiniServlet.doPost(MiniServlet.java:81)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;4) wsn-consumer's log:
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'consumer' has started initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitialized'] The resource at 'consumer' has started initialization of capability '&lt;a href=&quot;http://ws.apache.org/muse/test/wsn/consumer'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsn/consumer'&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'consumer' has completed initialization of capability '&lt;a href=&quot;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.oasis-open.org/wsn/bw-2/NotificationConsumer&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.SimpleResource initializeCapabilities
&lt;br&gt;良好: [ID = 'CapabilityInitializationComplete'] The resource at 'consumer' has completed initialization of capability '&lt;a href=&quot;http://ws.apache.org/muse/test/wsn/consumer&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ws.apache.org/muse/test/wsn/consumer&lt;/a&gt;.
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.SimpleResource initialize
&lt;br&gt;信息: [ID = 'ResourceInitialized'] The resource at 'consumer' has been initialized.
&lt;br&gt;2009-5-25 14:15:41 org.apache.muse.core.routing.SimpleResourceRouter initialize
&lt;br&gt;信息: [ID = 'RouterIsInitialized'] The resource router has been initialized.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Muse-User-f17028.html&quot; embed=&quot;fixTarget[17028]&quot; target=&quot;_top&quot; &gt;Muse User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Transport-my-own-data-types--form-wsn-producer-to-wsn-consumer-tp23631392p23701936.html" />
</entry>

</feed>
