Re: [JBoss-user] JDBC driver for SQLServer

2001-06-01 Thread Rafael S. V. Guimarães
I'm using jdbc-odbc bridge. it works fine - Rafael Simões Vieira Guimarães Programador Conselho Regional de Medicina de Santa Catarina -

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

[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

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

2001-05-30 Thread Rafael S. V. Guimarães
e - From: "Dovan Nguyen" <[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. > > T

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

2001-05-30 Thread Rafael S. V. Guimarães
For someone who had the same problem, here is he solution: DataSource dataSource = (DataSource) initialContext.lookup("java:/SQLServerPool"); - Original Message ----- From: "Rafael S. V. Guimarães" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesd

[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: org.opentools.minerva.jdbc.xa

[JBoss-user] Sample client using SOAP with JBoss/ZOAP

2001-05-22 Thread Rafael S. V. Guimarães
Hi, Somebody has sample client using SOAP with JBoss/ZOAP, or tutorial? Thanks. - Rafael Simões Vieira Guimarães Grupo Stela Programa de Pós-Graduação em Engenharia de Produção - PPGEP Universidade Federal de Sa

[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 another