Re: FopServlet error in Oracle OC4J

2003-02-27 Thread Johan Åbrandt
Jeremias Maerki wrote: I wonder what the Oracle guys did to that server that it generates so many problems. :-) Bought it from Ironflare? __ This message and its attachments have been found clean from known viruses with three

Re: TMCA

2003-02-27 Thread Johan Åbrandt
[EMAIL PROTECTED] wrote: Sorry to bother you all with this mundane subject, but I must ask you to refrain from using Too Many Cryptic Acronyms. I can find easily the definition for technical acronyms, and even some common ones like ASAP, BTW and IMHO, but it is very hard to find the meaning of

Re: AW: TMCA

2003-02-27 Thread Johan Åbrandt
[EMAIL PROTECTED] wrote: Thank you all for the links, they will surely help when I get stucked again. This lingo thing feeld like slang, something that restrict groups use to encode meaning in a way outsiders cannot percieve. Reading text stuffed with it is like talking to my teenager niece:

Re: How to include an external graphic using a relative path

2003-02-04 Thread Johan Åbrandt
You can define baseDir property (see faq howto) as getServletContext().getRealPath(/project/img) snip... Just a reminder that getRealPath( ... ) is allowed to return null if the application is deployed for example in a war file, according to the servlet spec. This advice is hence likely to

Re: java/util/Hashmap

2003-02-03 Thread Johan Åbrandt
, which means that you would have to modify FOP and probably every library that FOP relies on. My humble advice would be to ditch J++. -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:34 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire

Re: java/util/Hashmap

2003-01-31 Thread Johan Åbrandt
) { System.out.println( System.getProperty( java.version ) ); } } -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:26 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: I keep getting the noclassdeffounderror

Re: Nice attitude! FW: OT: Java novice

2003-01-30 Thread Johan Åbrandt
with it that do not relate to the official business of this company are those solely of the author and should not be interpreted as being endorsed by this company. -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED

Re: Solution for finding images in a WAR file

2003-01-21 Thread Johan Åbrandt
/HTRelitiveRef I hope this saves others the problem of finding the solution across many posts! Thanks Rakesh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project

Re: Solution for finding images in a WAR file

2003-01-21 Thread Johan Åbrandt
, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358

Re: Error while loading a local image

2002-12-19 Thread Johan Åbrandt
comparatively [DEBUG] Total time used: 3055ms [DEBUG] Pages rendererd: 1 [DEBUG] Avg render time: 3055ms/page -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit Software Oy Meritullinkatu 11 C 00170 Helsinki, Finland

Re: Problem with Orion Server - FO

2002-12-11 Thread Johan Åbrandt
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit Software Oy Meritullinkatu 11 C

Re: FOP 0.20.4

2002-12-09 Thread Johan Åbrandt
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit Software Oy Meritullinkatu 11 C 00170 Helsinki

Re: Best XSL-FO WYSIWYG editor

2002-11-29 Thread Johan Åbrandt
-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit Software Oy Meritullinkatu 11 C 00170 Helsinki, Finland

Re: Reading XML from JAR.

2002-11-26 Thread Johan Åbrandt
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit

Re: blank screen in browser

2002-11-22 Thread Johan Åbrandt
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817 3342 Mobile. +358 40 848 8068 [EMAIL PROTECTED] Profit Software Oy Meritullinkatu 11 C 00170 Helsinki, Finland

Re: fo:external-graphic problem when using HTTPS -

2002-11-21 Thread Johan Åbrandt
+0200, Johan Åbrandt wrote: Hi, I have the following external graphic declaration in a XML file: fo:external-graphic src=url('{$base-url}/images/logo.jpg') height=30pt width=170pt/ I render it to a servlet outputstream using: Driver driver; driver = new Driver( new InputSource( reader ), out

fo:external-graphic problem when using HTTPS - EntityResolver?

2002-11-19 Thread Johan Åbrandt
CustomEntityResolver() ); driver.setXMLReader( xmlReader ); driver.run(); Does anyone have any tips how to get the EntityResolver approach to work, or know any other way to achieve something similar. Best regards - Johan -- Johan Åbrandt Technical Project Manager (Tekninen projektipäällikkö) Tel. +358 9 6817

Re: fo:external-graphic problem when using HTTPS - EntityResolver?

2002-11-19 Thread Johan Åbrandt
/somedir;); But please be aware that this currently only works in the CVS version of FOP (branch 'fop-0_20_2-maintain'). The current release only support local directories, no URLs. This will be in the upcoming 0.20.5 release. On 19.11.2002 13:51:55 Johan Åbrandt wrote: Hi, I have the following external

Re: fo:external-graphic problem when using HTTPS - EntityResolver?

2002-11-19 Thread Johan Åbrandt
: Johan Åbrandt wrote: Personally I would put a high priority on enabling the programmer to override resource resolution (ala EntityResolver) for FOP though. As Jeremias pointed out SourceResolver is already in the todo list. But when it would be implemented - nobody knows. -- Johan Åbrandt Technical