robert,

thank you! you are the first who is answering my mails. i posted several
days ago, that i had problems with batik under cocoon: the deployment of
batik faild, if i deployed it

a) for the second time
or
b) in two separate web-applications.

the problem is the RenderingHintsExt class, which defines
TranscodingHintsKey etc.

because the keys are defined every time batik initializes. unfortunately,
the keys are stored inside of java.awt.RenderingHints as a private map -
this map is globally to the virtual machine.
it is ridiculous: the key inside of the map (of type int) is not used again!
if you take a look at RenderingHints and RenderingHints.Key, you see, that
RenderingHints stores several key - value pairs. but the keys are the
instances of RenderingHints.Key! so the int-value is never used again!

that's why i wrote a workaround-implementation for RenderingHintsExt,
TranscodingHintsKey, and the other ...Key classes of batik.

i was wondering, if i am the only person with that problem (it appears to
be). anyways, my workaround works, and i was wondering, if there is anyone
of the batik group interested in the code...

-moritz.

> -----Original Message-----
> From: Robert DiBlasi [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 19, 2002 5:25 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Commiters away for some time
>
>
> Moritz,
>
> Hello,
>     I am not to sure what you you mean by "talking to stones"....

i just mean, that it is the same result as talking to a wall.

> I think the main problem is that Batik Toolkit is changing all
> the time and
> the Developers list is for Question about the code in Batik
> toolkit....the
> user list is for Question on how to make the code work....some
> times things
> get blured.....
>
>   If you have general question I can try to help you .....but I am still
> learning myself ;-)
>
> I hope you do not get the impression that individuals in the
> batik project
> are not interested in what you have to say or how you are using Batik.
>
> Please ask or no one will ever learn from you! :-)
>
> We all learn by sharing what we know
> Robert A. DiBlasi
> http://www.svgnotebook.com
>
>
> >From: "Moritz Petersen" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: RE: Commiters away for some time
> >Date: Tue, 19 Mar 2002 16:41:31 +0100
> >
> >
> > > We will do our best to follow the mailing lists activities, but we
> > > may not be able to answer questions.
> >
> >while being quite new to this list, i have the impression that posting to
> >this list is like talking to stones.
> >
> >-moritz.
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
>
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to