Bug 2532 - FOP 0.17 does not work with WebSphere V3.5 OS/390
Summary: FOP 0.17 does not work with WebSphere V3.5 OS/390
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.17
Hardware: Other other
: P3 critical
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
: 2880 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-07-10 04:14 UTC by ibmvehns
Modified: 2012-04-01 06:37 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ibmvehns 2001-07-10 04:14:09 UTC
FOP 0.17 does not work correctly with WebSphere 3.5, platform OS/390, JDK 1.3
The generated PDF-file is not a correct binary pdf-type.
I think there are encoding-problems within the generation-process of the PDF.
Comment 1 J.Pietschmann 2002-05-06 13:33:42 UTC
*** Bug 2880 has been marked as a duplicate of this bug. ***
Comment 2 Oleg Tkachenko 2002-11-14 21:16:48 UTC
Does anybody still concern about this bug? Could somebody check for example
RenderX XEP under OS/390? It's not clear, is it FOP's bug or some more
fundamental inconsistency.
Comment 3 Julio 2002-11-15 07:27:18 UTC
Your're right. Please check bug database, there are some bugs relating to this 
problem. What you must do is to change all the "getBytes" methods in the PDF-
related java source code. Just substitute:
.... getBytes();

with

.... getBytes("ISO-8859-1");
Comment 4 Christian Geisert 2002-11-15 08:54:41 UTC
This has already been fixed in 020.4 
(Needs to be done in trunk though, I'll do it after the release)
Comment 5 Glenn Adams 2012-04-01 06:37:38 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed