I think the problem is akin to the "same origin policy" that most browsers have. Can't have one javascript file loaded from, say, http://www.google.comand another from https://www.google.com or http://google.com. Same here, can't load resources/classes from different hosts. But I might be mistaken. :)
/Per-Erik On Fri, Feb 25, 2011 at 5:15 PM, Karl Pauls <[email protected]> wrote: > That would only be true if you would start glassfish using webstart :-) > > The problem seems to be in some changes to how webstart handles > security/urlclassloading. Thats as far as we are... > > regards, > > Karl > > On Fri, Feb 25, 2011 at 4:37 PM, Marcel Offermans > <[email protected]> wrote: > > So they're basically saying that they won't fix Glassfish not working on > Java 6 update 24. ;) > > > > On a more serious note, is there consensus on what the "defect" in Felix > actually is? > > > > Greetings, Marcel > > > > > > On 25 Feb 2011, at 8:03 , Nicolas Roduit wrote: > > > >> Bad news, Oracle has closed the bug as "Not a Defect". > >> > >> http://forums.oracle.com/forums/message.jspa?messageID=9382827 > >> > >> > >> Regards, > >> > >> Nicolas > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > > > -- > Karl Pauls > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

