Re: [castor-dev] when is arnaud back?

2003-01-13 Thread Arnaud Blandin
ay, January 10, 2003 3:46 PM > To: [EMAIL PROTECTED] > Subject: [castor-dev] when is arnaud back? > > line 1210 in SourceGenerator > "if(elementDecl.getParent().getStructureType() != Structure.SCHEMA)" > still causes many many problems. > > This causes top lev

Re: [castor-dev] when is arnaud back?

2003-01-10 Thread Keith Visco
Hi Dean, I believe you meant to say commenting out the line makes it act correctly. I can comment it out for now. I believe the goal of that line was to make "type" approach more friendly by generating classes for top-level elements. Thereby removing the need to pass in the proper class to the u

[castor-dev] when is arnaud back?

2003-01-10 Thread Dean Hiller
line 1210 in SourceGenerator "if(elementDecl.getParent().getStructureType() != Structure.SCHEMA)" still causes many many problems. This causes top level elements to be generated when using the "type" method vs element. Uncommenting this line makes it act correctly like castor 0.9.4. When is