Added xsdconfig support for wsdl2java
5 answers - 512 bytes -

Hi there,
I needed xsdconfig support when using XMLBeans data binding during
building from WSDL, so I've added it to Axis2 1.1.1.
Is it possible to distribute it for approval?
I've modified the classes:
and added a new class:
I've added two new options for wsdl2java:
-xc FULL_PATH_TXSDCNFIG_FILE
-xsdconfig FULL_PATH_TXSDCNFIG_FILE
At the moment I just support:
as the package name mapping native to XMLBeans clashes with:
Alistair
No.1 | | 1401 bytes |
| 
Hi,
This is cool and we are glad to accept such enahancements :) Here is
what you should do.
1. Create a patch - this is quite easy to do in svn - if you are in
windows with tortoise SVN client, right click on the axis2 source
folder and say create patch. For the linux command line client I guess
the command would be svn diff.
2. Create a Jira (say "Improvements to XMLBeans codegen") and attach
the patch file. There is an agreement that says you are allowing
Apache to use it. Dont forget to say yes :) Commiters can apply the
patch only if you say yes to that agreement.
This should do it. Then we can look at the code and apply the patch
and add the new bit of fuctionality to the codebase
Ajith
2/3/07, Alistair Young <alistair (AT) smo (DOT) uhi.ac.ukwrote:
Hi there,
I needed xsdconfig support when using XMLBeans data binding during
building from WSDL, so I've added it to Axis2 1.1.1.
Is it possible to distribute it for approval?
I've modified the classes:
and added a new class:
I've added two new options for wsdl2java:
-xc FULL_PATH_TXSDCNFIG_FILE
-xsdconfig FULL_PATH_TXSDCNFIG_FILE
At the moment I just support:
as the package name mapping native to XMLBeans clashes with:
Alistair
>
>
>
No.2 | | 270 bytes |
| 
>
--
I needed xsdconfig support when using XMLBeans data binding during
building from WSDL, so I've added it to Axis2 1.1.1.
--
Can you create the patch with axis2 trunk. it is the active trunk for the
moment.
see this link
Amila.
No.3 | | 129 bytes |
| 
I've uploaded patches and class to JIRA. I compiled and tested against
trunk this morning.
thanks,
Alistair
No.4 | | 570 bytes |
| 
I applied your patch with few modifications. when you send patches please
try to make one patch from the root directory. Then it will be easier to
apply. And also use log messages instead of System outs. Finally always make
sure the build passes for all the test casses with your patch. (run all the
unit test casses and see)
amila.
2/13/07, Alistair Young <alistair (AT) smo (DOT) uhi.ac.ukwrote:
I've uploaded patches and class to JIRA. I compiled and tested against
trunk this morning.
thanks,
Alistair
--
No.5 | | 824 bytes |
| 
thank you. Yes, I forgot I'd left in those debug System outs. Sorry.
Will remember next time. Thank you for applying the patches.
Alistair
mov eax,1
mov ebx,0
int 80h
14 Feb 2007, at 12:42, Amila Suriarachchi wrote:
I applied your patch with few modifications. when you send patches
please try to make one patch from the root directory. Then it will
be easier to apply. And also use log messages instead of System
outs. Finally always make sure the build passes for all the test
casses with your patch. (run all the unit test casses and see)
amila.
2/13/07, Alistair Young <alistair (AT) smo (DOT) uhi.ac.ukwrote:
I've uploaded patches and class to JIRA. I compiled and tested against
trunk this morning.
thanks,
Alistair
--