[jira] Created: (AXIS2-4573) Issue when deploying axis2.1.5 application in weblogic 10.3 (Failed to initialize the application 'axis2' due to error weblogic.application.ModuleException)

2009-12-03 Thread ravi sekhar mikkilineni (JIRA)
Issue when deploying axis2.1.5 application in weblogic 10.3 (Failed to 
initialize the application 'axis2' due to error 
weblogic.application.ModuleException)


 Key: AXIS2-4573
 URL: https://issues.apache.org/jira/browse/AXIS2-4573
 Project: Axis 2.0 (Axis2)
  Issue Type: Bug
  Components: deployment
Affects Versions: 1.5
 Environment: OS SunOS 5.10 
Weblogic10.3
Axis2.1.5
jdk1.6.0_16
Reporter: ravi sekhar mikkilineni


Below is the Exception I am getting...Please let me know the work around to get 
rid of this error.



How axis2 register serializer/deserializer?

2009-12-03 Thread Chatree Srichart
I need to send Map object and List object as OMElement. I found Axis use
MapSerializer class and MapDeserializer class as serializer/deserializer for
Map object.

I would like to know about Axis2 for this task.

Can any one help me?


[jira] Resolved: (AXIS2-4264) Empty action not applied in CommonsHTTPTransportSender

2009-12-03 Thread Rich Scheuerle (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rich Scheuerle resolved AXIS2-4264.
---

Resolution: Fixed

> Empty action not applied in CommonsHTTPTransportSender
> --
>
> Key: AXIS2-4264
> URL: https://issues.apache.org/jira/browse/AXIS2-4264
> Project: Axis 2.0 (Axis2)
>  Issue Type: Bug
>  Components: transports
>Affects Versions: 1.5, 1.4.1, 1.4, 1.3
>Reporter: Alexis Midon
>Assignee: Rich Scheuerle
> Fix For: 1.6
>
> Attachments: AXIS2-4264.patch.txt
>
>
> Hello there,
> I'm invoking a service using a ServiceClient, the wsdl operation declares an 
> empty soapAction.
> However the soapActiuon actually sent is "urn:anonOutInOp" which the server 
> refuses. This action is the action the anonymous operation "urn:anonOutInOp" 
> and is set by the ServiceClient.
> Later when CommonsHTTPTransportSender#findSOAPAction [1] is invoked, if the 
> action of the MessageContext is null or empty, the operation action is used.  
> The empty case seems like a bug, because this is the action set in the wsdl 
> and it is not applied.
> This opinion is strengthened by the fact that other senders do not have this 
> behavior.
> The right behavior would be:
> if null ; use the operation action as a default
> if empty ; send an empty soapAction
> Could you confirm please?
> Alexis
> [1] http://is.gd/m0Mt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Reopened: (AXIS2-4264) Empty action not applied in CommonsHTTPTransportSender

2009-12-03 Thread Rich Scheuerle (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rich Scheuerle reopened AXIS2-4264:
---


ReopenedNote that the code supplied by Dims checks for the same constructed 
name 3 times instead of checking for the 3 constructed names.



> Empty action not applied in CommonsHTTPTransportSender
> --
>
> Key: AXIS2-4264
> URL: https://issues.apache.org/jira/browse/AXIS2-4264
> Project: Axis 2.0 (Axis2)
>  Issue Type: Bug
>  Components: transports
>Affects Versions: 1.5, 1.4.1, 1.4, 1.3
>Reporter: Alexis Midon
> Fix For: 1.6
>
> Attachments: AXIS2-4264.patch.txt
>
>
> Hello there,
> I'm invoking a service using a ServiceClient, the wsdl operation declares an 
> empty soapAction.
> However the soapActiuon actually sent is "urn:anonOutInOp" which the server 
> refuses. This action is the action the anonymous operation "urn:anonOutInOp" 
> and is set by the ServiceClient.
> Later when CommonsHTTPTransportSender#findSOAPAction [1] is invoked, if the 
> action of the MessageContext is null or empty, the operation action is used.  
> The empty case seems like a bug, because this is the action set in the wsdl 
> and it is not applied.
> This opinion is strengthened by the fact that other senders do not have this 
> behavior.
> The right behavior would be:
> if null ; use the operation action as a default
> if empty ; send an empty soapAction
> Could you confirm please?
> Alexis
> [1] http://is.gd/m0Mt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (AXIS2-4264) Empty action not applied in CommonsHTTPTransportSender

2009-12-03 Thread Rich Scheuerle (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rich Scheuerle reassigned AXIS2-4264:
-

Assignee: Rich Scheuerle

> Empty action not applied in CommonsHTTPTransportSender
> --
>
> Key: AXIS2-4264
> URL: https://issues.apache.org/jira/browse/AXIS2-4264
> Project: Axis 2.0 (Axis2)
>  Issue Type: Bug
>  Components: transports
>Affects Versions: 1.5, 1.4.1, 1.4, 1.3
>Reporter: Alexis Midon
>Assignee: Rich Scheuerle
> Fix For: 1.6
>
> Attachments: AXIS2-4264.patch.txt
>
>
> Hello there,
> I'm invoking a service using a ServiceClient, the wsdl operation declares an 
> empty soapAction.
> However the soapActiuon actually sent is "urn:anonOutInOp" which the server 
> refuses. This action is the action the anonymous operation "urn:anonOutInOp" 
> and is set by the ServiceClient.
> Later when CommonsHTTPTransportSender#findSOAPAction [1] is invoked, if the 
> action of the MessageContext is null or empty, the operation action is used.  
> The empty case seems like a bug, because this is the action set in the wsdl 
> and it is not applied.
> This opinion is strengthened by the fact that other senders do not have this 
> behavior.
> The right behavior would be:
> if null ; use the operation action as a default
> if empty ; send an empty soapAction
> Could you confirm please?
> Alexis
> [1] http://is.gd/m0Mt

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: axis2-eclipse-codegen disappeared

2009-12-03 Thread Saminda Wijeratne
Hi Martin,

Even it is technically missing, I think it was removed and replaced with the
1.4.1 version. try [1]. Notice the zip file name does not contain the
version also. somewhere something had gone wrong.

Regards,
Saminda

[1]
http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_4_1/axis2-eclipse-codegen-wizard.zip

2009/12/3 Martin Gainty 

>  All
>
> i am currently tracking this ibm bug
>
> Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException
> : Error parsing WSDL
> at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:156)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions):
> faultCode=
> INVALID_WSDL: Expected element '{
> http://schemas.xmlsoap.org/wsdl/}definitions
> '.
> at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
> at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(
> CodeGenerationEngine.java:288)
> at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:111)
>
>
>
> http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_4/axis2-eclipse-codegen-wizard-1.4.zip
> is empty on all mirrors
> Anyone know where ibm put their axis2-eclipse-codegen code (eclipse plugin
> for axis2 code generation)?
>
> thanks,
> Martin Gainty
> __
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
> l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci 
> est interdite. Ce message sert à l'information seulement et n'aura pas 
> n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>
> --
> Windows LiveT Hotmail is faster and more secure than ever. Learn 
> more.
>


axis2-eclipse-codegen disappeared

2009-12-03 Thread Martin Gainty

All

i am currently tracking this ibm bug

Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException
: Error parsing WSDL
at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
ionEngine.java:156)
at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
Caused by: javax.wsdl.WSDLException: WSDLException (at /definitions): faultCode=
INVALID_WSDL: Expected element '{http://schemas.xmlsoap.org/wsdl/}definitions'.
at com.ibm.wsdl.xml.WSDLReaderImpl.checkElementName(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(
CodeGenerationEngine.java:288)
at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
ionEngine.java:111)


http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_4/axis2-eclipse-codegen-wizard-1.4.zip
 
is empty on all mirrors
Anyone know where ibm put their axis2-eclipse-codegen code (eclipse plugin for 
axis2 code generation)?

thanks,
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.


  
_
Windows Live Hotmail is faster and more secure than ever.
http://www.microsoft.com/windows/windowslive/hotmail_bl1/hotmail_bl1.aspx?ocid=PID23879::T:WLMTAGL:ON:WL:en-ww:WM_IMHM_1:092009