Problems at generating java sources

2005-04-07 Thread Doru Sular
Hi everybody, After generating classes from schema, at setter methods for attributes of type "positiveinteger" the generated code looks like the snapshot below, whithout having the cast operator (): Did I made something wrong, or is a known issue? Thank you very much, Doru the schema sequenc

Re: Problems at generating java sources

2005-04-07 Thread Jochen Wiedmann
Doru Sular wrote: > After generating classes from schema, at setter methods for attributes > of type "positiveinteger" the generated code looks like the snapshot > below, whithout having the cast operator (): Hi, Doru, I have added a fix to HEAD and the 0.3 branch. Jochen -