Re: Broken StAXOMBuilder

2007-02-01 Thread Lucas Theisen
Dims, After fixing the previous issue we ran into one more. It turns out that our test case was creating a more complete xml to start from than the generated code (the generated code is not setting the prefix initially where as if you call .parse and pass in a string it did) so they resulted

Re: Broken StAXOMBuilder

2007-01-31 Thread Lucas Theisen
Dims, I looked into this issue myself, and fixed the source code. It is actually in the axiom package. It is a problem with OMSerializerUtil. I added the svn patch file to the ticket I created in JIRA. You can review it and hopefully add it to your source tree. For now I will have to use

Re: Broken StAXOMBuilder

2007-01-31 Thread Lucas Theisen
Dims, AXIS2-2068 was created with a small code example that demonstrates this issue. I appreciate your help with this issue. Thanks, Lucas Davanum Srinivas wrote: Lucas, Please create a JIRA issue and upload a complete test that can be used to diagnose/fix the problem. That will help speed

Re: Broken StAXOMBuilder

2007-01-30 Thread Davanum Srinivas
Lucas, Please create a JIRA issue and upload a complete test that can be used to diagnose/fix the problem. That will help speed things up. thanks, dims On 1/30/07, Lucas Theisen <[EMAIL PROTECTED]> wrote: Hi, I have been debugging some code that was generated by the Axis2 code generator. The

Broken StAXOMBuilder

2007-01-30 Thread Lucas Theisen
Hi, I have been debugging some code that was generated by the Axis2 code generator. The code appears to be working except that the namespace settings for the attributes are getting stripped off by the StAXOMBuilder. Here is what I have done to narrow this down. I added some print statement