Lawrence,
We run our program via another program.
We give the main program the location of one of our classes and it creates an
instance of it. This instance is actually a JPanel that gets added to a
tabbedPane contained in the main program. That is basically how our
program runs. Let me know if that is confusing.
When i say it craps out...
Since we are actually running it through this other program
we can't really see any output, but we do create a file and output all of the
execution to it. So as we follow our code, the first instance we come to
where it tries to start parsing the root element of the document, it stops
running. I.e, the output we have after that line is never sent to the
outfile. We have tries and catches for the code, but execution is never
sent there. So, basically, we think it is crashing at that first attempt
to parse. We're leaning towards a classpath issue (such as the main
program having some xmlparser that is defined before ours and it tries to use
that instead of xmlbeans).
Jason From: Lawrence Jones [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 4:01 PM To: dev@xmlbeans.apache.org Subject: RE: Factory.Parse issue Hi
Jason When you say the
program “craps out”, what exactly do you see? And what do you means by “running
the jar”? Do you mean running a java process from the command line with the jar
on the classpath? Cheers, From: Green,
Jason M. [mailto:[EMAIL PROTECTED] Hey
everyone. This is in the
PlanListDocumentDocument1$Factory.java file }
Here is the line of code that we
call: So
basically, here's my main question. If you set the debug, is the debug
just sent to standard out, or can it be logged?
Sorry for how much this post jumps
around. We're kinda frazzled here. Jason
_______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. |
Title: Factory.Parse issue
- Factory.Parse issue Green, Jason M.
- RE: Factory.Parse issue Lawrence Jones
- RE: Factory.Parse issue Green, Jason M.
- RE: Factory.Parse issue Lawrence Jones
- RE: Factory.Parse issue Green, Jason M.