<?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.devel">
    <title>gmane.comp.java.xfire.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.xfire.devel</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.devel/4673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4656"/>
      </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.devel/4673">
    <title>[jira] Created: (XFIRE-1155) ERROR - org.apache.ws.security.WSSecurityException: WSHandler: Encryption: no crypto property file OR Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4673</link>
    <description>&lt;pre&gt;ERROR - org.apache.ws.security.WSSecurityException: WSHandler: Encryption: no crypto property file OR Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: XFIRE-1155
                 URL: https://jira.codehaus.org/browse/XFIRE-1155
             Project: XFire
          Issue Type: Bug
         Environment: win xp  jdk1.6  spring
            Reporter: Jeffrey
            Assignee: Dan Diephouse
             Fix For: 1.2.6


Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
org.codehaus.xfire.fault.XFireFault: Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
at org.codehaus.xfire.fault.Soap11FaultSerializer.readMessage(Soap11FaultSerializer.java:31)
at org.codehaus.xfire.fault.SoapFaultSerializer.readMessage(SoapFaultSerializer.java:28)
at org.codehaus.xfire.soap.handler.ReadHeadersHandler.checkForFault(ReadHeadersHandler.java:111)
at org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:67)
at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Client.onReceive(Client.java:406)
at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:139)
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 $Proxy0.getRefinedTopicCount(Unknown Source)
at com.monitor.client.ClientEnc.main(ClientEnc.java:47)


outsecurity.properties:
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
org.apache.ws.security.crypto.merlin.keystore.type=jks
org.apache.ws.security.crypto.merlin.keystore.password=storepass
org.apache.ws.security.crypto.merlin.file=com/monitor/client/wss4j/clientStore.jks

java security :
security.provider.1=sun.security.provider.Sun
security.provider.2=sun.security.rsa.SunRsaSign
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider
security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
security.provider.8=sun.security.smartcardio.SunPCSC
security.provider.9=sun.security.mscapi.SunMSCAPI
security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider

and the client code:
public class ClientEnc {
private static XFireProxyFactory serviceFactory = new XFireProxyFactory();
public static void main(String[] args){
Service serviceModel = new ObjectServiceFactory().create(BbtForumService.class);
try {
System.out.println(System.getProperty("user.dir"));
BufferedReader br= new BufferedReader(new FileReader("server/com/monitor/client/wss4j/outsecurity.properties"));
String s;

while ((s = br.readLine()) != null){
System.out.println(s);
}
br.close();
String serviceURL = "http://localhost:8080/ws/services/BbtForumServiceEnc";
BbtForumService service = (BbtForumService)serviceFactory.create(serviceModel, 
serviceURL);
Client client = ((XFireProxy)Proxy.getInvocationHandler(service)).getClient();
client.addOutHandler(new DOMOutHandler());
Properties properties = new Properties();
properties.setProperty(WSHandlerConstants.ACTION, WSHandlerConstants.ENCRYPT);
properties.setProperty(WSHandlerConstants.ENC_PROP_FILE, 
"com/monitor/client/wss4j/outsecurity.properties");
//properties.setProperty(WSHandlerConstants.ENC_SYM_ALGO, WSConstants.TRIPLE_DES);
properties.setProperty(WSHandlerConstants.ENCRYPTION_USER, "server");
client.addOutHandler(new WSS4JOutHandler(properties));
int count = service.getRefinedTopicCount(20);
System.out.println("count" + count);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}

I have succeeded in signature and usertoken but only the encryption. I am driver mad!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Jeffrey (JIRA</dc:creator>
    <dc:date>2011-11-01T02:31:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4672">
    <title>[jira] Created: (XFIRE-1155) ERROR - org.apache.ws.security.WSSecurityException: WSHandler: Encryption: no crypto property file OR Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4672</link>
    <description>&lt;pre&gt;ERROR - org.apache.ws.security.WSSecurityException: WSHandler: Encryption: no crypto property file OR Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: XFIRE-1155
                 URL: https://jira.codehaus.org/browse/XFIRE-1155
             Project: XFire
          Issue Type: Bug
         Environment: win xp  jdk1.6  spring
            Reporter: Jeffrey
            Assignee: Dan Diephouse
             Fix For: 1.2.6


Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
org.codehaus.xfire.fault.XFireFault: Invalid operation: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
at org.codehaus.xfire.fault.Soap11FaultSerializer.readMessage(Soap11FaultSerializer.java:31)
at org.codehaus.xfire.fault.SoapFaultSerializer.readMessage(SoapFaultSerializer.java:28)
at org.codehaus.xfire.soap.handler.ReadHeadersHandler.checkForFault(ReadHeadersHandler.java:111)
at org.codehaus.xfire.soap.handler.ReadHeadersHandler.invoke(ReadHeadersHandler.java:67)
at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Client.onReceive(Client.java:406)
at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:139)
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 $Proxy0.getRefinedTopicCount(Unknown Source)
at com.monitor.client.ClientEnc.main(ClientEnc.java:47)


outsecurity.properties:
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
org.apache.ws.security.crypto.merlin.keystore.type=jks
org.apache.ws.security.crypto.merlin.keystore.password=storepass
org.apache.ws.security.crypto.merlin.file=com/monitor/client/wss4j/clientStore.jks

java security :
security.provider.1=sun.security.provider.Sun
security.provider.2=sun.security.rsa.SunRsaSign
security.provider.3=com.sun.net.ssl.internal.ssl.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider
security.provider.6=com.sun.security.sasl.Provider
security.provider.7=org.jcp.xml.dsig.internal.dom.XMLDSigRI
security.provider.8=sun.security.smartcardio.SunPCSC
security.provider.9=sun.security.mscapi.SunMSCAPI
security.provider.10=org.bouncycastle.jce.provider.BouncyCastleProvider

and the client code:
public class ClientEnc {
private static XFireProxyFactory serviceFactory = new XFireProxyFactory();
public static void main(String[] args){
Service serviceModel = new ObjectServiceFactory().create(BbtForumService.class);
try {
System.out.println(System.getProperty("user.dir"));
BufferedReader br= new BufferedReader(new FileReader("server/com/monitor/client/wss4j/outsecurity.properties"));
String s;

while ((s = br.readLine()) != null){
System.out.println(s);
}
br.close();
String serviceURL = "http://localhost:8080/ws/services/BbtForumServiceEnc";
BbtForumService service = (BbtForumService)serviceFactory.create(serviceModel, 
serviceURL);
Client client = ((XFireProxy)Proxy.getInvocationHandler(service)).getClient();
client.addOutHandler(new DOMOutHandler());
Properties properties = new Properties();
properties.setProperty(WSHandlerConstants.ACTION, WSHandlerConstants.ENCRYPT);
properties.setProperty(WSHandlerConstants.ENC_PROP_FILE, 
"com/monitor/client/wss4j/outsecurity.properties");
//properties.setProperty(WSHandlerConstants.ENC_SYM_ALGO, WSConstants.TRIPLE_DES);
properties.setProperty(WSHandlerConstants.ENCRYPTION_USER, "server");
client.addOutHandler(new WSS4JOutHandler(properties));
int count = service.getRefinedTopicCount(20);
System.out.println("count" + count);
} catch (MalformedURLException e) {
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}

I have succeeded in signature and usertoken but only the encryption. I am driver mad!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Jeffrey (JIRA</dc:creator>
    <dc:date>2011-11-01T02:31:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4671">
    <title>[jira] Created: (XFIRE-1154) Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4671</link>
    <description>&lt;pre&gt;Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...)
-----------------------------------------------------------------------------------------------------------------

                 Key: XFIRE-1154
                 URL: https://jira.codehaus.org/browse/XFIRE-1154
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
         Environment: All
            Reporter: ST
            Assignee: Dan Diephouse
             Fix For: 1.2.7


Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...). If you create dependency on xfire-all then you get xfire-all.jar and xfire-core.jar, xfire-aegis.jar,... It means You have duplicated all classes - one in xfire-all.jar a

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>ST (JIRA</dc:creator>
    <dc:date>2011-07-21T07:50:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4670">
    <title>[jira] Created: (XFIRE-1154) Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4670</link>
    <description>&lt;pre&gt;Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...)
-----------------------------------------------------------------------------------------------------------------

                 Key: XFIRE-1154
                 URL: https://jira.codehaus.org/browse/XFIRE-1154
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
         Environment: All
            Reporter: ST
            Assignee: Dan Diephouse
             Fix For: 1.2.7


Xfire-all module's pom.xml contains bad dependency scope (compile) of xfire modules (xfire-aegis, xfire-core,...). If you create dependency on xfire-all then you get xfire-all.jar and xfire-core.jar, xfire-aegis.jar,... It means You have duplicated all classes - one in xfire-all.jar a

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>ST (JIRA</dc:creator>
    <dc:date>2011-07-21T07:50:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4669">
    <title>[jira] Created: (XFIRE-1153) problem with parameter namespace ; xfire client generated from a cxf server wsdl</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4669</link>
    <description>&lt;pre&gt;problem with parameter namespace ; xfire client generated from a cxf server wsdl
--------------------------------------------------------------------------------

                 Key: XFIRE-1153
                 URL: http://jira.codehaus.org/browse/XFIRE-1153
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.6
            Reporter: Christian Htiman
            Assignee: Dan Diephouse


Hello all!

first, sorry for my bad english...

I need to dialog with a CXF/OpenEJB web service from a XFire wsdl generated client.

People managing the server tell me all the parameter are null. The reason I have found is the soap adds "ns1:" prefix to the parameter names :

&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
&amp;lt;soap:Body&amp;gt;
&amp;lt;ns1:verification xmlns:ns1="myNamespace"&amp;gt;
&amp;lt;ns1:systemIdent&amp;gt;SYSID&amp;lt;/ns1:systemIdent&amp;gt;
&amp;lt;ns1:sessionToken&amp;gt;1231445569844&amp;lt;/ns1:sessionToken&amp;gt;
&amp;lt;/ns1:verification &amp;gt;
&amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;

when I send the same soap with soapUI without "ns1:" before the parameter names, it works!!!

&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
&amp;lt;soap:Body&amp;gt;
&amp;lt;ns1:verification xmlns:ns1="myNamespace"&amp;gt;
&amp;lt;systemIdent&amp;gt;SYSID&amp;lt;/systemIdent&amp;gt;
&amp;lt;sessionToken&amp;gt;1231445569844&amp;lt;/sessionToken&amp;gt;
&amp;lt;/ns1:verification &amp;gt;
&amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;

I have already added UNQUALIFIED to package-info.java but it is the same result

&amp;lt; at &amp;gt;javax.xml.bind.annotation.XmlSchema(namespace = "myNamespace", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED)

Does anyone know what I should check and/or change in either in the web service interface class and/or its implementation?

thank you... really...

&lt;/pre&gt;</description>
    <dc:creator>Christian Htiman (JIRA</dc:creator>
    <dc:date>2011-04-12T16:07:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4668">
    <title>[jira] Created: (XFIRE-1153) problem with parameter namespace ; xfire client generated from a cxf server wsdl</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4668</link>
    <description>&lt;pre&gt;problem with parameter namespace ; xfire client generated from a cxf server wsdl
--------------------------------------------------------------------------------

                 Key: XFIRE-1153
                 URL: http://jira.codehaus.org/browse/XFIRE-1153
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.6
            Reporter: Christian Htiman
            Assignee: Dan Diephouse


Hello all!

first, sorry for my bad english...

I need to dialog with a CXF/OpenEJB web service from a XFire wsdl generated client.

People managing the server tell me all the parameter are null. The reason I have found is the soap adds "ns1:" prefix to the parameter names :

&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
&amp;lt;soap:Body&amp;gt;
&amp;lt;ns1:verification xmlns:ns1="myNamespace"&amp;gt;
&amp;lt;ns1:systemIdent&amp;gt;SYSID&amp;lt;/ns1:systemIdent&amp;gt;
&amp;lt;ns1:sessionToken&amp;gt;1231445569844&amp;lt;/ns1:sessionToken&amp;gt;
&amp;lt;/ns1:verification &amp;gt;
&amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;

when I send the same soap with soapUI without "ns1:" before the parameter names, it works!!!

&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
&amp;lt;soap:Body&amp;gt;
&amp;lt;ns1:verification xmlns:ns1="myNamespace"&amp;gt;
&amp;lt;systemIdent&amp;gt;SYSID&amp;lt;/systemIdent&amp;gt;
&amp;lt;sessionToken&amp;gt;1231445569844&amp;lt;/sessionToken&amp;gt;
&amp;lt;/ns1:verification &amp;gt;
&amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;

I have already added UNQUALIFIED to package-info.java but it is the same result

&amp;lt; at &amp;gt;javax.xml.bind.annotation.XmlSchema(namespace = "myNamespace", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.UNQUALIFIED)

Does anyone know what I should check and/or change in either in the web service interface class and/or its implementation?

thank you... really...

&lt;/pre&gt;</description>
    <dc:creator>Christian Htiman (JIRA</dc:creator>
    <dc:date>2011-04-12T16:07:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4667">
    <title>[jira] Commented: (XFIRE-952) Unsupported key transport encryption algorithm</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4667</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=262046#action_262046 ] 

Jeffrey commented on XFIRE-952:
-------------------------------

I've counted the same problem. I even changed the PC, but still it didn't work. I am desperated now. HELP! HELP!
yet I installed Unlimited Strength Jurisdiction Policy Files and the Bouncy Castle security provider.

myeclipse jdk1.6


&lt;/pre&gt;</description>
    <dc:creator>Jeffrey (JIRA</dc:creator>
    <dc:date>2011-03-31T02:55:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4666">
    <title>[jira] Commented: (XFIRE-952) Unsupported key transport encryption algorithm</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4666</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=262046#action_262046 ] 

Jeffrey commented on XFIRE-952:
-------------------------------

I've counted the same problem. I even changed the PC, but still it didn't work. I am desperated now. HELP! HELP!
yet I installed Unlimited Strength Jurisdiction Policy Files and the Bouncy Castle security provider.

myeclipse jdk1.6


&lt;/pre&gt;</description>
    <dc:creator>Jeffrey (JIRA</dc:creator>
    <dc:date>2011-03-31T02:55:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4665">
    <title>Re: [jira] Created: (XFIRE-1152) MTOM/XOP Interoperability - cid href URLEncode/URLDecode</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4665</link>
    <description>&lt;pre&gt;JBoss Web Services had the same issue and it was fixed.

https://jira.jboss.org/browse/JBWS-2405

Please review.

-
Adnan Memon



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

    http://xircles.codehaus.org/manage_email



&lt;/pre&gt;</description>
    <dc:creator>Adnan Memon</dc:creator>
    <dc:date>2010-11-30T03:25:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4664">
    <title>[jira] Created: (XFIRE-1152) MTOM/XOP Interoperability - cid href URLEncode/URLDecode</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4664</link>
    <description>&lt;pre&gt;MTOM/XOP Interoperability - cid href URLEncode/URLDecode
--------------------------------------------------------

                 Key: XFIRE-1152
                 URL: http://jira.codehaus.org/browse/XFIRE-1152
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
            Reporter: James Snell
            Assignee: Dan Diephouse


WCF uses a URL Encoded href cid for xopInclude. However, the Content-Id for the attachment is not URL Encoded. As such, XFire is unable to find the attachment.

Example:

Request
&amp;lt;xop:Include href="cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750" xmlns:xop="http://www.w3.org/2004/08/xop/include"/&amp;gt;

--uuid:357c6d9d-d6cf-42e3-bca5-75c8f3761934+id=1
Content-ID: &amp;lt;http://tempuri.org/1/633631227250468750&amp;gt;

Response
Attachment cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750 was not found.

XFire log:

java.lang.IllegalArgumentException: Attachment cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750 was not found.
 at org.codehaus.xfire.jaxb2.AttachmentUnmarshaller.getAttachmentAsDataHandler(AttachmentUnmarshaller.java:70)
 at com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator.startElement(MTOMDecorator.java:60)
 at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:35)
 at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:201)
 at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:135)
 at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:332)
 at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:304)
 at org.codehaus.xfire.jaxb2.JaxbType.readObject(JaxbType.java:196)
 at org.codehaus.xfire.aegis.AegisBindingProvider.readParameter(AegisBindingProvider.java:162)
 at org.codehaus.xfire.service.binding.AbstractBinding.read(AbstractBinding.java:206)
 at org.codehaus.xfire.service.binding.DocumentBinding.readMessage(DocumentBinding.java:32)
 at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke(SoapBodyHandler.java:42)
 at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
 at org.codehaus.xfire.transport.DefaultEndpoint.onReceive(DefaultEndpoint.java:64)
 at org.codehaus.xfire.transport.AbstractChannel.receive(AbstractChannel.java:38)
 at org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:278)
 at org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:130)
 at org.codehaus.xfire.transport.http.XFireServlet.doPost(XFireServlet.java:116)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at com.etilize.inquire.service.catalog.InQuireCatalogWSFilter.doFilter(InQuireCatalogWSFilter.java:129)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
 at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 at com.etilize.inquire.service.router.ServiceEntranceServlet.doPost(ServiceEntranceServlet.java:118)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 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:191)
 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:293)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
 at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
 at java.lang.Thread.run(Thread.java:619)


&lt;/pre&gt;</description>
    <dc:creator>James Snell (JIRA</dc:creator>
    <dc:date>2010-11-25T20:30:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4663">
    <title>[jira] Created: (XFIRE-1152) MTOM/XOP Interoperability - cid href URLEncode/URLDecode</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4663</link>
    <description>&lt;pre&gt;MTOM/XOP Interoperability - cid href URLEncode/URLDecode
--------------------------------------------------------

                 Key: XFIRE-1152
                 URL: http://jira.codehaus.org/browse/XFIRE-1152
             Project: XFire
          Issue Type: Bug
    Affects Versions: 1.2.4
            Reporter: James Snell
            Assignee: Dan Diephouse


WCF uses a URL Encoded href cid for xopInclude. However, the Content-Id for the attachment is not URL Encoded. As such, XFire is unable to find the attachment.

Example:

Request
&amp;lt;xop:Include href="cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750" xmlns:xop="http://www.w3.org/2004/08/xop/include"/&amp;gt;

--uuid:357c6d9d-d6cf-42e3-bca5-75c8f3761934+id=1
Content-ID: &amp;lt;http://tempuri.org/1/633631227250468750&amp;gt;

Response
Attachment cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750 was not found.

XFire log:

java.lang.IllegalArgumentException: Attachment cid:http%3A%2F%2Ftempuri.org%2F1%2F633631227250468750 was not found.
 at org.codehaus.xfire.jaxb2.AttachmentUnmarshaller.getAttachmentAsDataHandler(AttachmentUnmarshaller.java:70)
 at com.sun.xml.bind.v2.runtime.unmarshaller.MTOMDecorator.startElement(MTOMDecorator.java:60)
 at com.sun.xml.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:35)
 at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:201)
 at com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:135)
 at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:332)
 at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:304)
 at org.codehaus.xfire.jaxb2.JaxbType.readObject(JaxbType.java:196)
 at org.codehaus.xfire.aegis.AegisBindingProvider.readParameter(AegisBindingProvider.java:162)
 at org.codehaus.xfire.service.binding.AbstractBinding.read(AbstractBinding.java:206)
 at org.codehaus.xfire.service.binding.DocumentBinding.readMessage(DocumentBinding.java:32)
 at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke(SoapBodyHandler.java:42)
 at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
 at org.codehaus.xfire.transport.DefaultEndpoint.onReceive(DefaultEndpoint.java:64)
 at org.codehaus.xfire.transport.AbstractChannel.receive(AbstractChannel.java:38)
 at org.codehaus.xfire.transport.http.XFireServletController.invoke(XFireServletController.java:278)
 at org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:130)
 at org.codehaus.xfire.transport.http.XFireServlet.doPost(XFireServlet.java:116)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at com.etilize.inquire.service.catalog.InQuireCatalogWSFilter.doFilter(InQuireCatalogWSFilter.java:129)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
 at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
 at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
 at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
 at com.etilize.inquire.service.router.ServiceEntranceServlet.doPost(ServiceEntranceServlet.java:118)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 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:191)
 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:293)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
 at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
 at java.lang.Thread.run(Thread.java:619)


&lt;/pre&gt;</description>
    <dc:creator>James Snell (JIRA</dc:creator>
    <dc:date>2010-11-25T20:30:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662">
    <title>[jira] Commented: (XFIRE-480) aegis NullPointerException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=240044#action_240044 ] 

Trupti Parakh commented on XFIRE-480:
-------------------------------------

Has this issue been resolved.??? I am still getting this error for the same example and I am using xfire-all-1.2.6.jar for the deployment of the service. As stated by eureka , I get a "java.lang.NullPointerException
at org.codehaus.xfire.aegis.type.basic.HolderType.readObject(HolderType.java:54)" when the service is invoked.

I would really appreciate any input on how to get this resolved or guidelines on implementing INOUT PARAMS using XFIRE.


&lt;/pre&gt;</description>
    <dc:creator>Trupti Parakh (JIRA</dc:creator>
    <dc:date>2010-10-19T03:38:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661">
    <title>[jira] Commented: (XFIRE-480) aegis NullPointerException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=240044#action_240044 ] 

Trupti Parakh commented on XFIRE-480:
-------------------------------------

Has this issue been resolved.??? I am still getting this error for the same example and I am using xfire-all-1.2.6.jar for the deployment of the service. As stated by eureka , I get a "java.lang.NullPointerException
at org.codehaus.xfire.aegis.type.basic.HolderType.readObject(HolderType.java:54)" when the service is invoked.

I would really appreciate any input on how to get this resolved or guidelines on implementing INOUT PARAMS using XFIRE.


&lt;/pre&gt;</description>
    <dc:creator>Trupti Parakh (JIRA</dc:creator>
    <dc:date>2010-10-19T03:38:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662">
    <title>[jira] Commented: (XFIRE-480) aegis NullPointerException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4662</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=240044#action_240044 ] 

Trupti Parakh commented on XFIRE-480:
-------------------------------------

Has this issue been resolved.??? I am still getting this error for the same example and I am using xfire-all-1.2.6.jar for the deployment of the service. As stated by eureka , I get a "java.lang.NullPointerException
at org.codehaus.xfire.aegis.type.basic.HolderType.readObject(HolderType.java:54)" when the service is invoked.

I would really appreciate any input on how to get this resolved or guidelines on implementing INOUT PARAMS using XFIRE.


&lt;/pre&gt;</description>
    <dc:creator>Trupti Parakh (JIRA</dc:creator>
    <dc:date>2010-10-19T03:38:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661">
    <title>[jira] Commented: (XFIRE-480) aegis NullPointerException</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4661</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=240044#action_240044 ] 

Trupti Parakh commented on XFIRE-480:
-------------------------------------

Has this issue been resolved.??? I am still getting this error for the same example and I am using xfire-all-1.2.6.jar for the deployment of the service. As stated by eureka , I get a "java.lang.NullPointerException
at org.codehaus.xfire.aegis.type.basic.HolderType.readObject(HolderType.java:54)" when the service is invoked.

I would really appreciate any input on how to get this resolved or guidelines on implementing INOUT PARAMS using XFIRE.


&lt;/pre&gt;</description>
    <dc:creator>Trupti Parakh (JIRA</dc:creator>
    <dc:date>2010-10-19T03:38:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4660">
    <title>[jira] Commented: (XFIRE-385) MTOM causes IllegalCharsetNameException on Resin</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4660</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=234552#action_234552 ] 

kunjan rathod commented on XFIRE-385:
-------------------------------------

This issue is does not seem to be a bug please append the following "pageEncoding=UTF-8" and the issue will be resolved.

EG: application/xop+xml; charset=UTF-8; type="text/xml; charset=UTF-8;pageEncoding=UTF-8 "




&lt;/pre&gt;</description>
    <dc:creator>kunjan rathod (JIRA</dc:creator>
    <dc:date>2010-09-08T08:00:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4659">
    <title>[jira] Commented: (XFIRE-385) MTOM causes IllegalCharsetNameException on Resin</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4659</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=234552#action_234552 ] 

kunjan rathod commented on XFIRE-385:
-------------------------------------

This issue is does not seem to be a bug please append the following "pageEncoding=UTF-8" and the issue will be resolved.

EG: application/xop+xml; charset=UTF-8; type="text/xml; charset=UTF-8;pageEncoding=UTF-8 "




&lt;/pre&gt;</description>
    <dc:creator>kunjan rathod (JIRA</dc:creator>
    <dc:date>2010-09-08T08:00:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4658">
    <title>[ANN]VTD-XML 2.9</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4658</link>
    <description>&lt;pre&gt;VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud computing, has been released. Please visit  https://sourceforge.net/projects/vtd-xml/files/ to download the latest version.
  a.. Strict Conformance 
    a.. VTD-XML now fully conforms to XML namespace 1.0 spec 
  b.. Performance Improvement
    a.. Significantly improved parsing performance for small XML files 
  c.. Expand Core VTD-XML API  
    a.. Adds getPrefixString(), and toNormalizedString2() 
  d.. Cutting/Splitting 
    a.. Adds getSiblingElementFragment()  
  e.. A number of bug fixes and code enhancement including: 
    a.. Fixes a bug for reading very large XML documents on some platforms 
    b.. Fixes a bug in parsing processing instruction 
    c.. Fixes a bug in outputAndReparse() 
&lt;/pre&gt;</description>
    <dc:creator>Jimmy Zhang</dc:creator>
    <dc:date>2010-08-13T07:53:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4657">
    <title>[jira] Commented: (XFIRE-719) Client generation takes wrong name for faults</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4657</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=231673#action_231673 ] 

Aleksander Adamowski commented on XFIRE-719:
--------------------------------------------

Just for the record, the exception "java.lang.IllegalArgumentException: A fault with name [ExceptionName] already exists in this operation" can also be thrown by CXF when publishing a JAX-WS endpoint, where a web method has the same exception listed twice in its "throws" clause.

E.g.:

&amp;lt; at &amp;gt;WebMethod
public ReturnType someOperation(&amp;lt; at &amp;gt;WebParam(name = "someParam1") final String someParam1,
                                &amp;lt; at &amp;gt;WebParam(name = "someParam2") final String someParam2)
            throws SomeCustomException1, SomeCustomException2, SomeCustomException1

Yes, it makes no sense but I've seen some absent-minded developers put those duplicate exception declarations and javac doesn't complain.


&lt;/pre&gt;</description>
    <dc:creator>Aleksander Adamowski (JIRA</dc:creator>
    <dc:date>2010-08-11T14:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4656">
    <title>[jira] Commented: (XFIRE-719) Client generation takes wrong name for faults</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4656</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=231673#action_231673 ] 

Aleksander Adamowski commented on XFIRE-719:
--------------------------------------------

Just for the record, the exception "java.lang.IllegalArgumentException: A fault with name [ExceptionName] already exists in this operation" can also be thrown by CXF when publishing a JAX-WS endpoint, where a web method has the same exception listed twice in its "throws" clause.

E.g.:

&amp;lt; at &amp;gt;WebMethod
public ReturnType someOperation(&amp;lt; at &amp;gt;WebParam(name = "someParam1") final String someParam1,
                                &amp;lt; at &amp;gt;WebParam(name = "someParam2") final String someParam2)
            throws SomeCustomException1, SomeCustomException2, SomeCustomException1

Yes, it makes no sense but I've seen some absent-minded developers put those duplicate exception declarations and javac doesn't complain.


&lt;/pre&gt;</description>
    <dc:creator>Aleksander Adamowski (JIRA</dc:creator>
    <dc:date>2010-08-11T14:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.xfire.devel/4655">
    <title>[jira] Commented: (XFIRE-1147) unresolved repository url in xfire-all 1.2.6 pom.xml</title>
    <link>http://permalink.gmane.org/gmane.comp.java.xfire.devel/4655</link>
    <description>&lt;pre&gt;
    [ http://jira.codehaus.org/browse/XFIRE-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;amp;focusedCommentId=231499#action_231499 ] 

Dave Garcia commented on XFIRE-1147:
------------------------------------

Hi guys,

I found a (dirty) trick that could help. Using mirrors when maven is fetching from inexistent repository and it fails, it will try with to re-fetch using the mirror url.

Adding the following info inside settings.xml (or creating if not existed)  on your .m2 dir should work

&amp;lt;settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd"&amp;gt;

&amp;lt;mirrors&amp;gt;
    &amp;lt;mirror&amp;gt;
      &amp;lt;id&amp;gt;ibiblio.org&amp;lt;/id&amp;gt;
      &amp;lt;name&amp;gt;ibiblio Mirror of http://repo1.maven.org/maven2/&amp;lt;/name&amp;gt;
      &amp;lt;url&amp;gt;http://repo1.maven.org/maven2/&amp;lt;/url&amp;gt;
      &amp;lt;mirrorOf&amp;gt;java.net&amp;lt;/mirrorOf&amp;gt;
    &amp;lt;/mirror&amp;gt;
  &amp;lt;/mirrors&amp;gt;
&amp;lt;/settings&amp;gt;
 

Best regards

Dave


&lt;/pre&gt;</description>
    <dc:creator>Dave Garcia (JIRA</dc:creator>
    <dc:date>2010-08-09T17:29:33</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.xfire.devel">
    <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.devel</link>
  </textinput>
</rdf:RDF>

