[jira] Created: (AXIS2C-514) Need a Security Assertion Markup Language(SAML) implementation in Rampart/C

2007-01-24 Thread Malinda Kaushalye Kapuruge (JIRA)
Need a Security Assertion Markup Language(SAML) implementation in Rampart/C --- Key: AXIS2C-514 URL: https://issues.apache.org/jira/browse/AXIS2C-514 Project: Axis2-C

[jira] Assigned: (AXIS2C-514) Need a Security Assertion Markup Language(SAML) implementation in Rampart/C

2007-01-24 Thread Malinda Kaushalye Kapuruge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Malinda Kaushalye Kapuruge reassigned AXIS2C-514: - Assignee: Malinda Kaushalye Kapuruge Need a Security Assertion

Re: security policy and Rampart/c integration

2007-01-24 Thread Kaushalye Kapuruge
Thanks Dinesh. Manjula, you can get a checkout from http://svn.apache.org/repos/asf/webservices/axis2/scratch/c/ Send your changes as patches. Later we will bring the sec-policy integrated rampart/C to the head. Cheers, Kaushalye Dinesh Premalal wrote: Hi Manjula, Kaushalye, As we

[jira] Resolved: (AXIS2C-507) addr_out_handler carries conditions without functions

2007-01-24 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal resolved AXIS2C-507. Resolution: Fixed Assignee: Dinesh Premalal removed those unwanted code blocks ...

[jira] Commented: (AXIS2C-512) Savan implementation (WS-Eventing for Axis2/C)

2007-01-24 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466979 ] Dinesh Premalal commented on AXIS2C-512: Removed binary and autogenerated files . Savan implementation

[jira] Created: (AXIS2C-515) the sample dynamic_client segfault on Linux: double free or corruption

2007-01-24 Thread Dushshantha Chandradasa (JIRA)
the sample dynamic_client segfault on Linux: double free or corruption -- Key: AXIS2C-515 URL: https://issues.apache.org/jira/browse/AXIS2C-515 Project: Axis2-C Issue Type:

[jira] Commented: (AXIS2C-515) the sample dynamic_client segfault on Linux: double free or corruption

2007-01-24 Thread Dushshantha Chandradasa (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466989 ] Dushshantha Chandradasa commented on AXIS2C-515: Here is the Valgrind report i got. ==26419==

[jira] Updated: (AXIS2C-511) Implement support for canonicalization

2007-01-24 Thread Dumindu Pallewela (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Pallewela updated AXIS2C-511: - Attachment: c14n_patch This patch (c14n_patch) completes the exclusive c14n algorithm

Re: security policy and Rampart/c integration

2007-01-24 Thread Kaushalye Kapuruge
Kaushalye Kapuruge wrote: Thanks Dinesh. Manjula, you can get a checkout from http://svn.apache.org/repos/asf/webservices/axis2/scratch/c/ Update: This should be https://svn.apache.org/repos/asf/webservices/axis2/scratch/c/security-policy -Kau Send your changes as patches. Later we will

[jira] Created: (AXIS2C-516) After the previous modifications module didn't work

2007-01-24 Thread Supun Kamburugamuva (JIRA)
After the previous modifications module didn't work --- Key: AXIS2C-516 URL: https://issues.apache.org/jira/browse/AXIS2C-516 Project: Axis2-C Issue Type: Bug Affects Versions: Current

[jira] Updated: (AXIS2C-516) After the previous modifications module didn't work

2007-01-24 Thread Supun Kamburugamuva (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Supun Kamburugamuva updated AXIS2C-516: --- Attachment: mod_iis_modifications.patch After the previous modifications module

[jira] Commented: (AXIS2C-514) Need a Security Assertion Markup Language(SAML) implementation in Rampart/C

2007-01-24 Thread Nabeel Yoosuf (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467182 ] Nabeel Yoosuf commented on AXIS2C-514: -- There's an open source C++ implementation of SAML called OpenSAML which

fix for parsing arrays and nil complex objects

2007-01-24 Thread Nicholas Hart
I found a problem with how the deserializer deals with arrays and nil complex objects. in the case of a non-zero array it was failing to skip the closing tag for the array, so I added a call to skipEndNode() in that case. Without that, the next element attempted to be parsed was the close

Re: fix for parsing arrays and nil complex objects

2007-01-24 Thread Nadir Amra
Please hold off until I release new code. Should be within the next day. Nadir K. Amra Nicholas Hart [EMAIL PROTECTED] wrote on 01/24/2007 05:24:52 PM: I found a problem with how the deserializer deals with arrays and nil complex objects. in the case of a non-zero array it was failing

[jira] Created: (AXISCPP-1017) WSDL2Ws tool has serious problem when processing the schema: unbounded choice inside sequence

2007-01-24 Thread Michael Xiong (JIRA)
WSDL2Ws tool has serious problem when processing the schema: unbounded choice inside sequence - Key: AXISCPP-1017 URL: https://issues.apache.org/jira/browse/AXISCPP-1017

[jira] Resolved: (AXIS2C-516) After the previous modifications module didn't work

2007-01-24 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana resolved AXIS2C-516. Resolution: Fixed I applied that patch, Thanks to supun. After the previous

[jira] Assigned: (AXIS2C-516) After the previous modifications module didn't work

2007-01-24 Thread Nandika Jayawardana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandika Jayawardana reassigned AXIS2C-516: -- Assignee: Nandika Jayawardana After the previous modifications module didn't

Axis C++: Looking for some guidance - what to do on parser errors?

2007-01-24 Thread Nadir Amra
I have been frustrated somewhat in debugging problems relating to SOAP deserialization/parsing. It seems that the deserializer ignores parsing errors by simply returning AXIS_FAIL or NULL or empty array. To me this hides the underlying problem, be it in the AXIS C/C++ code or in the SOAP

[jira] Resolved: (AXIS2-1053) ConcurrentModificationException when concurrent threads try to engage the Addressing module

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-1053. -- Resolution: Fixed ConcurrentModificationException when concurrent threads try to

[jira] Resolved: (AXIS2-2010) ConfigurationContext fillServiceContextAndServiceGroupContext needs improvements when the scope is transportsession

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-2010. -- Resolution: Fixed applied the patch ConfigurationContext

[jira] Commented: (AXIS2-820) ConverterUtil does not handle time zones correctly in convertToString(Calendar)

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466948 ] Deepal Jayasinghe commented on AXIS2-820: - Hi ; I did the following and got the following result as well;

[jira] Created: (AXIS-2615) org.apache.axis.client.HandlerRegistryImpl.getHandlerChain(QName portName) create an ArrayList if the HandlerChain doesn't exists instead of an HandlerChainImpl

2007-01-24 Thread Fabien Carrion (JIRA)
org.apache.axis.client.HandlerRegistryImpl.getHandlerChain(QName portName) create an ArrayList if the HandlerChain doesn't exists instead of an HandlerChainImpl

[jira] Resolved: (AXIS2-2021) Made corrections on the archived news file and improved the css file in xdcos

2007-01-24 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-2021. - Resolution: Fixed Reviewed and committed. Thanks Marietta Chatra Made corrections on

RE: my Scenario

2007-01-24 Thread Thirumalachar, Shree Rangan
Hi Deepal, Here is a snap of my code: My client calls a service called Jaguar which in turn calls another service. //Client RPCServiceClient serviceClient = new RPCServiceClient(); Options options = serviceClient.getOptions(); EndpointReference targetEPR = new

[jira] Resolved: (AXIS2-1843) Unnecessary AxisFault

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-1843. -- Resolution: Fixed Applied the patch Unnecessary AxisFault -

[jira] Assigned: (AXIS2-2019) RAMPART : Policy handling of SignedPart Header(s)..

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2019: Assignee: Ruchith Udayanga Fernando RAMPART : Policy handling of SignedPart

[jira] Assigned: (AXIS2-2017) RAMPART : Incoming policy validation of KeyWrap Algorithm.

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2017: Assignee: Ruchith Udayanga Fernando RAMPART : Incoming policy validation of

[jira] Assigned: (AXIS2-2018) RAMPART : Incoming policy validation of Bulk Encryption Algorithms.

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2018: Assignee: Ruchith Udayanga Fernando RAMPART : Incoming policy validation of Bulk

[jira] Assigned: (AXIS2-2004) Display module description in admin frontend

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2004: Assignee: Deepal Jayasinghe Display module description in admin frontend

[jira] Commented: (AXIS2-2002) Reduce the trace messages for object serialization to improve performance with trace enabled

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466974 ] Deepal Jayasinghe commented on AXIS2-2002: -- I am -1 on applying this patch since that has so many commented

[jira] Assigned: (AXIS2-2000) java.lang.RuntimeException: Unexpected subelement antal

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2000: Assignee: Amila Chinthaka Suriarachchi java.lang.RuntimeException: Unexpected

[jira] Commented: (AXIS2-1994) Cannot Establish Session to Microsoft WSE 3.0 Server

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466975 ] Deepal Jayasinghe commented on AXIS2-1994: -- In this particular scenario the only way to manage the session

[jira] Assigned: (AXIS2-1993) xsd:include in the WSDL causes FileNotFoundException with XMLBeans as the Databinding framework.

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1993: Assignee: Amila Chinthaka Suriarachchi xsd:include in the WSDL causes

[jira] Assigned: (AXIS2-1990) myService5.init(sc) and myService5.destroy(sc) not called on a http://alpha1:8080/manager/html/start?path=/axis2 - start /stop-click in scope=application

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1990: Assignee: Deepal Jayasinghe myService5.init(sc) and myService5.destroy(sc) not

[jira] Assigned: (AXIS2-1977) Java2WSDLTask does not restore ClassLoader

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1977: Assignee: Deepal Jayasinghe Java2WSDLTask does not restore ClassLoader

[jira] Assigned: (AXIS2-1973) JAVA2WSDL generates invalid WSDL

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1973: Assignee: Deepal Jayasinghe JAVA2WSDL generates invalid WSDL

[jira] Assigned: (AXIS2-1959) Mistake in ../axis2/java/xdocs/faq.html#d4 (Axis2 Documentation)

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1959: Assignee: Chatra Nakkawita Mistake in ../axis2/java/xdocs/faq.html#d4 (Axis2

[jira] Assigned: (AXIS2-1948) [wsdl2code] Incorrect target directory for generated sources

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1948: Assignee: Amila Chinthaka Suriarachchi [wsdl2code] Incorrect target directory

[jira] Assigned: (AXIS2-1950) Edit Service Parameters broken for operation parameters

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1950: Assignee: Deepal Jayasinghe Edit Service Parameters broken for operation

[jira] Assigned: (AXIS2-1953) Wrong exception occurs when trying to invoke a service which is configured with an invalid message receiver

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1953: Assignee: Deepal Jayasinghe Wrong exception occurs when trying to invoke a

[jira] Assigned: (AXIS2-1935) Wrong REST EPR shown in the admin console when enabling REST

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1935: Assignee: Deepal Jayasinghe Wrong REST EPR shown in the admin console when

[jira] Assigned: (AXIS2-1940) fireAndForget and Thread.sleep

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1940: Assignee: Deepal Jayasinghe fireAndForget and Thread.sleep

[jira] Resolved: (AXIS2-1933) Getting Service not found operation terminated exception

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-1933. -- Resolution: Fixed seems issue is fixed Getting Service not found operation

[jira] Resolved: (AXIS2-1573) Changes done in the Axis2 reference guide

2007-01-24 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-1573. - Resolution: Fixed Fix Version/s: 1.1.1 This issue was fixed for 1.1.1 release.

[jira] Resolved: (AXIS2-1934) Corrected an issue in rest-ws.html

2007-01-24 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-1934. - Resolution: Fixed Fix Version/s: nightly 1.2 Reviewed and

[jira] Resolved: (AXIS2-2005) NullPointerException when undeploying/redeploying

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-2005. -- Resolution: Fixed I commit the changes can you please check and confirm

[jira] Assigned: (AXIS2-1540) Typos / usability of web admin console

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-1540: Assignee: Deepal Jayasinghe Typos / usability of web admin console

[jira] Resolved: (AXIS2-1911) Serve service implementation with MessageContext before calling business method.

2007-01-24 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-1911. -- Resolution: Won't Fix No need to call this method since user can get access to message

[jira] Updated: (AXIS2-1956) SAAJ 1.3 implementation

2007-01-24 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated AXIS2-1956: -- Attachment: saaj-1.3_24.01.07.patch Some more work towards full SAAJ 1.3

[jira] Commented: (AXIS2-2019) RAMPART : Policy handling of SignedPart Header(s)..

2007-01-24 Thread Hans G Knudsen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466996 ] Hans G Knudsen commented on AXIS2-2019: --- Hi again! ad 1) Forgot to mention that all info needed for the

[jira] Updated: (AXIS2-1956) SAAJ 1.3 implementation

2007-01-24 Thread sumedha rubasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sumedha rubasinghe updated AXIS2-1956: -- Attachment: attach.xml attach.txt attach.gif Please

[jira] Created: (AXIS2-2022) setting HTTPConstants.SO_TIMEOUT option doesnt seems to work

2007-01-24 Thread Arnaud Louet (JIRA)
setting HTTPConstants.SO_TIMEOUT option doesnt seems to work Key: AXIS2-2022 URL: https://issues.apache.org/jira/browse/AXIS2-2022 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-2022) setting HTTPConstants.SO_TIMEOUT option doesnt seems to work

2007-01-24 Thread Arnaud Louet (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Louet updated AXIS2-2022: Description: on a genrated stub at construction time, the following code doesnt seems to chanage

[jira] Updated: (AXIS2-2022) setting HTTPConstants.SO_TIMEOUT option doesnt seems to work

2007-01-24 Thread Arnaud Louet (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnaud Louet updated AXIS2-2022: Description: on a genrated stub at construction time, the following code doesn't seems to change

[jira] Updated: (AXIS2-2023) Generation of soap:address in wsdl files

2007-01-24 Thread Alan Birtles (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Birtles updated AXIS2-2023: Attachment: httpworker.patch patch Generation of soap:address in wsdl files

[jira] Created: (AXIS2-2023) Generation of soap:address in wsdl files

2007-01-24 Thread Alan Birtles (JIRA)
Generation of soap:address in wsdl files Key: AXIS2-2023 URL: https://issues.apache.org/jira/browse/AXIS2-2023 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement Components: wsdl

[jira] Reopened: (AXIS2-1053) ConcurrentModificationException when concurrent threads try to engage the Addressing module

2007-01-24 Thread Michele Mazzucco (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michele Mazzucco reopened AXIS2-1053: - ConcurrentModificationException when concurrent threads try to engage the Addressing

[jira] Commented: (AXIS2-2019) RAMPART : Policy handling of SignedPart Header(s)..

2007-01-24 Thread Hans G Knudsen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467023 ] Hans G Knudsen commented on AXIS2-2019: --- Hi again! I noticed that in RampartUtil.getSignedParts()

[Axis2] Proposal: Better support for client-side configuration

2007-01-24 Thread Thilo Frotscher
Hi, I just encountered the problem that there is no way in Axis2 to define a service-based or operation-based configuration for Rampart on the client side. Consider a situation where you want to develop a client application that needs to communicate with multiple services or multiple

[jira] Created: (AXIS2-2025) Correct resolution of overloaded methods in Java Bean based Web service

2007-01-24 Thread Dustin Amrhein (JIRA)
Correct resolution of overloaded methods in Java Bean based Web service --- Key: AXIS2-2025 URL: https://issues.apache.org/jira/browse/AXIS2-2025 Project: Apache Axis 2.0 (Axis2)

[jira] Updated: (AXIS2-2025) Correct resolution of overloaded methods in Java Bean based Web service

2007-01-24 Thread Dustin Amrhein (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein updated AXIS2-2025: -- Attachment: patch.txt Correct resolution of overloaded methods in Java Bean based Web service

[jira] Created: (AXIS2-2026) JAX-WS XMLSpine Improvements

2007-01-24 Thread Rich Scheuerle (JIRA)
JAX-WS XMLSpine Improvements Key: AXIS2-2026 URL: https://issues.apache.org/jira/browse/AXIS2-2026 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Reporter: Rich

[jira] Commented: (AXIS2-2025) Correct resolution of overloaded methods in Java Bean based Web service

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467058 ] Rich Scheuerle commented on AXIS2-2025: --- Thanks Dustin ! I will review and commit this later this morning.

[jira] Commented: (AXIS2-2002) Reduce the trace messages for object serialization to improve performance with trace enabled

2007-01-24 Thread Ann Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467064 ] Ann Robinson commented on AXIS2-2002: - I will remove the commented out system.out lines. These lines were used

[Axis2]axis2-mar-maven-plugin

2007-01-24 Thread Dimuthu Leelaratne
Hi devs, We are working on maven2 build of rampart. We decided to use axis2-mar-maven-plugin for the build. So will it be possible make this plugin available in a public repository? Thanks, Dimuthu - To unsubscribe, e-mail:

Re: [Axis2]axis2-mar-maven-plugin

2007-01-24 Thread David Illsley
Hi Dimuthu, I'm working on the axis2 maven2 bits, which will probably include decoupling the mar plugin release from the main releases. However, that's not quite ready. Would a published SNAPSHOT be good enough for you for the moment? If so, I'll try to do that in the next day or so. David On

Re: [Axis2]axis2-mar-maven-plugin

2007-01-24 Thread Ruchith Fernando
Hi David, Yep ! SNAPSHOT will be fine for us. Thanks, Ruchith On 1/24/07, David Illsley [EMAIL PROTECTED] wrote: Hi Dimuthu, I'm working on the axis2 maven2 bits, which will probably include decoupling the mar plugin release from the main releases. However, that's not quite ready. Would a

[jira] Updated: (AXIS2-2026) JAX-WS XMLSpine Improvements

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle updated AXIS2-2026: -- Attachment: patch.txt JAX-WS XMLSpine Improvements

[jira] Resolved: (AXIS2-2026) JAX-WS XMLSpine Improvements

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2026. --- Resolution: Fixed Committed in 499482 JAX-WS XMLSpine Improvements

[jira] Resolved: (AXIS2-2025) Correct resolution of overloaded methods in Java Bean based Web service

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2025. --- Resolution: Fixed Committed revision 499483 Correct resolution of overloaded methods in

[jira] Commented: (AXIS2-2005) NullPointerException when undeploying/redeploying

2007-01-24 Thread Jeff Peterson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467091 ] Jeff Peterson commented on AXIS2-2005: -- I am downloading and building the latest source right now. Although,

[jira] Created: (AXIS2-2027) Need to catch FileNotFoundException when client attempts to retrieve WSDL at invalid location

2007-01-24 Thread Dustin Amrhein (JIRA)
Need to catch FileNotFoundException when client attempts to retrieve WSDL at invalid location - Key: AXIS2-2027 URL: https://issues.apache.org/jira/browse/AXIS2-2027

[jira] Commented: (AXIS2-2019) RAMPART : Policy handling of SignedPart Header(s)..

2007-01-24 Thread Ruchith Udayanga Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467093 ] Ruchith Udayanga Fernando commented on AXIS2-2019: -- Please do the svn diff from

Re: [Axis2] Proposal: Better support for client-side configuration

2007-01-24 Thread Davanum Srinivas
Thilo, Please flesh out a concrete proposal in the wiki and open a JIRA. We'd really appreciate some diff's against the current SVN Head as well. thanks, dims On 1/24/07, Thilo Frotscher [EMAIL PROTECTED] wrote: Hi, I just encountered the problem that there is no way in Axis2 to define a

[jira] Updated: (AXIS2-2020) JAX-WS clients using sync-2-way and RM fail

2007-01-24 Thread Matt Lovett (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Lovett updated AXIS2-2020: --- Attachment: opClient2.patch Updated patch that resolves some merge conflicts, and pulls in better

[jira] Reopened: (AXIS2-2005) NullPointerException when undeploying/redeploying

2007-01-24 Thread Jeff Peterson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Peterson reopened AXIS2-2005: -- Build finally completed. Here's the new stack trace: java.lang.NullPointerException at

[jira] Updated: (AXIS2-1799) JAX-WS Add support for legacy Exceptions

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle updated AXIS2-1799: -- Attachment: patch6.txt Small change. The faultString of the marshal exception is now

[jira] Commented: (AXIS2-1799) JAX-WS Add support for legacy Exceptions

2007-01-24 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467110 ] Rich Scheuerle commented on AXIS2-1799: --- Committd patch6.txt. Committed revision 499529. JAX-WS Add

Axis2 over BeaWeblogic

2007-01-24 Thread ecapilla . pss
Hi all, I'm trying to deploy Axis2.war in a BeaWeblogic server (weblogic81) and jrockit81sp5_142_08, the .war is deployed correctly but the example service (version.aar) give me an error. The error is:

[jira] Commented: (AXIS2-2005) NullPointerException when undeploying/redeploying

2007-01-24 Thread Jeff Peterson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467142 ] Jeff Peterson commented on AXIS2-2005: -- The following chage fixed the problem: Index:

[jira] Updated: (AXIS2-2027) Need to catch FileNotFoundException when client attempts to retrieve WSDL at invalid location

2007-01-24 Thread Dustin Amrhein (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein updated AXIS2-2027: -- Attachment: patch.txt Source updates Need to catch FileNotFoundException when client

[jira] Updated: (AXIS2-2027) Need to catch FileNotFoundException when client attempts to retrieve WSDL at invalid location

2007-01-24 Thread Dustin Amrhein (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dustin Amrhein updated AXIS2-2027: -- Attachment: patch_test.txt Test updates Need to catch FileNotFoundException when client

[jira] Created: (AXIS2-2028) Bug fix for improper placement of wsdl definition

2007-01-24 Thread Roy A. Wood Jr. (JIRA)
Bug fix for improper placement of wsdl definition - Key: AXIS2-2028 URL: https://issues.apache.org/jira/browse/AXIS2-2028 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter:

[jira] Updated: (AXIS2-2028) Bug fix for improper placement of wsdl definition

2007-01-24 Thread Roy A. Wood Jr. (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy A. Wood Jr. updated AXIS2-2028: --- Attachment: DBC0124_patch.txt Apply this patch to resolve the bug Bug fix for improper

[jira] Created: (AXIS2-2029) AxisMessageContext missing MC_HTTP_SERVLETRESPONSE Property

2007-01-24 Thread Nikhil Thaker (JIRA)
AxisMessageContext missing MC_HTTP_SERVLETRESPONSE Property --- Key: AXIS2-2029 URL: https://issues.apache.org/jira/browse/AXIS2-2029 Project: Apache Axis 2.0 (Axis2) Issue Type:

[jira] Updated: (AXIS2-2029) AxisMessageContext missing MC_HTTP_SERVLETRESPONSE Property

2007-01-24 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker updated AXIS2-2029: - Attachment: JIRA_2029_httpservletresponseproperty.txt Attached is the patch that will add

How to get all dependant jars

2007-01-24 Thread Wang, Hailong \(NIH/CIT\) [C]
Hi ruchith, I read your article about how to set up apache axis2 in eclipse(http://www.wso2.org/library/67 ), it is very useful article. But I have trouble to get all dependant jars. Could you help me on this? Thanks. Hailong Wang National Database for Autism Research(NDAR)

[jira] Created: (AXIS2-2030) jms destination name error in j2ee container

2007-01-24 Thread falom (JIRA)
jms destination name error in j2ee container Key: AXIS2-2030 URL: https://issues.apache.org/jira/browse/AXIS2-2030 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components:

Re: Question on resource.properties

2007-01-24 Thread Davanum Srinivas
Plz log a bug. We need to clean this up. -- dims On 1/17/07, Ming Cheung [EMAIL PROTECTED] wrote: Could someone please explain to me what is side default module meant in the following message found under modules\kernel\src\org\apache\axis2\i18n\resource.properties. modulenamecannotnull=The

Re: How to get all dependant jars

2007-01-24 Thread Dimuthu Leelaratne
Hi Hailong Wang,' The exact list of required dependancies and their versions can be found here http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/etc/project.properties; Getting all the dependant jars can be done in couple of ways. Run maven create-lib online for axis2. This will

[jira] Commented: (AXIS2-1956) SAAJ 1.3 implementation

2007-01-24 Thread Afkham Azeez (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467238 ] Afkham Azeez commented on AXIS2-1956: - Applied the latest patches from Sumedha SAAJ 1.3 implementation

[jira] Commented: (AXIS2-1998) EJB provider is not available for Axis2

2007-01-24 Thread Eranga Jayasundera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467246 ] Eranga Jayasundera commented on AXIS2-1998: --- Lazarski, I tested this patch with Geronimo, JBoss and

[jira] Updated: (AXIS2-1998) EJB provider is not available for Axis2

2007-01-24 Thread Eranga Jayasundera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eranga Jayasundera updated AXIS2-1998: -- Attachment: tutorial.rtf A simple tutorial. EJB provider is not available for Axis2

[jira] Updated: (AXIS2-1998) EJB provider is not available for Axis2

2007-01-24 Thread Eranga Jayasundera (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eranga Jayasundera updated AXIS2-1998: -- Attachment: src.zip Source files needed for the tutorial.rtf EJB provider is not

[jira] Created: (AXIS2-2031) Made minor changes to the FAQ and Index files.

2007-01-24 Thread Marietta Lovendhal (JIRA)
Made minor changes to the FAQ and Index files. -- Key: AXIS2-2031 URL: https://issues.apache.org/jira/browse/AXIS2-2031 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement

[jira] Updated: (AXIS2-2031) Made minor changes to the FAQ and Index files.

2007-01-24 Thread Marietta Lovendhal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marietta Lovendhal updated AXIS2-2031: -- Attachment: reviews.patch Attached the patch. Made minor changes to the FAQ and

[jira] Resolved: (AXIS2-2007) SOAP requests with xsi:nil='1' are not accepted by Axis

2007-01-24 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-2007. - Resolution: Fixed add support to 1 as well in

[jira] Resolved: (AXIS2-2024) WSDL2JAVA: does not handle xsi:nil=1 correctly (only xsi:nil=true is tested)

2007-01-24 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-2024. - Resolution: Fixed see the comment on issue AXIS2-2007

Re: [jira] Created: (AXIS2-2024) WSDL2JAVA: does not handle xsi:nil=1 correctly (only xsi:nil=true is tested)

2007-01-24 Thread Amila Suriarachchi
hi, I fixed this in axis2_trunk. Can you please test with a nighly build? Amila. -- Amila Suriarachchi, WSO2 Inc.