[jira] Commented: (AXIS2-4611) JAX-WS services can no longer be deployed as AAR

2011-01-18 Thread Srinath Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983106#action_12983106 ] Srinath Perera commented on AXIS2-4611: --- +1 that would decouple the services.xml file

[jira] Created: (AXIS2-4931) local transport - AxisFault generated when running the transport in debug log level

2011-01-18 Thread Heshan Suriyaarachchi (JIRA)
local transport - AxisFault generated when running the transport in debug log level --- Key: AXIS2-4931 URL: https://issues.apache.org/jira/browse/AXIS2-4931 Project: Axi

[jira] Updated: (AXIS2-4931) local transport - AxisFault generated when running the transport in debug log level

2011-01-18 Thread Heshan Suriyaarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heshan Suriyaarachchi updated AXIS2-4931: - Attachment: AXIS2-4931-patch.diff The issue here is that, the msgContext is consu

[jira] Assigned: (AXIS2-4929) Error when trying to view the WSDL (This occured while reading the generated schema file)

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi reassigned AXIS2-4929: Assignee: Isuru Eranga Suriarachchi > Error when trying to view the

[jira] Commented: (AXIS2-4645) SOAPFault Exception not getting transferred completely to client side

2011-01-18 Thread Srinath Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983112#action_12983112 ] Srinath Perera commented on AXIS2-4645: --- any chance you can give us the dummy class y

[jira] Commented: (AXIS2-4929) Error when trying to view the WSDL (This occured while reading the generated schema file)

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983117#action_12983117 ] Isuru Eranga Suriarachchi commented on AXIS2-4929: -- In our JAXWSRIWSDLGene

[jira] Resolved: (AXIS2-4545) org.apache.axis2.jaxws.binding.SOAPBinding refers to missing SOAPConstants

2011-01-18 Thread Srinath Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinath Perera resolved AXIS2-4545. --- Resolution: Fixed these comments are removed from the code and I believe current handling is

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Andreas Veithen
Before selecting the implementation approach, I think we need to choose between the following two options to define what we want to achieve: A) Allow deployment of JAX-WS by the standard service deployer. Of course this means that a new API needs to be introduced so that JAX-WS can plug itself int

[jira] Resolved: (AXIS2-4929) Error when trying to view the WSDL (This occured while reading the generated schema file)

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi resolved AXIS2-4929. -- Resolution: Fixed Fix Version/s: 1.6 Fixed in trunk.. Thanks, ~

[jira] Assigned: (AXIS2-4494) catalog resolution doesn't work for schema references used by JAX-WS services

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi reassigned AXIS2-4494: Assignee: Isuru Eranga Suriarachchi > catalog resolution doesn't wo

[jira] Resolved: (AXIS2-4494) catalog resolution doesn't work for schema references used by JAX-WS services

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi resolved AXIS2-4494. -- Resolution: Fixed Fix Version/s: 1.6 Hi Will, This issue should

[jira] Resolved: (AXIS2-4931) local transport - AxisFault generated when running the transport in debug log level

2011-01-18 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-4931. - Resolution: Fixed applied the patch with revision 1060328 > loca

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Isuru Suriarachchi
Hi Andreas, I think what Azeez proposes is different from B as well. Because, it won't be a JAX-WS specific thing. If we want to support a services.xml for any of the service types, we should be able to use the same API to do that after the AxisService object is created. That code will basically r

Re: svn commit: r1060294 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/JAXWSRIWSDLGenerator.java

2011-01-18 Thread Andreas Veithen
>From the Javadoc of currentTimeMillis: "Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger." This is the case on (at least some versions of) Windows. Therefore this code will not reliably

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Andreas Veithen
Yes, I think what Azeez proposes is to make the code that processes services.xml reusable. That is a good thing (even if we choose A), but it is not enough to implement solution A, i.e. we will not get the behavior we had in previous Axis2 versions (where deploying JAX-WS services as AAR files work

[jira] Commented: (AXIS2-3229) NullPointerException in org.apache.axis2.schema.SchemaCompiler

2011-01-18 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983168#action_12983168 ] Andreas Veithen commented on AXIS2-3229: Tharindu, Can you explain what exactly ca

[jira] Assigned: (AXIS2-4365) Race condition in org.apache.axis2.jaxws.handler.HandlerChainProcessor

2011-01-18 Thread Srinath Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinath Perera reassigned AXIS2-4365: - Assignee: Srinath Perera > Race condition in org.apache.axis2.jaxws.handler.HandlerChainP

[jira] Commented: (AXIS2-4426) axis2 responds on all endpoint urls, but delivers using the selected binding

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983173#action_12983173 ] Isuru Eranga Suriarachchi commented on AXIS2-4426: -- In the current Axis2 J

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Sagara Gunathunga
On Tue, Jan 18, 2011 at 4:18 PM, Andreas Veithen wrote: > Before selecting the implementation approach, I think we need to > choose between the following two options to define what we want to > achieve: > > A) Allow deployment of JAX-WS by the standard service deployer. Of > course this means that

Re: svn commit: r1060294 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/JAXWSRIWSDLGenerator.java

2011-01-18 Thread Isuru Suriarachchi
Fixed. Thanks Andreas for pointing this out. ~Isuru On Tue, Jan 18, 2011 at 5:19 PM, Andreas Veithen wrote: > From the Javadoc of currentTimeMillis: "Note that while the unit of > time of the return value is a millisecond, the granularity of the > value depends on the underlying operating system

[jira] Resolved: (AXIS2-4100) OMElement support for JAXWS Dispatch/Provider

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi resolved AXIS2-4100. -- Resolution: Fixed Fix Version/s: 1.6 Resolving this issue as thi

[jira] Resolved: (AXIS2-4365) Race condition in org.apache.axis2.jaxws.handler.HandlerChainProcessor

2011-01-18 Thread Srinath Perera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinath Perera resolved AXIS2-4365. --- Resolution: Fixed used copy on array List > Race condition in org.apache.axis2.jaxws.handler

RE: svn commit: r1060294 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/JAXWSRIWSDLGenerator.java

2011-01-18 Thread Tom Jordahl
The JDK also has a UUID API which can be used that has several options for UUID generation: http://download.oracle.com/javase/1.5.0/docs/api/java/util/UUID.html Tom Jordahl -Original Message- From: Andreas Veithen [mailto:[email protected]] Sent: Tuesday, January 18, 2011 6:4

Re: Axis Website update

2011-01-18 Thread Chanaka Jayasena
Thanks for the suggestion Nadir. I will take this in to account when converting this to html. Chanak On Tue, Jan 18, 2011 at 1:51 AM, Nadir Amra wrote: > Chanaka, > > Looks good, but Axis CPP, which generates c and C++ stubs, is not a Jjava > project. I would suggest changing C Projects to C/C

Re: Supporting a services.xml for JAX-WS services

2011-01-18 Thread Afkham Azeez
On Tue, Jan 18, 2011 at 5:28 PM, Andreas Veithen wrote: > Yes, I think what Azeez proposes is to make the code that processes > services.xml reusable. Yes, that is what I was suggesting. Probably the relevant deployer can decide whether to call that code or not. > That is a good thing (even if

Build failed in Hudson: axis2-transports-trunk #308

2011-01-18 Thread Apache Hudson Server
See -- Started by upstream project "Axis2" build number 600 Building remotely on ubuntu1 Updating http://svn.apache.org/repos/asf/axis/axis2/java/transports/trunk At revision 1060547 no chang

Build failed in Hudson: Rampart #261

2011-01-18 Thread Apache Hudson Server
See -- Started by upstream project "Axis2" build number 600 Building remotely on ubuntu2 Updating http://svn.apache.org/repos/asf/axis/axis2/java/rampart/trunk At revision 1060591 no change for http://svn.a

[jira] Commented: (AXIS2-4921) Javadoc generation improvements for WSDL2JAVA code generation

2011-01-18 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983516#action_12983516 ] Amila Chinthaka Suriarachchi commented on AXIS2-4921: - this patch has t

[jira] Assigned: (AXIS2-4151) JAXWS service with unwrapped parameters can only be called once.

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi reassigned AXIS2-4151: Assignee: Isuru Eranga Suriarachchi > JAXWS service with unwrapped

[jira] Commented: (AXIS2-3229) NullPointerException in org.apache.axis2.schema.SchemaCompiler

2011-01-18 Thread Tharindu Mathew (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983536#action_12983536 ] Tharindu Mathew commented on AXIS2-3229: Andreas, >From what I observed, this simp

[jira] Resolved: (AXIS2-4151) JAXWS service with unwrapped parameters can only be called once.

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi resolved AXIS2-4151. -- Resolution: Fixed Fix Version/s: 1.6 This issue doesn't exist in

[jira] Updated: (AXIS2-4930) handler class can't find, when using @HandlerChain in jaxws

2011-01-18 Thread Kasun Weranga Gunathilake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kasun Weranga Gunathilake updated AXIS2-4930: - Attachment: patch.txt The patch attached herewith contains the necessary

[jira] Updated: (AXIS2-4932) Problems when two JAX-WS services have the same packageName + ClassName

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi updated AXIS2-4932: - Attachment: EchoInt.jar EchoString.jar Attaching the serv

[jira] Created: (AXIS2-4932) Problems when two JAX-WS services have the same packageName + ClassName

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
Problems when two JAX-WS services have the same packageName + ClassName --- Key: AXIS2-4932 URL: https://issues.apache.org/jira/browse/AXIS2-4932 Project: Axis2 Issue Type:

[jira] Resolved: (AXIS2-4932) Problems when two JAX-WS services have the same packageName + ClassName

2011-01-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi resolved AXIS2-4932. -- Resolution: Fixed Fixed the issue by attaching the service name to the

[jira] Created: (AXIS2-4933) Response in call method of SOAPConnectionImpl returned attachment input instead of attachment output

2011-01-18 Thread Marzio Pisetta (JIRA)
Response in call method of SOAPConnectionImpl returned attachment input instead of attachment output --- Key: AXIS2-4933 URL: https://issues.apache.org/jira/bro

Re: Allowing .jar files to be deployed as normal Axis2 services

2011-01-18 Thread Srinath Perera
I am +1 on removing, way to get good usability is to do what is advertised, no more, no less. --Srinath On Fri, Jan 7, 2011 at 6:34 PM, Deepal Jayasinghe wrote: > I would not worry about having jar support since that does not break anything. > > Deepal > > On Thu, Jan 6, 2011 at 12:18 AM, Isuru S

Reusing Stub across many threads[was:Fwd: Axis2 stub creation performance issue]

2011-01-18 Thread Srinath Perera
Hi Amila, What happen if reuse the same stub by many threads? If we think about that, we do this all the time at the server side. So may be this is fixable. --Srinath -- Forwarded message -- From: Amila Suriarachchi Date: Wed, Jan 5, 2011 at 10:33 AM Subject: Re: Axis2 stub cre