Hi.
I'm been now a for a while trying to figure out what has happened to
kill WikiWiazrd applet in our JSPWiki portlet around on month ago.
Now I've debugged and tracked, and finally isolated the problem but
still cannot make out any reason why its happening. Ok so this is what
I've got:
At revision jetspeed 509630 it works fine.
At revision jetspeed > 509631 it fails:
- DocumentBuilderFactory inside the WikiWizard failes to get instance()
This is caused by the decision method to get the instance for trying
to get the instance class name out of the html(!?) of the current
jetspeed page. It reads the first line (DOCTYPE) and fill fail of
course. If you remove the DOCTYPE line, the first line will then be ""
and that will then make the instance locator to use fallbackclass and
the WikiWizard works.
- Only the header.vm files are changed. The difference is the absence of
base tag.
Do you have any idea why this is happening? Why does the base tag in the
source code of the html where the applet is affect in the
DocumentBuilderFactory.newInstance() call? I'm not really familiar with
this thing..
I am very puzzled..
Thanks,
Mikko
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]