[JBoss-user] JDBC log in JBoss 2.4.4

2002-05-13 Thread Jose Ramon Diaz
Hi, We are using Jboss 2.4.4. We have a problem with the jdbc log. In Jboss 2.4.3 log, when we activate the log in some JDBC connection deffinition, it wrote the number of connections opened / used / max. But in JBoss. 2.4.4 the log just simply writes: [INFO,OraclePoolOnl] Reso

Re: [JBoss-user] SQLJ in EJB connecting to Oracle

2001-10-25 Thread Jose Ramon Diaz
happen? Aren´t all the SQL serialized? Thanks! Jose R. Toby Allsopp wrote: > On Wed, Apr 18, 2001 at 09:40:51AM +0200, Jose Ramon Diaz wrote: > > Hi Toby! > > > >Thanks a lot! You were right... > > Excellent. I'm responsible for adding some SQLJ

[JBoss-user] Access from JDK 1.2.2 to Jboss in JDK 1.3.0

2001-10-15 Thread Jose Ramon Diaz
Hi all, Can I access to an EJB running on Jboss with JDK1.3 from a client which I need to be executing over JDK 1.2.2? Now, I get the following message: javax.naming.CommunicationException [Root exception is java.io.StreamCorruptedException: Type code out of range, is 125] java.l

[JBoss-user] Memory leak with EBHome.create?

2001-10-15 Thread Jose Ramon Diaz
Hi all, I have a memory problem when I try to access my EJB (stateless) in JBoss. I try to access from a servlet so I get the EJBHome and I cache it. Every time the servlet is accessed I do the .create() method to access the EJB in the EJBHome interface. When this servlet (executing in

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Jose Ramon Diaz
Hi,    Could you explain how have you done the comparison? Which JVM, hardware, operating system...     Thanks    Jose R.   Rama Rao wrote: Hi All,   We have tested the performance of JBoss in comparision to weblogic.  We have carried out tests with one simple session bean and one s

Re: [JBoss-user] Accesing JBoss through a firewall

2001-04-24 Thread Jose Ramon Diaz
")); ... and recompile the JNP server. After that you enter an additional parameter in jnp.properties: jnp.rmiPort=. -- Why is not this property defined in the release? Thanks Wolfgang Jose R. Jose Ramon Diaz wrote: > Hi, > >

[JBoss-user] Accesing JBoss through a firewall

2001-04-24 Thread Jose Ramon Diaz
Hi, We are trying to access an EJB in JBOSS from a servlet. But, beetwen servlet server and the JBoss server there is a firewall. Our problem is that JBoss is using another port than 1099 for JNDI, and it´s different each time. Is there anyway to set the port for a connection to a EJB?

[JBoss-user] ResultSet or minerva.ResultSetInPool

2001-04-19 Thread Jose Ramon Diaz
Hi, We are trying to obtain a ResultSet from an Oracle database. We find a trouble with Minerva types, We are using JBoss 2.2, with JDBC 2.0 and Oracle 8.1.7. We are using MinervaPool driver for the JDBC. In our configuration files, - jboss.jcml: We use 'org.jboss.minerva.xa.

Re: [JBoss-user] Naming: IOException - NETSTAT

2001-04-19 Thread Jose Ramon Diaz
Hi, We have discovered it. This happens when netsaint, a program to validate the status of applications, makes a ping to the JNDI port 1099. Is possible to show the status of JBoss in other way from a remote system? Cheers Jose R. Jose Ramon Diaz wrote: > Hi

[JBoss-user] Naming: IOException

2001-04-19 Thread Jose Ramon Diaz
Hi all, Once started JBoss 2.2, it raises the next exception after a few seconds: These are the messages in the console: Any ideas?? [Service Control] Started 17 services [Default] JBoss 2.2.0 FINAL Started in 0m:5s [Naming] java.io.IOException: Broken pipe [Naming]at java.net.So

Re: [JBoss-user] SQLJ in EJB connecting to Oracle

2001-04-18 Thread Jose Ramon Diaz
Hi Toby, Toby Allsopp wrote: > I'm still concerned about this variable "c". It's not declared in that > bit of code, so it looks like it's a member field of the bean class. I'd > make it a local variable unless you have a really good reason. Yes, that variable is a local variable, but it

Re: [JBoss-user] SQLJ in EJB connecting to Oracle

2001-04-18 Thread Jose Ramon Diaz
.. select... } In this way the connections are not shared beetweten calls to the EJB. Jose R. Díaz Toby Allsopp wrote: > On Tue, Apr 17, 2001 at 07:14:26PM +0200, Jose Ramon Diaz wrote: > > Hi, > > > >I have written a little EJB accesing to Oracle database

[JBoss-user] SQLJ in EJB connecting to Oracle

2001-04-17 Thread Jose Ramon Diaz
Hi, I have written a little EJB accesing to Oracle database 8.1.7 with SQLJ. Is there any known bug known? I have the next problem... I have a little EJB which has several methods that acces database. I have defined a Connection pool to the database, ands I obtain the