[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.propertiesat com/ms/security/permissions/FileIOPermission.checkat

[JBoss-user] Trying to get connection from the pool.

2001-05-30 Thread Rafael S. V. Guimarães
Hi, I'm trying to get connection from the pool. Everything is (almost) ok, but i got the error message jdbc not bound using lookup(java:comp/env/jdbc/SQLServerPool); then i tried using lookup(java:/SQLServerPool) and the error was java.lang.ClassCastException:

Re: [JBoss-user] Trying to get connection from the pool.

2001-05-30 Thread Rafael S. V. Guimarães
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 30, 2001 8:35 PM Subject: Re: [JBoss-user] Trying to get connection from the pool. I believe the returned DataSource is XAPoolDataSource and NOT XAConnectionImpl. Try that and let us know. Dovan Rafael S. V. Guimarães wrote: Hi

[JBoss-user] Can i use more than 1 datasources for CMP? How?

2001-04-28 Thread Rafael S. V. Guimarães
Hi, I can one datasource (in jaws.xml) and my cmp-entity bean will use it. But i have another cmp-entity bean that i want conect to other database (this another bean is connecting the first datasource). How can i configure jboss (jaws) for this? How can i associate may entitybean to this