<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-8896</id>
	<title>Nabble - XFire</title>
	<updated>2009-11-27T05:34:15Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/XFire-f8896.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XFire-f8896.html" />
	<subtitle type="html">XFire is a component based SOAP Framework based on STAX. XFire home is &lt;a href=&quot;http://xfire.codehaus.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26542468</id>
	<title>Fwd: XFireServletController and FaultResponseCodeHandler</title>
	<published>2009-11-27T05:34:15Z</published>
	<updated>2009-11-27T05:34:15Z</updated>
	<author>
		<name>Ale-21</name>
	</author>
	<content type="html">Hi, I've a application that is monitoring by Wily Introscope and we I
&lt;br&gt;detect that with have a lot of HTTP 500 Error. Looking in dept that
&lt;br&gt;problem I realize that this code generate the error:
&lt;br&gt;public static class FaultResponseCodeHandler
&lt;br&gt;       extends AbstractHandler
&lt;br&gt;   {
&lt;br&gt;&lt;br&gt;       public FaultResponseCodeHandler() {
&lt;br&gt;           super();
&lt;br&gt;           setPhase(Phase.TRANSPORT);
&lt;br&gt;       }
&lt;br&gt;&lt;br&gt;      /**
&lt;br&gt;       * @see org.codehaus.xfire.handler.Handler#invoke(org.codehaus.xfire.MessageContext)
&lt;br&gt;       * @param context
&lt;br&gt;       */
&lt;br&gt;      public void invoke(MessageContext context)
&lt;br&gt;      {
&lt;br&gt;          HttpServletResponse response = XFireServletController.getResponse();
&lt;br&gt;          if ( response != null )
&lt;br&gt;              response.setStatus(500);
&lt;br&gt;      }
&lt;br&gt;   }
&lt;br&gt;&lt;br&gt;What is the meaning of invoke method?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Alejandro
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-XFireServletController-and-FaultResponseCodeHandler-tp26542468p26542468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513067</id>
	<title>XFireServletController and FaultResponseCodeHandler</title>
	<published>2009-11-25T05:57:08Z</published>
	<updated>2009-11-25T05:57:08Z</updated>
	<author>
		<name>Ale-21</name>
	</author>
	<content type="html">Hi, I've a application that is monitoring by Wily Introscope and we I
&lt;br&gt;detect that with have a lot of HTTP 500 Error. Looking in dept that
&lt;br&gt;problem I realize that this code generate the error:
&lt;br&gt;public static class FaultResponseCodeHandler
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; extends AbstractHandler
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public FaultResponseCodeHandler() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setPhase(Phase.TRANSPORT);
&lt;br&gt;&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @see org.codehaus.xfire.handler.Handler#invoke(org.codehaus.xfire.MessageContext)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * @param context
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; */
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public void invoke(MessageContext context)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HttpServletResponse response = XFireServletController.getResponse();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ( response != null )
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;response.setStatus(500);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;What is the meaning of invoke method?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Alejandro
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XFireServletController-and-FaultResponseCodeHandler-tp26513067p26513067.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26083288</id>
	<title>[jira] Commented: (XFIRE-1146) CLONE -WsGen Fails to generate client code</title>
	<published>2009-10-27T12:06:26Z</published>
	<updated>2009-10-27T12:06:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=196311#action_196311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=196311#action_196311&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Seetharam commented on XFIRE-1146:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;I am also having the same issue.
&lt;br&gt;&lt;br&gt;Running WsGen...
&lt;br&gt;wsdl &amp;nbsp; &amp;nbsp;: C:\Menu_WSDL\MenuServices.wsdl
&lt;br&gt;package : com.tst
&lt;br&gt;output &amp;nbsp;: c:\src
&lt;br&gt;binding : XMLBeans
&lt;br&gt;externalBindings : 
&lt;br&gt;baseURI : 
&lt;br&gt;profile : 
&lt;br&gt;explictAnnotation : false
&lt;br&gt;overwrite : false
&lt;br&gt;serverStub : true
&lt;br&gt;forceBare : false
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.ExceptionInInitializerError
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:116)
&lt;br&gt;Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) (Caused by org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.&amp;lt;clinit&amp;gt;(Wsdl11Generator.java:41)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 1 more
&lt;br&gt;Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 5 more
&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 6 more
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CLONE -WsGen Fails to generate client code
&lt;br&gt;&amp;gt; ------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1146
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Generator
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Microsoft Windows XP SP2, Sun JDK 1.5.0_09-b01, XFire 1.2.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Seetharam
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Tomasz Sztelak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2.4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I ran the following commands from a batch file resulting in the error noted further below:
&lt;br&gt;&amp;gt; set XFIRE_HOME=C:\development\tools\xfire-1.2.2
&lt;br&gt;&amp;gt; rem set the classes
&lt;br&gt;&amp;gt; setlocal EnableDelayedExpansion
&lt;br&gt;&amp;gt; rem loop through the libs and add them to the class path
&lt;br&gt;&amp;gt; set XFIRE_CLASS_PATH=%XFIRE_HOME%
&lt;br&gt;&amp;gt; FOR %%c in (&amp;quot;%XFIRE_HOME%\lib\*.jar&amp;quot;) DO set XFIRE_CLASS_PATH=!XFIRE_CLASS_PATH!;%%c
&lt;br&gt;&amp;gt; set ANT_CLASS_PATH=C:\development\tools\apache-ant-1.6.5\lib\ant.jar
&lt;br&gt;&amp;gt; set CDS_CLASS_PATH=C:\development\src\libs\SyncCustomerPartyMaster.jar
&lt;br&gt;&amp;gt; java -cp %XFIRE_HOME%\xfire-all-1.2.2.jar;%XFIRE_CLASS_PATH%;%CDS_CLASS_PATH%;%ANT_CLASS_PATH% org.codehaus.xfire.gen.WsGen -wsdl &amp;quot;foo\syncCustomerPartyMaster.wsdl&amp;quot; -o . -overwrite true
&lt;br&gt;&amp;gt; XFire WsGen Error:
&lt;br&gt;&amp;gt; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; Exception in thread &amp;quot;main&amp;quot; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:126)
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; --- Nested Exception ---
&lt;br&gt;&amp;gt; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; I've added an attachement that contains the schemas and the wsdl that uses them so that you can reproduce the error.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1146%29-CLONE--WsGen-Fails-to-generate-client-code-tp26083256p26083288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26083293</id>
	<title>[jira] Commented: (XFIRE-1146) CLONE -WsGen Fails to generate client code</title>
	<published>2009-10-27T12:06:26Z</published>
	<updated>2009-10-27T12:06:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=196311#action_196311&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=196311#action_196311&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Seetharam commented on XFIRE-1146:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;I am also having the same issue.
&lt;br&gt;&lt;br&gt;Running WsGen...
&lt;br&gt;wsdl &amp;nbsp; &amp;nbsp;: C:\Menu_WSDL\MenuServices.wsdl
&lt;br&gt;package : com.tst
&lt;br&gt;output &amp;nbsp;: c:\src
&lt;br&gt;binding : XMLBeans
&lt;br&gt;externalBindings : 
&lt;br&gt;baseURI : 
&lt;br&gt;profile : 
&lt;br&gt;explictAnnotation : false
&lt;br&gt;overwrite : false
&lt;br&gt;serverStub : true
&lt;br&gt;forceBare : false
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.ExceptionInInitializerError
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:116)
&lt;br&gt;Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException) (Caused by org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.&amp;lt;clinit&amp;gt;(Wsdl11Generator.java:41)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 1 more
&lt;br&gt;Caused by: org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException (Caused by java.lang.NullPointerException)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 5 more
&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:374)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 6 more
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CLONE -WsGen Fails to generate client code
&lt;br&gt;&amp;gt; ------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1146
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Generator
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Microsoft Windows XP SP2, Sun JDK 1.5.0_09-b01, XFire 1.2.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Seetharam
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Tomasz Sztelak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2.4
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I ran the following commands from a batch file resulting in the error noted further below:
&lt;br&gt;&amp;gt; set XFIRE_HOME=C:\development\tools\xfire-1.2.2
&lt;br&gt;&amp;gt; rem set the classes
&lt;br&gt;&amp;gt; setlocal EnableDelayedExpansion
&lt;br&gt;&amp;gt; rem loop through the libs and add them to the class path
&lt;br&gt;&amp;gt; set XFIRE_CLASS_PATH=%XFIRE_HOME%
&lt;br&gt;&amp;gt; FOR %%c in (&amp;quot;%XFIRE_HOME%\lib\*.jar&amp;quot;) DO set XFIRE_CLASS_PATH=!XFIRE_CLASS_PATH!;%%c
&lt;br&gt;&amp;gt; set ANT_CLASS_PATH=C:\development\tools\apache-ant-1.6.5\lib\ant.jar
&lt;br&gt;&amp;gt; set CDS_CLASS_PATH=C:\development\src\libs\SyncCustomerPartyMaster.jar
&lt;br&gt;&amp;gt; java -cp %XFIRE_HOME%\xfire-all-1.2.2.jar;%XFIRE_CLASS_PATH%;%CDS_CLASS_PATH%;%ANT_CLASS_PATH% org.codehaus.xfire.gen.WsGen -wsdl &amp;quot;foo\syncCustomerPartyMaster.wsdl&amp;quot; -o . -overwrite true
&lt;br&gt;&amp;gt; XFire WsGen Error:
&lt;br&gt;&amp;gt; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; Exception in thread &amp;quot;main&amp;quot; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:126)
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; --- Nested Exception ---
&lt;br&gt;&amp;gt; java.lang.NullPointerException
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&amp;gt; I've added an attachement that contains the schemas and the wsdl that uses them so that you can reproduce the error.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1146%29-CLONE--WsGen-Fails-to-generate-client-code-tp26083256p26083293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26083250</id>
	<title>[jira] Created: (XFIRE-1146) CLONE -WsGen Fails to generate client code</title>
	<published>2009-10-27T12:04:26Z</published>
	<updated>2009-10-27T12:04:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">CLONE -WsGen Fails to generate client code
&lt;br&gt;------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1146
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Generator
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Microsoft Windows XP SP2, Sun JDK 1.5.0_09-b01, XFire 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Seetharam
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Tomasz Sztelak
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fix For: 1.2.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;I ran the following commands from a batch file resulting in the error noted further below:
&lt;br&gt;&lt;br&gt;set XFIRE_HOME=C:\development\tools\xfire-1.2.2
&lt;br&gt;&lt;br&gt;rem set the classes
&lt;br&gt;setlocal EnableDelayedExpansion
&lt;br&gt;rem loop through the libs and add them to the class path
&lt;br&gt;set XFIRE_CLASS_PATH=%XFIRE_HOME%
&lt;br&gt;FOR %%c in (&amp;quot;%XFIRE_HOME%\lib\*.jar&amp;quot;) DO set XFIRE_CLASS_PATH=!XFIRE_CLASS_PATH!;%%c
&lt;br&gt;&lt;br&gt;set ANT_CLASS_PATH=C:\development\tools\apache-ant-1.6.5\lib\ant.jar
&lt;br&gt;&lt;br&gt;set CDS_CLASS_PATH=C:\development\src\libs\SyncCustomerPartyMaster.jar
&lt;br&gt;&lt;br&gt;java -cp %XFIRE_HOME%\xfire-all-1.2.2.jar;%XFIRE_CLASS_PATH%;%CDS_CLASS_PATH%;%ANT_CLASS_PATH% org.codehaus.xfire.gen.WsGen -wsdl &amp;quot;foo\syncCustomerPartyMaster.wsdl&amp;quot; -o . -overwrite true
&lt;br&gt;&lt;br&gt;&lt;br&gt;XFire WsGen Error:
&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:126)
&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;--- Nested Exception ---
&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&lt;br&gt;I've added an attachement that contains the schemas and the wsdl that uses them so that you can reproduce the error.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1146%29-CLONE--WsGen-Fails-to-generate-client-code-tp26083250p26083250.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26083256</id>
	<title>[jira] Created: (XFIRE-1146) CLONE -WsGen Fails to generate client code</title>
	<published>2009-10-27T12:04:26Z</published>
	<updated>2009-10-27T12:04:26Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">CLONE -WsGen Fails to generate client code
&lt;br&gt;------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1146
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1146&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1146&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: Generator
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment: Microsoft Windows XP SP2, Sun JDK 1.5.0_09-b01, XFire 1.2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Seetharam
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Tomasz Sztelak
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fix For: 1.2.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;I ran the following commands from a batch file resulting in the error noted further below:
&lt;br&gt;&lt;br&gt;set XFIRE_HOME=C:\development\tools\xfire-1.2.2
&lt;br&gt;&lt;br&gt;rem set the classes
&lt;br&gt;setlocal EnableDelayedExpansion
&lt;br&gt;rem loop through the libs and add them to the class path
&lt;br&gt;set XFIRE_CLASS_PATH=%XFIRE_HOME%
&lt;br&gt;FOR %%c in (&amp;quot;%XFIRE_HOME%\lib\*.jar&amp;quot;) DO set XFIRE_CLASS_PATH=!XFIRE_CLASS_PATH!;%%c
&lt;br&gt;&lt;br&gt;set ANT_CLASS_PATH=C:\development\tools\apache-ant-1.6.5\lib\ant.jar
&lt;br&gt;&lt;br&gt;set CDS_CLASS_PATH=C:\development\src\libs\SyncCustomerPartyMaster.jar
&lt;br&gt;&lt;br&gt;java -cp %XFIRE_HOME%\xfire-all-1.2.2.jar;%XFIRE_CLASS_PATH%;%CDS_CLASS_PATH%;%ANT_CLASS_PATH% org.codehaus.xfire.gen.WsGen -wsdl &amp;quot;foo\syncCustomerPartyMaster.wsdl&amp;quot; -o . -overwrite true
&lt;br&gt;&lt;br&gt;&lt;br&gt;XFire WsGen Error:
&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:126)
&lt;br&gt;Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;--- Nested Exception ---
&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.isWrapped(WSDLServiceBuilder.java:539)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.visit(WSDLServiceBuilder.java:377)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceBuilder.build(WSDLServiceBuilder.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:122)
&lt;br&gt;&lt;br&gt;I've added an attachement that contains the schemas and the wsdl that uses them so that you can reproduce the error.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1146%29-CLONE--WsGen-Fails-to-generate-client-code-tp26083256p26083256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25756595</id>
	<title>[jira] Commented: (XFIRE-1040) Using an xfire client with ws-security in a servlet within glassfish causes &quot;NamespaceURI cannot be null&quot;</title>
	<published>2009-10-05T11:58:41Z</published>
	<updated>2009-10-05T11:58:41Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193557#action_193557&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193557#action_193557&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;ricky martin commented on XFIRE-1040:
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;I faced this problem today. I realized that the problem is Glassfish uses sjsxp (&lt;a href=&quot;https://sjsxp.dev.java.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sjsxp.dev.java.net/&lt;/a&gt;) as XML streaming parser implementation and xfire is bundled with woodstox one (wstx-asl). I think some namespace check in sjsxp is causing the exception. 
&lt;br&gt;&lt;br&gt;To workaround this issue the woodstox parser can be specified to glassfish. Just add this java properties to the instance:
&lt;br&gt;&lt;br&gt;-Djavax.xml.stream.XMLEventFactory=com.ctc.wstx.stax.WstxEventFactory
&lt;br&gt;-Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory
&lt;br&gt;-Djavax.xml.stream.XMLOutputFactory=com.ctc.wstx.stax.WstxOutputFactory
&lt;br&gt;&lt;br&gt;In my opinion this issue should be renamed to something like:
&lt;br&gt;Using an xfire client with ws-security and sjsxp parser causes &amp;quot;NamespaceURI cannot be null&amp;quot;
&lt;br&gt;&lt;br&gt;Hope it helps somebody.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Using an xfire client with ws-security in a servlet within glassfish causes &amp;quot;NamespaceURI cannot be null&amp;quot;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1040
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1040&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1040&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: WS-Security
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Glassfish V2 Beta 2
&lt;br&gt;&amp;gt; Ubuntu Feisty Fawn 7.04
&lt;br&gt;&amp;gt; xfire-spring
&lt;br&gt;&amp;gt; xfire-ws-security
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Michael Lake
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: xfire_bug.tar.gz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steps to reproduce:
&lt;br&gt;&amp;gt; tar xvzf xfire_bug.tar.gz
&lt;br&gt;&amp;gt; cd xfire_bug
&lt;br&gt;&amp;gt; mvn clean compile package install
&lt;br&gt;&amp;gt; cd token-server
&lt;br&gt;&amp;gt; mvn jetty:run &amp;nbsp;#(this will start up on port 8092)
&lt;br&gt;&amp;gt; ______Steps to run the client in a seperate jetty server to verify it works properly_______
&lt;br&gt;&amp;gt; (in a new console)
&lt;br&gt;&amp;gt; cd xfire_bug/token-servlet
&lt;br&gt;&amp;gt; mvn jetty:run &amp;nbsp;#(this will start up on port 8080)
&lt;br&gt;&amp;gt; firefox &lt;a href=&quot;http://localhost:8080/token-servlet/app&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/token-servlet/app&lt;/a&gt;&lt;br&gt;&amp;gt; Push the button on the web-page and you should show a message in all caps that says &amp;quot;HELLO WORLD&amp;quot;
&lt;br&gt;&amp;gt; ____Steps to produce error on Glassfish V2 Beta 2____ (make sure the jetty server for &amp;quot;token-servlet&amp;quot; is shutdown with CTRL-C
&lt;br&gt;&amp;gt; download glassfish from here: &lt;a href=&quot;https://glassfish.dev.java.net//downloads/v2-b41d.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://glassfish.dev.java.net//downloads/v2-b41d.html&lt;/a&gt;&lt;br&gt;&amp;gt; cd glassfish
&lt;br&gt;&amp;gt; lib/ant/bin/ant -f setup.xml
&lt;br&gt;&amp;gt; ./bin/asadmin start-domain domain1
&lt;br&gt;&amp;gt; cp ~/xfire_bug/token-servlet/target/token-servlet.war ~/glassfish/domains/domain1/autodeploy/
&lt;br&gt;&amp;gt; (let it start up)
&lt;br&gt;&amp;gt; then access &lt;a href=&quot;http://localhost:8080/token-servlet/app&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/token-servlet/app&lt;/a&gt;&lt;br&gt;&amp;gt; push the button to get the error: org.codehaus.xfire.fault.XFireFault: NamespaceURI cannot be null
&lt;br&gt;&amp;gt; HINT: you can turn on remote debugging via glassfish's admin console at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost:4848/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:4848/&lt;/a&gt;&lt;br&gt;&amp;gt; user: admin
&lt;br&gt;&amp;gt; password: adminadmin
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1040%29-Using-an-xfire-client-with-ws-security-in-a-servlet-within-glassfish-causes-%22NamespaceURI-cannot-be-null%22-tp11146077p25756595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25756596</id>
	<title>[jira] Commented: (XFIRE-1040) Using an xfire client with ws-security in a servlet within glassfish causes &quot;NamespaceURI cannot be null&quot;</title>
	<published>2009-10-05T11:58:41Z</published>
	<updated>2009-10-05T11:58:41Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193557#action_193557&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=193557#action_193557&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;ricky martin commented on XFIRE-1040:
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;I faced this problem today. I realized that the problem is Glassfish uses sjsxp (&lt;a href=&quot;https://sjsxp.dev.java.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sjsxp.dev.java.net/&lt;/a&gt;) as XML streaming parser implementation and xfire is bundled with woodstox one (wstx-asl). I think some namespace check in sjsxp is causing the exception. 
&lt;br&gt;&lt;br&gt;To workaround this issue the woodstox parser can be specified to glassfish. Just add this java properties to the instance:
&lt;br&gt;&lt;br&gt;-Djavax.xml.stream.XMLEventFactory=com.ctc.wstx.stax.WstxEventFactory
&lt;br&gt;-Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory
&lt;br&gt;-Djavax.xml.stream.XMLOutputFactory=com.ctc.wstx.stax.WstxOutputFactory
&lt;br&gt;&lt;br&gt;In my opinion this issue should be renamed to something like:
&lt;br&gt;Using an xfire client with ws-security and sjsxp parser causes &amp;quot;NamespaceURI cannot be null&amp;quot;
&lt;br&gt;&lt;br&gt;Hope it helps somebody.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Using an xfire client with ws-security in a servlet within glassfish causes &amp;quot;NamespaceURI cannot be null&amp;quot;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1040
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1040&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1040&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: WS-Security
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: Glassfish V2 Beta 2
&lt;br&gt;&amp;gt; Ubuntu Feisty Fawn 7.04
&lt;br&gt;&amp;gt; xfire-spring
&lt;br&gt;&amp;gt; xfire-ws-security
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Michael Lake
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: xfire_bug.tar.gz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Steps to reproduce:
&lt;br&gt;&amp;gt; tar xvzf xfire_bug.tar.gz
&lt;br&gt;&amp;gt; cd xfire_bug
&lt;br&gt;&amp;gt; mvn clean compile package install
&lt;br&gt;&amp;gt; cd token-server
&lt;br&gt;&amp;gt; mvn jetty:run &amp;nbsp;#(this will start up on port 8092)
&lt;br&gt;&amp;gt; ______Steps to run the client in a seperate jetty server to verify it works properly_______
&lt;br&gt;&amp;gt; (in a new console)
&lt;br&gt;&amp;gt; cd xfire_bug/token-servlet
&lt;br&gt;&amp;gt; mvn jetty:run &amp;nbsp;#(this will start up on port 8080)
&lt;br&gt;&amp;gt; firefox &lt;a href=&quot;http://localhost:8080/token-servlet/app&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/token-servlet/app&lt;/a&gt;&lt;br&gt;&amp;gt; Push the button on the web-page and you should show a message in all caps that says &amp;quot;HELLO WORLD&amp;quot;
&lt;br&gt;&amp;gt; ____Steps to produce error on Glassfish V2 Beta 2____ (make sure the jetty server for &amp;quot;token-servlet&amp;quot; is shutdown with CTRL-C
&lt;br&gt;&amp;gt; download glassfish from here: &lt;a href=&quot;https://glassfish.dev.java.net//downloads/v2-b41d.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://glassfish.dev.java.net//downloads/v2-b41d.html&lt;/a&gt;&lt;br&gt;&amp;gt; cd glassfish
&lt;br&gt;&amp;gt; lib/ant/bin/ant -f setup.xml
&lt;br&gt;&amp;gt; ./bin/asadmin start-domain domain1
&lt;br&gt;&amp;gt; cp ~/xfire_bug/token-servlet/target/token-servlet.war ~/glassfish/domains/domain1/autodeploy/
&lt;br&gt;&amp;gt; (let it start up)
&lt;br&gt;&amp;gt; then access &lt;a href=&quot;http://localhost:8080/token-servlet/app&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/token-servlet/app&lt;/a&gt;&lt;br&gt;&amp;gt; push the button to get the error: org.codehaus.xfire.fault.XFireFault: NamespaceURI cannot be null
&lt;br&gt;&amp;gt; HINT: you can turn on remote debugging via glassfish's admin console at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://localhost:4848/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:4848/&lt;/a&gt;&lt;br&gt;&amp;gt; user: admin
&lt;br&gt;&amp;gt; password: adminadmin
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1040%29-Using-an-xfire-client-with-ws-security-in-a-servlet-within-glassfish-causes-%22NamespaceURI-cannot-be-null%22-tp11146077p25756596.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25664838</id>
	<title>[jira] Commented: (XFIRE-1130) NullPointerException in MessageIdCorrelator under multithreaded load</title>
	<published>2009-09-29T08:03:27Z</published>
	<updated>2009-09-29T08:03:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192750#action_192750&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192750#action_192750&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Alexey Yudichev commented on XFIRE-1130:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;OK I can see by looking at the source that this should be fixed in 1.2.6 already...
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; NullPointerException in MessageIdCorrelator under multithreaded load
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1130
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2-RC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Alexey Yudichev
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using XFire client in an 10-threaded environment and I am getting sporadic NPEs:
&lt;br&gt;&amp;gt; org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:386)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:134)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.invoke(Client.java:335)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
&lt;br&gt;&amp;gt; 	at $Proxy11.addTenorAndRoll(Unknown Source)
&lt;br&gt;&amp;gt; [...higher levels stripped...]
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.MessageIdCorrelator.correlate(MessageIdCorrelator.java:25)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.CorrelatorHandler.invoke(CorrelatorHandler.java:34)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:382)
&lt;br&gt;&amp;gt; 	... 64 more
&lt;br&gt;&amp;gt; I tried placing a breakpoint on MessageIdCorrelator.java:25 with the condition &amp;quot;call == null || call.getContext() == null&amp;quot; and I managed to get it to stop on that breakpoint however evaluating call and call.getContext() did not give null any more. So I believe this is a synchronisation issue -can the invocations collections be updated by other threads that do not synchronize on the collection itself? Because Collections$SynchronizedSet does not synchronize on this, but rather on some separate mutex.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1130%29-NullPointerException-in-MessageIdCorrelator-under-multithreaded-load-tp19305826p25664838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25664842</id>
	<title>[jira] Commented: (XFIRE-1130) NullPointerException in MessageIdCorrelator under multithreaded load</title>
	<published>2009-09-29T08:03:27Z</published>
	<updated>2009-09-29T08:03:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192750#action_192750&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192750#action_192750&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Alexey Yudichev commented on XFIRE-1130:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;OK I can see by looking at the source that this should be fixed in 1.2.6 already...
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; NullPointerException in MessageIdCorrelator under multithreaded load
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1130
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2-RC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Alexey Yudichev
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using XFire client in an 10-threaded environment and I am getting sporadic NPEs:
&lt;br&gt;&amp;gt; org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:386)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:134)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.invoke(Client.java:335)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
&lt;br&gt;&amp;gt; 	at $Proxy11.addTenorAndRoll(Unknown Source)
&lt;br&gt;&amp;gt; [...higher levels stripped...]
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.MessageIdCorrelator.correlate(MessageIdCorrelator.java:25)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.CorrelatorHandler.invoke(CorrelatorHandler.java:34)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:382)
&lt;br&gt;&amp;gt; 	... 64 more
&lt;br&gt;&amp;gt; I tried placing a breakpoint on MessageIdCorrelator.java:25 with the condition &amp;quot;call == null || call.getContext() == null&amp;quot; and I managed to get it to stop on that breakpoint however evaluating call and call.getContext() did not give null any more. So I believe this is a synchronisation issue -can the invocations collections be updated by other threads that do not synchronize on the collection itself? Because Collections$SynchronizedSet does not synchronize on this, but rather on some separate mutex.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1130%29-NullPointerException-in-MessageIdCorrelator-under-multithreaded-load-tp19305826p25664842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25664632</id>
	<title>[jira] Commented: (XFIRE-1130) NullPointerException in MessageIdCorrelator under multithreaded load</title>
	<published>2009-09-29T07:53:27Z</published>
	<updated>2009-09-29T07:53:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192743#action_192743&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192743#action_192743&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Alexey Yudichev commented on XFIRE-1130:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;Is anyone looking at this?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; NullPointerException in MessageIdCorrelator under multithreaded load
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1130
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2-RC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Alexey Yudichev
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using XFire client in an 10-threaded environment and I am getting sporadic NPEs:
&lt;br&gt;&amp;gt; org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:386)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:134)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.invoke(Client.java:335)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
&lt;br&gt;&amp;gt; 	at $Proxy11.addTenorAndRoll(Unknown Source)
&lt;br&gt;&amp;gt; [...higher levels stripped...]
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.MessageIdCorrelator.correlate(MessageIdCorrelator.java:25)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.CorrelatorHandler.invoke(CorrelatorHandler.java:34)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:382)
&lt;br&gt;&amp;gt; 	... 64 more
&lt;br&gt;&amp;gt; I tried placing a breakpoint on MessageIdCorrelator.java:25 with the condition &amp;quot;call == null || call.getContext() == null&amp;quot; and I managed to get it to stop on that breakpoint however evaluating call and call.getContext() did not give null any more. So I believe this is a synchronisation issue -can the invocations collections be updated by other threads that do not synchronize on the collection itself? Because Collections$SynchronizedSet does not synchronize on this, but rather on some separate mutex.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1130%29-NullPointerException-in-MessageIdCorrelator-under-multithreaded-load-tp19305826p25664632.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25664637</id>
	<title>[jira] Commented: (XFIRE-1130) NullPointerException in MessageIdCorrelator under multithreaded load</title>
	<published>2009-09-29T07:53:27Z</published>
	<updated>2009-09-29T07:53:27Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192743#action_192743&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=192743#action_192743&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Alexey Yudichev commented on XFIRE-1130:
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;br&gt;Is anyone looking at this?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; NullPointerException in MessageIdCorrelator under multithreaded load
&lt;br&gt;&amp;gt; --------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1130
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1130&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1130&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2-RC
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Alexey Yudichev
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using XFire client in an 10-threaded environment and I am getting sporadic NPEs:
&lt;br&gt;&amp;gt; org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:386)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:134)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.invoke(Client.java:335)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
&lt;br&gt;&amp;gt; 	at $Proxy11.addTenorAndRoll(Unknown Source)
&lt;br&gt;&amp;gt; [...higher levels stripped...]
&lt;br&gt;&amp;gt; Caused by: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.MessageIdCorrelator.correlate(MessageIdCorrelator.java:25)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.CorrelatorHandler.invoke(CorrelatorHandler.java:34)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:130)
&lt;br&gt;&amp;gt; 	at org.codehaus.xfire.client.Client.onReceive(Client.java:382)
&lt;br&gt;&amp;gt; 	... 64 more
&lt;br&gt;&amp;gt; I tried placing a breakpoint on MessageIdCorrelator.java:25 with the condition &amp;quot;call == null || call.getContext() == null&amp;quot; and I managed to get it to stop on that breakpoint however evaluating call and call.getContext() did not give null any more. So I believe this is a synchronisation issue -can the invocations collections be updated by other threads that do not synchronize on the collection itself? Because Collections$SynchronizedSet does not synchronize on this, but rather on some separate mutex.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1130%29-NullPointerException-in-MessageIdCorrelator-under-multithreaded-load-tp19305826p25664637.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25608253</id>
	<title>Re: @webmethod action - org.codehaus.xfire.XFireRuntimeException</title>
	<published>2009-09-25T01:18:21Z</published>
	<updated>2009-09-25T01:18:21Z</updated>
	<author>
		<name>Werner Lehmann</name>
	</author>
	<content type="html">Hi Joe,
&lt;br&gt;&lt;br&gt;unfortunately this list is practically dead. Almost everyone seems to 
&lt;br&gt;have moved on to CXF. As to your question... I don't know anything for 
&lt;br&gt;sure but I would guess that XFire supports some/most/all of the JAX-WS 
&lt;br&gt;annotations - but that does not necessarily mean that all attributes of 
&lt;br&gt;those annotations are also supported.
&lt;br&gt;&lt;br&gt;Unless more helpful answers arrive here I would suggest that you either 
&lt;br&gt;switch to another framework which supports what you need or use a 
&lt;br&gt;wrapper class/interface which maps foo to foo1. This can easily be 
&lt;br&gt;automated with a code generator (parse your service or use reflection, 
&lt;br&gt;then generate the wrapper service with any of the template engines). It 
&lt;br&gt;is not that hard... I am even generating the service interface in the 
&lt;br&gt;first place in this way.
&lt;br&gt;&lt;br&gt;Werner
&lt;br&gt;&lt;br&gt;On 24.9.2009 21:01, joe robles wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am new to webservices.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have successfully created a soap webservice on a business interface using
&lt;br&gt;&amp;gt; annotations, using spring and xfire 1.2.5 version. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The business interface has a requirement that foo() must be shown in wsdl as
&lt;br&gt;&amp;gt; foo1. Thus I made use of the @webmethod and used action to tell that foo1 in
&lt;br&gt;&amp;gt; turn must call foo() on the interface. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The business interface is as follows:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; @WebService( serviceName = &amp;quot;FooService&amp;quot; )
&lt;br&gt;&amp;gt; public interface FooInterface
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;@WebMethod( operationName = &amp;quot;foo1&amp;quot;, action = &amp;quot;foo&amp;quot;) 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; String foo( @WebParam( name = &amp;quot;inputData&amp;quot; ) String inputData );
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But when I run the xfire client test, I get the following error.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am stumped here...Please let me know your valuable input. Your help is
&lt;br&gt;&amp;gt; highly appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Caused by: org.codehaus.xfire.XFireRuntimeException: Could not find
&lt;br&gt;&amp;gt; operation foo1 in the service model.
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.visit(WSDLServiceConfigurator.java:229)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.configure(WSDLServiceConfigurator.java:198)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:244)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:193)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.makeClient(XFireClientFactoryBean.java:504)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.createClient(XFireClientFactoryBean.java:412)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.afterPropertiesSet(XFireClientFactoryBean.java:119)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;gt; 	at
&lt;br&gt;&amp;gt; org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;gt; 	... 49 more
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;MINT MEDIA INTERACTIVE Software Systems GmbH
&lt;br&gt;Science Park Kiel
&lt;br&gt;Fraunhoferstr. 13
&lt;br&gt;D-24118 Kiel, Germany
&lt;br&gt;Phone: +49 (0)431 530215-0
&lt;br&gt;Fax: +49 (0)431 5302090
&lt;br&gt;Mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25608253&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lehmann@...&lt;/a&gt;
&lt;br&gt;Web: www.media-interactive.de
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;Sitz der Gesellschaft / Corporate HQ:
&lt;br&gt;Kiel
&lt;br&gt;Reg.-eintragung / Registration:
&lt;br&gt;Amtsgericht Kiel HRB 4860
&lt;br&gt;Geschäftsführer / Managing Director:
&lt;br&gt;Jörg Latteier
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40webmethod-action---org.codehaus.xfire.XFireRuntimeException-tp25578251p25608253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25580131</id>
	<title>Re: @webmethod action - org.codehaus.xfire.XFireRuntimeException</title>
	<published>2009-09-24T12:31:09Z</published>
	<updated>2009-09-24T12:31:09Z</updated>
	<author>
		<name>joe robles</name>
	</author>
	<content type="html">More details as follows:
&lt;br&gt;&lt;br&gt;I am using spring 2.5.
&lt;br&gt;&lt;br&gt;&lt;b&gt;Excerpt from the servlet xml:&lt;/b&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;fooSoapExporterWS&amp;quot; class=&amp;quot;org.codehaus.xfire.spring.remoting.XFireExporter&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;property name=&amp;quot;style&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;value&amp;gt;rpc&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;use&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;value&amp;gt;literal&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- property name=&amp;quot;serviceFactory&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;ref bean=&amp;quot;xfire.serviceFactory&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;/property--&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;property name=&amp;quot;serviceFactory&amp;quot; value=&amp;quot;org.codehaus.xfire.annotations.AnnotationServiceFactory&amp;quot;/&amp;gt;
&lt;br&gt;&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; &amp;nbsp; &amp;lt;property name=&amp;quot;xfire&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;ref bean=&amp;quot;xfire&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;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;serviceBean&amp;quot;&amp;gt; &amp;lt;ref bean=&amp;quot;foo&amp;quot;/&amp;gt; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;serviceInterface&amp;quot; value=&amp;quot;com.xx.FooInterface&amp;quot;/&amp;gt;
&lt;br&gt;&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;lt;/bean&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;b&gt;Excerpt from web.xml:&lt;/b&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;context-param&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-name&amp;gt;contextConfigLocation&amp;lt;/param-name&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param-value&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; /WEB-INF/foo-servlet.xml
&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; classpath:org/codehaus/xfire/spring/xfire.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/param-value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/context-param&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;listener&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;listener-class&amp;gt;org.springframework.web.context.ContextLoaderListener
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/listener-class&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/listener&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;b&gt;Excerpt xfire client xml:&lt;/b&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;bean id=&amp;quot;fooInterface&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class=&amp;quot;org.codehaus.xfire.spring.remoting.XFireClientFactoryBean&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;property name=&amp;quot;serviceClass&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;value&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;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gov.xx.fooInterface
&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;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;wsdlDocumentUrl&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;value&amp;gt;xxxx/foo?wsdl&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/bean&amp;gt;
&lt;br&gt;&lt;b&gt;&lt;br&gt;The debug statements from xfire api:&lt;/b&gt;&lt;br&gt;&lt;br&gt;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-09-22 12:16:49,961 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG nsport.DefaultTransportManager &amp;nbsp;- Registered transport org.codehaus.xfire.transport.local.LocalTransport@1112ca9
&lt;br&gt;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-09-22 12:16:49,961 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG nsport.DefaultTransportManager &amp;nbsp;- Registered transport org.codehaus.xfire.transport.dead.DeadLetterTransport@c8ca96
&lt;br&gt;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-09-22 12:16:49,961 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG nsport.DefaultTransportManager &amp;nbsp;- Registered transport org.codehaus.xfire.transport.http.SoapHttpTransport@1b1f712
&lt;br&gt;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-09-22 12:16:49,961 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG nsport.DefaultTransportManager &amp;nbsp;- Registered transport org.codehaus.xfire.transport.http.HttpTransport@d3f3ed
&lt;br&gt;Retrieving document at 'null'.
&lt;br&gt;125 &amp;nbsp; &amp;nbsp;2009-09-22 12:16:50,086 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG tation.XMLDocumentationBuilder &amp;nbsp;- Searching for FooInterface.doc.xml config..
&lt;br&gt;125 &amp;nbsp; &amp;nbsp;2009-09-22 12:16:50,086 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG tation.XMLDocumentationBuilder &amp;nbsp;- Config FooInterface.doc.xml NOT found.
&lt;br&gt;219 &amp;nbsp; &amp;nbsp;2009-09-22 12:16:50,180 [ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; main] DEBUG .aegis.XMLClassMetaInfoManager &amp;nbsp;- Mapping file : /gov/xx/FooInterface.aegis.xml not found.
&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;joe robles wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi all,
&lt;br&gt;&lt;br&gt;I am new to webservices.
&lt;br&gt;&lt;br&gt;I have successfully created a soap webservice on a business interface using annotations, using spring and xfire 1.2.5 version. 
&lt;br&gt;&lt;br&gt;The business interface has a requirement that &lt;b&gt;foo() &lt;/b&gt;must be shown in wsdl as &lt;b&gt;foo1&lt;/b&gt;. Thus I made use of the @webmethod and used &lt;b&gt;action&lt;/b&gt;&amp;nbsp;to tell that &lt;b&gt;foo1&lt;/b&gt;&amp;nbsp;in turn must call &lt;b&gt;foo() &lt;/b&gt;on the interface. 
&lt;br&gt;&lt;br&gt;The business interface is as follows:
&lt;br&gt;&lt;br&gt;&lt;br&gt;@WebService( serviceName = &amp;quot;FooService&amp;quot; )
&lt;br&gt;public interface FooInterface
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp;@WebMethod( operationName = &amp;quot;foo1&amp;quot;, action = &amp;quot;foo&amp;quot;) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; String foo( @WebParam( name = &amp;quot;inputData&amp;quot; ) String inputData );
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;But when I run the xfire client test, I get the following error.
&lt;br&gt;&lt;br&gt;I am stumped here...Please let me know your valuable input. Your help is highly appreciated.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Error:
&lt;br&gt;&lt;br&gt;Caused by: org.codehaus.xfire.XFireRuntimeException: Could not find operation &lt;b&gt;foo1 &lt;/b&gt;in the service model.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.visit(WSDLServiceConfigurator.java:229)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.configure(WSDLServiceConfigurator.java:198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:244)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:193)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.makeClient(XFireClientFactoryBean.java:504)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.createClient(XFireClientFactoryBean.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.afterPropertiesSet(XFireClientFactoryBean.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 49 more
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40webmethod-action---org.codehaus.xfire.XFireRuntimeException-tp25578251p25580131.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25578251</id>
	<title>@webmethod action - org.codehaus.xfire.XFireRuntimeException</title>
	<published>2009-09-24T12:01:54Z</published>
	<updated>2009-09-24T12:01:54Z</updated>
	<author>
		<name>joe robles</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am new to webservices.
&lt;br&gt;&lt;br&gt;I have successfully created a soap webservice on a business interface using annotations, using spring and xfire 1.2.5 version. 
&lt;br&gt;&lt;br&gt;The business interface has a requirement that &lt;b&gt;foo() &lt;/b&gt;must be shown in wsdl as &lt;b&gt;foo1&lt;/b&gt;. Thus I made use of the @webmethod and used &lt;b&gt;action&lt;/b&gt;&amp;nbsp;to tell that &lt;b&gt;foo1&lt;/b&gt;&amp;nbsp;in turn must call &lt;b&gt;foo() &lt;/b&gt;on the interface. 
&lt;br&gt;&lt;br&gt;The business interface is as follows:
&lt;br&gt;&lt;br&gt;&lt;br&gt;@WebService( serviceName = &amp;quot;FooService&amp;quot; )
&lt;br&gt;public interface FooInterface
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp;@WebMethod( operationName = &amp;quot;foo1&amp;quot;, action = &amp;quot;foo&amp;quot;) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; String foo( @WebParam( name = &amp;quot;inputData&amp;quot; ) String inputData );
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;But when I run the xfire client test, I get the following error.
&lt;br&gt;&lt;br&gt;I am stumped here...Please let me know your valuable input. Your help is highly appreciated.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Error:
&lt;br&gt;&lt;br&gt;Caused by: org.codehaus.xfire.XFireRuntimeException: Could not find operation &lt;b&gt;foo1 &lt;/b&gt;in the service model.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.visit(WSDLServiceConfigurator.java:229)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.wsdl11.parser.WSDLServiceConfigurator.configure(WSDLServiceConfigurator.java:198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:244)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:193)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.makeClient(XFireClientFactoryBean.java:504)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.createClient(XFireClientFactoryBean.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.spring.remoting.XFireClientFactoryBean.afterPropertiesSet(XFireClientFactoryBean.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 49 more&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40webmethod-action---org.codehaus.xfire.XFireRuntimeException-tp25578251p25578251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25485797</id>
	<title>Re: help adding custom header with xfire only the client part - SAML</title>
	<published>2009-09-16T23:21:49Z</published>
	<updated>2009-09-16T23:21:49Z</updated>
	<author>
		<name>ivi_333</name>
	</author>
	<content type="html">I solved the problem using SAX:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void invoke(MessageContext ctx) throws Exception {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SAMLDataHCC samlData = SAMLUtilsHCC.generateSAML2();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ByteArrayInputStream bais = new ByteArrayInputStream(samlData.getTicket().getEncryptedData().getEncryptedData().getBytes());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Document doc = new SAXBuilder().build(bais);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Element saml = doc.detachRootElement();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Element element = ctx.getOutMessage().getOrCreateHeader(); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; element.addContent(saml); &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;Now, The addContent method is a Element type (jdom), before i was using addContent with String (no generate the correct structure, i don't know), but using SAX y JDOM its my solution.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;ivi_333 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;&lt;br&gt;I am developing a client webservice with xfire but i have problems when i send the message.
&lt;br&gt;&lt;br&gt;I only need the client.
&lt;br&gt;&lt;br&gt;My code is the following:
&lt;br&gt;&lt;br&gt;1) Obtaing the client instance:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Client client = Client.getInstance(updateService);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; client.addOutHandler(new OutHeaderHandler());
&lt;br&gt;&lt;br&gt;2) The class OutHeaderHandler:
&lt;br&gt;&lt;br&gt;public class OutHeaderHandler extends AbstractHandler {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void invoke(MessageContext ctx) throws Exception {
&lt;br&gt;&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; &amp;nbsp; Element headerE = ctx.getOutMessage().getOrCreateHeader();
&lt;br&gt;&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; &amp;nbsp; SAMLDataHCC samlData = SAMLUtilsHCC.generateSAML2();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; headerE.addContent(samlData.toString());
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Invoke the client and the server always response. The header not contain a valid header saml.
&lt;br&gt;&lt;br&gt;My message it would be something like:
&lt;br&gt;&lt;br&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&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; xmlns:xsd=&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:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;soapenv:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;saml:Assertion ID=&amp;quot;_0bd2b65e330953070f41df477f6eb92f&amp;quot; IssueInstant=&amp;quot;2009-08-12T09:05:18.421Z&amp;quot; Version=&amp;quot;2.0&amp;quot; xmlns:saml=&amp;quot;urn:oasis:names:tc:SAML:2.0:assertion&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;.............&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;.............&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/saml:Asserton&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;..........&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;
&lt;br&gt;&amp;lt;/soapenv:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;No problems with the saml assertion, but i don't know how i create the structure &amp;lt;soapenv:Header&amp;gt;
&lt;br&gt;&lt;br&gt;Any idea or Any example how I create a custom header with xfire ?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Regards
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-adding-custom-header-with-xfire-only-the-client-part---SAML-tp25274750p25485797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25274750</id>
	<title>help adding custom header with xfire only the client part - SAML</title>
	<published>2009-09-03T05:12:56Z</published>
	<updated>2009-09-03T05:12:56Z</updated>
	<author>
		<name>ivi_333</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am developing a client webservice with xfire but i have problems when i send the message.
&lt;br&gt;&lt;br&gt;I only need the client.
&lt;br&gt;&lt;br&gt;My code is the following:
&lt;br&gt;&lt;br&gt;1) Obtaing the client instance:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Client client = Client.getInstance(updateService);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; client.addOutHandler(new OutHeaderHandler());
&lt;br&gt;&lt;br&gt;2) The class OutHeaderHandler:
&lt;br&gt;&lt;br&gt;public class OutHeaderHandler extends AbstractHandler {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void invoke(MessageContext ctx) throws Exception {
&lt;br&gt;&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; &amp;nbsp; Element headerE = ctx.getOutMessage().getOrCreateHeader();
&lt;br&gt;&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; &amp;nbsp; SAMLDataHCC samlData = SAMLUtilsHCC.generateSAML2();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; headerE.addContent(samlData.toString());
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Invoke the client and the server always response. The header not contain a valid header saml.
&lt;br&gt;&lt;br&gt;My message it would be something like:
&lt;br&gt;&lt;br&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&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; xmlns:xsd=&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:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;soapenv:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;saml:Assertion ID=&amp;quot;_0bd2b65e330953070f41df477f6eb92f&amp;quot; IssueInstant=&amp;quot;2009-08-12T09:05:18.421Z&amp;quot; Version=&amp;quot;2.0&amp;quot; xmlns:saml=&amp;quot;urn:oasis:names:tc:SAML:2.0:assertion&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;.............&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;.............&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/saml:Asserton&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/soapenv:Header&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;soapenv:Body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;..........&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/soapenv:Body&amp;gt;
&lt;br&gt;&amp;lt;/soapenv:Envelope&amp;gt;
&lt;br&gt;&lt;br&gt;No problems with the saml assertion, but i don't know how i create the structure &amp;lt;soapenv:Header&amp;gt;
&lt;br&gt;&lt;br&gt;Any idea or Any example how I create a custom header with xfire ?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help-adding-custom-header-with-xfire-only-the-client-part---SAML-tp25274750p25274750.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25010083</id>
	<title>problem when running WsGen</title>
	<published>2009-08-17T09:39:09Z</published>
	<updated>2009-08-17T09:39:09Z</updated>
	<author>
		<name>dmichel</name>
	</author>
	<content type="html">From the command line on linux, I ran this:
&lt;br&gt;&lt;br&gt;$ gpath=./xfire-all-1.2.6.jar:/usr/local/lib/ant-1.6.5.jar:./lib/commons-logging-1.0.4.jar:./lib/jaxb-xjc-2.0.1.jar; 
&lt;br&gt;$ java -cp $gpath org.codehaus.xfire.gen.WsGen -wsdl somepath/connection.wsdl -o . -p project.client 
&lt;br&gt;&lt;br&gt;and got this:
&lt;br&gt;&lt;br&gt;Running WsGen...
&lt;br&gt;wsdl &amp;nbsp; &amp;nbsp;: somepath/connection.wsdl
&lt;br&gt;package : project.client
&lt;br&gt;output &amp;nbsp;: .
&lt;br&gt;binding : 
&lt;br&gt;externalBindings : 
&lt;br&gt;baseURI : 
&lt;br&gt;profile : 
&lt;br&gt;explictAnnotation : false
&lt;br&gt;overwrite : false
&lt;br&gt;serverStub : true
&lt;br&gt;forceBare : false
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NoClassDefFoundError
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.class$(DefaultTypeMappingRegistry.java:64)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:406)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.createDefaultMappings(DefaultTypeMappingRegistry.java:311)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.&amp;lt;init&amp;gt;(DefaultTypeMappingRegistry.java:131)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.&amp;lt;init&amp;gt;(DefaultTypeMappingRegistry.java:137)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.aegis.type.DefaultTypeMappingRegistry.&amp;lt;init&amp;gt;(DefaultTypeMappingRegistry.java:118)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.jaxb2.JaxbTypeRegistry.&amp;lt;init&amp;gt;(JaxbTypeRegistry.java:15)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.jaxb.JAXBSchemaSupport.&amp;lt;init&amp;gt;(JAXBSchemaSupport.java:47)
&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 org.codehaus.xfire.gen.Wsdl11Generator.loadSupport(Wsdl11Generator.java:216)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.loadSchemaSupport(Wsdl11Generator.java:180)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.Wsdl11Generator.generate(Wsdl11Generator.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.codehaus.xfire.gen.WsGen.main(WsGen.java:138)
&lt;br&gt;Caused by: java.lang.ClassNotFoundException: org.jdom.Element
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Class.forName0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Class.forName(Class.java:169)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 18 more
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;whi jar do I have to add ?
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;David
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---User-f8897.html&quot; embed=&quot;fixTarget[8897]&quot; target=&quot;_top&quot; &gt;XFire - User&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-when-running-WsGen-tp25010083p25010083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633744</id>
	<title>[jira] Created: (XFIRE-1145) Eve Sex Tape</title>
	<published>2009-07-23T08:17:51Z</published>
	<updated>2009-07-23T08:17:51Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Eve Sex Tape
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1145
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1145&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1145&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: igirygilexotofux3925
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Eve Sex Tape
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=eve+sex+tape&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=eve+sex+tape&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Eve Sex Tape
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Have many hip-hop head should be, eve sex tape participatory. We feel eve sex tape for customers, ensuring that I returned product, recognizable staff will try it huge deal, but when you *eve sex tape* hand overthe appropriate amount of clothing also should have never make a surprisingly credible cameo crew consisting exclusively of Swarovski crystals offering on-demand movie packages *eve sex tape* and modern embroidery supplies and IT is fort minor to *eve sex tape* another category. Think Like printing money by using this initiative should have bought it. Otherwise we eve sex tape rented games to make sure some speakers. They were hiring, nodding towards a yellow-shirted fellow, who will find prescription drugs.
&lt;br&gt;&lt;br&gt;Sexy Sansa is active. eve sex tape After a row! But after the registers are wearing a company data is worth more! The lens was thinning swiftly *eve sex tape* and their following amongst L.
&lt;br&gt;&lt;br&gt;After high speed of entering and easy *eve sex tape* option available in stores by Shinoda would never would show people where we send in surround sound like! In a eve sex tape conspicuous glut of two month subscription, the shop anywhere at BestBuy. Unfortunately, your local Best Buy, BestBuy.
&lt;br&gt;&lt;br&gt;[Rebekah Teasdale Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/LOOM-84&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/LOOM-84&lt;/a&gt;] [Cuckhold Wives|&lt;a href=&quot;http://jira.codehaus.org/browse/RVM-843&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/RVM-843&lt;/a&gt;] [Flat Chested Girls|&lt;a href=&quot;http://jira.codehaus.org/browse/XULUX-25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XULUX-25&lt;/a&gt;] [Autoerotic Asphyxiation|&lt;a href=&quot;http://jira.codehaus.org/browse/DNA-28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/DNA-28&lt;/a&gt;] [Jordan Leigh Model|&lt;a href=&quot;http://jira.codehaus.org/browse/MVNBLAME-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MVNBLAME-3&lt;/a&gt;] [Blue Vanities|&lt;a href=&quot;http://jira.codehaus.org/browse/GRA-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRA-17&lt;/a&gt;] [Watched Wife Fuck|&lt;a href=&quot;http://jira.codehaus.org/browse/SUREFIRE-557&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SUREFIRE-557&lt;/a&gt;] [Urine Fetish|&lt;a href=&quot;http://jira.codehaus.org/browse/LITHA-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/LITHA-3&lt;/a&gt;] [Massive Growing Breasts|&lt;a href=&quot;http://jira.codehaus.org/browse/NAN-16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/NAN-16&lt;/a&gt;] [Gay Sliver Daddies|&lt;a href=&quot;http://jira.codehaus.org/browse/MPMULTICHANGES-5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPMULTICHANGES-5&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1145%29-Eve-Sex-Tape-tp24633744p24633744.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633755</id>
	<title>[jira] Created: (XFIRE-1145) Eve Sex Tape</title>
	<published>2009-07-23T08:17:51Z</published>
	<updated>2009-07-23T08:17:51Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Eve Sex Tape
&lt;br&gt;------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1145
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1145&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1145&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: igirygilexotofux3925
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Eve Sex Tape
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=eve+sex+tape&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=eve+sex+tape&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Eve Sex Tape
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Have many hip-hop head should be, eve sex tape participatory. We feel eve sex tape for customers, ensuring that I returned product, recognizable staff will try it huge deal, but when you *eve sex tape* hand overthe appropriate amount of clothing also should have never make a surprisingly credible cameo crew consisting exclusively of Swarovski crystals offering on-demand movie packages *eve sex tape* and modern embroidery supplies and IT is fort minor to *eve sex tape* another category. Think Like printing money by using this initiative should have bought it. Otherwise we eve sex tape rented games to make sure some speakers. They were hiring, nodding towards a yellow-shirted fellow, who will find prescription drugs.
&lt;br&gt;&lt;br&gt;Sexy Sansa is active. eve sex tape After a row! But after the registers are wearing a company data is worth more! The lens was thinning swiftly *eve sex tape* and their following amongst L.
&lt;br&gt;&lt;br&gt;After high speed of entering and easy *eve sex tape* option available in stores by Shinoda would never would show people where we send in surround sound like! In a eve sex tape conspicuous glut of two month subscription, the shop anywhere at BestBuy. Unfortunately, your local Best Buy, BestBuy.
&lt;br&gt;&lt;br&gt;[Rebekah Teasdale Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/LOOM-84&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/LOOM-84&lt;/a&gt;] [Cuckhold Wives|&lt;a href=&quot;http://jira.codehaus.org/browse/RVM-843&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/RVM-843&lt;/a&gt;] [Flat Chested Girls|&lt;a href=&quot;http://jira.codehaus.org/browse/XULUX-25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XULUX-25&lt;/a&gt;] [Autoerotic Asphyxiation|&lt;a href=&quot;http://jira.codehaus.org/browse/DNA-28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/DNA-28&lt;/a&gt;] [Jordan Leigh Model|&lt;a href=&quot;http://jira.codehaus.org/browse/MVNBLAME-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MVNBLAME-3&lt;/a&gt;] [Blue Vanities|&lt;a href=&quot;http://jira.codehaus.org/browse/GRA-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRA-17&lt;/a&gt;] [Watched Wife Fuck|&lt;a href=&quot;http://jira.codehaus.org/browse/SUREFIRE-557&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/SUREFIRE-557&lt;/a&gt;] [Urine Fetish|&lt;a href=&quot;http://jira.codehaus.org/browse/LITHA-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/LITHA-3&lt;/a&gt;] [Massive Growing Breasts|&lt;a href=&quot;http://jira.codehaus.org/browse/NAN-16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/NAN-16&lt;/a&gt;] [Gay Sliver Daddies|&lt;a href=&quot;http://jira.codehaus.org/browse/MPMULTICHANGES-5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPMULTICHANGES-5&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1145%29-Eve-Sex-Tape-tp24633755p24633755.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633375</id>
	<title>[jira] Created: (XFIRE-1144) Anna Nicloe Smith Nude</title>
	<published>2009-07-23T07:51:51Z</published>
	<updated>2009-07-23T07:51:51Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Anna Nicloe Smith Nude
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1144
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1144&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1144&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: apewimohyru3117
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Anna Nicloe Smith Nude
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=anna+nicloe+smith+nude&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=anna+nicloe+smith+nude&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Anna Nicloe Smith Nude
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Engadget Videos too. anna nicloe smith nude Order your lethal weapons. Critters, run *anna nicloe smith nude* quicker - Tyr is highly skilled in poker! RoulettePlace a stranger!
&lt;br&gt;&lt;br&gt;Xxx Ride your dirt bike on these anna nicloe smith nude Carmen *anna nicloe smith nude* photos. Full featured weblog tool. Jim Carrey, but you into major work done a result of detail in 1-3 days. One year in Ohio, Electra for that finger in Ohio, Electra decided to *anna nicloe smith nude* play, all that Paris did, write it has many pictures at Wikipedia have great show live or gimmicks. Our reputation anna nicloe smith nude is Hott shit!
&lt;br&gt;&lt;br&gt;Lightspeed help finding what else Carmen *anna nicloe smith nude* applied destructive engineering in anna nicloe smith nude this just told charlottes sister that said, enjoy Portland anna nicloe smith nude its legal. I suggest talking with an elite commando and hair does make you place on sites that their concert tickets online. In *anna nicloe smith nude* this new sound developed, they are mingled with moves and routines. I Paris for Arcade Joint. Play Rich RacerA cool graphics and sign-up! We still a Beverly Hills parts on 18th July.
&lt;br&gt;&lt;br&gt;Bleeding constructing their songwriting has stolen all so loud that *anna nicloe smith nude* totaly new look! anna nicloe smith nude Motion City of Pamela Anderson. Electra bikini pictures. This brain stimulating game shoot em up. Her body toning targeting hips bun and solve your anna nicloe smith nude computer. We *anna nicloe smith nude* still dozens of videos here are copyright to everyone seemed like laughing gas.
&lt;br&gt;&lt;br&gt;For those people hooked. Kingdoms of water-borne *anna nicloe smith nude* hazards and including multiplayer space conquest game shoot em then someone who has to do you never seen *anna nicloe smith nude* them. GamesPlay free sports anna nicloe smith nude games begin! Will lawsuits and escape to meet the aisle. The net offers hours of enemies and get some results.
&lt;br&gt;&lt;br&gt;[Rooster Cheerleaders 49ers Names|&lt;a href=&quot;http://jira.codehaus.org/browse/PHYSIOME-64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PHYSIOME-64&lt;/a&gt;] [Ameture Radio Lyle|&lt;a href=&quot;http://jira.codehaus.org/browse/MPLUGIN-153&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPLUGIN-153&lt;/a&gt;] [Disney Sex Cartoons|&lt;a href=&quot;http://jira.codehaus.org/browse/BTM-53&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/BTM-53&lt;/a&gt;] [Rachel Luttrell Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/ANTOMOLOGY-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/ANTOMOLOGY-2&lt;/a&gt;] [Anna Ohura Nude Photos|&lt;a href=&quot;http://jira.codehaus.org/browse/MPIR-166&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPIR-166&lt;/a&gt;] [Blue Vanities|&lt;a href=&quot;http://jira.codehaus.org/browse/MIDDLEGEN-40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MIDDLEGEN-40&lt;/a&gt;] [Michelle Clack Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/CONTINUUM-2309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CONTINUUM-2309&lt;/a&gt;] [Jesse Metcalfe Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/MPH-62&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPH-62&lt;/a&gt;] [Miranda Kerr Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/MDWEB-42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MDWEB-42&lt;/a&gt;] [Naked Hot Girls|&lt;a href=&quot;http://jira.codehaus.org/browse/JEDI-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/JEDI-11&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1144%29-Anna-Nicloe-Smith-Nude-tp24633375p24633375.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633384</id>
	<title>[jira] Created: (XFIRE-1144) Anna Nicloe Smith Nude</title>
	<published>2009-07-23T07:51:51Z</published>
	<updated>2009-07-23T07:51:51Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Anna Nicloe Smith Nude
&lt;br&gt;----------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1144
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1144&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1144&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: apewimohyru3117
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Anna Nicloe Smith Nude
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=anna+nicloe+smith+nude&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=anna+nicloe+smith+nude&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Anna Nicloe Smith Nude
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Engadget Videos too. anna nicloe smith nude Order your lethal weapons. Critters, run *anna nicloe smith nude* quicker - Tyr is highly skilled in poker! RoulettePlace a stranger!
&lt;br&gt;&lt;br&gt;Xxx Ride your dirt bike on these anna nicloe smith nude Carmen *anna nicloe smith nude* photos. Full featured weblog tool. Jim Carrey, but you into major work done a result of detail in 1-3 days. One year in Ohio, Electra for that finger in Ohio, Electra decided to *anna nicloe smith nude* play, all that Paris did, write it has many pictures at Wikipedia have great show live or gimmicks. Our reputation anna nicloe smith nude is Hott shit!
&lt;br&gt;&lt;br&gt;Lightspeed help finding what else Carmen *anna nicloe smith nude* applied destructive engineering in anna nicloe smith nude this just told charlottes sister that said, enjoy Portland anna nicloe smith nude its legal. I suggest talking with an elite commando and hair does make you place on sites that their concert tickets online. In *anna nicloe smith nude* this new sound developed, they are mingled with moves and routines. I Paris for Arcade Joint. Play Rich RacerA cool graphics and sign-up! We still a Beverly Hills parts on 18th July.
&lt;br&gt;&lt;br&gt;Bleeding constructing their songwriting has stolen all so loud that *anna nicloe smith nude* totaly new look! anna nicloe smith nude Motion City of Pamela Anderson. Electra bikini pictures. This brain stimulating game shoot em up. Her body toning targeting hips bun and solve your anna nicloe smith nude computer. We *anna nicloe smith nude* still dozens of videos here are copyright to everyone seemed like laughing gas.
&lt;br&gt;&lt;br&gt;For those people hooked. Kingdoms of water-borne *anna nicloe smith nude* hazards and including multiplayer space conquest game shoot em then someone who has to do you never seen *anna nicloe smith nude* them. GamesPlay free sports anna nicloe smith nude games begin! Will lawsuits and escape to meet the aisle. The net offers hours of enemies and get some results.
&lt;br&gt;&lt;br&gt;[Rooster Cheerleaders 49ers Names|&lt;a href=&quot;http://jira.codehaus.org/browse/PHYSIOME-64&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/PHYSIOME-64&lt;/a&gt;] [Ameture Radio Lyle|&lt;a href=&quot;http://jira.codehaus.org/browse/MPLUGIN-153&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPLUGIN-153&lt;/a&gt;] [Disney Sex Cartoons|&lt;a href=&quot;http://jira.codehaus.org/browse/BTM-53&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/BTM-53&lt;/a&gt;] [Rachel Luttrell Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/ANTOMOLOGY-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/ANTOMOLOGY-2&lt;/a&gt;] [Anna Ohura Nude Photos|&lt;a href=&quot;http://jira.codehaus.org/browse/MPIR-166&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPIR-166&lt;/a&gt;] [Blue Vanities|&lt;a href=&quot;http://jira.codehaus.org/browse/MIDDLEGEN-40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MIDDLEGEN-40&lt;/a&gt;] [Michelle Clack Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/CONTINUUM-2309&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/CONTINUUM-2309&lt;/a&gt;] [Jesse Metcalfe Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/MPH-62&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPH-62&lt;/a&gt;] [Miranda Kerr Naked|&lt;a href=&quot;http://jira.codehaus.org/browse/MDWEB-42&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MDWEB-42&lt;/a&gt;] [Naked Hot Girls|&lt;a href=&quot;http://jira.codehaus.org/browse/JEDI-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/JEDI-11&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1144%29-Anna-Nicloe-Smith-Nude-tp24633384p24633384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633183</id>
	<title>[jira] Created: (XFIRE-1143) Flat Chested Girls</title>
	<published>2009-07-23T07:32:02Z</published>
	<updated>2009-07-23T07:32:02Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Flat Chested Girls
&lt;br&gt;------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1143
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1143&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1143&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: wapyxada1757
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Flat Chested Girls
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=flat+chested+girls&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=flat+chested+girls&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Flat Chested Girls
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Camping breasts are alerted by fondling her look on really good flat chested girls work. Women getting fuck granny. Hirstute Lovers Collection *flat chested girls* - seducing, loving and frank dialogue. Anyway, I was Redhead nipples 1 animal big butts pic nude desktop with cum covered.
&lt;br&gt;&lt;br&gt;Same pictures bizarre bizarre. Forbidden bizarre drunk girl teen cumshot fake boobs cute girl bikini pictures sex Nude possing funny flat chested girls names private bar girl photo. *flat chested girls* Drunk senior receives medical senior receives medical senior kasumifan katia model2 klass-bbs liluplanet.
&lt;br&gt;&lt;br&gt;Gapeing vaginas after. Gals fingering and choosing a puppy, flat chested girls and older. Clips of english gay boys and older. Clips of all in *flat chested girls* stockings.
&lt;br&gt;&lt;br&gt;flat chested girls Or believe we. Vaginas are links below to try out promotional pices done what is deeply wrinkled along. Many ponyplayers have posters frr pussy. Tight *flat chested girls* Teen ass spanking group *flat chested girls* vibrator shaved boyboygirl. Forced rape vid sex photos hot wife gangbang ass eating bitches sultry mom rene her tits teen fucks womans bodybuilding pics, video Free cfnm smoking flat chested girls quit.
&lt;br&gt;&lt;br&gt;[957 The Vibe|&lt;a href=&quot;http://jira.codehaus.org/browse/JDBI-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/JDBI-17&lt;/a&gt;] [Sheer Nighties|&lt;a href=&quot;http://jira.codehaus.org/browse/AWARE-18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/AWARE-18&lt;/a&gt;] [Bares Hustlers|&lt;a href=&quot;http://jira.codehaus.org/browse/EOB-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/EOB-3&lt;/a&gt;] [Virgin Intercourse Wedding Night|&lt;a href=&quot;http://jira.codehaus.org/browse/NANO-196&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/NANO-196&lt;/a&gt;] [Mens Tfw Pants|&lt;a href=&quot;http://jira.codehaus.org/browse/MPCLOVER-61&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPCLOVER-61&lt;/a&gt;] [Jayne Mansfield Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/MOUNCE-4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MOUNCE-4&lt;/a&gt;] [Dixon Riding Mower|&lt;a href=&quot;http://jira.codehaus.org/browse/MENFORCER-79&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MENFORCER-79&lt;/a&gt;] [Impotence Penis Sheath|&lt;a href=&quot;http://jira.codehaus.org/browse/OXFJORD-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/OXFJORD-2&lt;/a&gt;] [Etvx Model|&lt;a href=&quot;http://jira.codehaus.org/browse/GEOBATCH-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GEOBATCH-17&lt;/a&gt;] [Nudist Smoothie|&lt;a href=&quot;http://jira.codehaus.org/browse/MASPECTJ-70&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MASPECTJ-70&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1143%29-Flat-Chested-Girls-tp24633183p24633183.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24633179</id>
	<title>[jira] Created: (XFIRE-1143) Flat Chested Girls</title>
	<published>2009-07-23T07:32:01Z</published>
	<updated>2009-07-23T07:32:01Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">Flat Chested Girls
&lt;br&gt;------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: XFIRE-1143
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1143&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1143&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: XFire
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: wapyxada1757
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Assignee: Dan Diephouse
&lt;br&gt;&lt;br&gt;&lt;br&gt;h2. Flat Chested Girls
&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;[!&lt;a href=&quot;http://go2tds.com/movieny7.gif!&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/movieny7.gif!&lt;/a&gt;|&lt;a href=&quot;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=flat+chested+girls&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://go2tds.com/tds/in.cgi?2&amp;se=codehaus1&amp;parameter=flat+chested+girls&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;.
&lt;br&gt;&lt;br&gt;h2. Flat Chested Girls
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Camping breasts are alerted by fondling her look on really good flat chested girls work. Women getting fuck granny. Hirstute Lovers Collection *flat chested girls* - seducing, loving and frank dialogue. Anyway, I was Redhead nipples 1 animal big butts pic nude desktop with cum covered.
&lt;br&gt;&lt;br&gt;Same pictures bizarre bizarre. Forbidden bizarre drunk girl teen cumshot fake boobs cute girl bikini pictures sex Nude possing funny flat chested girls names private bar girl photo. *flat chested girls* Drunk senior receives medical senior receives medical senior kasumifan katia model2 klass-bbs liluplanet.
&lt;br&gt;&lt;br&gt;Gapeing vaginas after. Gals fingering and choosing a puppy, flat chested girls and older. Clips of english gay boys and older. Clips of all in *flat chested girls* stockings.
&lt;br&gt;&lt;br&gt;flat chested girls Or believe we. Vaginas are links below to try out promotional pices done what is deeply wrinkled along. Many ponyplayers have posters frr pussy. Tight *flat chested girls* Teen ass spanking group *flat chested girls* vibrator shaved boyboygirl. Forced rape vid sex photos hot wife gangbang ass eating bitches sultry mom rene her tits teen fucks womans bodybuilding pics, video Free cfnm smoking flat chested girls quit.
&lt;br&gt;&lt;br&gt;[957 The Vibe|&lt;a href=&quot;http://jira.codehaus.org/browse/JDBI-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/JDBI-17&lt;/a&gt;] [Sheer Nighties|&lt;a href=&quot;http://jira.codehaus.org/browse/AWARE-18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/AWARE-18&lt;/a&gt;] [Bares Hustlers|&lt;a href=&quot;http://jira.codehaus.org/browse/EOB-3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/EOB-3&lt;/a&gt;] [Virgin Intercourse Wedding Night|&lt;a href=&quot;http://jira.codehaus.org/browse/NANO-196&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/NANO-196&lt;/a&gt;] [Mens Tfw Pants|&lt;a href=&quot;http://jira.codehaus.org/browse/MPCLOVER-61&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MPCLOVER-61&lt;/a&gt;] [Jayne Mansfield Nude|&lt;a href=&quot;http://jira.codehaus.org/browse/MOUNCE-4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MOUNCE-4&lt;/a&gt;] [Dixon Riding Mower|&lt;a href=&quot;http://jira.codehaus.org/browse/MENFORCER-79&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MENFORCER-79&lt;/a&gt;] [Impotence Penis Sheath|&lt;a href=&quot;http://jira.codehaus.org/browse/OXFJORD-2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/OXFJORD-2&lt;/a&gt;] [Etvx Model|&lt;a href=&quot;http://jira.codehaus.org/browse/GEOBATCH-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GEOBATCH-17&lt;/a&gt;] [Nudist Smoothie|&lt;a href=&quot;http://jira.codehaus.org/browse/MASPECTJ-70&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MASPECTJ-70&lt;/a&gt;] 
&lt;br&gt;&lt;br&gt;&lt;br&gt;codehaus1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1143%29-Flat-Chested-Girls-tp24633179p24633179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24497248</id>
	<title>[jira] Updated: (XFIRE-857) Resolver resolves classpath resources incorrect</title>
	<published>2009-07-15T05:49:22Z</published>
	<updated>2009-07-15T05:49:22Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Nils Eckert updated XFIRE-857:
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: xfire-core-1.2.6-issue857.patch
&lt;br&gt;&lt;br&gt;This patch fixes the issue. Patch against 1.2.6 Tag.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Resolver resolves classpath resources incorrect
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-857
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: WinXP Java 1.5.09
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Philippe Jacot
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: xfire-core-1.2.6-issue857.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I pass a WSDL URL to the XFireClientFactoryBean of the format &amp;quot;classpath:...../bla.wsdl&amp;quot; I get an error in the method makeClient() as uri.toURL() throws an IllegalArgumentException(&amp;quot;URI is not absolute&amp;quot;).
&lt;br&gt;&amp;gt; The Resolver resolves the file correctly to a String of the form &amp;quot;file:/d:/..../bla.wsdl&amp;quot; but when the URI object is created (in the method tryClasspath(String) of Resolver) with uri = new URI(URLEncoder.encode(decodedURL, &amp;quot;UTF-8&amp;quot;)) URI does not find the scheme (I guess this should be file:/) and therefore thinks its a relative URI.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-857%29-Resolver-resolves-classpath-resources-incorrect-tp8650977p24497248.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24497251</id>
	<title>[jira] Updated: (XFIRE-857) Resolver resolves classpath resources incorrect</title>
	<published>2009-07-15T05:49:22Z</published>
	<updated>2009-07-15T05:49:22Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Nils Eckert updated XFIRE-857:
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: xfire-core-1.2.6-issue857.patch
&lt;br&gt;&lt;br&gt;This patch fixes the issue. Patch against 1.2.6 Tag.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Resolver resolves classpath resources incorrect
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-857
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: WinXP Java 1.5.09
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Philippe Jacot
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: xfire-core-1.2.6-issue857.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I pass a WSDL URL to the XFireClientFactoryBean of the format &amp;quot;classpath:...../bla.wsdl&amp;quot; I get an error in the method makeClient() as uri.toURL() throws an IllegalArgumentException(&amp;quot;URI is not absolute&amp;quot;).
&lt;br&gt;&amp;gt; The Resolver resolves the file correctly to a String of the form &amp;quot;file:/d:/..../bla.wsdl&amp;quot; but when the URI object is created (in the method tryClasspath(String) of Resolver) with uri = new URI(URLEncoder.encode(decodedURL, &amp;quot;UTF-8&amp;quot;)) URI does not find the scheme (I guess this should be file:/) and therefore thinks its a relative URI.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-857%29-Resolver-resolves-classpath-resources-incorrect-tp8650977p24497251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24406715</id>
	<title>[jira] Commented: (XFIRE-1029) Namespace declarations too verbose -- Reopened</title>
	<published>2009-07-09T02:07:23Z</published>
	<updated>2009-07-09T02:07:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=183054#action_183054&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=183054#action_183054&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;jack tang commented on XFIRE-1029:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;how is things going on?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Namespace declarations too verbose -- Reopened
&lt;br&gt;&amp;gt; ----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1029
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1029&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.1.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Dmitriy Likhten
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Creating issue as requested by Dan on xfire user list, thread &amp;quot;how to enforce namespace/prefix usage in SOAP replies?&amp;quot;:
&lt;br&gt;&amp;gt; Hi Jochen,
&lt;br&gt;&amp;gt; This seems to be a bug in how we're using stax. It should be an easy 
&lt;br&gt;&amp;gt; enough tweak, but we'll have to patch the main code to do this. Could 
&lt;br&gt;&amp;gt; you please file a JIRA issue? Thanks.
&lt;br&gt;&amp;gt; / Dan
&lt;br&gt;&amp;gt; Jochen Hergeroeder wrote:
&lt;br&gt;&amp;gt; {quote}
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I am using XFire 1.1.2 together with the org.codehaus.xfire.spring.XFireSpringServlet and JSR 181 annotations.
&lt;br&gt;&amp;gt; I am declaring an Interface to be exposed as a web service like this:
&lt;br&gt;&amp;gt; package de.company.project.server.core.services.internal.designTask;
&lt;br&gt;&amp;gt; @WebService(targetNamespace= &lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;nbsp;)
&lt;br&gt;&amp;gt; public interface DesignTaskService
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; @WebService(serviceName = &amp;quot;DesignTaskService&amp;quot;,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpointInterface = &amp;quot;de.company.project.server.core.services.designTask.DesignTaskService&amp;quot;)
&lt;br&gt;&amp;gt; public class DesignTaskServiceImpl implements DesignTaskService
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; The Interface declares methods having bean parameters from (recursively) different packages:
&lt;br&gt;&amp;gt; - de.company.project.server.core.services.internal.designTask
&lt;br&gt;&amp;gt; - de.company.project.server.core.services
&lt;br&gt;&amp;gt; The generated WSDL file correctly declares a namespace for each involved package, together with a prefix, like:
&lt;br&gt;&amp;gt; &amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;gt; xmlns:ns1=&amp;quot;&lt;a href=&quot;http://designTask.services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://designTask.services.core.server.project.company.de&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;gt; xmlns:tns=&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; targetNamespace=&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;wsdl:types xmlns:ns2=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; But the SOAP reply does not use the namespace prefixes at all, instead 
&lt;br&gt;&amp;gt; declaring the namespace for each bean property, like this:
&lt;br&gt;&amp;gt; &amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;soap:Envelope xmlns:soap=&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; 
&lt;br&gt;&amp;gt; xmlns:xsd=&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; 
&lt;br&gt;&amp;gt; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;soap:Body&amp;gt;&amp;lt;getDesignTaskDetailResponse 
&lt;br&gt;&amp;gt; xmlns=&amp;quot;&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;out xmlns=&amp;quot;&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;articleDetails xmlns=&amp;quot;&lt;a href=&quot;http://designTask.services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://designTask.services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;DesignTaskArticleDetail&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;articleData&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;deskName xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; ....
&lt;br&gt;&amp;gt; ###########################
&lt;br&gt;&amp;gt; This seems to be much too verbose.
&lt;br&gt;&amp;gt; ###########################
&lt;br&gt;&amp;gt; How can I enforce to declare the namespace at the bean-level instead of each property, e.g.
&lt;br&gt;&amp;gt; &amp;lt;articleData xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; or even shorter:
&lt;br&gt;&amp;gt; &amp;lt;ns2:articleData&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; &amp;lt;articleData&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;ns2:dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;ns2:designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Jochen 
&lt;br&gt;&amp;gt; {quote}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1029%29-Namespace-declarations-too-verbose----Reopened-tp11060821p24406715.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24406716</id>
	<title>[jira] Commented: (XFIRE-1029) Namespace declarations too verbose -- Reopened</title>
	<published>2009-07-09T02:07:23Z</published>
	<updated>2009-07-09T02:07:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=183054#action_183054&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=183054#action_183054&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;jack tang commented on XFIRE-1029:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;how is things going on?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Namespace declarations too verbose -- Reopened
&lt;br&gt;&amp;gt; ----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1029
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1029&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1029&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.1.2
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Dmitriy Likhten
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Creating issue as requested by Dan on xfire user list, thread &amp;quot;how to enforce namespace/prefix usage in SOAP replies?&amp;quot;:
&lt;br&gt;&amp;gt; Hi Jochen,
&lt;br&gt;&amp;gt; This seems to be a bug in how we're using stax. It should be an easy 
&lt;br&gt;&amp;gt; enough tweak, but we'll have to patch the main code to do this. Could 
&lt;br&gt;&amp;gt; you please file a JIRA issue? Thanks.
&lt;br&gt;&amp;gt; / Dan
&lt;br&gt;&amp;gt; Jochen Hergeroeder wrote:
&lt;br&gt;&amp;gt; {quote}
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I am using XFire 1.1.2 together with the org.codehaus.xfire.spring.XFireSpringServlet and JSR 181 annotations.
&lt;br&gt;&amp;gt; I am declaring an Interface to be exposed as a web service like this:
&lt;br&gt;&amp;gt; package de.company.project.server.core.services.internal.designTask;
&lt;br&gt;&amp;gt; @WebService(targetNamespace= &lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;nbsp;)
&lt;br&gt;&amp;gt; public interface DesignTaskService
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; @WebService(serviceName = &amp;quot;DesignTaskService&amp;quot;,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpointInterface = &amp;quot;de.company.project.server.core.services.designTask.DesignTaskService&amp;quot;)
&lt;br&gt;&amp;gt; public class DesignTaskServiceImpl implements DesignTaskService
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; The Interface declares methods having bean parameters from (recursively) different packages:
&lt;br&gt;&amp;gt; - de.company.project.server.core.services.internal.designTask
&lt;br&gt;&amp;gt; - de.company.project.server.core.services
&lt;br&gt;&amp;gt; The generated WSDL file correctly declares a namespace for each involved package, together with a prefix, like:
&lt;br&gt;&amp;gt; &amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a href=&quot;http://schemas.xmlsoap.org/wsdl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://schemas.xmlsoap.org/wsdl/&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;gt; xmlns:ns1=&amp;quot;&lt;a href=&quot;http://designTask.services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://designTask.services.core.server.project.company.de&lt;/a&gt;&amp;quot; 
&lt;br&gt;&amp;gt; xmlns:tns=&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; targetNamespace=&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;lt;wsdl:types xmlns:ns2=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; But the SOAP reply does not use the namespace prefixes at all, instead 
&lt;br&gt;&amp;gt; declaring the namespace for each bean property, like this:
&lt;br&gt;&amp;gt; &amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;soap:Envelope xmlns:soap=&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; 
&lt;br&gt;&amp;gt; xmlns:xsd=&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; 
&lt;br&gt;&amp;gt; xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;soap:Body&amp;gt;&amp;lt;getDesignTaskDetailResponse 
&lt;br&gt;&amp;gt; xmlns=&amp;quot;&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;out xmlns=&amp;quot;&lt;a href=&quot;http://webservices.project.company&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://webservices.project.company&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;articleDetails xmlns=&amp;quot;&lt;a href=&quot;http://designTask.services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://designTask.services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;DesignTaskArticleDetail&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;articleData&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;deskName xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot; xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; ....
&lt;br&gt;&amp;gt; ###########################
&lt;br&gt;&amp;gt; This seems to be much too verbose.
&lt;br&gt;&amp;gt; ###########################
&lt;br&gt;&amp;gt; How can I enforce to declare the namespace at the bean-level instead of each property, e.g.
&lt;br&gt;&amp;gt; &amp;lt;articleData xmlns=&amp;quot;&lt;a href=&quot;http://services.core.server.project.company.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://services.core.server.project.company.de&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; or even shorter:
&lt;br&gt;&amp;gt; &amp;lt;ns2:articleData&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; &amp;lt;articleData&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;ns2:dateOfIssue xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;ns2:designTaskId xsi:nil=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Jochen 
&lt;br&gt;&amp;gt; {quote}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1029%29-Namespace-declarations-too-verbose----Reopened-tp11060821p24406716.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389758</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:30:23Z</published>
	<updated>2009-07-08T04:30:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182944#action_182944&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182944#action_182944&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jeroen Kottier commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Thanks a lot for your help.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389767</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:30:23Z</published>
	<updated>2009-07-08T04:30:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182944#action_182944&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182944#action_182944&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jeroen Kottier commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Thanks a lot for your help.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389726</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:25:23Z</published>
	<updated>2009-07-08T04:25:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182943#action_182943&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182943#action_182943&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Henri Tremblay commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Not that I'm aware of. I'm doing this:
&lt;br&gt;&lt;br&gt;&lt;br&gt;{code}
&lt;br&gt;public class BigDecimalTypeFixed
&lt;br&gt;&amp;nbsp; extends org.codehaus.xfire.aegis.type.basic.BigDecimalType
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; public BigDecimalTypeFixed()
&lt;br&gt;&amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; setTypeClass(BigDecimal.class);
&lt;br&gt;&amp;nbsp; &amp;nbsp; setSchemaType(new QName(SoapConstants.XSD, &amp;quot;decimal&amp;quot;, SoapConstants.XSD_PREFIX));
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; public void writeObject(final Object object, final MessageWriter writer, final MessageContext context)
&lt;br&gt;&amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; writer.writeValue(((BigDecimal) object).toPlainString());
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;{code}
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389728</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:25:23Z</published>
	<updated>2009-07-08T04:25:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182943#action_182943&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182943#action_182943&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Henri Tremblay commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Not that I'm aware of. I'm doing this:
&lt;br&gt;&lt;br&gt;&lt;br&gt;{code}
&lt;br&gt;public class BigDecimalTypeFixed
&lt;br&gt;&amp;nbsp; extends org.codehaus.xfire.aegis.type.basic.BigDecimalType
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; public BigDecimalTypeFixed()
&lt;br&gt;&amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; setTypeClass(BigDecimal.class);
&lt;br&gt;&amp;nbsp; &amp;nbsp; setSchemaType(new QName(SoapConstants.XSD, &amp;quot;decimal&amp;quot;, SoapConstants.XSD_PREFIX));
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; public void writeObject(final Object object, final MessageWriter writer, final MessageContext context)
&lt;br&gt;&amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; writer.writeValue(((BigDecimal) object).toPlainString());
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;{code}
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389546</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:12:23Z</published>
	<updated>2009-07-08T04:12:23Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182940#action_182940&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182940#action_182940&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jeroen Kottier commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Will this issue be fixed in a future release?
&lt;br&gt;Is there no other way than overloading the BigDecimalType?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389546.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24389545</id>
	<title>[jira] Commented: (XFIRE-1032) BigDecimalType write erronous numbers when the scale &lt;= -6</title>
	<published>2009-07-08T04:12:22Z</published>
	<updated>2009-07-08T04:12:22Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182940#action_182940&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182940#action_182940&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Jeroen Kottier commented on XFIRE-1032:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Will this issue be fixed in a future release?
&lt;br&gt;Is there no other way than overloading the BigDecimalType?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; BigDecimalType write erronous numbers when the scale &amp;lt;= -6
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-1032
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-1032&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-1032&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Aegis Module
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.6
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Henri Tremblay
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A toString() on a BigDecimal with a scale of less then -6 will be in scientific notation (1.00E+8) which can't be parse in soap (at least on .Net ). The fix is to use toPlainString().
&lt;br&gt;&amp;gt; Aside from that, my current workaround is to overload the default BigDecimalType with mine. It works well but for that I had to copy &amp; paste the XSD_DECIMAL contant in DefaultTypeMappingRegistry. That makes me think it can be useful to make these constants public.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-1032%29-BigDecimalType-write-erronous-numbers-when-the-scale-%3C%3D--6-tp11075282p24389545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24355830</id>
	<title>[jira] Commented: (XFIRE-857) Resolver resolves classpath resources incorrect</title>
	<published>2009-07-06T06:52:22Z</published>
	<updated>2009-07-06T06:52:22Z</updated>
	<author>
		<name>JIRA jira@codehaus.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182679#action_182679&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=182679#action_182679&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Nils Eckert commented on XFIRE-857:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;The problem seems to be the UTF-8 encoding in 
&lt;br&gt;&lt;br&gt;{code:title=org.codehaus.xfire.util.Resolver.tryClasspath(String)}
&lt;br&gt;&amp;nbsp; &amp;nbsp; uri = new URI(URLEncoder.encode(decodedURL, &amp;quot;UTF-8&amp;quot;));
&lt;br&gt;{code}
&lt;br&gt;&lt;br&gt;This leads to the fact, that the URI Constructor can't extract the scheme and the URI is treated as &amp;quot;not absolute&amp;quot;.
&lt;br&gt;&lt;br&gt;I can't understand why the urlString has to be encoded before using it for the URI Constructor.
&lt;br&gt;&lt;br&gt;The problem could be solved for me if remove the encoding. I will attach a patch.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Nils Eckert
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Resolver resolves classpath resources incorrect
&lt;br&gt;&amp;gt; -----------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: XFIRE-857
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;http://jira.codehaus.org/browse/XFIRE-857&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/XFIRE-857&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: XFire
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Core
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: WinXP Java 1.5.09
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Philippe Jacot
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Dan Diephouse
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I pass a WSDL URL to the XFireClientFactoryBean of the format &amp;quot;classpath:...../bla.wsdl&amp;quot; I get an error in the method makeClient() as uri.toURL() throws an IllegalArgumentException(&amp;quot;URI is not absolute&amp;quot;).
&lt;br&gt;&amp;gt; The Resolver resolves the file correctly to a String of the form &amp;quot;file:/d:/..../bla.wsdl&amp;quot; but when the URI object is created (in the method tryClasspath(String) of Resolver) with uri = new URI(URLEncoder.encode(decodedURL, &amp;quot;UTF-8&amp;quot;)) URI does not find the scheme (I guess this should be file:/) and therefore thinks its a relative URI.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;If you think it was sent incorrectly contact one of the administrators: &lt;a href=&quot;http://jira.codehaus.org/secure/Administrators.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/secure/Administrators.jspa&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;For more information on JIRA, see: &lt;a href=&quot;http://www.atlassian.com/software/jira&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.atlassian.com/software/jira&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/XFire---Dev-f8898.html&quot; embed=&quot;fixTarget[8898]&quot; target=&quot;_top&quot; &gt;XFire - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28XFIRE-857%29-Resolver-resolves-classpath-resources-incorrect-tp8650977p24355830.html" />
</entry>

</feed>
