Re: Axis2/C FAQs

2007-12-16 Thread Paul Fremantle
Spencer Thanks a lot! This is a great idea and really useful. Paul On Dec 16, 2007 1:18 AM, Spencer Davis [EMAIL PROTECTED] wrote: I am trying to compile a list of frequently asked questions from the mailing list and their answers so that the same questions do not need to be answered the

Re: Axis2/C FAQs

2007-12-16 Thread Senaka Fernando
Spencer Davis wrote: I am trying to compile a list of frequently asked questions from the mailing list and their answers so that the same questions do not need to be answered the same way over and over again. Does anyone have any suggestions on where to start or know of any questions that I

[Urgent] There is a critical bug that needs to be fixed.

2007-12-16 Thread Senaka Fernando
As I went through looking for what could have caused the bug as in AXIS2C-554, I discovered that we do have constructs as this all over the code. set_some_option(struct_type_t * struct_type, type_t * option) { if(struct_type-option) { option_free(struct_type-option); }

Re: [Urgent] There is a critical bug that needs to be fixed.

2007-12-16 Thread Samisa Abeysinghe
While I agree that this is a problem, the chances that it could cause a system crash is minimal as we have fixed the places that this would cause trouble along execution paths. However, that does not take away the need for fixing whatever remaining. So I am +1 for this fix. Thanks, Samisa...

[jira] Updated: (AXIS2C-596) axis2_transport_sender_invoke does not return correct status

2007-12-16 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-596: --- Attachment: diff.txt Refer diff.txt for proposed patch axis2_transport_sender_invoke does

Re: Axis2/C FAQs

2007-12-16 Thread Spencer Davis
I have been looking back through the users list and have been having some trouble finding things for he FAQ. I did find a few things that were either asked multiple times or they seemed like a lot of people would be interested in them and they could be added in too. So far I have: - Is it possible

Re: Axis2/C FAQs

2007-12-16 Thread Spencer Davis
Does anyone have any input on these or any more questions that I should research and put into the FAQ? On Dec 16, 2007 6:21 PM, Spencer Davis [EMAIL PROTECTED] wrote: I have been looking back through the users list and have been having some trouble finding things for he FAQ. I did find a few

Re: Axis2/C FAQs

2007-12-16 Thread Samisa Abeysinghe
Spencer Davis wrote: I have been looking back through the users list and have been having some trouble finding things for he FAQ. I did find a few things that were either asked multiple times or they seemed like a lot of people would be interested in them and they could be added in too. So far

[jira] Updated: (AXIS2C-828) MTOM Sample failed with Libcurl (HTTP) transport

2007-12-16 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-828: --- Attachment: (was: diff.txt) MTOM Sample failed with Libcurl (HTTP) transport

[jira] Updated: (AXIS2C-828) MTOM Sample failed with Libcurl (HTTP) transport

2007-12-16 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-828: --- Attachment: diff.txt MTOM Sample failed with Libcurl (HTTP) transport

Re: Axis2/C FAQs

2007-12-16 Thread Manjula Peiris
Questions like, - How to support QOS using Axis2/C ? - Code generation support in Axis2/C ? - How to use SSL in AXis2/C ? may be helpful. -Manjula. On Mon, 2007-12-17 at 07:04 +0530, Samisa Abeysinghe wrote: Spencer Davis wrote: I have been looking back through the users list and have been

Re: Axis2/C FAQs

2007-12-16 Thread Kaushalye Kapuruge
Samisa Abeysinghe wrote: Spencer Davis wrote: I have been looking back through the users list and have been having some trouble finding things for he FAQ. I did find a few things that were either asked multiple times or they seemed like a lot of people would be interested in them and they

Re: Axis2/C FAQs

2007-12-16 Thread Samisa Abeysinghe
BTW, you may consider re-phrasing all these questions so that not all of them start with How to :) Samisa... Kaushalye Kapuruge wrote: Samisa Abeysinghe wrote: Spencer Davis wrote: I have been looking back through the users list and have been having some trouble finding things for he FAQ. I

Re: Improvement to mail transport from a Synapse use case

2007-12-16 Thread Sanjiva Weerawarana
Saminda Abeyruwan wrote: (2). Allowing CC or BCC is complex, as it is tightly coupled with the MEP. - Simple solution would be to introduce a parameter or property to include CC or BCC list and simply exclude them from the MEP semantics. Thus, it would be same as broadcasting to a set

Re: Improvement to mail transport from a Synapse use case

2007-12-16 Thread David Illsley
An interesting discussion, some thoughts below... On Dec 16, 2007 5:54 AM, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Saminda Abeyruwan wrote: (2). Allowing CC or BCC is complex, as it is tightly coupled with the MEP. - Simple solution would be to introduce a parameter or property

[jira] Created: (AXIS2-3408) EAR packaging of Axis2 war causes XSD included in .aar not to be found by WSDLLocator.

2007-12-16 Thread Davy Toch (JIRA)
EAR packaging of Axis2 war causes XSD included in .aar not to be found by WSDLLocator. -- Key: AXIS2-3408 URL: https://issues.apache.org/jira/browse/AXIS2-3408

[jira] Updated: (AXIS2-3408) EAR packaging of Axis2 war causes XSD included in .aar not to be found by WSDLLocator.

2007-12-16 Thread Davy Toch (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davy Toch updated AXIS2-3408: - Component/s: kernel EAR packaging of Axis2 war causes XSD included in .aar not to be found by

Re: Improvement to mail transport from a Synapse use case

2007-12-16 Thread Saminda Abeyruwan
Yes, but in user e-mail there's some expectation that the user looks at how they were addressed to, perhaps because of the message content. We don't (AFAIK) have any notion of that in SOAP/email, or do we? Of course we could add a none ReplyTo to the copies which would have the desired

Re: Improvement to mail transport from a Synapse use case

2007-12-16 Thread Sanjiva Weerawarana
David Illsley wrote: Tough on who? AFAIK the first response will be processed by Axis2 regardless of which original recipient received it. Yes. Its user error for messing it up .. Basically, I don't think we should be limiting the ability for someone to use the underlying transport fully.

java.lang.NoClassDefFoundError: org/apache/log4j/Layout

2007-12-16 Thread Shyam Shukla
Hi All, While running SampleClient program, which is shipped with Axis2 1.3 release, I am getting the following error: Exception in thread main java.lang.NoClassDefFoundError: org/apache/log4j/Layout at org.apache.commons.logging.impl.Log4jFactory.getInstance(Log4jFactory.java:1 40)