Making JAX-WS services configurable (with a services.xml or Axis2 specific annotations)

2010-03-08 Thread Isuru Suriarachchi
Hi all, Andreas has already reported an issue [1] regarding the inability to configure JAX-WS services. That is because we've removed support for a services.xml. But there are many use cases where the user should be able to configure the service according to his requirements. Following are some of

Re: Making JAX-WS services configurable (with a services.xml or Axis2 specific annotations)

2010-03-08 Thread Andreas Veithen
I also created a proof-of-concept [1] that shows the feasibility of the services.xml based approach that I suggested in AXIS2-4611. It implements a custom deployer that is based on ServiceDeployer, but replaces the code that builds the initial AxisService object from the WSDL by code that uses org.

[jira] Updated: (AXIS2-4634) Ant task Java2WSDLTask does not allow the use of extraClasses

2010-03-08 Thread Vy Ho (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vy Ho updated AXIS2-4634: - Attachment: (was: Java2WSDLTask.diff) > Ant task Java2WSDLTask does not allow the use of extraClasses > -

[jira] Issue Comment Edited: (AXIS2-4634) Ant task Java2WSDLTask does not allow the use of extraClasses

2010-03-08 Thread Vy Ho (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842685#action_12842685 ] Vy Ho edited comment on AXIS2-4634 at 3/8/10 2:59 PM: -- Patches to supp

[jira] Updated: (AXIS2-4634) Ant task Java2WSDLTask does not allow the use of extraClasses

2010-03-08 Thread Vy Ho (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vy Ho updated AXIS2-4634: - Attachment: Item.java ExtraClasses.java Java2WSDLTask.diff Patches to support ext

Possible memory leak in Axis2 1.4.1?

2010-03-08 Thread Chinmoy Chakraborty
Hi All, I have an application which uses Axis2 1.4.1. When we have Axis2 configured (servlet mappings) in web.xml we get following error in Tomcat 6.0.24. "*A web application appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak*".

Re: [IMPORTANT] Committer / PMC policy for Axis, and old WS committers

2010-03-08 Thread Nadir Amra
I am just wondering if the batch vote for previous committers ever happened? Nadir Amra Integrated Web Services for IBM i Operating System Internet: [email protected] Nadir Amra/Rochester/IBM wrote on 03/01/2010 06:58:25 PM: > [image removed] > > Re: [IMPORTANT] Committer / PMC policy for Axis,

RE: import header migration from Apache SOAP to Axis2

2010-03-08 Thread Martin Gainty
Good Morning Dan Call can be modified to use doc-literal as seen here call.setOperationStyle("document"); call.setOperationUse("literal"); //then when you invoke send a ByteArrayInpueStream of the bytes you wish to transmit e.g. String firstName=new String("\n\n\n"; Object ret=call.invoke(new O

[jira] Created: (AXIS2-4649) MTOMXMLStreamWriter caching throws StackException

2010-03-08 Thread Martin Gainty (JIRA)
MTOMXMLStreamWriter caching throws StackException - Key: AXIS2-4649 URL: https://issues.apache.org/jira/browse/AXIS2-4649 Project: Axis2 Issue Type: Bug Components: om Affects Ver

[jira] Commented: (AXIS2-4649) MTOMXMLStreamWriter caching throws StackException

2010-03-08 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842764#action_12842764 ] Andreas Veithen commented on AXIS2-4649: Martin, Can you provide a test case that

[jira] Commented: (AXIS2-4647) java2wsdl throwing java.lang.RuntimeException when running through command line.

2010-03-08 Thread Vy Ho (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842766#action_12842766 ] Vy Ho commented on AXIS2-4647: -- Would you mind trying on newer version of Axis? For example,

Re: import header migration from Apache SOAP to Axis2

2010-03-08 Thread Dan Jonsen
Thank you again Martin, I tried to send the message below to the list early this morning, but it seems it never posted (?). What you have written below looks quite helpful. I decided that the book I had was just TOO OLD (c 2001). Even though I found the text to be excellent and very easy to

Re: Possible memory leak in Axis2 1.4.1?

2010-03-08 Thread Andreas Veithen
Chinmoy, In order to figure out where this comes from, can you execute the following steps? 1. Deploy the arit tool from [1] into the Tomcat instance where Axis2 is deployed. 2. Make sure that both Axis2 and arit are started. 3. Get the report from arit by accessing the context root of the applic

Re: Making JAX-WS services configurable (with a services.xml or Axis2 specific annotations)

2010-03-08 Thread Amila Suriarachchi
On Mon, Mar 8, 2010 at 5:39 PM, Andreas Veithen wrote: > I also created a proof-of-concept [1] that shows the feasibility of > the services.xml based approach that I suggested in AXIS2-4611. It > implements a custom deployer that is based on ServiceDeployer, but > replaces the code that builds the

Re: Possible memory leak in Axis2 1.4.1?

2010-03-08 Thread Amila Suriarachchi
On Mon, Mar 8, 2010 at 8:55 PM, Chinmoy Chakraborty wrote: > Hi All, > > I have an application which uses Axis2 1.4.1. When we have Axis2 configured > (servlet mappings) in web.xml we get following error in Tomcat 6.0.24. > > "*A web application appears to have started a thread named [Timer-0] but