Debugging scripted attribute definition compilation problems

Brent Putman putmanb at georgetown.edu
Thu Oct 25 16:54:12 EDT 2012


On 10/25/12 4:12 PM, Wessel, Keith William wrote:
>
> I’m trying to set up a scripted attribute definition and, according to
> the logs, it’s failing to compile. A thread I saw in the archives
> suggested that I enable Rhino debugging, but I’m not sure where or hwo
> to do this. Doesn’t seem to be one of the loggers in logging.xml; I
> assume it’s at a lower level than that.
>

Well, not all the possible loggers are mentioned in our logging.xml,
just the common ones. The Java scripting engine stuff is in package '
javax.script', so I'd try enabling a logger for DEBUG for that and see
what that gets you. Or if the article you mentioned above references
other packages (or logging categorry names), then just added loggers in
logging.xml for those. That's pretty much all there is to it.




More information about the users mailing list