Obviously, you are free to modify the XmlBeans code and then used the
modified version if that suits you better. 

But honestly, since the "schema compiled classes" are not visible
directly from your Java code, I can't think of a reason you would be
bothered by their presence. Also, XmlBeans needs some "fixed" places
where it looks for resources in order for the runtime machinery to work
without user intervention.

Radu


> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ben
> Sent: Friday, December 09, 2005 9:16 AM
> To: [email protected]
> Subject: Re: Schema compilation to some specific package
> 
> 
> Hi Radu,
> 
> I think you didnot get my problem at all.
> Let me precise it.
> 
> I already have a .xsdconfig that is generating all
> the beans to my custom package.
> 
> The problem is that "schema compiled classes" such as the 
> TypeSystemHolder are not generated to this package but by 
> default to schema.system.
> 
> (All the beans generated point to this classes)
> 
> My question was targetting those specific classes.
> 
> The solution I found was to modify xmlbeans sources so that 
> only the "typesystemname" ant argument was taken into account 
> (I removed schema.system).
> 
> If you got another trick to make it, I would be please to know it.
> 
> Cheers,
> 
> Ben
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to