Thanks, Dan
Basically the generated jaxb binding files can be used in the wsdl2java
So, I'll add a test for it.
James
On Saturday 14 July 2007 03:58, James Mao wrote:
Why remove the DataTypeAdapter?,
The adapter class is used in the jaxb binding file which will be
generated automatically if the sei has a java.util.Date or
java.util.Calendar type
Oh. Ok. Eclipse basically said it was unused code since NOTHING in the
compile tree referenced it at all. There also wasn't a comment in the
code itself saying why it was there. I'll put it back on Monday (unless
you or someone beats me to it). However, it really needs to go back
with some tests or something.
Dan
Or maybe you have added another class for this purpose, but i can not
see in this commit
James
Author: dkulp
Date: Fri Jul 13 06:08:28 2007
New Revision: 555978
URL: http://svn.apache.org/viewvc?view=rev&rev=555978
Log:
Cleanup formatting of client and impl code
Add option to generate some default data (may not be schema
compliant at this point) into client/impl to make testing easier