Will do :-)

Thanks Sacha!

I'll report our results back here :-)

----- Original Message -----
From: Sacha Labourey <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 09, 2001 4:53 PM
Subject: RE: [JBoss-user] JBoss via Applet


> Hello,
>
> Can you try with one of the lastest CVS snapshot? A RMI codebase bug has
> been corrected in a recent release (2.4 I think). It may solve this
problem.
>
> Cheers,
>
>
>
> Sacha
>
>
>
> > -----Message d'origine-----
> > De : [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]De la part de Tim Yates
> > Envoyé : jeudi, 9 août 2001 17:39
> > À : [EMAIL PROTECTED]
> > Objet : [JBoss-user] JBoss via Applet
> >
> >
> > Hiya JBoss fans =)
> >
> >   We are trying to get an applet to call jBoss (via a webpage),
> > but whenever
> > we try, we get the following exception in the java console:
> >
> > TNSMapEditorTreeModel: Can't look up TNSMapBean.
> > java.security.AccessControlException: access denied
> > (java.io.FilePermission
> > \C:\JBoss-2.2.2\tmp\deploy\Default\tnsmapeditor.jar\- read)
> > java.lang.NoClassDefFoundError: tnsmapeditorbeans/TNSMapHome
> >  at
> > tnsmapeditorclient.TNSMapEditorTreeModel.<init>(TNSMapEditorTreeMo
> > del.java:5
> > 7)
> >  at
> > tnsmapeditorclient.TNSMapEditorTreePanel.<init>(TNSMapEditorTreePa
> > nel.java:2
> > 5)
> >  at
tnsmapeditorclient.TNSMapEditorFrame.<init>(TNSMapEditorFrame.java:59)
> >  at
> > tnsmapeditorclient.TNSMapEditorApplet.jbInit(TNSMapEditorApplet.java:32)
> >  at
tnsmapeditorclient.TNSMapEditorApplet.init(TNSMapEditorApplet.java:22)
> >  at sun.applet.AppletPanel.run(Unknown Source)
> >  at java.lang.Thread.run(Unknown Source)
> >
> > it looks like the applet is trying to load the EJB's from my
> > local machine!!
> > Not the one running jBoss...
> >
> > We have jBoss running seperatly from tomcat, and when this applet is run
> > standalone as an application (admittedly on the same machine as jBoss),
it
> > works fine.
> >
> > the applet looks up on the ip address of the jboss machine, and the URL
> > contains the ip address of the same machine (as I know that was
something
> > brought up in the list-archive)
> >
> > Has anyone managed to use an applet to call ejb's?
> >
> > It says in the documentation: "A user of EJBs may be another EJB, an
> > ordinary JavaBean, a JSP page, an applet, or a stand-alone application."
> >
> > We have managed successfully to get all of these apart from the applet
to
> > work...
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to