[jira] Updated: (AXIS2-3760) CLONE -XMLBeans DataBinding generates too many namespaces PERFORMANCE ISSUE

2008-12-12 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philippe Mouawad updated AXIS2-3760: Attachment: patch.diff Patch to revision 725986 > CLONE -XMLBeans DataBinding generates to

[jira] Updated: (AXIS2-3760) CLONE -XMLBeans DataBinding generates too many namespaces PERFORMANCE ISSUE

2008-12-12 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philippe Mouawad updated AXIS2-3760: Attachment: (was: patch.diff) > CLONE -XMLBeans DataBinding generates too many namespac

[jira] Commented: (AXIS2-3760) CLONE -XMLBeans DataBinding generates too many namespaces PERFORMANCE ISSUE

2008-12-12 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656003#action_12656003 ] Philippe Mouawad commented on AXIS2-3760: - Hello, I recreated the patch. Please no

Re: [jira] Commented: (AXIS2-3760) CLONE -XMLBeans DataBinding generates too many namespaces PERFORMANCE ISSUE

2008-12-12 Thread Philippe Mouawad
It is done. Philippe. On Fri, Dec 12, 2008 at 4:52 AM, Amila Chinthaka Suriarachchi (JIRA) < j...@apache.org> wrote: > >[ > https://issues.apache.org/jira/browse/AXIS2-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655877#action_12655877] > > Am

[jira] Created: (AXIS2-4175) Codegen not generating fields for attribute group in extended type

2008-12-12 Thread robert.onslow (JIRA)
Codegen not generating fields for attribute group in extended type -- Key: AXIS2-4175 URL: https://issues.apache.org/jira/browse/AXIS2-4175 Project: Axis 2.0 (Axis2) Issue Type:

Re: Looking into open issue 3364

2008-12-12 Thread Deepal jayasinghe
Hi Irantha, As I mentioned in the JIRA, I did a local fix and get that working, however most of the java2wsdl and some runtime code generation tests failed. So I did not commit the changes. My changes only involve in SchemaGenerator, and it is very simple fix. Only thing is to make sure you get t

Re: Looking into open issue 3364

2008-12-12 Thread keith chapman
Or just get rid of minoccurs, cause it defaults to 1. Thanks, Keith. On Fri, Dec 12, 2008 at 7:54 PM, Deepal jayasinghe wrote: > Hi Irantha, > > As I mentioned in the JIRA, I did a local fix and get that working, > however most of the java2wsdl and some runtime code generation tests > failed. S

Re: Looking into open issue 3364

2008-12-12 Thread Deepal jayasinghe
Yes for the simple type, but if you have arrays them it should be default to 0. I mean we can handle that. Deepal > Or just get rid of minoccurs, cause it defaults to 1. > > Thanks, > Keith. > > On Fri, Dec 12, 2008 at 7:54 PM, Deepal jayasinghe > wrote: > > Hi Irant

[Axis2] Fixing message from JAXWS when running the build

2008-12-12 Thread Deepal jayasinghe
Hi Devs, After few weeks I ran Axis2 build today and then I found that there are number of unwanted messages appear in th the console from JAXWS module. So is there any way to remove them, I mean no point of putting them in the console. Thank you! Deepal -- Thank you! http://blogs.deepal.org

Re: Looking into open issue 3364

2008-12-12 Thread Irantha
Thanks. -Irantha - Original Message - From: "Deepal jayasinghe" To: Sent: Friday, December 12, 2008 8:56 PM Subject: Re: Looking into open issue 3364 Yes for the simple type, but if you have arrays them it should be default to 0. I mean we can handle that. Deepal Or just get rid

[Axis2] Build Failures in the trunk

2008-12-12 Thread Deepal jayasinghe
Hi Devs, Seems like someone has commit changes without running the build. So whoever broke the build, please double check your changes and PLEASE try fix the build. As I can see there a number of test failures in integration module. I guess that may be due to some changes happen in XMLSchema, but

Re: [Axis2] Build Failures in the trunk

2008-12-12 Thread Jarek Gawor
Are org.tempuri.complex.ComplexDataTypesTest, org.tempuri.BaseDataTypesTest. and org.apache.axis2.deployment.WSDL11ToAxisServiceBuilderTest failing for you? If so, that seems to be caused by r724737 and I've mentioned this to Keith a few days ago. Jarek On Fri, Dec 12, 2008 at 11:36 AM, Deepal ja

Re: [Axis2] Build Failures in the trunk

2008-12-12 Thread keith chapman
Strangely the build passes for me. Just took and update and took a build, it builds without any issues. Will try building on a remote machine. Thanks, Keith. On Fri, Dec 12, 2008 at 10:58 PM, Jarek Gawor wrote: > Are org.tempuri.complex.ComplexDataTypesTest, > org.tempuri.BaseDataTypesTest. and

Re: [Axis2] Build Failures in the trunk

2008-12-12 Thread Deepal jayasinghe
> Are org.tempuri.complex.ComplexDataTypesTest, > org.tempuri.BaseDataTypesTest. and > org.apache.axis2.deployment.WSDL11ToAxisServiceBuilderTest failing for > you? If so, that seems to be caused by r724737 and I've mentioned this > to Keith a few days ago. > Yes those are the test cases which

Re: Looking into open issue 3364

2008-12-12 Thread Glen Daniels
Hi Deepal: Deepal jayasinghe wrote: As I mentioned in the JIRA, I did a local fix and get that working, however most of the java2wsdl and some runtime code generation tests failed. So I did not commit the changes. My changes only involve in SchemaGenerator, and it is very simple fix. Only thing

Re: Looking into open issue 3364

2008-12-12 Thread Deepal jayasinghe
Hi Glen, > >> As I mentioned in the JIRA, I did a local fix and get that working, >> however most of the java2wsdl and some runtime code generation tests >> failed. So I did not commit the changes. My changes only involve in >> SchemaGenerator, and it is very simple fix. Only thing is to make sure

Axis2: xml string as response, half encoded message

2008-12-12 Thread Sie, Yang
Hello: I am using Axis2-1.4. The soap response message appeared in soap monitor something like: Doe ... In above case, the response is actually a string (represented in XML), i.e. Doe ... I can see correct format in my IE clien

[jira] Commented: (AXIS2-3978) Axis2 webapp fails to deploy successfully on Weblogic 8

2008-12-12 Thread Pontus Rehula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656166#action_12656166 ] Pontus Rehula commented on AXIS2-3978: -- I have replicated this issue with Axis2 1.4.1,

AUTO: Hyen V Chung is out of the office (returning 01/07/2009)

2008-12-12 Thread Hyen V Chung
I am out of the office until 01/07/2009. I do not have email access during this time. If this is an urgent matter, please contact my manager Umesh Khatwani for backup support. Note: This is an automated response to your message "[jira] Commented: (AXIS2-3978) Axis2 webapp fails to deploy succe

Reproduce JIRA issue AXIS2-4088

2008-12-12 Thread Irantha
Hi All, Does anybody know how to reproduce JIRA issue AXIS2-4088 (Async msg processing/ callback for msg ID not found) ? I tried to reproduce this without success. -Irantha