[jira] Created: (AXIS-2821) Error AXIS fault message is coming when we test the web services first time after starting the server.

2010-02-18 Thread suresh mahajan (JIRA)
Error AXIS fault message is coming when we test the web services first time after starting the server. -- Key: AXIS-2821 URL: https://issues.apache.org/jira

[jira] Commented: (AXIS2-3443) Axis2 should populate for custom exceptions for POJO services

2010-02-15 Thread Guillermo Lopez (JIRA)
any known workaround? Any help will be highly appreciated. Thanks > Axis2 should populate for custom exceptions for POJO services > --- > > Key: AXIS2-3443 > URL: https://issues.apa

Re: Support of SPML v2.0 based web services in Axis2

2010-02-10 Thread shyam shukla
hanks & regards. > -Prabath > > shyam shukla wrote: > >> Thanks Prabath for your reply. >> Are you aware of any other framework available to develop SPML based web >> services? >> >> Thanks, >> Shyam >> >> On Wed, Feb 10, 2010 at

Re: Support of SPML v2.0 based web services in Axis2

2010-02-09 Thread Prabath Siriwardena
There are java libraries that support SPML, you may use such a library and can write an axis2 module for that... Thanks & regards. -Prabath shyam shukla wrote: Thanks Prabath for your reply. Are you aware of any other framework available to develop SPML based web services? Thanks, S

Re: Support of SPML v2.0 based web services in Axis2

2010-02-09 Thread shyam shukla
Thanks Prabath for your reply. Are you aware of any other framework available to develop SPML based web services? Thanks, Shyam On Wed, Feb 10, 2010 at 12:40 PM, Prabath Siriwardena wrote: > Hi Shyam; > > AFAIK - currently we don't have support for SPML in Axis2. > &

Re: Support of SPML v2.0 based web services in Axis2

2010-02-09 Thread Prabath Siriwardena
Hi Shyam; AFAIK - currently we don't have support for SPML in Axis2. Thanks & regards. -Prabath shyam shukla wrote: Hello All, Does Axis2 support SPML v2.0 (Service Provisioning Markup Language) based web services? If yes, then please provide the pointer for the same. Thanks, Shyam

Support of SPML v2.0 based web services in Axis2

2010-02-09 Thread shyam shukla
Hello All, Does Axis2 support SPML v2.0 (Service Provisioning Markup Language) based web services? If yes, then please provide the pointer for the same. Thanks, Shyam

Axis services monitor

2010-02-04 Thread Demetris
Hi all, I am not sure if this was asked before - it is pretty trivial but I cannot find the appropriate thread. Is there a way to query a remote Axis registry for the services that are running on it at any given time? I know you can do that with OSGi registries and of course you can query

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

2010-01-23 Thread Andreas Veithen (JIRA)
mechanisms for deploying JAX-WS services: * The service may be packaged and deployed as an AAR, just like any other service within Axis2. Like with all AARs, a services.xml file containing the relevant metadata is required for the service to deploy correctly. * The service may be packaged in a

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

2010-01-23 Thread Andreas Veithen (JIRA)
JAX-WS services can no longer be deployed as AAR Key: AXIS2-4611 URL: https://issues.apache.org/jira/browse/AXIS2-4611 Project: Axis2 Issue Type: Bug Components: jaxws Affects

[Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-06 Thread Kanchana Welagedara
Hi All, I have deployed two Axis 2 web services in two different machines in two different application servers.Service 1 should be served the Service 2 in the other machine. How do I resolve the service group issue here and invoke WS2 after WS2 the other to get the final result? My Method

Several HTTP session acessing Web Services

2010-01-01 Thread Bruno Simioni
Needing some help with HTTP sessions. When sending a SOAP simple message to Axis2, it create a single HTTP session to handle the client message, and to handle the client HTTP POST request. When sending a WSA SOAP message (by Axis2 Java Client), it creates another http session to handle the WSA so

How to use axis2 clustering for stateless services

2009-12-21 Thread Shailesh Potnis
Hi: I am trying to test the HA features of Axis2 clustering.  I am using Asix2 version 1.4.1. I have deployed a simple stateless service on two nodes (two OC4J instances on two machines) that are clustered. Here is what I see: If I deactivate a service on one of the nodes using axis2 admin co

Browsing Axis2 security services in eclipse wsdl explorer

2009-12-02 Thread SivaKumarl
Hi Friends, I am using eclipse WSDL explorer to browser wsdl, till now my services are without securities now i added securities, so kindly help to send security infromation like usernametoken etc., using wsdl explorer in eclipse ide. Thanks in Advance --- Siva -- View

[jira] Commented: (AXIS2-4560) Axis2 Asynchronouse web services over TLS

2009-11-23 Thread Ruwan Linton (JIRA)
from axis2 to synapse. nhttp transport has been developed by the synapse community and was in the synapse code base from its inception. Some transports were moved out from synapse to axis2-transports but not vice-versa. Thanks, Ruwan > Axis2 Asynchronouse web services o

[jira] Commented: (AXIS2-4560) Axis2 Asynchronouse web services over TLS

2009-11-23 Thread Isuru Eranga Suriarachchi (JIRA)
tory .createConfigurationContextFromFileSystem("repo path", "axis2.xml path"); If you don't want to specify a repository, pass null for the first parameter. Thanks, ~Isuru > Axis2 Asynchronouse web services over TLS > - > >

[jira] Commented: (AXIS2-4560) Axis2 Asynchronouse web services over TLS

2009-11-23 Thread Anand Sastry (JIRA)
t an error to the effect that "Repository could not be found". I am assuming that Axis2 was looking for Modules and Services. Is there a way I can create a copy of the axis2.xml, register my custom Transport Sender to fulfill my requirement but have axis2.xml point to the default reposit

[jira] Commented: (AXIS2-4560) Axis2 Asynchronouse web services over TLS

2009-11-21 Thread Isuru Eranga Suriarachchi (JIRA)
en create the ServiceClient using this configuration context. Add all nhttp libraries into your client classpath and run it. It should work for you. Thanks, ~Isuru [1] http://synapse.apache.org/ > Axis2 Asynchronouse web services over TLS > - > >

[jira] Created: (AXIS2-4560) Axis2 Asynchronouse web services over TLS

2009-11-20 Thread Anand Sastry (JIRA)
Axis2 Asynchronouse web services over TLS - Key: AXIS2-4560 URL: https://issues.apache.org/jira/browse/AXIS2-4560 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: kernel

[jira] Created: (AXIS-2811) Some Apache Axis related objects are not getting released in our Client Application which accesses Web Services developed in 1.3

2009-11-17 Thread Ahmad Shaik (JIRA)
Some Apache Axis related objects are not getting released in our Client Application which accesses Web Services developed in 1.3 Key: AXIS-2811

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-11 Thread Deepal jayasinghe
Hi Glen, > 2) Add yourself to the list of project members on the wiki page if you are an > existing PMC member and would like to be on the new Axis2 PMC > By looking at the current wiki, feel like your point was not clear. Thanks, Deepal > Here is my +1 for this proposal. > > Thanks, > --Glen >

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-11 Thread Srinath Perera
; necessary >> > as we can still decide what to do about each sub-sub-project >> > individually >> > later), I'd like to bring the following proposal up for a VOTE of the >> > Web >> > Services PMC.  If this passes, I plan to submit this resoluti

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-10 Thread Thilina Gunarathne
step (the promotion of > > WS-Commons sub-sub-projects to WS subprojects - this isn't really > necessary > > as we can still decide what to do about each sub-sub-project individually > > later), I'd like to bring the following proposal up for a VOTE of the Web >

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-09 Thread Ruchith Fernando
t; later), I'd like to bring the following proposal up for a VOTE of the Web > Services PMC.  If this passes, I plan to submit this resolution to the board > as soon as possible. > > http://wiki.apache.org/ws/FrontPage/Proposals/Axis2TLPProposal > > Note that I added just the first

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-09 Thread Ajith Ranabahu
that we had proposed a year ago. :) >> So, >> > having only altered the page in order to remove a step (the promotion of >> > WS-Commons sub-sub-projects to WS subprojects - this isn't really >> necessary >> > as we can still decide what to do about each sub-sub

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-09 Thread Brian De Pradine
+1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? From: Glen Daniels To: "gene...@ws.apache.org" , Axis

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-09 Thread Ruwan Linton
rojects - this isn't really > necessary > > as we can still decide what to do about each sub-sub-project individually > > later), I'd like to bring the following proposal up for a VOTE of the Web > > Services PMC. If this passes, I plan to submit this resolut

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-08 Thread Bill Nagy
I'd like to bring the following proposal up for a VOTE of the Web > Services PMC. If this passes, I plan to submit this resolution to the board > as soon as possible. > > http://wiki.apache.org/ws/FrontPage/Proposals/Axis2TLPProposal > > Note that I added just the first few

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Saminda Abeyruwan
structure that we had proposed a year ago. :) >>> So, >>> having only altered the page in order to remove a step (the promotion of >>> WS-Commons sub-sub-projects to WS subprojects - this isn't really >>> necessary >>> as we can still decide what to

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Keith Chapman
to WS subprojects - this isn't really >> necessary >> as we can still decide what to do about each sub-sub-project individually >> later), I'd like to bring the following proposal up for a VOTE of the Web >> Services PMC. If this passes, I plan to subm

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Prabath Siriwardena
a VOTE of the Web Services PMC. If this passes, I plan to submit this resolution to the board as soon as possible. http://wiki.apache.org/ws/FrontPage/Proposals/Axis2TLPProposal Note that I added just the first few people in the current PMC roster as examples. I also nominated myself as the Axis2

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Senaka Fernando
> later), I'd like to bring the following proposal up for a VOTE of the Web > Services PMC. If this passes, I plan to submit this resolution to the > board > as soon as possible. > > http://wiki.apache.org/ws/FrontPage/Proposals/Axis2TLPProposal > > Note that I

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-07 Thread Sanjiva Weerawarana
27;t really necessary > as we can still decide what to do about each sub-sub-project individually > later), I'd like to bring the following proposal up for a VOTE of the Web > Services PMC. If this passes, I plan to submit this resolution to the > board > as soon as possible.

[jira] Commented: (AXIS2-4538) axis2 deployment failure for web services proxied by Spring

2009-10-30 Thread Roberto (JIRA)
dl, while the inherited operation guardaPersona is missing > axis2 deployment failure for web services proxied by Spring > --- > > Key: AXIS2-4538 > URL: https://issues.apache.or

[jira] Commented: (AXIS2-4538) axis2 deployment failure for web services proxied by Spring

2009-10-29 Thread Sagara Gunathunga (JIRA)
you have to provide a java interface for "ServiceClass" parameter then you will not get these exceptions. please see the following post [1] and try for that. [1] - http://ssagara.blogspot.com/2008/08/axis2-with-spring-aop.html > axis2 deployment failure for web services

[jira] Created: (AXIS2-4538) axis2 deployment failure for web services proxied by Spring

2009-10-29 Thread Roberto (JIRA)
axis2 deployment failure for web services proxied by Spring --- Key: AXIS2-4538 URL: https://issues.apache.org/jira/browse/AXIS2-4538 Project: Axis 2.0 (Axis2) Issue Type: Bug

How do I create webservices in URL's with subdirectories under services/

2009-10-08 Thread Lindholm, Jacob
I would like to expose some of my web services under services/admin/ and some under services/public/ Is there any way for me to do this? I want to do this so that I can associate different Tomcat Security Constraints with each directory so that I can have one set automatically forward the

[jira] Closed: (AXIS2-4507) Axis2 Modules and Services do not Shutdown.

2009-09-23 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker closed AXIS2-4507. > Axis2 Modules and Services do not Shutd

[jira] Resolved: (AXIS2-4507) Axis2 Modules and Services do not Shutdown.

2009-09-23 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-4507. -- Resolution: Fixed Fixed with revision 818290. > Axis2 Modules and Services do not Shutd

[jira] Updated: (AXIS2-4507) Axis2 Modules and Services do not Shutdown.

2009-09-23 Thread Nikhil Thaker (JIRA)
and Services do not Shutdown. > --- > > Key: AXIS2-4507 > URL: https://issues.apache.org/jira/browse/AXIS2-4507 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws >

[jira] Work started: (AXIS2-4507) Axis2 Modules and Services do not Shutdown.

2009-09-23 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AXIS2-4507 started by Nikhil Thaker. > Axis2 Modules and Services do not Shutdown. > --- > >

[jira] Created: (AXIS2-4507) Axis2 Modules and Services do not Shutdown.

2009-09-23 Thread Nikhil Thaker (JIRA)
Axis2 Modules and Services do not Shutdown. --- Key: AXIS2-4507 URL: https://issues.apache.org/jira/browse/AXIS2-4507 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws

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

2009-09-16 Thread Will Lauer (JIRA)
ing always with Axis2 1.5, even with the fix for issue AXIS2-4209. > catalog resolution doesn't work for schema references used by JAX-WS services > - > > Key: AXIS2-4494 >

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

2009-09-16 Thread Will Lauer (JIRA)
catalog resolution doesn't work for schema references used by JAX-WS services - Key: AXIS2-4494 URL: https://issues.apache.org/jira/browse/AXIS2-4494 Project: Axis 2.0 (

[jira] Issue Comment Edited: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
4 AM: --- Attaching the patch I described in my previous comment. was (Author: mauromol): The patch I described in my previous comment. > Allow for sharing XSD schemas between services > -- > > Key: AXIS2-3354 >

[jira] Updated: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
XSD schemas between services > -- > > Key: AXIS2-3354 > URL: https://issues.apache.org/jira/browse/AXIS2-3354 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement >Af

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
xis2 1.5 things work in the following way. Suppose I have MyService1 and MyService2 deployed as such: contextpath/WEB-INF/services/MyService1/META-INF/ contextpath/WEB-INF/services/MyService2/META-INF/ and suppose both MyService1.wsdl and MyService2.wsdl import a schema called CommonSchema.xsd pl

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
vice, rows 1247-1249, requests with ".." in the URL are filtered out: this is why the workaround I described and that we were using is not working in Axis2 anymore. Is there a particular reason for this change? > Allow for sharing XSD schemas

[jira] Commented: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
is a dirty trick, because we can't know at design/deployment time what will be the full URL where the webapp (containing WSDLs and XSDs) will be located. > Allow for sharing XSD schemas between services > -- > >

[jira] Updated: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
workaround of putting the shared XSD schema in both WEB-INF and WEB-INF\services (so that it is eventually found in one of the two places where the XSD is referred to as ../../MyXSD.xsd) does not work anymore. A 404 is always given when I query the AxisServlet for MyService?xsd=../../MyXSD.xsd

[jira] Updated: (AXIS2-3354) Allow for sharing XSD schemas between services

2009-09-08 Thread Mauro Molinari (JIRA)
> Allow for sharing XSD schemas between services > -- > > Key: AXIS2-3354 > URL: https://issues.apache.org/jira/browse/AXIS2-3354 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement

[jira] Resolved: (AXIS2-4289) Refactored the changes made when improving Faulty Services handling.

2009-08-27 Thread Amila Chinthaka Suriarachchi (JIRA)
red the changes made when improving Faulty Services handling. > > > Key: AXIS2-4289 > URL: https://issues.apache.org/jira/browse/AXIS2-4289 > Project: Axis 2.0 (Axis2) >

[jira] Commented: (AXIS2-4464) Axis2 1.5 not compatible with Eclipse JST Web Services

2009-08-16 Thread Andreas Veithen (JIRA)
the transportReceiver from axis2.xml (and letting AxisServlet add its own TransportInDescription) doesn't work either because of AXIS2-4141. > Axis2 1.5 not compatible with Eclipse JST Web Services > -- > >

[jira] Commented: (AXIS2-4464) Axis2 1.5 not compatible with Eclipse JST Web Services

2009-08-16 Thread Andreas Veithen (JIRA)
xis2.transport.http.AxisServlet.init(AxisServlet.java:444) at org.apache.axis2.webapp.AxisAdminServlet.init(AxisAdminServlet.java:60) It seems that JST excludes geronimo-ws-metadata_2.0.spec from the JARs copied to the Web app. > Axis2 1.5 not compatible with Eclipse JST Web S

[jira] Created: (AXIS2-4464) Axis2 1.5 not compatible with Eclipse JST Web Services

2009-08-16 Thread Andreas Veithen (JIRA)
Axis2 1.5 not compatible with Eclipse JST Web Services -- Key: AXIS2-4464 URL: https://issues.apache.org/jira/browse/AXIS2-4464 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects

[jira] Commented: (AXIS2-3852) A module in the module folder works on al services

2009-08-06 Thread Deepal Jayasinghe (JIRA)
the handler, it can check whether it is engaged to that by using message context. Second if you put your handlers after the dispatch phase then that module will be engaged to the service that you are trying to engage > A module in the module folder works on al s

[jira] Commented: (AXIS2-3852) A module in the module folder works on al services

2009-08-06 Thread Jonathon Roberts (JIRA)
odule folder works on al services > -- > > Key: AXIS2-3852 > URL: https://issues.apache.org/jira/browse/AXIS2-3852 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Componen

[jira] Updated: (AXIS2-3852) A module in the module folder works on al services

2009-08-06 Thread Andreas Veithen (JIRA)
. * ) > A module in the module folder works on al services > -- > > Key: AXIS2-3852 > URL: https://issues.apache.org/jira/browse/AXIS2-3852 > Projec

[jira] Commented: (AXIS2-3852) A module in the module folder works on al services

2009-08-06 Thread Droogers J. (Jaap) (JIRA)
onic transmission. * > A module in the module folder works on al services > -- > > Key: AXIS2-3852 > URL: https://issues.apache.org/jir

[jira] Commented: (AXIS2-3852) A module in the module folder works on al services

2009-08-06 Thread Jonathon Roberts (JIRA)
27;ve got set for just one of my services in service.xml, but it's getting applied to all the services in axis2 including the version service. There seems to be no way to engage a module for just one service. > A module in the module folder wor

[jira] Created: (AXIS2-4442) Wrapped array schema generation is not supported for document literal bare services

2009-07-23 Thread Detelin Yordanov (JIRA)
Wrapped array schema generation is not supported for document literal bare services --- Key: AXIS2-4442 URL: https://issues.apache.org/jira/browse/AXIS2-4442 Project

(axis2-1.5) Unable to deploy web services in a war.

2009-07-17 Thread Bhat, Suma
I am using axis2-1.5, and I see this exception trace when tomcat starts up with our application as a war file. Note however that I don't see this problem when starting tomcat with the exploded archive, so it is perhaps a problem with WarBasedAxisConfigurator.loadServices() ? Jul 17, 2009 2:21:5

[jira] Created: (AXIS2-4427) axis sends soap messages on error in http binded services

2009-07-09 Thread JIRA
axis sends soap messages on error in http binded services - Key: AXIS2-4427 URL: https://issues.apache.org/jira/browse/AXIS2-4427 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects

Issue in JAXWS services

2009-06-30 Thread Isuru Suriarachchi
Hi all, This is regarding the JIRA that I've filed at.. https://issues.apache.org/jira/browse/AXIS2-4417 In JAXWS services, body and header parts are kept as org.apache.axis2.jaxws.message.impl.BlockImpl objects. These message blocks are read before invoking the service and all are s

[jira] Created: (AXIS2-4417) "Block already consumed" error in JAXWS services

2009-06-30 Thread Isuru Eranga Suriarachchi (JIRA)
"Block already consumed" error in JAXWS services Key: AXIS2-4417 URL: https://issues.apache.org/jira/browse/AXIS2-4417 Project: Axis 2.0 (Axis2) Issue Type: Bug Compone

[jira] Updated: (AXIS2-4417) "Block already consumed" error in JAXWS services

2009-06-30 Thread Isuru Eranga Suriarachchi (JIRA)
-sample.jar > "Block already consumed" error in JAXWS services > > > Key: AXIS2-4417 > URL: https://issues.apache.org/jira/browse/AXIS2-4417 > Project: Axis 2.0 (Axis2

[jira] Updated: (AXIS2-4407) Axis 2 does not pick up wsdl2.0 which is modified to include whttp:location and whttp:method for Restful services

2009-06-25 Thread Suchitha Koneru (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suchitha Koneru updated AXIS2-4407: --- Description: Configuration Tomcat 5.5 Axis 2 Version 1.5 Java 1.6.10 Restful services were

[jira] Updated: (AXIS2-4407) Axis 2 does not pick up wsdl2.0 which is modified to include whttp:location and whttp:method for Restful services

2009-06-25 Thread Suchitha Koneru (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suchitha Koneru updated AXIS2-4407: --- Attachment: services.zip services folder(WEB-INF/services) > Axis 2 does not pick

[jira] Updated: (AXIS2-4407) Axis 2 does not pick up wsdl2.0 which is modified to include whttp:location and whttp:method for Restful services

2009-06-25 Thread Suchitha Koneru (JIRA)
ude whttp:location > and whttp:method for Restful services > > > Key: AXIS2-4407 > URL: https://issues.apache.org/jira

[jira] Created: (AXIS2-4407) Axis 2 does not pick up wsdl2.0 which is modified to include whttp:location and whttp:method for Restful services

2009-06-25 Thread Suchitha Koneru (JIRA)
Axis 2 does not pick up wsdl2.0 which is modified to include whttp:location and whttp:method for Restful services Key: AXIS2-4407 URL: https

[jira] Resolved: (AXIS2-4391) JAX-WS: Two Services Cannot Have the Same Name Error

2009-06-18 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-4391. --- Resolution: Fixed Second Revision:786126 > JAX-WS: Two Services Cannot Have the Same N

[jira] Reopened: (AXIS2-4391) JAX-WS: Two Services Cannot Have the Same Name Error

2009-06-18 Thread Rich Scheuerle (JIRA)
will prevent the different threads from using the same name. I am working on the final testing of the fix. > JAX-WS: Two Services Cannot Have the Same Name Error > > > Key: AXIS2-4391 >

[jira] Updated: (AXIS2-4391) JAX-WS: Two Services Cannot Have the Same Name Error

2009-06-17 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4391: --- Fix Version/s: 1.6 > JAX-WS: Two Services Cannot Have the Same Name Er

[jira] Resolved: (AXIS2-4391) JAX-WS: Two Services Cannot Have the Same Name Error

2009-06-17 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-4391. --- Resolution: Fixed Committed 785748 > JAX-WS: Two Services Cannot Have the Same Name Er

[jira] Created: (AXIS2-4391) JAX-WS: Two Services Cannot Have the Same Name Error

2009-06-17 Thread Rich Scheuerle (JIRA)
JAX-WS: Two Services Cannot Have the Same Name Error Key: AXIS2-4391 URL: https://issues.apache.org/jira/browse/AXIS2-4391 Project: Axis 2.0 (Axis2) Issue Type: Bug Components

[jira] Commented: (AXIS2-4362) If WSDL has multiple services, DeploymentEngine uses incorrect one

2009-06-08 Thread Ben Reif (JIRA)
serviceName', is null it just grabs the first service from the WSDL with a Port, which is not the right one. > If WSDL has multiple services, DeploymentEngine uses incorrect one > -- > >

[jira] Commented: (AXIS2-4248) NPE in OutFaultFlow - when accesing a service having a security policy applied - from a client with a no binding specific epr [i.e. http://localhost:8080/axis2/services/

2009-06-07 Thread Deepal Jayasinghe (JIRA)
your patch, but seems like there are test failures so please re-create the patch. Thanks, Deepal > NPE in OutFaultFlow - when accesing a service having a security policy > applied - from a client with a no binding specific epr [i.e. > http://localhost:8080/axis2/services/

[jira] Commented: (AXIS2-4362) If WSDL has multiple services, DeploymentEngine uses incorrect one

2009-06-07 Thread Deepal Jayasinghe (JIRA)
and your service name (in the services.xml) match then the right thing happen. Thanks, Deepal > If WSDL has multiple services, DeploymentEngine uses incorrect one > -- > > Key: AXIS2-4362 >

[jira] Updated: (AXIS2-4362) If WSDL has multiple services, DeploymentEngine uses incorrect one

2009-06-02 Thread Ben Reif (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Reif updated AXIS2-4362: Description: We have a WSDL file that defines multiple services. Each service is deployed within a War as

[jira] Created: (AXIS2-4362) If WSDL has multiple services, WarBasedAxisConfigurator uses incorrect one

2009-06-02 Thread Ben Reif (JIRA)
If WSDL has multiple services, WarBasedAxisConfigurator uses incorrect one -- Key: AXIS2-4362 URL: https://issues.apache.org/jira/browse/AXIS2-4362 Project: Axis 2.0 (Axis2

Re: [axis2] AxisConfiguration.getService() and inactive services

2009-05-20 Thread Deepal jayasinghe
Hi Glen, > Throwing an exception to do this is (IMHO) bad code. It's expensive, slower, > non-intuitive (what would you expect "getService()" to do?) and just plain > annoying for people calling this method. > Well inactive service treat as same as service is not there in the system. So I do n

Re: [axis2] AxisConfiguration.getService() and inactive services

2009-05-20 Thread Glen Daniels
Hi Deepal: Deepal jayasinghe wrote: > Yes, there is a difference. One method is for management other method is > for dispatching. > So at the runtime when a message receive we call getService, and if we > want to activate, inactivate we call other method. Throwing an exception to do this is (IMHO

Re: [axis2] AxisConfiguration.getService() and inactive services

2009-05-19 Thread Deepal jayasinghe
Yes, there is a difference. One method is for management other method is for dispatching. So at the runtime when a message receive we call getService, and if we want to activate, inactivate we call other method. So please do not remove the method. Deepal > Hi y'all: > > So I'm cleaning up a littl

Overloading in JAXWS services

2009-05-19 Thread Christophe Hamerling - eBM WebSourcing
Hi Guys, I am trying to deploy an annotated POJO class like this one : ... @WebMethod(operationName = "querySpace") String[] query(String space, String query) throws SpaceException; @WebMethod(operationName = "query") String[] query(String query) throws SpaceException; .. There

[axis2] AxisConfiguration.getService() and inactive services

2009-05-18 Thread Glen Daniels
Hi y'all: So I'm cleaning up a little code and javadoc, and happened to come across AxisConfiguration.getService()... which *throws an Exception* if you ask for an inactive service. ...which is why we have a second method called "getServiceForActivation()" that simply avoids the check and the exc

Web Services PMC - Organization and futures

2009-05-17 Thread Glen Daniels
[PLEASE KEEP REPLIES TO THIS THREAD ON "gene...@ws". If you're not on it and interested, please subscribe.] Hi all: June approaches, and with it another WS PMC board report. After the March report, we were again asked by the board what's up with our project's organization. As such, I'd like to

[jira] Commented: (AXIS2-4127) JSR 181 annotations web services giving errors

2009-04-06 Thread Balint Domokos (JIRA)
was that jaxws-tools.jar and tools.jar from JDK were missing from my tomcat classpath. The fix was to copy them to $TOMCAT_HOME/shared/lib in my case. I have used POJODeployer and I have not used service.xml. Regards, Balint > JSR 181 annotations web services giving

[jira] Updated: (AXIS2-4289) Refactored the changes made when improving Faulty Services handling.

2009-03-29 Thread Sameera Jayasoma (JIRA)
the changes made when improving Faulty Services handling. > > > Key: AXIS2-4289 > URL: https://issues.apache.org/jira/browse/AXIS2-4289 > Project: Axis 2.0 (Axis2) >

[jira] Created: (AXIS2-4289) Refactored the changes made when improving Faulty Services handling.

2009-03-29 Thread Sameera Jayasoma (JIRA)
Refactored the changes made when improving Faulty Services handling. Key: AXIS2-4289 URL: https://issues.apache.org/jira/browse/AXIS2-4289 Project: Axis 2.0 (Axis2) Issue

[jira] Resolved: (AXIS2-4286) Test Cases for the Improvements to Axis2 Faulty Services Handling

2009-03-27 Thread Amila Chinthaka Suriarachchi (JIRA)
> Test Cases for the Improvements to Axis2 Faulty Services Handling > - > > Key: AXIS2-4286 > URL: https://issues.apache.org/jira/browse/AXIS2-4286 > Project: Axis 2.0 (Axis2) >

[jira] Resolved: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-27 Thread Amila Chinthaka Suriarachchi (JIRA)
> Improvements to Axis2 Faulty Services Handling > -- > > Key: AXIS2-4281 > URL: https://issues.apache.org/jira/browse/AXIS2-4281 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement

[jira] Created: (AXIS2-4286) Test Cases for the Improvements to Axis2 Faulty Services Handling

2009-03-26 Thread Sameera Jayasoma (JIRA)
Test Cases for the Improvements to Axis2 Faulty Services Handling - Key: AXIS2-4286 URL: https://issues.apache.org/jira/browse/AXIS2-4286 Project: Axis 2.0 (Axis2) Issue Type

[jira] Updated: (AXIS2-4286) Test Cases for the Improvements to Axis2 Faulty Services Handling

2009-03-26 Thread Sameera Jayasoma (JIRA)
-2009-01.txt Patches are attached > Test Cases for the Improvements to Axis2 Faulty Services Handling > - > > Key: AXIS2-4286 > URL: https://issues.apache.org/jira/browse/AXIS2-4286 >

[jira] Updated: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-24 Thread Sameera Jayasoma (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sameera Jayasoma updated AXIS2-4281: Attachment: patch-axis2-trunk-22-03-2009-03.txt > Improvements to Axis2 Faulty Servi

[jira] Updated: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-24 Thread Sameera Jayasoma (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sameera Jayasoma updated AXIS2-4281: Attachment: patch-axis2-trunk-22-03-2009-03.txt > Improvements to Axis2 Faulty Servi

[jira] Updated: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-24 Thread Sameera Jayasoma (JIRA)
lty Services Handling > -- > > Key: AXIS2-4281 > URL: https://issues.apache.org/jira/browse/AXIS2-4281 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components:

Re: Improvements to Axis2 Faulty Services Handling

2009-03-22 Thread Sameera Jayasoma
Hi devs, Following jira contains the patches for this improvement. https://issues.apache.org/jira/browse/AXIS2-4281 Thanks Sameera -- Sameera Jayasoma Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://tech.jayasoma.org

[jira] Updated: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-22 Thread Sameera Jayasoma (JIRA)
-2009-02.txt patch-axis2-trunk-22-03-2009-01.txt Attached the patch files. > Improvements to Axis2 Faulty Services Handling > -- > > Key: AXIS2-4281 > URL: https://issues.apache.org/jira/br

[jira] Updated: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-22 Thread Sameera Jayasoma (JIRA)
: nightly > Improvements to Axis2 Faulty Services Handling > -- > > Key: AXIS2-4281 > URL: https://issues.apache.org/jira/browse/AXIS2-4281 > Project: Axis 2.0 (Axis2) > Is

[jira] Created: (AXIS2-4281) Improvements to Axis2 Faulty Services Handling

2009-03-22 Thread Sameera Jayasoma (JIRA)
Improvements to Axis2 Faulty Services Handling -- Key: AXIS2-4281 URL: https://issues.apache.org/jira/browse/AXIS2-4281 Project: Axis 2.0 (Axis2) Issue Type: Improvement Reporter

  1   2   3   4   5   6   7   8   >