Re: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Scott M Stark
tails. - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 1:34 AM Subject: RE: [JBoss-user] Access to EJB from APPLET > Hello, > > Nevertheless, after you you'll have solved all you problems, you'

RE: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Sacha Labourey
.: see the bug report on sourceforge for more info > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Nicholas > Envoye : vendredi, 1 juin 2001 13:59 > A : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] Access to EJB from APPLET > &g

RE: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Nicholas
TECTED]]De > la part de Alexander > > Kogan > > Envoyé : vendredi, 1 juin 2001 02:39 > > À : [EMAIL PROTECTED] > > Objet : Re: [JBoss-user] Access to EJB from APPLET > > > > > > Do you have j2ee.jar somewhere in the classpath? > > for your brow

Re: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Peter Fagerlund
on 1-06-01 10.34, Sacha Labourey at [EMAIL PROTECTED] wrote: > You may also try to simply sign your applet (what I did). or maybe call into the ejb from the applet throught a servlet ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourcefo

RE: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Sacha Labourey
> De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Alexander > Kogan > Envoyé : vendredi, 1 juin 2001 02:39 > À : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] Access to EJB from APPLET > > > Do you have j2ee.jar somewhere in the classpath? > for your browse

Re: [JBoss-user] Access to EJB from APPLET

2001-05-31 Thread Alexander Kogan
Do you have j2ee.jar somewhere in the classpath? for your browser, for instance? "Rafael S. V. Guimarães" wrote: > > I did your sugestion, but the error continues. Thanks anyway. > I have tried passing parameters to applet, but the error continues. like > this: > > HTML > =

Re: [JBoss-user] Access to EJB from APPLET

2001-05-31 Thread Rafael S. V. Guimarães
I did your sugestion, but the error continues. Thanks anyway. I have tried passing parameters to applet, but the error continues. like this: HTML === TestClientApplet.java

Re: [JBoss-user] Access to EJB from APPLET

2001-05-31 Thread Nicholas
I am not sure about any specific JBoss issues here, but your applet (by default) will be prohibited from reading any local OS files such as C:\WINNT\Java\lib\jndi.properties as a result of the Applet security model. I am not sure why your InitialContext request should need to lookup that file, si

[JBoss-user] Access to EJB from APPLET

2001-05-31 Thread Rafael S. V. Guimarães
I'm trying to access may EJB from an applet, but my browser give me this error:   com.ms.security.SecurityExceptionEx[finCalc/stateless/TestClientApplet.teste2]: cannot access file C:\WINNT\Java\lib\jndi.properties at com/ms/security/permissions/FileIOPermission.check at com/ms/security/Poli