<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-24522</id>
	<title>Nabble - Metro - Users</title>
	<updated>2009-11-22T22:27:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Metro---Users-f24522.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Metro---Users-f24522.html" />
	<subtitle type="html">User discussion alias for &lt;a href=&quot;https://metro.dev.java.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;the Metro web service stack&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;&lt;b&gt;Metro&lt;/b&gt;&amp;nbsp;is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26473320</id>
	<title>Re: SecureCalculatorClientApp - WSS0221: Unable to locate matching certificate</title>
	<published>2009-11-22T22:27:33Z</published>
	<updated>2009-11-22T22:27:33Z</updated>
	<author>
		<name>suresh-22</name>
	</author>
	<content type="html">are you returning a proper location of keystore from callback handler?
&lt;br&gt;you can check , using keytool , whether certificate for the alias 
&lt;br&gt;'xws-security-server' exists or not?
&lt;br&gt;thanks
&lt;br&gt;suresh
&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=26473320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26473320&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SecureCalculatorClientApp---WSS0221%3A-Unable-to-locate-matching-certificate-tp26473102p26473320.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26473102</id>
	<title>SecureCalculatorClientApp - WSS0221: Unable to locate matching certificate</title>
	<published>2009-11-22T21:42:54Z</published>
	<updated>2009-11-22T21:42:54Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Installed Netbeans 6.7.1, Glassfish 2.1.1, JDK 1.6.0_16.
&lt;br&gt;&lt;br&gt;Created SecureCalculatorApp and SecureCalculatorClientApp using sample projects. When running SecureCalculatorClientApp I get the following exception
&lt;br&gt;&lt;br&gt;WSS0221: Unable to locate matching certificate for xws-security-server using Callback Handler.
&lt;br&gt;WSS1413: Error extracting certificate 
&lt;br&gt;com.sun.xml.wss.XWSSecurityException: Unable to locate certificate for the alias 'xws-security-server'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.misc.WSITProviderSecurityEnvironment.getCertificate(WSITProviderSecurityEnvironment.java:1236)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.filter.SignatureFilter.process(SignatureFilter.java:317)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.HarnessUtil.processWSSPolicy(HarnessUtil.java:79)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.HarnessUtil.processDeep(HarnessUtil.java:251)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.SecurityAnnotator.processMessagePolicy(SecurityAnnotator.java:172)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.impl.SecurityAnnotator.secureMessage(SecurityAnnotator.java:133)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.provider.wsit.WSITClientAuthContext.secureOutboundMessage(WSITClientAuthContext.java:417)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.provider.wsit.WSITClientAuthContext.secureRequest(WSITClientAuthContext.java:276)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.wss.provider.wsit.WSITClientAuthContext.secureRequest(WSITClientAuthContext.java:236)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.webservice.ClientSecurityPipe.process(ClientSecurityPipe.java:160)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.client.Stub.process(Stub.java:248)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at $Proxy116.add(Unknown Source)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.me.calculator.client.ClientServlet.processRequest(ClientServlet.java:72)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.me.calculator.client.ClientServlet.doGet(ClientServlet.java:99)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Can anybody help with this?
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;[Message sent by forum member 'borysd' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372876&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372876&lt;/a&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=26473102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26473102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SecureCalculatorClientApp---WSS0221%3A-Unable-to-locate-matching-certificate-tp26473102p26473102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451984</id>
	<title>Re: Why does jax-ws need access to wsdl at runtime?</title>
	<published>2009-11-20T15:33:21Z</published>
	<updated>2009-11-20T15:33:21Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">If the JAX-WS endpoint is deployed, the URL to the WSDL (which will have imports for the associated XSDs) will have the form: &amp;nbsp;&lt;a href=&quot;http://hostName:portNumber/contextRoot/serviceName?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hostName:portNumber/contextRoot/serviceName?wsdl&lt;/a&gt;&lt;br&gt;&lt;br&gt;That WSDL will have the imports for the XSDs that it references. &amp;nbsp;On Metro/JAX-WS RI, these are usually of the form: 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://hostName:portNumber/contextRoot/serviceName?xsd=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://hostName:portNumber/contextRoot/serviceName?xsd=1&lt;/a&gt;&amp;nbsp; (2,3, ... as many as it uses). &amp;nbsp;
&lt;br&gt;&lt;br&gt;If you need physical local copies, you can browse to the locations then save View Source (assuming IE is the browser) and save copies of the documents for local use.
&lt;br&gt;&lt;br&gt;However, if you are running an Ant script that generates the client proxy artifacts (on the fly) from the WSDL, you can specify the URL in the Ant script to the WSDL only where you run your &amp;lt;wsimport&amp;gt; task. &amp;nbsp;The imported XSDs should get resolved automatically.
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;[Message sent by forum member 'mcs130' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372743&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372743&lt;/a&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=26451984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26451984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-jax-ws-need-access-to-wsdl-at-runtime--tp26356583p26451984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451170</id>
	<title>Re: Why does jax-ws need access to wsdl at runtime?</title>
	<published>2009-11-20T14:19:16Z</published>
	<updated>2009-11-20T14:19:16Z</updated>
	<author>
		<name>Tony Anecito-2</name>
	</author>
	<content type="html">What I mean by site is the web site where the web service is setup. 
&lt;br&gt;&lt;br&gt;Is the XSD needed also by the ant script and if so how can I get that from the web service on the site using wsimport? I am trying to avoid hand coding wsdl and xsd files.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Tony
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- On Fri, 11/20/09, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: Why does jax-ws need access to wsdl at runtime?
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Friday, November 20, 2009, 3:02 PM
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I looked at the zip example ant script for embedding the
&lt;br&gt;&amp;gt; wsdl in the client jar but it assumes you have the wsdl file
&lt;br&gt;&amp;gt; on the hard drive. Would it not be better to have it read
&lt;br&gt;&amp;gt; the wsdl from the site? I could copy the wsdl and put the
&lt;br&gt;&amp;gt; copy where the ant scripts wants it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; -Tony
&lt;br&gt;&amp;gt; [Message sent by forum member 'tdanecito' ]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372731&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372731&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451170&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&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=26451170&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26451170&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-jax-ws-need-access-to-wsdl-at-runtime--tp26356583p26451170.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451012</id>
	<title>Re: Any way to get wsimport / bindings.xml to generate  java.util.HashMap</title>
	<published>2009-11-20T14:04:23Z</published>
	<updated>2009-11-20T14:04:23Z</updated>
	<author>
		<name>mcs130</name>
	</author>
	<content type="html">&lt;div&gt;That is curious, because if you look at the original email post, it clearly shows how JAXB interpreted the HashMap type in the resulting XSD created by wsgen from the hand-coded class.  It seems to work because the data comes back over the wire looking like this:&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&amp;lt;titleMap&amp;gt;&lt;br&gt; &amp;lt;entry&amp;gt;&lt;br&gt;  &amp;lt;key&amp;gt;201&amp;lt;/key&amp;gt;&lt;br&gt;  &amp;lt;value&amp;gt;0-596-52112-X&amp;lt;/value&amp;gt;&lt;br&gt; &amp;lt;/entry&amp;gt;&lt;br&gt; &amp;lt;entry&amp;gt;&lt;br&gt;  &amp;lt;key&amp;gt;200&amp;lt;/key&amp;gt;&lt;br&gt;  &amp;lt;value&amp;gt;0-596-52112-X&amp;lt;/value&amp;gt;&lt;br&gt;
 &amp;lt;/entry&amp;gt;&lt;br&gt; &amp;lt;entry&amp;gt;&lt;br&gt;  &amp;lt;key&amp;gt;333&amp;lt;/key&amp;gt;&lt;br&gt;  &amp;lt;value&amp;gt;Book Title 1 - Version: 6&amp;lt;/value&amp;gt;&lt;br&gt; &amp;lt;/entry&amp;gt;&lt;br&gt; &amp;lt;entry&amp;gt;&lt;br&gt;  &amp;lt;key&amp;gt;777&amp;lt;/key&amp;gt;&lt;br&gt;  &amp;lt;value&amp;gt;Book Title 2 - Version: 6&amp;lt;/value&amp;gt;&lt;br&gt;
 &amp;lt;/entry&amp;gt;&lt;br&gt;&amp;lt;/titleMap&amp;gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;div&gt;The problem is getting the generated class to which it has to be mapped back into on the CLIENT side, to respect the HashMap type...instead of creating the &amp;quot;inner&amp;quot; class equivalent shown in the original email.&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Nov 20, 2009 at 4:35 PM, Felipe Gaucho &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451012&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fgaucho@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;Maps are not supported by XML 
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;br&gt;On 20.11.2009, at 21:40, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451012&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; wrote:&lt;br&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;It was always my understanding that maps are not supported by today&amp;#39;s webservice standards.  I could be wrong though.&lt;br&gt;
[Message sent by forum member &amp;#39;padamide&amp;#39; ]&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372718&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372718&lt;/a&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=26451012&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26451012&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&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=26451012&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26451012&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Mark &lt;br&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-way-to-get-wsimport---bindings.xml-to-generate-java.util.HashMap-tp26437958p26451012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451007</id>
	<title>Re: Why does jax-ws need access to wsdl at runtime?</title>
	<published>2009-11-20T14:02:38Z</published>
	<updated>2009-11-20T14:02:38Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;&lt;br&gt;I looked at the zip example ant script for embedding the wsdl in the client jar but it assumes you have the wsdl file on the hard drive. Would it not be better to have it read the wsdl from the site? I could copy the wsdl and put the copy where the ant scripts wants it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Tony
&lt;br&gt;[Message sent by forum member 'tdanecito' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372731&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372731&lt;/a&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=26451007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26451007&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Why-does-jax-ws-need-access-to-wsdl-at-runtime--tp26356583p26451007.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450640</id>
	<title>Re: Any way to get wsimport / bindings.xml to generate java.util.HashMap</title>
	<published>2009-11-20T13:35:12Z</published>
	<updated>2009-11-20T13:35:12Z</updated>
	<author>
		<name>Felipe Gaucho</name>
	</author>
	<content type="html">Maps are not supported by XML
&lt;br&gt;&lt;br&gt;On 20.11.2009, at 21:40, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450640&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; It was always my understanding that maps are not supported by &amp;nbsp;
&lt;br&gt;&amp;gt; today's webservice standards. &amp;nbsp;I could be wrong though.
&lt;br&gt;&amp;gt; [Message sent by forum member 'padamide' ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372718&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372718&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450640&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450640&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&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=26450640&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26450640&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-way-to-get-wsimport---bindings.xml-to-generate-java.util.HashMap-tp26437958p26450640.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449953</id>
	<title>Re: Any way to get wsimport / bindings.xml to generate java.util.HashMap</title>
	<published>2009-11-20T12:40:08Z</published>
	<updated>2009-11-20T12:40:08Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">It was always my understanding that maps are not supported by today's webservice standards. &amp;nbsp;I could be wrong though.
&lt;br&gt;[Message sent by forum member 'padamide' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372718&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372718&lt;/a&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=26449953&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26449953&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-way-to-get-wsimport---bindings.xml-to-generate-java.util.HashMap-tp26437958p26449953.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26449363</id>
	<title>JAXB - Generated ObjectFactory is message JAXBElement methods</title>
	<published>2009-11-20T11:55:17Z</published>
	<updated>2009-11-20T11:55:17Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I have a very simple schema with some complex types that I am compiling using xjc. &amp;nbsp;The ObjectFactory.java class has the create methods for all the generated types, but it seems to be missing some of the JAXBElement&amp;lt;T&amp;gt; createXXX methods.
&lt;br&gt;&lt;br&gt;Here is my schema:
&lt;br&gt;[code]&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;xs:schema xmlns:xs=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema&lt;/a&gt;&amp;quot; xmlns=&amp;quot;&lt;a href=&quot;http://www.example.com/ens&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.example.com/ens&lt;/a&gt;&amp;quot; targetNamespace=&amp;quot;&lt;a href=&quot;http://www.example.com/ens&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.example.com/ens&lt;/a&gt;&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;ensMessageType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&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;xs:element name=&amp;quot;tpsClientSubscribe&amp;quot; type=&amp;quot;tpsClientSubscribeType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;tpsClientMaint&amp;quot; type=&amp;quot;tpsClientMaintType&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;ClientType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&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;xs:element name=&amp;quot;revLocation&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;cliName&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;prCltNo&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;fedId&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;filingFreq&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;servLocation&amp;quot; type=&amp;quot;StringType&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;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;ensProduct&amp;quot; type=&amp;quot;StringType&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;tpsClientSubscribeType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&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;xs:element name=&amp;quot;Client&amp;quot; type=&amp;quot;ClientType&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:simpleType name=&amp;quot;StringType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:restriction base=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:simpleType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;ensMessage&amp;quot; type=&amp;quot;ensMessageType&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;tpsClientMaintType&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&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;xs:element name=&amp;quot;Client&amp;quot; type=&amp;quot;ClientType&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;lt;/xs:schema&amp;gt;[/code]
&lt;br&gt;&lt;br&gt;And here is the ObjectFactory.java:
&lt;br&gt;&lt;br&gt;[code]//
&lt;br&gt;// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
&lt;br&gt;// See &amp;lt;a href=&amp;quot;&lt;a href=&quot;http://java.sun.com/xml/jaxb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/jaxb&lt;/a&gt;&amp;quot;&amp;gt;&lt;a href=&quot;http://java.sun.com/xml/jaxb&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/xml/jaxb&lt;/a&gt;&amp;lt;/a&amp;gt; 
&lt;br&gt;// Any modifications to this file will be lost upon recompilation of the source schema. 
&lt;br&gt;// Generated on: 2009.11.20 at 02:40:50 PM EST 
&lt;br&gt;//
&lt;br&gt;&lt;br&gt;&lt;br&gt;package com.example.ens;
&lt;br&gt;&lt;br&gt;import javax.xml.bind.JAXBElement;
&lt;br&gt;import javax.xml.bind.annotation.XmlElementDecl;
&lt;br&gt;import javax.xml.bind.annotation.XmlRegistry;
&lt;br&gt;import javax.xml.namespace.QName;
&lt;br&gt;&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* This object contains factory methods for each 
&lt;br&gt;&amp;nbsp;* Java content interface and Java element interface 
&lt;br&gt;&amp;nbsp;* generated in the com.example.ens package. 
&lt;br&gt;&amp;nbsp;* &amp;lt;p&amp;gt;An ObjectFactory allows you to programatically 
&lt;br&gt;&amp;nbsp;* construct new instances of the Java representation 
&lt;br&gt;&amp;nbsp;* for XML content. The Java representation of XML 
&lt;br&gt;&amp;nbsp;* content can consist of schema derived interfaces 
&lt;br&gt;&amp;nbsp;* and classes representing the binding of schema 
&lt;br&gt;&amp;nbsp;* type definitions, element declarations and model 
&lt;br&gt;&amp;nbsp;* groups. &amp;nbsp;Factory methods for each of these are 
&lt;br&gt;&amp;nbsp;* provided in this class.
&lt;br&gt;&amp;nbsp;* 
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;@XmlRegistry
&lt;br&gt;public class ObjectFactory {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private final static QName _EnsMessage_QNAME = new QName(&amp;quot;&lt;a href=&quot;http://www.example.com/ens&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.example.com/ens&lt;/a&gt;&amp;quot;, &amp;quot;ensMessage&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.example.ens
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public ObjectFactory() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create an instance of {@link ClientType }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public ClientType createClientType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new ClientType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create an instance of {@link TpsClientSubscribeType }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public TpsClientSubscribeType createTpsClientSubscribeType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new TpsClientSubscribeType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create an instance of {@link EnsMessageType }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public EnsMessageType createEnsMessageType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new EnsMessageType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create an instance of {@link TpsClientMaintType }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public TpsClientMaintType createTpsClientMaintType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new TpsClientMaintType();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Create an instance of {@link JAXBElement }{@code &amp;lt;}{@link EnsMessageType }{@code &amp;gt;}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlElementDecl(namespace = &amp;quot;&lt;a href=&quot;http://www.example.com/ens&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.example.com/ens&lt;/a&gt;&amp;quot;, name = &amp;quot;ensMessage&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public JAXBElement&amp;lt;EnsMessageType&amp;gt; createEnsMessage(EnsMessageType value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new JAXBElement&amp;lt;EnsMessageType&amp;gt;(_EnsMessage_QNAME, EnsMessageType.class, null, value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;}[/code]
&lt;br&gt;&lt;br&gt;The JAXBElement&amp;lt;EnsMessageType&amp;gt; createEnsMessage(EnsMessageType) method appears fine, but I would also expect there to be other methods like:
&lt;br&gt;&lt;br&gt;JAXBElement&amp;lt;TpsClientSubscribeType&amp;gt; createTpsClientSubscribe(TpsClientSubscribeType).
&lt;br&gt;&lt;br&gt;However, none of them are there, just the one for EnsMessageType.
&lt;br&gt;&lt;br&gt;How come the other JAXBElement&amp;lt;T&amp;gt; createXXX methods are missing?
&lt;br&gt;[Message sent by forum member 'padamide' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372715&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372715&lt;/a&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=26449363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26449363&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAXB---Generated-ObjectFactory-is-message-JAXBElement-methods-tp26449363p26449363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26447741</id>
	<title>Re: Unable to locate certificate for the alias</title>
	<published>2009-11-20T10:00:49Z</published>
	<updated>2009-11-20T10:00:49Z</updated>
	<author>
		<name>aldaris</name>
	</author>
	<content type="html">Oooh, awesome...
&lt;br&gt;Is this a bug or a feature? If it's a bug, where can I follow the issue?
&lt;br&gt;&lt;br&gt;Thanks
&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=26447741&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26447741&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-locate-certificate-for-the-alias-tp26443021p26447741.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445274</id>
	<title>Content-type double-quote problem, JAX-WS RI on oc4j and SoapUI</title>
	<published>2009-11-20T07:32:02Z</published>
	<updated>2009-11-20T07:32:02Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I've got a simple HelloWorld web service that runs on oc4j using JAX-WS RI as WS implementation. Everything works fine so far e.g. I can call the web service from a client I've created with JAX-WS. 
&lt;br&gt;&lt;br&gt;But I have a problem when I use SoapUI as web service client. SoapUI can't display the response from my web service instead it displays the following exception:
&lt;br&gt;&lt;br&gt;Fri Nov 20 15:40:57 CET 2009:ERROR:java.io.UnsupportedEncodingException: utf-8&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;java.io.UnsupportedEncodingException: utf-8&amp;quot;
&lt;br&gt;&lt;br&gt;This is the http message header of the response:
&lt;br&gt;&lt;br&gt;HTTP/1.1 200 OK
&lt;br&gt;Date: Fri, 20 Nov 2009 14:40:56 GMT
&lt;br&gt;Server: Oracle Containers for J2EE
&lt;br&gt;Connection: Keep-Alive
&lt;br&gt;Keep-Alive: timeout=15, max=100
&lt;br&gt;Content-Type: text/xml;charset=utf-8&amp;quot;
&lt;br&gt;Transfer-Encoding: chunked
&lt;br&gt;&lt;br&gt;I think the problem here is the double-quote after utf-8 in the content-type.
&lt;br&gt;&lt;br&gt;I saw from the issue list that some guys had a problem regarding the double-quote in the requests created by JAX-WS RI (my case, quotes in the response, isn't mentioned).
&lt;br&gt;See &lt;a href=&quot;https://jax-ws.dev.java.net/issues/show_bug.cgi?id=793&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://jax-ws.dev.java.net/issues/show_bug.cgi?id=793&lt;/a&gt;&lt;br&gt;&lt;br&gt;I've also tried JAX RI 2.2 RC1 but the problem is still there.
&lt;br&gt;&lt;br&gt;Now my questions:
&lt;br&gt;1. Has anyone experienced the same problem using SoapUI as client for a JAX-WS RI web service?
&lt;br&gt;2. Any idea where this double-quote comes from? Is this an issue related to the combination of oc4j and JAX-WS RI?
&lt;br&gt;3. Has anyone experienced any interoperability issues with non-JAX-WS clients due to the content-type/double-quote?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;&lt;br&gt;Phil
&lt;br&gt;[Message sent by forum member 'phil_ri' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372670&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372670&lt;/a&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=26445274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26445274&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Content-type-double-quote-problem%2C-JAX-WS-RI-on-oc4j-and-SoapUI-tp26445274p26445274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445248</id>
	<title>RE: Unable to locate certificate for the alias</title>
	<published>2009-11-20T07:30:48Z</published>
	<updated>2009-11-20T07:30:48Z</updated>
	<author>
		<name>Igor Mameshin</name>
	</author>
	<content type="html">Are you puting your certificates into default GlassFish keystore and
&lt;br&gt;trusstore? &amp;nbsp;You have to. &amp;nbsp;According to Jiandong, with jsr-109 based services
&lt;br&gt;(Servlet, EJB) in Glassfish, Metro always goes to the Glassfish key stores.
&lt;br&gt;&lt;br&gt;This is tricky, because if you specify your own keystore in Metro policy
&lt;br&gt;files - Metro will still use Glassfish keystore without giving any warning
&lt;br&gt;about it.
&lt;br&gt;&lt;br&gt;- Igor
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-return-15024-igor.mameshin=sun.com@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445248&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-return-15024-igor.mameshin=sun.com@...&lt;/a&gt;] On
&lt;br&gt;Behalf Of Major Péter
&lt;br&gt;Sent: Friday, November 20, 2009 5:09 AM
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445248&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Unable to locate certificate for the alias
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Recently I had successfully created the following applications:
&lt;br&gt;- Secure Token Service with Mutual Certificates
&lt;br&gt;- Client app
&lt;br&gt;- WS app which needs an STS issued Token
&lt;br&gt;&lt;br&gt;So this configuration works perfectly, when I'm using the sample
&lt;br&gt;certificates gaved by Glassfish keystore, but when I'm trying to use my
&lt;br&gt;own keystores and keys, I'm always keep getting Unable to locate
&lt;br&gt;certificate for the alias 'clientkey' messages. It looks like, that the
&lt;br&gt;STS needs it, but can't find it somehow.
&lt;br&gt;Based on keytool my stskeystore.jks contains the key under 'clientkey'
&lt;br&gt;alias:
&lt;br&gt;servicekey, 2009.11.10., trustedCertEntry,
&lt;br&gt;stskey, 2009.11.10., PrivateKeyEntry,
&lt;br&gt;clientkey, 2009.11.10., trustedCertEntry,
&lt;br&gt;&lt;br&gt;What could be the difference between these two configurations?
&lt;br&gt;Does STS needs clients private key maybe?
&lt;br&gt;//The keystores has different passwords, and every keystore contains
&lt;br&gt;each others public keys, and the private keys has different keypass then
&lt;br&gt;the container keystore itself.
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Peter Major
&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=26445248&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26445248&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&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=26445248&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26445248&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-locate-certificate-for-the-alias-tp26443021p26445248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444120</id>
	<title>JAX-RPC Web Services on Metro (+Tomcat 6)?</title>
	<published>2009-11-20T06:24:20Z</published>
	<updated>2009-11-20T06:24:20Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi All, 
&lt;br&gt;&lt;br&gt;I've just set up Metro 1.5 and tomcat 6.0.20 on my development machine. I want to be able create new WS-I compliant web services as well as support our existing web services which were created with JWSDP 1.1 (which uses JAX-RPC 1.0.3 and JAXB 1.0).
&lt;br&gt;&lt;br&gt;I was under the impression that Metro supported legacy JAX-RPC web services, but I can;t seem to find much documentation on it, or if it would be appropriate for supporting the afore mentioned web services which are RPC/encoded.
&lt;br&gt;&lt;br&gt;I have copied over an existing legacy web service war created with jwsdp 1.1 to the the tomcat6/webapps folder, when I try to request the WSDL in the browser it all displays correctly (at this point I was quite excited as I could almost taste success). However when I try to make a request to the server it all falls apart.
&lt;br&gt;&lt;br&gt;The SOAP response from tomcat is as follows:
&lt;br&gt;&amp;lt;env:Envelope xmlns:env=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;env:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;env:Fault&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultcode&amp;gt;env:Server&amp;lt;/faultcode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;faultstring&amp;gt;JAXRPCSERVLET28: Missing port information&amp;lt;/faultstring&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/env:Fault&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/env:Body&amp;gt;
&lt;br&gt;&amp;lt;/env:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;and the exception placed in the catalina.out log is:
&lt;br&gt;==&amp;gt; catalina.out &amp;lt;==
&lt;br&gt;20-Nov-2009 11:59:42 com.sun.xml.rpc.server.http.JAXRPCServletDelegate doPost
&lt;br&gt;SEVERE: caught throwable
&lt;br&gt;java.lang.LinkageError: javax/xml/rpc/encoding/TypeMappingRegistry
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jaxrpc.generated.identity.Identity_SerializerRegistry.getRegistry(Identity_SerializerRegistry.java:23)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at orange.omoapi.identity.IdentityIF_Tie.&amp;lt;init&amp;gt;(IdentityIF_Tie.java:27)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Class.newInstance0(Class.java:355)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Class.newInstance(Class.java:308)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.server.http.ImplementorCacheDelegateImpl.getImplementorFor(ImplementorCacheDelegateImpl.java:79)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.server.http.ImplementorCache.getImplementorFor(ImplementorCache.java:45)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:416)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&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.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:619)
&lt;br&gt;&lt;br&gt;Is this something that is easily remedied?
&lt;br&gt;&lt;br&gt;Many thanks in advance.
&lt;br&gt;&lt;br&gt;James
&lt;br&gt;[Message sent by forum member 'jaymoid' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372655&lt;/a&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=26444120&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26444120&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-RPC-Web-Services-on-Metro-%28%2BTomcat-6%29--tp26444120p26444120.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443842</id>
	<title>RE: Question about META-INF\services entries in webservices-rt.jar</title>
	<published>2009-11-20T06:12:15Z</published>
	<updated>2009-11-20T06:12:15Z</updated>
	<author>
		<name>Carl Roberts</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PostalCode&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;State&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Please disregard this issue; it was related
to WLS using System properties in the startup scripts to set the following
properties:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=apple-style-span&gt;&lt;i&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;font-family:-webkit-monospace;
color:black;font-style:italic'&gt;javax.xml.soap.MessageFactory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=apple-style-span&gt;&lt;i&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;font-family:-webkit-monospace;
color:black;font-style:italic'&gt;&amp;nbsp;javax.xml.soap.SOAPConnectionFactory&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/span&gt;&lt;span class=apple-converted-space&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;font-family:-webkit-monospace;color:black'&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;
font-family:-webkit-monospace;color:black'&gt;&lt;br&gt;
&lt;span class=apple-style-span&gt;&lt;i&gt;&lt;span style='font-style:italic'&gt;&amp;nbsp;javax.xml.soap.MetaFactory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=apple-style-span&gt;&lt;i&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;font-family:-webkit-monospace;
color:black;font-style:italic'&gt;&amp;nbsp;javax.xml.soap.SOAPFactory&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/span&gt;&lt;span class=apple-converted-space&gt;&lt;font size=1 color=black face=-webkit-monospace&gt;&lt;span style='font-size:9.0pt;font-family:-webkit-monospace;color:black'&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;with values for an SAAJ implementation
that was incompatible with the one present inside webservices-rt.jar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;It can be resolved by adding
saaj-impl-1.3.2.jar to the front of the CLASSPATH in the startWeblogic.cmd
script.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Carl Roberts
[mailto:&lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443842&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carl.roberts@...&lt;/a&gt;&lt;/st1:PersonName&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Thursday, November 19, 2009
12:33 PM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443842&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;/st1:PersonName&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; RE: Question about
META-INF\services entries in webservices-rt.jar&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Just FYI,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I also run a test a moment ago by creating
an interface jar, two implementation jar files, and two war files (each war
file using a different implementation jar file) on Tomcat and WLS and using
this guide:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service Provider&quot; title=&quot;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service Provider&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service
Provider&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;And I am seeing the correct provider being
used for each implementation jar file and no System property being created so
my question is this now:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Is there any code in Metro that propagates
META-INF/services entries to System properties?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I am hoping the answer is no but I am
trying to eliminate Metro as the source of this issue.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Joe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Carl Roberts
[mailto:&lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443842&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carl.roberts@...&lt;/a&gt;&lt;/st1:PersonName&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Thursday, November 19, 2009
8:11 AM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26443842&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;/st1:PersonName&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; Question about
META-INF\services entries in webservices-rt.jar&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hello,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Is it true that a web container can only have one set of
META-INF\services entries present because they are created as System properties
by the JVM via System.setProperty()?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Reason I am asking this is that I am speaking with a
Weblogic Engineer about two web services applications on the same domain; one
is using the WLS web services framework and the other is using the Metro web
services stack and the behavior is this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the metro based service deploys to the domain first it
runs fine, but the WLS based web service throws this exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By:
java.lang.IllegalArgumentException:
com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the WLS based web service deploys first it runs fine,
but then the metro based web service throws the same exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By:
java.lang.IllegalArgumentException: com.sun.xml.messaging.saaj.soap.LocalStrings
!= com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;So it appears the one that deploys first always wins.&amp;nbsp;
The behavior is also sporadic, meaning every once in a blue moon they both
deploy fine.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;His answer to this problem was that WLS uses
META-INF\services entries but the metro based web service also uses
META-INF\services entries and classloading / resource filtering via this entry
in the weblogic-application.xml file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;lt;prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;resource-name&amp;gt;META-INF/services/*&amp;lt;/resource-name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;
&amp;lt;/prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And because of this the System properties change.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And now what I am trying to ascertain is if this is normal
JVM behavior or something WLS is specifically doing (setting system
properties)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img border=0 width=133 height=18 id=&quot;_x0000_i1026&quot; src=&quot;http://old.nabble.com/attachment/26443842/0/image001.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img border=0 width=133 height=18 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26443842/1/image002.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;color:#666666'&gt;Joe Roberts&amp;nbsp;| Senior
Applications Engineer, Insurance Global Business Unit&lt;br&gt;
Phone: +1 404 439 5504 |&amp;nbsp;Mobile: +1 770 595 0162 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:
10.0pt;font-family:Verdana;color:red'&gt;Oracle&lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:#666666'&gt; Insurance Global Business Unit &lt;br&gt;
&lt;st1:Street w:st=&quot;on&quot;&gt;&lt;st1:address w:st=&quot;on&quot;&gt;3353 Peachtree Road, NE&lt;/st1:address&gt;&lt;/st1:Street&gt;
| &lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 800&lt;/st1:address&gt;&amp;nbsp;|
&lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;Atlanta&lt;/st1:City&gt;, &lt;st1:State w:st=&quot;on&quot;&gt;GA&lt;/st1:State&gt;
 &lt;st1:PostalCode w:st=&quot;on&quot;&gt;30326&lt;/st1:PostalCode&gt;&lt;/st1:place&gt; &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:red'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-META-INF%5Cservices-entries-in-webservices-rt.jar-tp26425888p26443842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443272</id>
	<title>Support for Wsdl interface for Rest web service in JAX-WS</title>
	<published>2009-11-20T05:28:06Z</published>
	<updated>2009-11-20T05:28:06Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">WSDL 2.0 specification support http and xml communication. This means it allows to describe Rest based web services through wsdl interface. Has its support been integerated into java web service support libraries.
&lt;br&gt;&lt;br&gt;Does the latest build of jax-ws(jax-rs) support interaction of Http client with Rest based webservice through Wsdl service interface. Can we generate the wsdl files for Rest based web service using wsgen. And can we generate the Http based web Service client stubs for Restful web services through automatic code generation by giving the address of Wsdl file. and if yes are the latest generation utilities integrated into Netbeans.
&lt;br&gt;[Message sent by forum member 'athir_gillani' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372647&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372647&lt;/a&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=26443272&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26443272&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Support-for-Wsdl-interface-for-Rest-web-service-in-JAX-WS-tp26443272p26443272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26443021</id>
	<title>Unable to locate certificate for the alias</title>
	<published>2009-11-20T05:08:59Z</published>
	<updated>2009-11-20T05:08:59Z</updated>
	<author>
		<name>aldaris</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Recently I had successfully created the following applications:
&lt;br&gt;- Secure Token Service with Mutual Certificates
&lt;br&gt;- Client app
&lt;br&gt;- WS app which needs an STS issued Token
&lt;br&gt;&lt;br&gt;So this configuration works perfectly, when I'm using the sample
&lt;br&gt;certificates gaved by Glassfish keystore, but when I'm trying to use my
&lt;br&gt;own keystores and keys, I'm always keep getting Unable to locate
&lt;br&gt;certificate for the alias 'clientkey' messages. It looks like, that the
&lt;br&gt;STS needs it, but can't find it somehow.
&lt;br&gt;Based on keytool my stskeystore.jks contains the key under 'clientkey'
&lt;br&gt;alias:
&lt;br&gt;servicekey, 2009.11.10., trustedCertEntry,
&lt;br&gt;stskey, 2009.11.10., PrivateKeyEntry,
&lt;br&gt;clientkey, 2009.11.10., trustedCertEntry,
&lt;br&gt;&lt;br&gt;What could be the difference between these two configurations?
&lt;br&gt;Does STS needs clients private key maybe?
&lt;br&gt;//The keystores has different passwords, and every keystore contains
&lt;br&gt;each others public keys, and the private keys has different keypass then
&lt;br&gt;the container keystore itself.
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Peter Major
&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=26443021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26443021&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-locate-certificate-for-the-alias-tp26443021p26443021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26441918</id>
	<title>Re: Problem with unmarshaling XML</title>
	<published>2009-11-20T03:38:44Z</published>
	<updated>2009-11-20T03:38:44Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Anyone?
&lt;br&gt;[Message sent by forum member 'metaruslan' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372638&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372638&lt;/a&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=26441918&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26441918&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-unmarshaling-XML-tp26334366p26441918.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26440724</id>
	<title>Re: how to access SOAP fault details from client endpoint?</title>
	<published>2009-11-20T01:47:51Z</published>
	<updated>2009-11-20T01:47:51Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Does anyone have an answer for this question because I am hitting the same issue (and also be head against the wall!).
&lt;br&gt;&lt;br&gt;From other threads it seems that the custom &amp;quot;checked&amp;quot; exceptions generated cannot extend SOAPFaultException because it inherits from RuntimeException and that would negate &amp;quot;checked&amp;quot; part of the exception handling. This is fine except that I still need to access the faultcode.
&lt;br&gt;&lt;br&gt;Many Thanks in Advance,
&lt;br&gt;&lt;br&gt;Nick
&lt;br&gt;[Message sent by forum member 'techopag' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372623&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372623&lt;/a&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=26440724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26440724&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-how-to-access-SOAP-fault-details-from-client-endpoint--tp26440724p26440724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26438300</id>
	<title>Re: Loss of Data in JAX-WS service</title>
	<published>2009-11-19T20:41:58Z</published>
	<updated>2009-11-19T20:41:58Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;My WSEndPint is :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public int saveAll(Scenario scenarioVO,
&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; List&amp;lt;AssociatedRecord&amp;gt; associatedRecord,
&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; List&amp;lt;ThresholdSet&amp;gt; thresholdSetList,
&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; List&amp;lt;Role&amp;gt; roleList, ScenarioClass scenarioClass) throws SMLiteException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LogUtil.info(&amp;quot;Calling save All Scenario Service with parameter Scenario, AssociatedRecord, ThresholdSet, Roles and ScenarioClass.&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scenarioWsService.saveAll(scenarioVO, associatedRecord, thresholdSetList, roleList,
&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;scenarioClass);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;My implementation class is :- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int saveAll(Scenario scenarioVO,
&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; List&amp;lt;AssociatedRecord&amp;gt; associatedRecordList,
&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; List&amp;lt;ThresholdSet&amp;gt; thresholdSetList,
&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; List&amp;lt;Role&amp;gt; roleList, ScenarioClass scenarioClass) &amp;nbsp;throws SMLiteException{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Processing logic &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;In the implementation class only the data in Scenario Object is missing.
&lt;br&gt;&lt;br&gt;The client side code is like :- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; QName scenQName = new QName(&amp;quot;&lt;a href=&quot;http://com.mantas.platform.smlite.model&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://com.mantas.platform.smlite.model&lt;/a&gt;&amp;quot;,&amp;quot;ScenarioService&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service scenarioService = Service.create(new URL(&amp;quot;&lt;a href=&quot;http://localhost:8080/MetroWS/ws2?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/MetroWS/ws2?wsdl&lt;/a&gt;&amp;quot;),scenQName);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ScenarioWsService scnService = scenarioService.getPort(ScenarioWsService.class);
&lt;br&gt;&lt;br&gt;Scenario scenarioToBeSaved = new Scenario() ;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_desc(&amp;quot;Scenario To be Saved&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setDomain_code(&amp;quot;MTS&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setFocus_id(113000002);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_class_code(&amp;quot;ML&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_ctlg_id(&amp;quot;ML_AC_TESTR&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_name(&amp;quot;ML_AC_TESCASE_FORJAXWSTESTCASE&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_short_name(&amp;quot;ML_AC_TESTR&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; scenarioToBeSaved.setScnro_use_code(&amp;quot;BRK&amp;quot;);
&lt;br&gt;&lt;br&gt;// Other data 
&lt;br&gt;&lt;br&gt;scnService.saveAll(scenarioToBeSaved, associatedRecordTobeSaved, th34, roleListWithFormat, scenarioClass);
&lt;br&gt;&lt;br&gt;The Scenario class is :- 
&lt;br&gt;@XmlRootElement
&lt;br&gt;@XmlType(propOrder={&amp;quot;scenarioClassName&amp;quot;, &amp;quot;description&amp;quot;, &amp;quot;focusName&amp;quot;, &amp;quot;href&amp;quot;, &amp;quot;patternXmlID&amp;quot;, &amp;quot;name&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;patternXmlScenarioID&amp;quot;, &amp;quot;scnroctldid&amp;quot;, &amp;quot;shortname&amp;quot;})
&lt;br&gt;public class Scenario {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Id
&lt;br&gt;&amp;nbsp; &amp;nbsp; private int scnro_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;DMN_CD&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String domain_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String owner_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_USE_CD&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_use_code; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_NM&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_TX&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_desc;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;CNTRY_ID&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private int focus_id; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_CLASS_CD&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_class_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_SHORT_NM&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_short_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SCNRO_CTLG_ID&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnro_ctlg_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String version_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @OneToMany(mappedBy = &amp;quot;scenario&amp;quot;,cascade=CascadeType.ALL, fetch = FetchType.EAGER)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Set&amp;lt;Pattern&amp;gt; patternSet;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;SMLITE_FL&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String created_Thrgh_Sml;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Column(name = &amp;quot;LAST_UPDATED_DT&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Temporal(TemporalType.TIMESTAMP)
&lt;br&gt;&amp;nbsp; &amp;nbsp; private Date last_updated_date;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private List&amp;lt;ScenarioClass&amp;gt; scenarioClass;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private List&amp;lt;AssociatedRecord&amp;gt; associatedRecordList;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scenarioClassName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String description;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String focusName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String href;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String patternXmlID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String patternXmlScenarioID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String scnroctldid;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Transient
&lt;br&gt;&amp;nbsp; &amp;nbsp; private String shortname;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Scenario() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; patternSet = new HashSet&amp;lt;Pattern&amp;gt;(); &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Scenario(int scnro_id, String domain_code, String owner_id,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String scnro_use_code, String scnro_name,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String scnro_desc, int focus_id, String scnro_class_code,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String scnro_short_name, String scnro_ctlg_id,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String version_id, Set&amp;lt;Pattern&amp;gt; patternSet,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; List&amp;lt;ScenarioClass&amp;gt; scenarioClass) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_id = scnro_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.domain_code = domain_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.owner_id = owner_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_use_code = scnro_use_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_name = scnro_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_desc = scnro_desc;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.focus_id = focus_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_class_code = scnro_class_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_short_name = scnro_short_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_ctlg_id = scnro_ctlg_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.version_id = version_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternSet = patternSet;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scenarioClass = scenarioClass;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public Scenario(String scenarioClassName, String description, String focusName,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String href, String patternXmlID, String name, String patternXmlScenarioID,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String scnroctldid, String shortname) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scenarioClassName = scenarioClassName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.description = description;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.focusName = focusName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.href = href;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternXmlID = patternXmlID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.name = name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternXmlScenarioID = patternXmlScenarioID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnroctldid = scnroctldid;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.shortname = shortname;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_id(int scnro_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_id = scnro_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int getScnro_id() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setDomain_code(String domain_code) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.domain_code = domain_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getDomain_code() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return domain_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setOwner_id(String owner_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.owner_id = owner_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getOwner_id() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return owner_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_use_code(String scnro_use_code) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_use_code = scnro_use_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_use_code() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_use_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_name(String scnro_name) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_name = scnro_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_name() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_desc(String scnro_desc) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_desc = scnro_desc;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_desc() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_desc;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setFocus_id(int focus_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.focus_id = focus_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int getFocus_id() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return focus_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_class_code(String scnro_class_code) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_class_code = scnro_class_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_class_code() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_class_code;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_short_name(String scnro_short_name) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_short_name = scnro_short_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_short_name() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_short_name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnro_ctlg_id(String scnro_ctlg_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnro_ctlg_id = scnro_ctlg_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnro_ctlg_id() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnro_ctlg_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setVersion_id(String version_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.version_id = version_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getVersion_id() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return version_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScenarioClass(List&amp;lt;ScenarioClass&amp;gt; scenarioClass) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scenarioClass = scenarioClass;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public List&amp;lt;ScenarioClass&amp;gt; getScenarioClass() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scenarioClass;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setPatternSet(Set&amp;lt;Pattern&amp;gt; patternSet) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternSet = patternSet;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Set&amp;lt;Pattern&amp;gt; getPatternSet() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return patternSet;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void addPattern(Pattern pattern){
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getPatternSet().add(pattern) ;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScenarioClassName(String scenarioClassName) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scenarioClassName = scenarioClassName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute(name=&amp;quot;class&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScenarioClassName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scenarioClassName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setDescription(String description) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.description = description;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getDescription() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return description;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setFocusName(String focusName) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.focusName = focusName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute(name=&amp;quot;focus&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getFocusName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return focusName;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setHref(String href) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.href = href;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getHref() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return href;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setPatternXmlID(String patternXmlID) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternXmlID = patternXmlID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute(name=&amp;quot;id&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getPatternXmlID() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return patternXmlID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setName(String name) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.name = name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getName() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return name;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setPatternXmlScenarioID(String patternXmlScenarioID) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.patternXmlScenarioID = patternXmlScenarioID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute(name=&amp;quot;scenarioid&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getPatternXmlScenarioID() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return patternXmlScenarioID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setScnroctldid(String scnroctldid) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.scnroctldid = scnroctldid;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getScnroctldid() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return scnroctldid;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setShortname(String shortname) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.shortname = shortname;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAttribute
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getShortname() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return shortname;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setAssociatedRecordList(List&amp;lt;AssociatedRecord&amp;gt; associatedRecordList) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.associatedRecordList = associatedRecordList;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public List&amp;lt;AssociatedRecord&amp;gt; getAssociatedRecordList() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return associatedRecordList;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setCreated_Thrgh_Sml(String created_Thrgh_Sml) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.created_Thrgh_Sml = created_Thrgh_Sml;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getCreated_Thrgh_Sml() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return created_Thrgh_Sml;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setLast_updated_date(Date last_updated_date) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.last_updated_date = last_updated_date;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlTransient
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Date getLast_updated_date() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return last_updated_date;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public boolean equals(Object object) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (this == object) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return true;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!(object instanceof Scenario)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; final Scenario other = (Scenario)object;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (scnro_id != other.scnro_id) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!(domain_code == null ? other.domain_code == null : domain_code.equals(other.domain_code))) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!(scenarioClass == null ? other.scenarioClass == null : scenarioClass.equals(other.scenarioClass))) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return true;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int hashCode() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; final int PRIME = 37;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int result = 1;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; result = PRIME * result + scnro_id;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; result = PRIME * result + ((domain_code == null) ? 0 : domain_code.hashCode());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; result = PRIME * result + ((scenarioClass == null) ? 0 : scenarioClass.hashCode());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return result;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;The strange behavior is coming only for Scenario class, other than this class, data for all other objects are coming properly on client/server side.
&lt;br&gt;&lt;br&gt;Please let me know, if you need more information.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Rahul
&lt;br&gt;[Message sent by forum member 'rahul1kr' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372607&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372607&lt;/a&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=26438300&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26438300&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loss-of-Data-in-JAX-WS-service-tp26421210p26438300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26437958</id>
	<title>Any way to get wsimport / bindings.xml to generate java.util.HashMap</title>
	<published>2009-11-19T19:38:22Z</published>
	<updated>2009-11-19T19:38:22Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">I have been trying for quite a while to find a way/example that shows how to get wsimport to produce a correct/equivalent representation of a java.util.HashMap in the POJO classes it generates from an XSD (imported into WSDL). &amp;nbsp;
&lt;br&gt;&lt;br&gt;The relevant XSD segment looks like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;xs:complexType name=&amp;quot;BookOrder&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;orderID&amp;quot; type=&amp;quot;xs:string&amp;quot; minOccurs=&amp;quot;0&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;orderType&amp;quot; type=&amp;quot;xs:int&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;books&amp;quot; type=&amp;quot;tns:Book&amp;quot; nillable=&amp;quot;true&amp;quot; minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;titleMap&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;entry&amp;quot; minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xs:element name=&amp;quot;key&amp;quot; minOccurs=&amp;quot;0&amp;quot; type=&amp;quot;xs:int&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;lt;xs:element name=&amp;quot;value&amp;quot; minOccurs=&amp;quot;0&amp;quot; type=&amp;quot;xs:string&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/xs:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xs:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xs:complexType&amp;gt;
&lt;br&gt;&lt;br&gt;The original hand-written Java class that this was generated from ([i]wsgen[/i]) looks like this:
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;* 
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;package com.acme.book.valueobjects;
&lt;br&gt;&lt;br&gt;import java.util.HashMap;
&lt;br&gt;import java.util.Iterator;
&lt;br&gt;import java.util.Map;
&lt;br&gt;import java.util.Set;
&lt;br&gt;&lt;br&gt;import javax.xml.bind.annotation.XmlAccessType;
&lt;br&gt;import javax.xml.bind.annotation.XmlAccessorType;
&lt;br&gt;import javax.xml.bind.annotation.XmlType;
&lt;br&gt;&lt;br&gt;&lt;br&gt;@XmlAccessorType(XmlAccessType.FIELD)
&lt;br&gt;@XmlType(name = &amp;quot;BookOrder&amp;quot;, namespace=&amp;quot;&lt;a href=&quot;http://valueobjects.book.acme.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://valueobjects.book.acme.com/&lt;/a&gt;&amp;quot;)
&lt;br&gt;public class BookOrder {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String orderID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private int orderType;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private Book[] books;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private HashMap&amp;lt;Integer, String&amp;gt; titleMap;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return the orderID
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public String getOrderID() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return orderID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param orderID the orderID to set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setOrderID(String orderID) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.orderID = orderID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return the orderType
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public int getOrderType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return orderType;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param orderType the orderType to set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setOrderType(int orderType) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.orderType = orderType;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return the books
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Book[] getBooks() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return books;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param books the books to set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setBooks(Book[] books) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.books = books;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public HashMap&amp;lt;Integer, String&amp;gt; getTitleMap() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return titleMap;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setTitleMap(HashMap&amp;lt;Integer, String&amp;gt; titleMap) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.titleMap = titleMap;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;When you run [i]wsimport[/i] (no special bindings file), you get classes generated for the SEI and proxy port [b]and POJO equivalents,[/b]. &amp;nbsp;In particular, the equivalent of the above class now looks this below - notice there is no HashMap type that is created. &amp;nbsp;(alot of generated comments removed)
&lt;br&gt;&lt;br&gt;Only some &amp;quot;inner class&amp;quot; construct is created to model the Map. &amp;nbsp;Is there some way, perhaps with a bindings.xml file, passed in on the wsimport command that can force this to match the hand-coded class above in terms of its use of the java.util.HashMap ?
&lt;br&gt;&lt;br&gt;package com.acme.book.valueobjects;
&lt;br&gt;&lt;br&gt;import java.util.ArrayList;
&lt;br&gt;import java.util.List;
&lt;br&gt;import javax.xml.bind.annotation.XmlAccessType;
&lt;br&gt;import javax.xml.bind.annotation.XmlAccessorType;
&lt;br&gt;import javax.xml.bind.annotation.XmlElement;
&lt;br&gt;import javax.xml.bind.annotation.XmlType;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;@XmlAccessorType(XmlAccessType.FIELD)
&lt;br&gt;@XmlType(name = &amp;quot;BookOrder&amp;quot;, propOrder = {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;orderID&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;orderType&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;books&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;titleMap&amp;quot;
&lt;br&gt;})
&lt;br&gt;public class BookOrder {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; protected String orderID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected int orderType;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlElement(nillable = true)
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected List&amp;lt;Book&amp;gt; books;
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlElement(required = true)
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected BookOrder.TitleMap titleMap;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Gets the value of the orderID property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; possible object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link String }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getOrderID() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return orderID;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Sets the value of the orderID property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @param value
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; allowed object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link String }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setOrderID(String value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.orderID = value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Gets the value of the orderType property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public int getOrderType() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return orderType;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Sets the value of the orderType property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setOrderType(int value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.orderType = value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; public List&amp;lt;Book&amp;gt; getBooks() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (books == null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; books = new ArrayList&amp;lt;Book&amp;gt;();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return this.books;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Gets the value of the titleMap property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; possible object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link BookOrder.TitleMap }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public BookOrder.TitleMap getTitleMap() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return titleMap;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Sets the value of the titleMap property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* @param value
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; allowed object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link BookOrder.TitleMap }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setTitleMap(BookOrder.TitleMap value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.titleMap = value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlAccessorType(XmlAccessType.FIELD)
&lt;br&gt;&amp;nbsp; &amp;nbsp; @XmlType(name = &amp;quot;&amp;quot;, propOrder = {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;entry&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; })
&lt;br&gt;&amp;nbsp; &amp;nbsp; public static class TitleMap {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected List&amp;lt;BookOrder.TitleMap.Entry&amp;gt; entry;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public List&amp;lt;BookOrder.TitleMap.Entry&amp;gt; getEntry() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (entry == null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; entry = new ArrayList&amp;lt;BookOrder.TitleMap.Entry&amp;gt;();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return this.entry;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @XmlAccessorType(XmlAccessType.FIELD)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; @XmlType(name = &amp;quot;&amp;quot;, propOrder = {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;key&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;value&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; })
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public static class Entry {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected Integer key;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected String value;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Gets the value of the key property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; possible object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link Integer }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Integer getKey() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return key;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Sets the value of the key property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param value
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; allowed object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link Integer }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setKey(Integer value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.key = value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Gets the value of the value property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @return
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; possible object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link String }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public String getValue() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Sets the value of the value property.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param value
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; allowed object is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; {@link String }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setValue(String value) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; this.value = value;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Thanks in advance. &amp;nbsp;Any ideas or suggestions would be appreciated.
&lt;br&gt;[Message sent by forum member 'mcs130' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372606&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372606&lt;/a&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=26437958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26437958&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-way-to-get-wsimport---bindings.xml-to-generate-java.util.HashMap-tp26437958p26437958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430498</id>
	<title>RE: Question about META-INF\services entries in webservices-rt.jar</title>
	<published>2009-11-19T09:32:34Z</published>
	<updated>2009-11-19T09:32:34Z</updated>
	<author>
		<name>Carl Roberts</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PostalCode&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;State&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PersonName&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Just FYI,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I also run a test a moment ago by creating
an interface jar, two implementation jar files, and two war files (each war
file using a different implementation jar file) on Tomcat and WLS and using
this guide:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service Provider&quot; title=&quot;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service Provider&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Service
Provider&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;And I am seeing the correct provider being
used for each implementation jar file and no System property being created so
my question is this now:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Is there any code in Metro that propagates
META-INF/services entries to System properties?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;I am hoping the answer is no but I am
trying to eliminate Metro as the source of this issue.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Joe&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;font-family:Tahoma'&gt; Carl Roberts
[mailto:&lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;carl.roberts@...&lt;/a&gt;&lt;/st1:PersonName&gt;] &lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; Thursday, November 19, 2009
8:11 AM&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;st1:PersonName w:st=&quot;on&quot;&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&lt;/st1:PersonName&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; Question about
META-INF\services entries in webservices-rt.jar&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hello,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Is it true that a web container can only have one set of
META-INF\services entries present because they are created as System properties
by the JVM via System.setProperty()?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Reason I am asking this is that I am speaking with a
Weblogic Engineer about two web services applications on the same domain; one
is using the WLS web services framework and the other is using the Metro web
services stack and the behavior is this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the metro based service deploys to the domain first it
runs fine, but the WLS based web service throws this exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By:
java.lang.IllegalArgumentException:
com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the WLS based web service deploys first it runs fine,
but then the metro based web service throws the same exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By:
java.lang.IllegalArgumentException:
com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;So it appears the one that deploys first always wins.&amp;nbsp;
The behavior is also sporadic, meaning every once in a blue moon they both
deploy fine.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;His answer to this problem was that WLS uses
META-INF\services entries but the metro based web service also uses
META-INF\services entries and classloading / resource filtering via this entry
in the weblogic-application.xml file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;lt;prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;resource-name&amp;gt;META-INF/services/*&amp;lt;/resource-name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;
&amp;lt;/prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And because of this the System properties change.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And now what I am trying to ascertain is if this is normal
JVM behavior or something WLS is specifically doing (setting system
properties)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img border=0 width=133 height=18 id=&quot;_x0000_i1026&quot; src=&quot;http://old.nabble.com/attachment/26430498/0/image001.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img border=0 width=133 height=18 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26430498/1/image002.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;color:#666666'&gt;Joe Roberts&amp;nbsp;|
Senior Applications Engineer, Insurance Global Business Unit&lt;br&gt;
Phone: +1 404 439 5504 |&amp;nbsp;Mobile: +1 770 595 0162 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:
10.0pt;font-family:Verdana;color:red'&gt;Oracle&lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:#666666'&gt; Insurance Global Business Unit &lt;br&gt;
&lt;st1:Street w:st=&quot;on&quot;&gt;&lt;st1:address w:st=&quot;on&quot;&gt;3353 Peachtree Road, NE&lt;/st1:address&gt;&lt;/st1:Street&gt;
| &lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 800&lt;/st1:address&gt;&amp;nbsp;|
&lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;Atlanta&lt;/st1:City&gt;, &lt;st1:State w:st=&quot;on&quot;&gt;GA&lt;/st1:State&gt;
 &lt;st1:PostalCode w:st=&quot;on&quot;&gt;30326&lt;/st1:PostalCode&gt;&lt;/st1:place&gt; &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:red'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-META-INF%5Cservices-entries-in-webservices-rt.jar-tp26425888p26430498.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430286</id>
	<title>Re: Wsimport WS-I BP1.1 compliant SOAP port parse issue</title>
	<published>2009-11-19T09:14:56Z</published>
	<updated>2009-11-19T09:14:56Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Sorry to bump this, has anyone got any idea? Should I perhaps post this on the mailing list?
&lt;br&gt;[Message sent by forum member 'imavroukakis' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372571&lt;/a&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=26430286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26430286&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wsimport-WS-I-BP1.1-compliant-SOAP-port-parse-issue-tp26321339p26430286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429746</id>
	<title>Re: Loss of Data in JAX-WS service</title>
	<published>2009-11-19T08:45:34Z</published>
	<updated>2009-11-19T08:45:34Z</updated>
	<author>
		<name>Potociar Marek</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I am not sure I fully understand your problem. Do you have a code &amp;nbsp;
&lt;br&gt;snippet or a working project that you could share and which reproduces &amp;nbsp;
&lt;br&gt;the behavior you are describing?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Marek
&lt;br&gt;&lt;br&gt;On 19.11.2009, at 7:54, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am facing a weird bahavior in JAX-WS service.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have created a service which takes bean object from client, &amp;nbsp;
&lt;br&gt;&amp;gt; process it and return backs the bean object back to the client.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now, when i am setting the value in the bean directly using setter, &amp;nbsp;
&lt;br&gt;&amp;gt; and sending it to the server, the data get lost on the server side. &amp;nbsp;
&lt;br&gt;&amp;gt; But if i process the data on the client and then set it into bean , &amp;nbsp;
&lt;br&gt;&amp;gt; the data does not get lost on the server.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The same thing happens on the server side.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I say process, I mean to say that, if I am fetching data from &amp;nbsp;
&lt;br&gt;&amp;gt; db on the server side and setting it into the bean object, the data &amp;nbsp;
&lt;br&gt;&amp;gt; comes on the client side. But if I am setting value directly on the &amp;nbsp;
&lt;br&gt;&amp;gt; bean using setter, the object does come on the client side but all &amp;nbsp;
&lt;br&gt;&amp;gt; values are lost i.e. null comes for those field.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Did anyone face this issue ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope to get a response soon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Rahul
&lt;br&gt;&amp;gt; [Message sent by forum member 'rahul1kr' ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372473&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372473&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429746&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429746&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&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=26429746&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26429746&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loss-of-Data-in-JAX-WS-service-tp26421210p26429746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429646</id>
	<title>Re: WSIT accessing net.Tcp WCF Service example</title>
	<published>2009-11-19T08:40:00Z</published>
	<updated>2009-11-19T08:40:00Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">I'll try with the wizard. Thanks!
&lt;br&gt;[Message sent by forum member 'gcb' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372565&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372565&lt;/a&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=26429646&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26429646&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WSIT-accessing-net.Tcp-WCF-Service-example-tp19409414p26429646.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425888</id>
	<title>Question about META-INF\services entries in webservices-rt.jar</title>
	<published>2009-11-19T05:10:42Z</published>
	<updated>2009-11-19T05:10:42Z</updated>
	<author>
		<name>Carl Roberts</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PostalCode&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;Street&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;address&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;State&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hello,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Is it true that a web container can only have one set of
META-INF\services entries present because they are created as System properties
by the JVM via System.setProperty()?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Reason I am asking this is that I am speaking with a
Weblogic Engineer about two web services applications on the same domain; one
is using the WLS web services framework and the other is using the Metro web
services stack and the behavior is this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the metro based service deploys to the domain first it
runs fine, but the WLS based web service throws this exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By: java.lang.IllegalArgumentException:
com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When the WLS based web service deploys first it runs fine,
but then the metro based web service throws the same exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;Caused By:
java.lang.IllegalArgumentException:
com.sun.xml.messaging.saaj.soap.LocalStrings != com.sun.xml.int&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;font-weight:bold'&gt;ernal.messaging.saaj.soap.LocalStrings&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;So it appears the one that deploys first always wins.&amp;nbsp;
The behavior is also sporadic, meaning every once in a blue moon they both
deploy fine.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;His answer to this problem was that WLS uses
META-INF\services entries but the metro based web service also uses
META-INF\services entries and classloading / resource filtering via this entry
in the weblogic-application.xml file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;lt;prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;lt;resource-name&amp;gt;META-INF/services/*&amp;lt;/resource-name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&amp;nbsp;
&amp;lt;/prefer-application-resources&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And because of this the System properties change.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;And now what I am trying to ascertain is if this is normal
JVM behavior or something WLS is specifically doing (setting system
properties)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img width=133 height=18 id=&quot;_x0000_i1026&quot; src=&quot;http://old.nabble.com/attachment/26425888/0/image001.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:11.0pt;color:black'&gt;&lt;img width=133 height=18 id=&quot;_x0000_i1025&quot; src=&quot;http://old.nabble.com/attachment/26425888/1/image002.gif&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;span style='font-size:10.0pt'&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;color:#666666'&gt;Joe Roberts&amp;nbsp;|
Senior Applications Engineer, Insurance Global Business Unit&lt;br&gt;
Phone: +1 404 439 5504 |&amp;nbsp;Mobile: +1 770 595 0162 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:
10.0pt;font-family:Verdana;color:red'&gt;Oracle&lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=&quot;#666666&quot; face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:#666666'&gt; Insurance Global Business Unit &lt;br&gt;
&lt;st1:Street w:st=&quot;on&quot;&gt;&lt;st1:address w:st=&quot;on&quot;&gt;3353 Peachtree Road, NE&lt;/st1:address&gt;&lt;/st1:Street&gt;
| &lt;st1:address w:st=&quot;on&quot;&gt;&lt;st1:Street w:st=&quot;on&quot;&gt;Suite&lt;/st1:Street&gt; 800&lt;/st1:address&gt;&amp;nbsp;|
&lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:City w:st=&quot;on&quot;&gt;Atlanta&lt;/st1:City&gt;, &lt;st1:State w:st=&quot;on&quot;&gt;GA&lt;/st1:State&gt;
 &lt;st1:PostalCode w:st=&quot;on&quot;&gt;30326&lt;/st1:PostalCode&gt;&lt;/st1:place&gt; &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=red face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:red'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt; </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-about-META-INF%5Cservices-entries-in-webservices-rt.jar-tp26425888p26425888.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425210</id>
	<title>Re: XJC generates methods of ObjectFactory in undeterministic order</title>
	<published>2009-11-19T04:14:54Z</published>
	<updated>2009-11-19T04:14:54Z</updated>
	<author>
		<name>Martin Grebac</name>
	</author>
	<content type="html">&lt;a href=&quot;http://jaxb.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jaxb.dev.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;MartiNG
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; thanks for your anwser.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; May I ask where should I submit this issue to?
&lt;br&gt;&amp;gt; thanks again.
&lt;br&gt;&amp;gt; [Message sent by forum member 'easylin' ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372538&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372538&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26425210&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Martin Grebac, &lt;a href=&quot;http://blogs.sun.com/mgrebac&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/mgrebac&lt;/a&gt;&lt;br&gt;&lt;br&gt;Web Technologies &amp; Standards
&lt;br&gt;Sun Microsystems Czech
&lt;br&gt;&lt;br&gt;ICQ: 93478885
&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=26425210&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26425210&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XJC-generates-methods-of-ObjectFactory-in-undeterministic-order-tp26423623p26425210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26425194</id>
	<title>Re: XJC generates methods of ObjectFactory in undeterministic order</title>
	<published>2009-11-19T04:13:06Z</published>
	<updated>2009-11-19T04:13:06Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">thanks for your anwser.
&lt;br&gt;&lt;br&gt;May I ask where should I submit this issue to?
&lt;br&gt;thanks again.
&lt;br&gt;[Message sent by forum member 'easylin' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372538&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372538&lt;/a&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=26425194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26425194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XJC-generates-methods-of-ObjectFactory-in-undeterministic-order-tp26423623p26425194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26424693</id>
	<title>Re: WSIT accessing net.Tcp WCF Service example</title>
	<published>2009-11-19T03:32:29Z</published>
	<updated>2009-11-19T03:32:29Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Try the WCF Binding Configuration Wizard. It is available at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.noemax.com/support/wcf_binding_configuration_wizard.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.noemax.com/support/wcf_binding_configuration_wizard.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you still need help then post another message and I will prepare your binding's configuration for you.
&lt;br&gt;&lt;br&gt;Alexander
&lt;br&gt;[Message sent by forum member 'alphi' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372533&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372533&lt;/a&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=26424693&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26424693&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WSIT-accessing-net.Tcp-WCF-Service-example-tp19409414p26424693.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26424322</id>
	<title>Re: WSIT accessing net.Tcp WCF Service example</title>
	<published>2009-11-19T02:57:26Z</published>
	<updated>2009-11-19T02:57:26Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi, i'm trying to use fast infoset encoding with WShttpBinding. I only found the C# Code : 
&lt;br&gt;[b]
&lt;br&gt;Binding binding = new WSHttpBinding();
&lt;br&gt;&lt;br&gt;CompressionBindingElement compression = new CompressionBindingElement();
&lt;br&gt;&lt;br&gt;binding = compression.PlugIn(binding);
&lt;br&gt;[/b]
&lt;br&gt;&lt;br&gt;i want to do the same but in the app.config file 
&lt;br&gt;&lt;br&gt;&lt;br&gt;i have add the extensions : [b]
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;extensions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;bindingElementExtensions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;add name=&amp;quot;fiMessageEncoding&amp;quot; type=&amp;quot;Noemax.WCFX.Configuration.FiMessageEncodingElement, Noemax.WCFX.Trial, version=3.9.71.0, Culture=Neutral, PublicKeyToken=4c0defa954f97f18&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/extensions&amp;gt;[/b]
&lt;br&gt;&lt;br&gt;and my Wshttpbinding, before using fast infoset looks like this : 
&lt;br&gt;[b]
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;binding name=&amp;quot;WSHttpBinding_IGestion&amp;quot; closeTimeout=&amp;quot;00:01:00&amp;quot; openTimeout=&amp;quot;00:01:00&amp;quot; receiveTimeout=&amp;quot;00:10:00&amp;quot; sendTimeout=&amp;quot;00:01:00&amp;quot; bypassProxyOnLocal=&amp;quot;false&amp;quot; transactionFlow=&amp;quot;false&amp;quot; hostNameComparisonMode=&amp;quot;StrongWildcard&amp;quot; maxBufferPoolSize=&amp;quot;524288&amp;quot; maxReceivedMessageSize=&amp;quot;65536&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;messageEncoding=&amp;quot;Text&amp;quot; textEncoding=&amp;quot;utf-8&amp;quot; useDefaultWebProxy=&amp;quot;true&amp;quot; allowCookies=&amp;quot;false&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;readerQuotas maxDepth=&amp;quot;32&amp;quot; maxStringContentLength=&amp;quot;8192&amp;quot; maxArrayLength=&amp;quot;16384&amp;quot; maxBytesPerRead=&amp;quot;4096&amp;quot; maxNameTableCharCount=&amp;quot;16384&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;reliableSession ordered=&amp;quot;true&amp;quot; inactivityTimeout=&amp;quot;00:10:00&amp;quot; enabled=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;security mode=&amp;quot;Message&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;transport clientCredentialType=&amp;quot;Windows&amp;quot; proxyCredentialType=&amp;quot;None&amp;quot; realm=&amp;quot;&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;message clientCredentialType=&amp;quot;Windows&amp;quot; negotiateServiceCredential=&amp;quot;true&amp;quot; algorithmSuite=&amp;quot;Default&amp;quot; establishSecurityContext=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/security&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/binding&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;[/b]
&lt;br&gt;Does anyone knows how to do it??
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;[Message sent by forum member 'gcb' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372531&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372531&lt;/a&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=26424322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26424322&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WSIT-accessing-net.Tcp-WCF-Service-example-tp19409414p26424322.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423772</id>
	<title>Re: XJC generates methods of ObjectFactory in undeterministic order</title>
	<published>2009-11-19T02:17:09Z</published>
	<updated>2009-11-19T02:17:09Z</updated>
	<author>
		<name>Martin Grebac</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&amp;nbsp;there's no such switch. We fixed several issues with undeterministic 
&lt;br&gt;order of generated code, but I'm not sure the fixes apply for 
&lt;br&gt;ObjectFactory as well. Would you please file an issue for this?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp;MartiNG
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423772&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;metro@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I use XJC to generate java classes from xsd.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Everytime the XJC would generate a little bit different java code of ObjectFactory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sometimes...
&lt;br&gt;&amp;gt; [i]public class ObjectFactory {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public Foo1 createFoo1() { ......} 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public Foo1 createFoo2() { ......} 
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; [/i]sometimes...
&lt;br&gt;&amp;gt; [i]public class ObjectFactory {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public Foo1 createFoo2() { ......} 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; public Foo1 createFoo1() { ......} 
&lt;br&gt;&amp;gt; }[/i]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How can I tell XJC to generate code in consistent order?
&lt;br&gt;&amp;gt; [Message sent by forum member 'easylin' ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372520&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372520&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423772&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423772&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Martin Grebac, &lt;a href=&quot;http://blogs.sun.com/mgrebac&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.sun.com/mgrebac&lt;/a&gt;&lt;br&gt;&lt;br&gt;Web Technologies &amp; Standards
&lt;br&gt;Sun Microsystems Czech
&lt;br&gt;&lt;br&gt;ICQ: 93478885
&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=26423772&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26423772&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XJC-generates-methods-of-ObjectFactory-in-undeterministic-order-tp26423623p26423772.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423680</id>
	<title>Re: WS Eventing with WS Addressing wsa:Action problemheaderqname</title>
	<published>2009-11-19T02:08:06Z</published>
	<updated>2009-11-19T02:08:06Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">I want to implement WS-Eventing for c# and use java as client.
&lt;br&gt;But I only can find a little example implementations on the internet with c#.
&lt;br&gt;&lt;br&gt;Does anyone knows if WS-Eventing is a wide used standard? Also a lot of postings and websites are at least 2 / 3 years old. So it looks like not that much people are using WS-Eventing. What are the advantages/disadvantages to use WS-Eventing instead of a non-standard?
&lt;br&gt;[Message sent by forum member 'abijma' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372521&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372521&lt;/a&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=26423680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26423680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/WS-Eventing-with-WS-Addressing-wsa%3AAction-problemheaderqname-tp26248631p26423680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423623</id>
	<title>XJC generates methods of ObjectFactory in undeterministic order</title>
	<published>2009-11-19T02:04:07Z</published>
	<updated>2009-11-19T02:04:07Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">I use XJC to generate java classes from xsd.
&lt;br&gt;&lt;br&gt;Everytime the XJC would generate a little bit different java code of ObjectFactory.
&lt;br&gt;&lt;br&gt;sometimes...
&lt;br&gt;[i]public class ObjectFactory {
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Foo1 createFoo1() { ......} 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Foo1 createFoo2() { ......} 
&lt;br&gt;}
&lt;br&gt;[/i]sometimes...
&lt;br&gt;[i]public class ObjectFactory {
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Foo1 createFoo2() { ......} 
&lt;br&gt;&amp;nbsp; &amp;nbsp; public Foo1 createFoo1() { ......} 
&lt;br&gt;}[/i]
&lt;br&gt;&lt;br&gt;How can I tell XJC to generate code in consistent order?
&lt;br&gt;[Message sent by forum member 'easylin' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372520&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372520&lt;/a&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=26423623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26423623&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XJC-generates-methods-of-ObjectFactory-in-undeterministic-order-tp26423623p26423623.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421579</id>
	<title>Re: Server certificate on WSDL file</title>
	<published>2009-11-18T23:04:45Z</published>
	<updated>2009-11-18T23:04:45Z</updated>
	<author>
		<name>suresh-22</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi , its a bug in jax-ws..&lt;br&gt;
They fixed it recently..&lt;br&gt;
now try with latest metro 2.0 builds..&lt;br&gt;
after putting   &lt;b&gt;&amp;lt;sc:EnableEPRIdentity/&amp;gt; &lt;/b&gt;, just refresh
the wsdl in browser ..then you can see the bst in the wsdl..&lt;br&gt;
even after restarting the GF , you should see it working..&lt;br&gt;
thanks&lt;br&gt;
suresh&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Server-certificate-on-WSDL-file-tp26304772p26421579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421210</id>
	<title>Loss of Data in JAX-WS service</title>
	<published>2009-11-18T22:54:29Z</published>
	<updated>2009-11-18T22:54:29Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am facing a weird bahavior in JAX-WS service.
&lt;br&gt;&lt;br&gt;I have created a service which takes bean object from client, process it and return backs the bean object back to the client.
&lt;br&gt;&lt;br&gt;Now, when i am setting the value in the bean directly using setter, and sending it to the server, the data get lost on the server side. But if i process the data on the client and then set it into bean , the data does not get lost on the server.
&lt;br&gt;&lt;br&gt;The same thing happens on the server side.
&lt;br&gt;&lt;br&gt;When I say process, I mean to say that, if I am fetching data from db on the server side and setting it into the bean object, the data comes on the client side. But if I am setting value directly on the bean using setter, the object does come on the client side but all values are lost i.e. null comes for those field.
&lt;br&gt;&lt;br&gt;Did anyone face this issue ? 
&lt;br&gt;&lt;br&gt;Hope to get a response soon.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Rahul
&lt;br&gt;[Message sent by forum member 'rahul1kr' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372473&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372473&lt;/a&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=26421210&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26421210&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Loss-of-Data-in-JAX-WS-service-tp26421210p26421210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421122</id>
	<title>Re: JAX-WS custom data type handling</title>
	<published>2009-11-18T22:43:43Z</published>
	<updated>2009-11-18T22:43:43Z</updated>
	<author>
		<name>metro-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have found how to writte DII type client for JAX-WS .
&lt;br&gt;Code snippet is below :- 
&lt;br&gt;&lt;br&gt;//Create a QName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;QName scenQName = new QName(&amp;quot;&lt;a href=&quot;http://com.mantas.platform.smlite.model&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://com.mantas.platform.smlite.model&lt;/a&gt;&amp;quot;,&amp;quot;SampleService&amp;quot;);
&lt;br&gt;&lt;br&gt;// Create the service object
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Service sampleService = Service.create(new URL(&amp;quot;&lt;a href=&quot;http://localhost:8080/MetroWS/ws?wsdl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/MetroWS/ws?wsdl&lt;/a&gt;&amp;quot;),scenQName);
&lt;br&gt;&lt;br&gt;//Get the service port. SampleWsService is the interface.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SampleWsService scnService = scenarioService.getPort(SampleWsService.class);
&lt;br&gt;&lt;br&gt;Once you get the port, you can call any method of WS to get the data back from the server.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Rahul
&lt;br&gt;[Message sent by forum member 'rahul1kr' ]
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://forums.java.net/jive/thread.jspa?messageID=372470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.java.net/jive/thread.jspa?messageID=372470&lt;/a&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=26421122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-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=26421122&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JAX-WS-custom-data-type-handling-tp26264918p26421122.html" />
</entry>

</feed>
