When Saxon (or another XSL processor) throws an error within OPS, where can I look to see that message? Is the java stack trace as detailed as it gets? Matt Zumwalt MediaShelf, LLC -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Matt,
have you enabled the logging in resources/config/log4j.xml? I personally allways enable these: <category name="org.orbeon.oxf.xforms.processor.XFormsServer"> <priority value="debug"/> </category> <category name="org.orbeon.oxf.xforms.processor.XFormsModelSubmission"> <priority value="debug"/> </category> And yes, the java stack trace is all you get (along with an error message from the parser) :-) Henrik On 11/15/06, Matt Zumwalt <[hidden email]> wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In reply to this post by flyingzumwalt
Matt,
The errors should show in the stack trace, but this got broken at some point during a Saxon upgrade. I entered a bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=306408&group_id=168&atid=350207 You should see the Saxon errors in the regular Orbeon Forms logs though. -Erik Matt Zumwalt wrote: > When Saxon (or another XSL processor) throws an error within OPS, where > can I look to see that message? Is the java stack trace as detailed as > it gets? > > > > Matt Zumwalt > MediaShelf, LLC > http://www.yourmediashelf.com -- Orbeon Forms - XForms Everywhere http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In reply to this post by flyingzumwalt
Hi Matt,
It depends how Log4j is configured. See you config/log4j.xml. It might go to the console, to an ops.log, or to Studio (if you are using Studio). Alex On 11/15/06, Matt Zumwalt <[hidden email]> wrote: > > When Saxon (or another XSL processor) throws an error within OPS, where can > I look to see that message? Is the java stack trace as detailed as it gets? > > > > > Matt Zumwalt > MediaShelf, LLC > http://www.yourmediashelf.com > > > > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Thanks on this one too, everyone.
By the way, I've seen Orbeon Studio mentioned in a couple of places, but can't find much info about it on orbeon.com. What's the story? Is it an old project that has been abandoned? Matt Zumwalt MediaShelf, LLC On Nov 16, 2006, at 6:42 PM, Alessandro Vernet wrote:
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Matt,
> Thanks on this one too, everyone. > > By the way, I've seen Orbeon Studio mentioned in a couple of places, > but can't find much info about it on orbeon.com. What's the story? > Is it an old project that has been abandoned? It's an old project yes, and we haven't updated it in a long time. But some people still use it happily. It provides an XML editor with completion, a nice logging console, and a built-in Tomcat. You would need to update the OPS version that ships with it with with a recent build though. You can download it from the files section here: http://forge.objectweb.org/project/showfiles.php?group_id=168 In the future we hope to be able to go more in the direction of web-based tools. -Erik -- Orbeon Forms - XForms Everywhere http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |