Return-Path: Delivered-To: apmail-xml-xmlbeans-user-archive@www.apache.org Received: (qmail 87815 invoked from network); 12 Feb 2004 17:37:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Feb 2004 17:37:10 -0000 Received: (qmail 17312 invoked by uid 500); 12 Feb 2004 17:36:55 -0000 Delivered-To: apmail-xml-xmlbeans-user-archive@xml.apache.org Received: (qmail 17271 invoked by uid 500); 12 Feb 2004 17:36:55 -0000 Mailing-List: contact xmlbeans-user-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: xmlbeans-user@xml.apache.org Delivered-To: mailing list xmlbeans-user@xml.apache.org Received: (qmail 17205 invoked from network); 12 Feb 2004 17:36:54 -0000 Message-ID: <8321C96AB40607499DBB3BAF2B18A4D22AA38F@sctexiscs02.phx.jda.com> From: Lance Robertson To: "'xmlbeans-user@xml.apache.org'" Subject: RE: Index.xsb file Date: Thu, 12 Feb 2004 10:38:04 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ok, after walking through the source code again and putting in some print lines I was finally able to find my problem. The index.xsb gets put into the xmltypes.jar file but evidently I'm not generating one due to the way I have setup the compile. I put in my ant task But I get about 100 errors upon building saying "package org.apache.xmlbeans does not exist". Before I was merely generating the source files (as I thought that generated all that I needed but that doesn't seem to be the case). Is there a way to generate all needed files but allow my compile tag in ant to build everything? I think this will solve my problem if I could get all the xsb files generated without compiling everything but I don't even know if that is possible. Thanks, Lance -----Original Message----- From: Lance Robertson [mailto:lance.robertson@jda.com] Sent: Thursday, February 12, 2004 6:41 AM To: 'xmlbeans-user@xml.apache.org' Subject: Index.xsb file Hello all... I'm am having a bugger of a problem with this index.xsb file. It keeps telling me there should be an index.xsb file under schema\system\sA2D1A7E239AD9DCB87A48FDC362C6133 where the generated schema code is. But I cannot find one either in my real code or my prototype and the prototype runs just fine. Does anyone know about this file? Why is the org.apache.xmlbeans.impl.schema.SchemaTypeSystemImpl$XsbReader class trying to read this file that doesn't seem to exist. Any help would be greatly appreciated. I know now that it isn't a class loader problem as I the jar file is in our manifest path and we do have access to it. Just for some reason it's wanting to read this file that doesn't exist. Thank you in advance - --------------------------------------------------------------------- To unsubscribe, e-mail: xmlbeans-user-unsubscribe@xml.apache.org For additional commands, e-mail: xmlbeans-user-help@xml.apache.org Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/ - --------------------------------------------------------------------- To unsubscribe, e-mail: xmlbeans-user-unsubscribe@xml.apache.org For additional commands, e-mail: xmlbeans-user-help@xml.apache.org Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/