Re: [Axis2] Maven2 plugin for mar building?

2006-11-21 Thread David Illsley
I believe that it is pretty similar to aar files - a jar with a well-known descriptor in it see [1]. Also, the rahas mar file includes some dependant jars in a /lib directory within the mar. Does anyone else know if I've missed anything? David [1] http://ws.apache.org/axis2/1_1/Axis2Architectur

Re: [Axis2] What should be the version of the 'trunk'

2006-11-21 Thread Davanum Srinivas
FWIW, i prefer "1.2-SNAPSHOT" (not just "SNAPSHOT") -- dims On 11/22/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Chamikara Jayalath wrote: > Could u please explain a bit more. What do u think the version of the 'trunk' should be ? > (until we move to maven 2) What's wrong with "1.2-SNAPSH

Re: [Axis2] How to remove a declared namespace in axiom

2006-11-21 Thread Toshiro Takase
Eran, Is this same as this? http://issues.apache.org/jira/browse/WSCOMMONS-94 Toshiro TAKASE IBM Research, Tokyo Research Laboratory, Internet Technology notes ID: Toshiro Takase/Japan/[EMAIL PROTECTED], e-mail: [EMAIL PROTECTED] "Sameera Madushan" <[EMAIL PROTECTED]> wrote on 2006/11/22 15:02:1

Re: [Axis2] Maven2 plugin for mar building?

2006-11-21 Thread Jochen Wiedmann
Forgot to reply to axis-dev as well. -- Forwarded message -- From: Jochen Wiedmann <[EMAIL PROTECTED]> Date: Nov 22, 2006 7:23 AM Subject: Re: [Axis2] Maven2 plugin for mar building? To: David Illsley <[EMAIL PROTECTED]> Cc: axis-dev@ws.apache.org Hi, David, On 11/22/06, David

Re: [Axis2] What should be the version of the 'trunk'

2006-11-21 Thread Jochen Wiedmann
Chamikara Jayalath wrote: Could u please explain a bit more. What do u think the version of the 'trunk' should be ? (until we move to maven 2) What's wrong with "1.2-SNAPSHOT" (Maven convention) or "1.2-dev", which Jakarta used to have? I believe we agree, that subsequent 1.1.x versions won't

Re: M2 pom's for 1.1 are defect: Require axis2-1.1.0.1

2006-11-21 Thread Jochen Wiedmann
Sanjiva Weerawarana wrote: Is it completely done? I remember we had problems with docs etc. - those need to be fully fixed to be able to move to m2. It is definitely *not* completely done. There aren't even yet POM files for all modules, as the rare time I have for Axis 2 is spent for playing

Re: [Axis2] Maven2 plugin for mar building?

2006-11-21 Thread Jochen Wiedmann
Hi, David, On 11/22/06, David Illsley <[EMAIL PROTECTED]> wrote: I'm looking forward to moving to Maven2 for builds but my understanding is that we need to define a packaging type for the modules which build mar files (addressing, rahas, soapmonitor, savan) rather than the custom scripting we u

[jira] Commented: (AXIS2-1751) Allow Axis2 to know the IP address and host name of the remote client when using the SimpleHTTPServer

2006-11-21 Thread Asankha C. Perera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1751?page=comments#action_12451309 ] Asankha C. Perera commented on AXIS2-1751: -- Oleg I opened an issue here.. http://issues.apache.org/jira/browse/HTTPCORE-15 Basically Axis2 needs to know

Re: [Axis2] How to remove a declared namespace in axiom

2006-11-21 Thread Sameera Madushan
It seems that theare is no way to remove a declared namespace. Thanks Sameera. On 11/21/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Sameera Madushan wrote: > Hi all, > > As far as I know , an OMNamespace can be declared using the > OMElement.declareNamespace() method. > > Is there a way to r

Signing SOAP request without using Keystore

2006-11-21 Thread Shyam Shukla
Hi All, I am re-posting my query as I don't get any response from my previous post. My problem is I am required to create a SOAP Request with X509 security token but can not use certificate from any persistent store like keystore that is used by axis2 framework. Actually, I get certificate at

[jira] Commented: (AXIS2-1754) Exceptions thrown by service methods are not propogated to clients properly.

2006-11-21 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1754?page=comments#action_12451422 ] Davanum Srinivas commented on AXIS2-1754: - Can u please upload your sample service as well? thanks, dims > Exceptions thrown by service methods are not pr

[jira] Created: (AXIS2-1754) Exceptions thrown by service methods are not propogated to clients properly.

2006-11-21 Thread Aaron Gourley (JIRA)
Exceptions thrown by service methods are not propogated to clients properly. Key: AXIS2-1754 URL: http://issues.apache.org/jira/browse/AXIS2-1754 Project: Apache Axis 2.0 (Ax

AXIS 1.4 - Connecting to a Oracle Web Service

2006-11-21 Thread Manuel Luis
Hello, I am trying to connect a axis client to a web service created using Oracle WS. All the methods receive as parameter a org.w3c.dom.Element and return a org.w3c.dom.Element. Using the WSDL defined by Jdeveloper 10g i am getting the following error: WSDLException (at /definitions/types/ns0:sc

[jira] Resolved: (AXIS2-1733) Mail transport doesn't register application/soap+xml mime type for soap12

2006-11-21 Thread Saminda Wishwajith Abeyruwan (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1733?page=all ] Saminda Wishwajith Abeyruwan resolved AXIS2-1733. - Resolution: Fixed Assignee: Saminda Wishwajith Abeyruwan (was: Davanum Srinivas) Applied to bothe 1.1 branch and trunk.

The AXIS engine could not find a target service to invoke!

2006-11-21 Thread ruchira
hi,i am getting following axis fault AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService faultSubcode: faultString: The AXIS engine could not find a target service to invoke! targetService is CVSIntegrator faultActor: faultNode: faultDetail: {http://xml.apache.org

[jira] Updated: (AXIS2-1748) It don't work to provide a wsdl inside the aar when deploying the war unexploded in WebLogic

2006-11-21 Thread Erland Isaksson (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1748?page=all ] Erland Isaksson updated AXIS2-1748: --- Attachment: DeveloperService.wsdl The wsdl file used > It don't work to provide a wsdl inside the aar when deploying the war > unexploded in WebLogic >

[jira] Resolved: (AXIS2-1732) AxisFault throwing problems

2006-11-21 Thread Saminda Wishwajith Abeyruwan (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1732?page=all ] Saminda Wishwajith Abeyruwan resolved AXIS2-1732. - Resolution: Fixed Applied to both 1.1 branch and trunk Thank you Saminda > AxisFault throwing problems > -

[jira] Commented: (AXIS2-841) WSDL2Java in ant task does not compile wsdl in release 1.0 but compiled correctly in releases 0.94/0.95

2006-11-21 Thread Vijay Phadke (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-841?page=comments#action_12451581 ] Vijay Phadke commented on AXIS2-841: Somehow my earlier post did not make it here! Yes, org.apache.axis2.wsdl.WSDL2Java compiles the wsdl (${axis2-1.0.home}/sa

Re: M2 pom's for 1.1 are defect: Require axis2-1.1.0.1

2006-11-21 Thread Davanum Srinivas
Jochen, Please hold on to the VOTE. Let's take this week to see if anything else pops up. We may as well do a quick 1.1.1 next week. ok? if not, we can do the pom/jars as you mentioned. thanks, dims On 11/21/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Hi, I am sorry to say, but I have foun

[jira] Closed: (AXIS2-1753) Add SPI to allow naviation to ServiceDelegate and associated EndpointDescription from BindingProvider

2006-11-21 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1753?page=all ] Jeff Barrett closed AXIS2-1753. --- > Add SPI to allow naviation to ServiceDelegate and associated > EndpointDescription from BindingProvider > -

[Axis2] Proposal: Refactoring the dispatchers

2006-11-21 Thread David Illsley
Hi all, In trying to complete AXIS2-1457 I've been looking at the dispatchers we have and trying to work out the cleanest way of dealing with them. I think that the best approach will be to move them out of the o.a.a.engine package into an o.a.a.dispatchers package (and move the AddressingBasedDi

[jira] Assigned: (AXIS2-1753) Add SPI to allow naviation to ServiceDelegate and associated EndpointDescription from BindingProvider

2006-11-21 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1753?page=all ] Jeff Barrett reassigned AXIS2-1753: --- Assignee: Jeff Barrett > Add SPI to allow naviation to ServiceDelegate and associated > EndpointDescription from BindingProvider > --

[jira] Commented: (AXIS2-1752) Support POX, Text and Binary JMS messages without requiring any additional headers

2006-11-21 Thread Asankha C. Perera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1752?page=comments#action_12451694 ] Asankha C. Perera commented on AXIS2-1752: -- Dims This applies only for *plain text* messages arriving over JMS, and I think Synapse would be using or sup

AxisFault faultCode: {http://xml.apache.org/axis/}HTTP

2006-11-21 Thread ruchira
Hi,I am getting following error . AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (404)/axis/services/CVSIntegrator faultActor: faultNode: faultDetail: {}:return code: 404 Apache Tomcat/5.5.17 - Error report