You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Praveen Nayak <Pr...@telelogic.com> on 2008/06/18 14:11:51 UTC

xbean reference?

Hi,
 
When I host batik-all.jar and the related jars in an applet, there are
sometimes requests for xbean.jar made to the server. But xbean.jar is
not a part of the batik source and libraries I downloaded. Should I be
including something else as well to stop these calls?
 
Thanks,
Praveen 
--------------------------------------------------------------------------------
Telelogic, An IBM Company
Read more at www.telelogic.com 

Praveen Nayak 
Technical Leader 
Telelogic India Pvt Ltd 
#58, 1- 4 HM Towers,
Brigade Road, 
560 025 Bangalore 
India 

Phone: +91 (80) 419 95800 x327 
Fax: 
Mobile phone: 
Praveen.Nayak@telelogic.com 
http://www.telelogic.com 
Telelogic Lifecycle Solutions:
Helping You Define, Design & Deliver Advanced Systems & Software 
------------------------------------------------------------- 


The information contained in this e-mail, including any attachment or enclosure, is intended only for the person or entity to which it is addressed and may contain confidential material. Any unauthorized use, review, retransmissions, dissemination, copying or other use of this information by persons or entities other than the intended recipient is prohibited.

Re: xbean reference?

Posted by Helder Magalhães <he...@gmail.com>.
> It seems that the Rhino JAR includes xbean.jar in its manifest's
> Class-Path entry.  (I think xbean.jar is used for the Bean Scripting
> Framework http://www.mozilla.org/rhino/bsf.html.)  I think you could
> avoid these requests by editing the manifest of js.jar to remove this
> dependency.

Apparently not, although there are clues in that direction [1].

I've made a quick experiment and started receiving two requests for
"js.jar" instead of the missing "xbeans.jar". I guess "js.jar" was
simply the next file in the dependency list. As requesting the file
twice requires more time and bandwidth anyway, I rolled back to the
previous behavior - receiving a 404, although ugly, is faster anyway.

I anyone has a solution for this, I'd be glad to know about it also! :-)

Regards,

 Helder Magalhães

[1] http://rayfd.wordpress.com/2007/04/07/singing-99-bottles-of-beer-with-e4x-and-how-mozilla-lied-to-me/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: xbean reference?

Posted by Cameron McCormack <ca...@mcc.id.au>.
Hi Praveen.

Praveen Nayak:
> When I host batik-all.jar and the related jars in an applet, there are
> sometimes requests for xbean.jar made to the server. But xbean.jar is
> not a part of the batik source and libraries I downloaded. Should I be
> including something else as well to stop these calls?

It seems that the Rhino JAR includes xbean.jar in its manifest’s
Class-Path entry.  (I think xbean.jar is used for the Bean Scripting
Framework http://www.mozilla.org/rhino/bsf.html.)  I think you could
avoid these requests by editing the manifest of js.jar to remove this
dependency.

-- 
Cameron McCormack ≝ http://mcc.id.au/

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org