You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kent Watanabe (JIRA)" <ji...@apache.org> on 2007/07/24 02:21:31 UTC

[jira] Created: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Axis 1.3RC2 does not work properly on websphere
-----------------------------------------------

                 Key: AXIS2-3002
                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.3
         Environment: Websphere 6.0.2
            Reporter: Kent Watanabe


The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Dustin Amrhein (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515037 ] 

Dustin Amrhein commented on AXIS2-3002:
---------------------------------------

Kent,
I have not seen this particular problem before. Is this problem specific to SOAP 1.1 WSDL? Do you have any more information about the error (i.e. traces/stack traces)?
Thanks,
Dustin

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Dustin Amrhein (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515136 ] 

Dustin Amrhein commented on AXIS2-3002:
---------------------------------------

Kent,
Are you just requesting the WSDL for the web service via something like "?wsdl"? I am not too sure what you are trying to do here. Does this problem still occur with the classloader policy change I mentioned above? Does it only occur on SOAP 1.1?

Thanks

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Kent Watanabe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515317 ] 

Kent Watanabe commented on AXIS2-3002:
--------------------------------------

Yes I am just requesting ?wsdl



> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by Charitha Kankanamge <ch...@wso2.com>.
Dustin,
Can you please tell me how to configure classloader for axis2.war in 
websphere? Can it be done using Websphere admin console?

thank you!
Charitha


Dustin Amrhein (JIRA) wrote:

>    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514951 ] 
>
>Dustin Amrhein commented on AXIS2-3002:
>---------------------------------------
>
>Charitha,
>One thing that you will have to do (and you may have already done this) is to configure the classloader for the axis2.war. The default classloader policy for deployed WARs on WebSphere is PARENT_FIRST. In order to load classes within your module first you need to change this policy to PARENT_LAST. You may have already done this, but I hope it helps.
>
>  
>
>>Axis 1.3RC2 does not work properly on websphere
>>-----------------------------------------------
>>
>>                Key: AXIS2-3002
>>                URL: https://issues.apache.org/jira/browse/AXIS2-3002
>>            Project: Axis 2.0 (Axis2)
>>         Issue Type: Bug
>>         Components: kernel
>>   Affects Versions: 1.3
>>        Environment: Websphere 6.0.2
>>           Reporter: Kent Watanabe
>>           Assignee: Charitha Kankanamge
>>        Attachments: Websphere-axis2.JPG
>>
>>
>>The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.
>>    
>>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Dustin Amrhein (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514951 ] 

Dustin Amrhein commented on AXIS2-3002:
---------------------------------------

Charitha,
One thing that you will have to do (and you may have already done this) is to configure the classloader for the axis2.war. The default classloader policy for deployed WARs on WebSphere is PARENT_FIRST. In order to load classes within your module first you need to change this policy to PARENT_LAST. You may have already done this, but I hope it helps.

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-3002.
-------------------------------------

    Resolution: Fixed

Charitha,

Checked in a fix to both trunk (559291) and branch (559293). Please cross check.

thanks,
dims

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514866 ] 

Charitha Kankanamge commented on AXIS2-3002:
--------------------------------------------

Deepal,
I deployed Axis2-1.3.war on WebSphere 6.1. As you can see in the attached screen shot, happyaxis page says the installation is succcessful. However when I issued ?wsdl2 of version service, got following errors.

Error Message: Error reported: 404
Error Code: 404
Target Servlet: AxisServlet
Error Stack:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: Error reported: 404
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:532)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:909)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:892)
     at org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:223)
     at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:224)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
    


Error Page Exception:
Error Message: SRVE0199E: OutputStream already obtained
Error Code: 0
Target Servlet: null
Error Stack:
java.lang.IllegalStateException: SRVE0199E: OutputStream already obtained
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.getWriter(SRTServletResponse.java:528)
     at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:187)
     at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:175)
     at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:225)
     at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:170)
     at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:138)
     at com.ibm._jsp._error404._jspService(_error404.java:81)
     at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:85)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:115)
     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:168)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:606)
     at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2676)
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:909)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:892)
     at org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:223)
     at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:224)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
     at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) 

Also, I did not get ?wsdl as well. 
I'm not too sure whether I missed any specific websphere configuration steps. Also, I could not find a configuration file to set <prefer-web-inf-classes> to true. If someone can provide exact installation steps, I'll try this out again.

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514819 ] 

Davanum Srinivas commented on AXIS2-3002:
-----------------------------------------

what problems? Can you please be more specific? how about some stack traces?

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3002:
----------------------------------------

    Assignee: Charitha Kankanamge

Hi Charitha,
will you be able to look at this ?

Thanks
Deepal

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: 1.3-RC3?

Posted by Davanum Srinivas <da...@gmail.com>.
I really don't see a need. we will have to cut the final bits and vote
on the actual bits.

thanks,
dims

On 7/25/07, Nadir Amra <am...@us.ibm.com> wrote:
> Any plans for 1.3-RC3?
>
> Nadir K. Amra
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


1.3-RC3?

Posted by Nadir Amra <am...@us.ibm.com>.
Any plans for 1.3-RC3? 

Nadir K. Amra


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "nadir amra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515330 ] 

nadir amra commented on AXIS2-3002:
-----------------------------------

Dustin,

I too am seeing this problem in RC2....even when one specified useOriginalwsdl to be set in the services.xml as has been previously stated.  Not sure what the class loader has to do with this particular problem.

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge updated AXIS2-3002:
---------------------------------------

    Attachment: Websphere-axis2.JPG

Attached screen shot.

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515333 ] 

Davanum Srinivas commented on AXIS2-3002:
-----------------------------------------

guys!!! if no one noticed. it's already fixed!!!!!

thanks,
dims

> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Kent Watanabe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515002 ] 

Kent Watanabe commented on AXIS2-3002:
--------------------------------------

Dustin,

	One other thing, the soap 1.1 wsdl also has a problem, where it
is requiring the useOriginalwsdl to be set in the services.xml. When the
same axis2.war and version.aar is executed it responds with you must
have useOriginalwsdl set to false in order to auto generate wsdl. I
tried setting this parameter and tried to set the service tag's
attribute and that does not seem to work.


Kent  





> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3002) Axis 1.3RC2 does not work properly on websphere

Posted by "Kent Watanabe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515040 ] 

Kent Watanabe commented on AXIS2-3002:
--------------------------------------

No stack trace just a response from the webservice



> Axis 1.3RC2 does not work properly on websphere
> -----------------------------------------------
>
>                 Key: AXIS2-3002
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3002
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3
>         Environment: Websphere 6.0.2
>            Reporter: Kent Watanabe
>            Assignee: Charitha Kankanamge
>         Attachments: Websphere-axis2.JPG
>
>
> The new axis2.war does not work properly on websphere. There are problems with the wsdl2 generation, and the wsdl 1.1 genaration.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org