<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.xfire.user">
    <title>gmane.comp.java.xfire.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.xfire.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6909"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6908"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6900"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.user/6890"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6909">
    <title>Microsoft ISA Server problem</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6909</link>
    <description>
Hi all,

Web filter in Microsoft ISA Server blocks all xfire requests. Guys from
Microsoft say: "Unsupported Multiple line header. i.e, Website response
contains an HTTP header that begins with a space or with a TAB character".
Did anyone have such problem?
</description>
    <dc:creator>Andrew.K</dc:creator>
    <dc:date>2008-11-21T14:53:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6908">
    <title>time stamps format</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6908</link>
    <description>time stamps format

 

When the web server is running in -5:00 gmt the format for the time is
in this format 2008-11-11T12:07:00-05:00

 

 When the web server is running in +0:00 the format switches to the Z
format for the date time 2008-11-07T16:59:29.907Z.  Why is that?
Shouldn't it always be in the offset format?  Is there a way to force it
to the offset format?

 

I'm using Xfire 1.2 java 1.6.update10

 

 

</description>
    <dc:creator>Alexander Anguiano</dc:creator>
    <dc:date>2008-11-11T20:44:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6907">
    <title>Namespace question</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6907</link>
    <description>I have a xfire webservice up and running with namespace testService. I also
use several complex types that do not use this namespace. They are getting
their namespace form the java package that they are contained in.

The proxy java client classes are created fine from the WSDL as long as I
use xfire/axis to generate them. However, when I use Visual Studio I get the
following error message:

Schema validation warning: Schema item 'element' named 'getResponse' from
namespace ' testService ' is invalid. Namespace '
http://data.testwebservice.com &lt;http://somepackage.search/&gt;' is not
available to be referenced in this schema.

I read that adding the annotaion &lt; at &gt;XmlType to the interfaces of my complext
types can fix the issue as you specify and change the namespace of these
types to the namespace of your service.

However, changing that would break the existing clients.

Is there a way to fix this without adding the &lt; at &gt;XmlType annotation. From what
I read, I guess it involves importing the schemas, but I have no idea how to
do that in the code, so that the generated WSDL picks it up.

Sorry for the earlier email, I was trying to reply to an existing thread and
that did not work out.
</description>
    <dc:creator>p k</dc:creator>
    <dc:date>2008-10-14T16:02:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6906">
    <title>Re: A namespace question</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6906</link>
    <description>I have the same problem. And I can't use &lt; at &gt;XmlType as it would change the
namespace and break exisiting clients (note that clients not using .NET
don't see this warning).
Any other way to fix this?

From what I read, I guess it involves importing the schemas, but I have no
idea how to do that in the code, so that the generated WSDL picks it up.

Thanks!
</description>
    <dc:creator>p k</dc:creator>
    <dc:date>2008-10-14T14:22:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6905">
    <title>Re: All methods in web service class are visible in WSDL</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6905</link>
    <description>Hi,
     we managed to supress some methods declaring the exclusion in the xml:


&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    "http://www.springframework.org/dtd/spring-beans.dtd"&gt;

&lt;beans&gt;
&lt;import resource="classpath:org/codehaus/xfire/spring/xfire.xml"/&gt;
...
    &lt;bean name="web.service.configurationService"
class="org.codehaus.xfire.spring.ServiceBean"&gt;
      &lt;property name="serviceBean" ref="service.configurationService"/&gt;
      &lt;property name="name" value="ConfigurationService"/&gt;
      &lt;property name="methods"&gt;
        &lt;list&gt;
          &lt;bean class="org.codehaus.xfire.spring.config.MethodBean"&gt;
            &lt;property name="name" value="setConfigurationBusiness" /&gt;
            &lt;property name="exclude" value="true" /&gt;
          &lt;/bean&gt;
        &lt;/list&gt;
      &lt;/property&gt;
    &lt;/bean&gt;
...

 Hope this give you an idea. By the way, I'm not using any kind of annotation.

Bye.

2008/1/8 tcs &lt;tahura&lt; at &gt;hotmail.com&gt;:

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>rodo</dc:creator>
    <dc:date>2008-10-10T13:42:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6904">
    <title>Re: XFire AegisBindingProvider</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6904</link>
    <description>*lol*. I see...

cheers, Johannes


-------- Original-Nachricht --------


</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-10-06T09:12:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6903">
    <title>Re: XFire AegisBindingProvider</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6903</link>
    <description>Johannes,

that was an auto-reply "out of the office" ;-)

Johannes Elsinghorst wrote:


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Werner Lehmann</dc:creator>
    <dc:date>2008-10-06T07:56:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6902">
    <title>Re: XFire AegisBindingProvider</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6902</link>
    <description>Hi XI,

How am i supposed to understand your message? :-)
Are you going to look into it?

cheers, Johannes


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-10-04T07:37:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6901">
    <title>Re: XFire AegisBindingProvider</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6901</link>
    <description>Hello,

  Thanks for your kindly remiander.

  I will leave you messege.

Thanks.
XI



2008/10/1 Johannes Elsinghorst &lt;JohannesElsinghorst&lt; at &gt;gmx.net&gt;

</description>
    <dc:creator>diz diz</dc:creator>
    <dc:date>2008-10-02T01:42:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6900">
    <title>XFire AegisBindingProvider</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6900</link>
    <description>Hello,
Hello,

i currently try to get xfire/aegis to marshal a soap message into pojos.
I use xfires inside a servicemix jsr181 SU. The Schema and classes make
use of inheritance so i registered all used classes via the
overrideTypesList. As i see while debugging the all get found and
registered in the AegisBindingProvider. The soap message looks like this:
&lt;soap:Body&gt;
      &lt;tns:"methodName"&gt;
         &lt;param1&gt;simple&lt;/param1&gt;
         &lt;param2 xsi:type="tns:GPValues"&gt;
            &lt;GPValue xsi:type="tns:GPFeatureRecordSetLayer"&gt;
               &lt;recordSet xsi:type="tns:recordSet"&gt;
                  &lt;Fields xsi:type="tns:Fields"&gt;
                     &lt;FieldArray xsi:type="tns:ArrayOfField"&gt;
                        &lt;Field xsi:type="tns:Field"&gt;
                           &lt;Name&gt;FID&lt;/Name&gt;
                           &lt;Type&gt;esriFieldTypeOID&lt;/Type&gt;
                          ...
                        &lt;/Field&gt;
                         ...  
                     &lt;/FieldArray&gt;
                  &lt;/Fields&gt;
                 ...
               &lt;/recordSet&gt;
            &lt;/GPValue&gt;
            &lt;GPValue xsi:type="tns:GPDouble"&gt;
               &lt;Value&gt;10&lt;/Value&gt;
            &lt;/GPValue&gt;      
         &lt;/param2&gt;      
      &lt;/tns:"methodName&gt;
   &lt;/soap:Body&gt;

The problem is to find the BeanType for "recordSet". It finds and
instantiates "GPFeatureRecordSetLayer" without problems. Its a BeanType,
so during readObject in ll.135 (BeanType.java) it tries to read the
child elements. In Line 140 it fails to find the parent and  therefore
calls getReadType with a null for type and runs into a
Null-PointerException.
I'm wondering whats going wrong here since the types get all registered
at deployment.
Do you have any clues or hints?

Thanks in advance, Johannes

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-10-01T12:14:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6899">
    <title>Input validation from WSDL</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6899</link>
    <description>I generate my web service from the WSDL and don't have an XML Schema.
Can Xfire perform input validation from the WSDL for minLength and
maxLength restrictions? Any pointers to docs to do this? Thanks.

--
Brett Slocum
&lt;slocum&lt; at &gt;weirdrealm.com&gt;

See my writing website: http://brettslocum.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Brett Slocum</dc:creator>
    <dc:date>2008-09-30T21:00:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6898">
    <title>Aegis Binding - Type Mapping Question</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6898</link>
    <description>Hi,

i use xfire indirectly inside a apache servicemix jsr181 service unit. It is used to marshall/unmarshall pojos. I have a xml-schema (inside a wsdl) and corresponding java-classes both from a 3rd-party vendor, so i dont have the sources. I need to somehow configure xfire's ageis bindings to map some xml types to the java classes. The schema contains an abstract type and some extending types, so do the java classes. In my case aegis always tries to instantiate the absract class for an extended type. Xfire looks in the extended type's TypeMapping (xml2Type) for a class to instatiate. But this mapping is empty so its tries to
instatiate the abstract class and throws an exception! I found that theres some way to define these class.aegis.xml mapping files, but im not sure whether thats what i need. I just need to
tell it what class to use for what xml-Type!
Has anybody an idea how to do this? 

thanks, Johannes
</description>
    <dc:creator>Johannes Elsinghorst</dc:creator>
    <dc:date>2008-09-29T10:56:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6897">
    <title>Re: Invalid XPath expression</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6897</link>
    <description>
Yes. Or change the code which requires it.


That's for you to find out. I don't use it.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Werner Lehmann</dc:creator>
    <dc:date>2008-09-04T09:11:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6896">
    <title>JMS programmatically</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6896</link>
    <description>Hi,

I tried to expose my WS through JMS (activeMQ).
However, we are using the XFIRE in embedded mode. That means, no setting in spring or whatsoever.
Is there any docu or working code sample where I can expose my service to jms programmatically?

So far, I'm able to register my JMSTransport into the xfire:

XFire xfire = XFireFactory.newInstance().getXFire();
        JMSTransport jt = new JMSTransport(
                         xfire, getConnectionFactory());
        xfire.getTransportManager().register(jt);

But now, I'm confuse with the things that I need to do for my service. In AXIS2, I don't have to say anything at all....it will automatically expose my service as JMS.

Thanks,
Aries

</description>
    <dc:creator>Dwiputera Aries Fajar (CI/AFR-SG</dc:creator>
    <dc:date>2008-09-04T02:16:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6895">
    <title>Re: Invalid XPath expression</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6895</link>
    <description>
Yes ,I'm using Jaxen which has baseXPath class.So what would be the solution
for this?Do i need to change  my jaxen.ar version to some other version ?If
so which version has this BaseXPath with navigator parameter in their
constructor...any idea.



Werner Lehmann wrote:

</description>
    <dc:creator>anandintouch</dc:creator>
    <dc:date>2008-09-03T18:24:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6894">
    <title>Re: Invalid XPath expression</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6894</link>
    <description>Signing info is in the meta-inf folder, you should recognize it if you 
see it. However, the latest error is obviously different. Now you are 
using a Jaxen BaseXPath class which is missing a specific constructor 
(the one taking a Navigator parameter, if I am not mistaken).

anandintouch wrote:


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Werner Lehmann</dc:creator>
    <dc:date>2008-09-03T08:47:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6893">
    <title>Re: Invalid XPath expression</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6893</link>
    <description>
Hi Werne,
 I'm also getting error like related to Xfire as below-
Invocation of init method failed; nested exception is
org.codehaus.xfire.XFireRuntimeException: Error evaluating xpath
/mappings/mapping[&lt; at &gt;uri='http://referencedata.inventory.cobaltgroup.com'].
Nested exception is org.jdom.JDOMException: java.lang.NoSuchMethodError:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V
Caused by: org.codehaus.xfire.XFireRuntimeException: Error evaluating xpath
/mappings/mapping[&lt; at &gt;uri='http://referencedata.inventory.cobaltgroup.com'].
Nested exception is org.jdom.JDOMException: java.lang.NoSuchMethodError:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V
org.jdom.JDOMException: java.lang.NoSuchMethodError:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V:
org.jaxen.BaseXPath.&lt;init&gt;(Ljava/lang/String;Lorg/jaxen/Navigator;)V
--------------------------------------------------------------- 
In my application ear file we have one jaxen.jar file which has Meta-Inf
with License and manifest file
and my ear file also has Meta-Inf folder with manifest and application.xml
file.
 According to your response in other thread,you said try removing signing
information in META-INF of respective-jar,So I'm not sure where is that
signing information and from where I've to remove that?
I appreciate if you let me know that.
Thanks,
Anand




Werner Lehmann wrote:

</description>
    <dc:creator>anandintouch</dc:creator>
    <dc:date>2008-09-02T22:55:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6892">
    <title>org.codehaus.xfire.XFireRuntimeException: Server returned error code = 401 for URI : http://58.211.37.27:88/OATest/MyService.asmx.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6892</link>
    <description>
Hi,all.
I have a problem described as the follows:
I use eclipse3.3+myEclipse6 to develope my java web application,I used the
webservice "MyService.asmx" which is written by others(MyService.asmx is
written in .NET tools) to get certain method such as GetOaEmpId().In my
computer(my computer OS is windows2000 professional) the jsp page can get
the method GetOaEmpId without any problem,it works well.But with the same
.net code and java code I deployed to another computer,I cann't get the
GetOaEmpId() method,the jsp page throw an exception:


信息: Loading validation rules file from '/WEB-INF/validation.xml'
2008-8-29 9:04:54 org.apache.struts.validator.ValidatorPlugIn initResources
信息: Loading validation rules file from '/WEB-INF/validator-rules.xml'
2008-8-29 9:05:15 org.apache.commons.httpclient.auth.AuthChallengeProcessor
selectAuthScheme
信息: ntlm authentication scheme selected
2008-8-29 9:05:15 org.apache.commons.httpclient.HttpMethodDirector
processWWWAuthChallenge
信息: No credentials available for NTLM &lt;any realm&gt;&lt; at &gt;58.211.37.27:88
2008-8-29 9:05:15 org.codehaus.xfire.transport.http.HttpChannel
sendViaClient
严重: Server returned error code = 401 for URI :
http://58.211.37.27:88/OATest/MyService.asmx. Check server logs for details
2008-8-29 9:05:15 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet jsp threw exception
org.codehaus.xfire.XFireRuntimeException: Server returned error code = 401
for URI : http://58.211.37.27:88/OATest/MyService.asmx. Check server logs
for 

details
at
org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:130)
at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
at
org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy114.getOaEmpInfo(Unknown Source)
at org.apache.jsp.Frameset_jsp._jspService(Frameset_jsp.java:89)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)

I really don't know how to resolve the problem.
could you please do me a favor..please..thank you ..
</description>
    <dc:creator>Harold.Zhang</dc:creator>
    <dc:date>2008-08-29T01:35:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6891">
    <title>NoSuchMethodException: getPortClassMap()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6891</link>
    <description>I finally figured out what was going on here.

 

My client project had some of the old Xfire libraries in it.

When I removed those the problem went away.

 

I don't seem to have the ability to close issues, so please close this.

 

Thanks.

 

Frank 

 




-----------------------------------------
Confidentiality Notice!
This electronic transmission and any attached documents or other
writings are confidential and are for the sole use of the intended
recipient(s) identified above. This message may contain information
that is privileged, confidential or otherwise protected from
disclosure under applicable law. If the receiver of this
information is not the intended recipient, or the employee, or
agent responsible for delivering the information to the intended
recipient, you are hereby notified that any use, reading,
dissemination, distribution, copying or storage of this information
is strictly prohibited. If you have received this information in
error, please notify the sender by return email and delete the
electronic transmission, including all attachments from your
system.
</description>
    <dc:creator>Frank Lawlor</dc:creator>
    <dc:date>2008-08-21T15:01:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6890">
    <title>NoSuchMethodException: getPortClassMap()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6890</link>
    <description>I am using MyEclipse 6.5.

 

I created a web service project conforming to JAX-WS.

 

I generated a WS client by pointing to the WSDL URL of my service.

 

I created a test class as indicated in the MyEclipse documentation

http://www.myeclipseide.com/documentation/quickstarts/webservices_jaxws/

 

When I try to create my service:

 

  OrderCashCard2Service service = new OrderCashCard2Service();

 

It throws an exception in codehaus xfire code caused by:

 

Caused by: java.lang.NoSuchMethodException:
com.netspend.socketpcclient.ordercashcard.OrderCashCard2Service.getPortC
lassMap()

            at java.lang.Class.getMethod(Class.java:1581)

            at
org.codehaus.xfire.jaxws.ServiceDelegate.&lt;init&gt;(ServiceDelegate.java:60)

            ... 5 more

 

Is this missing method supposed to be provided by the base class class
javax.xml.ws.Service or should this have been generated in my service
(OrderCashCard2Service)?

 

Is this a bug?

 

How do I fix this?

 

Thanks,

 

  -- Frank

 




-----------------------------------------
Confidentiality Notice!
This electronic transmission and any attached documents or other
writings are confidential and are for the sole use of the intended
recipient(s) identified above. This message may contain information
that is privileged, confidential or otherwise protected from
disclosure under applicable law. If the receiver of this
information is not the intended recipient, or the employee, or
agent responsible for delivering the information to the intended
recipient, you are hereby notified that any use, reading,
dissemination, distribution, copying or storage of this information
is strictly prohibited. If you have received this information in
error, please notify the sender by return email and delete the
electronic transmission, including all attachments from your
system.
</description>
    <dc:creator>Frank Lawlor</dc:creator>
    <dc:date>2008-08-20T22:48:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.user/6889">
    <title>Re: org.codehaus.xfire.XFireRuntimeException: Could not invoke service..</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.user/6889</link>
    <description>Jagan,

looks to me as if you are trying to use a service with unsupported or 
unmapped parameter or return types. If you have no idea what it is you 
might want to debug that XFire code to get more information about the 
particular type which is causing the trouble. I would always suspect any 
type which is not a simple type, collection or a bean with properties of 
those types. Maybe it is also possible to increase the log level, not sure.

And did you see the root cause:


Werner

Jagan Mohan Reddy wrote:


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



</description>
    <dc:creator>Werner Lehmann</dc:creator>
    <dc:date>2008-08-18T10:45:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.xfire.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.xfire.user</link>
  </textinput>
</rdf:RDF>
