This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 请教一个FOP/pdf 的问题
-michaellucad(michaellucad);
2006-8-15
{983}
(#3144567@0)
-
only one centAs you got the excpetion is:
java.lang.IllegalArgumentException: The number of this PDFNumber must not be empty.
The definition in the Line#: 66; Column#: 93 of fax-mail.xsl, its value must be validated in your object which you will pass to FOP. As you defined it (Section1-ps) initial-page-number=“1”>.
-birdjay(JayBird);
2006-8-21
{311}
(#3156586@0)
-
Thanks for trying to help, but I tried before, doesn't work. The REAL question is why it just works SOMETIMES, quite seems a non-thread-safe problem.
-michaellucad(michaellucad);
2006-8-21
(#3157187@0)
-
Use try ... catch to catch the exception and write the object's status to log file. When you get exception, you can check log file for detail information.
-insomniaca(insomnia);
2006-8-21
(#3157686@0)
-
well. it is hard to log status, since fop use Xalan, xmlapi... and exception thrown from xalan, but message is from fop.I think there must be something not thread-safe in fop.
-michaellucad(michaellucad);
2006-8-22
(#3158518@0)