[JBoss-user] JBoss Security

2005-12-09 Thread Luis Correia
Hi to you all !  I have to check if the security settings of a JBoss server are appropriated. Can anyone please tell me where should I start?  Is there a security check list ?   Please fell free to send me any documentation that you think it might help. I also have to analyse the security sett

RE: [JBoss-user] Help with JBossQL

2004-01-16 Thread Luis
s MAX function in SELECT that takes > a CMP field as an > agrument. Hence, you should use ejbSelect. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > Behalf Of Luis > > Sent: Wednesday, January 14, 2004 3:56 PM &g

[JBoss-user] Help with JBossQL

2004-01-14 Thread Luis
Hi everyone,I am trying to write a JBossQL query to get the entity with the maximun value of a certain field. Something similar to the SQL function MAX() but I can't get it to work. Can anybody tell me the right way to do this. Thanks in advance. __ Do you Yahoo!?

[JBoss-user] Problems with message driven beans

2003-04-04 Thread David Luis Fernandes de Araujo
Hi, i'm getting this error after calling many message driven beans in jboss: 2003-04-03 22:41:03,705 ERROR [STDERR] org.jboss.mq.SpyJMSException: Cannot start a the client IL service; - nested throwable: (java.net.SocketException: Too many open files) And when i do a netstat, i see lots of es

Re: [JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo
So, do you think is safe to run jboss on linux in a production enviorment ? On Wed, 19 Mar 2003 12:27:17 -0500 John M Flinchbaugh <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2003 at 06:03:20PM +0000, David Luis Fernandes de Araujo wrote: > > i'm running jboss on a linux

[JBoss-user] jboss on linux (performance)

2003-03-19 Thread David Luis Fernandes de Araujo
Hello, i'm running jboss on a linux machine (redhat 7.3) and each one of the threads that jboss throws occupies 60 MB of memory. Is this normal ? What can i do minimize the memory usage ? Thanks .david --- This SF.net email is sponsor

[JBoss-user] Tyrex in production ?

2003-02-27 Thread David Luis Fernandes de Araujo
Hi, i have two jboss instances running in differente machines, frontend and backend, with the frontend making calls to ejb's that are in the backend. I'm using tyrex for the remote calls because of the distribuid transactions. Now my question, do you think my system with tyrex is ready for

[JBoss-user] Queue connection problem

2002-12-23 Thread David Luis Fernandes de Araujo
Hello, i'm tryng to control the access method to my queue, but i'm having some problems. I have the folling piece of code in jbossmq-destinations-service.xml: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager and in the jbossmq-state.xml i have: john needle Durabl

[JBoss-user] JMS security problem

2002-12-18 Thread David Luis Fernandes de Araujo
Hi, i'm tryng to control the access method to my queue (password), but i'm having some problems. I have the folling piece of code in jbossmq-destinations-service.xml: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager and in the jbossmq-state.xml i have: john need

[JBoss-user] Ldap connection problem

2002-11-06 Thread David Luis Fernandes de Araujo
Hi, i'm using a external ldap in jboss 3.0, but when a stop and restart my ldap server, jboss looses the connection to the ldap server. Is there a way the jboss restabilish the connection to the external ldap ? Thanks .david --- This sf.

[JBoss-user] tyrex.tm.impl.TransactionImpl NotSerializable

2002-10-11 Thread David Luis Fernandes de Araujo
Hello, i manage to install tyrex with sucess, and run jboss 3.0 with no problem, but when i try to acess a ejb in another jboss instance i get the folling error: java.io.NotSerializableException: tyrex.tm.impl.TransactionImpl Any idea ? Thanks very much .david ---

RES: [JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-05 Thread Jose Luis Peleteiro - Sistemas e Processos
xml.j > > > I would suggest using xdoclet from xdoclet cvs or the version > included in > jboss cvs HEAD. xdoclet is about to release 1.2 and would appreciate > reports of problems. > > thanks > david jencks > > On 2002.09.03 10:11:06 -0400 Jose

RES: [JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-03 Thread Jose Luis Peleteiro - Sistemas e Processos
o, you must remove any signature parameter. This change definitely makes sense. That's it, from what I remember, best of luck,Jonathan O'ConnorPh: +353 1 872 3305Mob: +353 86 824 9736Fax: +353 1 873 3612 Jose Luis Peleteiro - Sistemas e Processos <[EMAIL

[JBoss-user] XDoclet jbosscmp-jdbc_xml.j

2002-09-03 Thread Jose Luis Peleteiro - Sistemas e Processos
Can any one sendme this file. (jbosscmp-jdbc_xml.j)Please!  FROM: Stephen CoyDATE: 06/28/2002 07:17:41SUBJECT: RE: [JBoss-user] CMP 2.0 / FINDER CREATION PROBLEM Unfortunately, xdoclet 1.1.2 has only limited support for custom jboss queries for CMP 2.0. "jboss:finder-query" generates JAWS

[JBoss-user] I can't run jboss with the jdk1.2.2

2001-07-02 Thread Luis Medalhas
the problem is that i have to run the jboss on the Tru64, and i want to run the jboss 2.4, can you help me? Best regards Luis Medalhas [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Getting the wrong connection from pool

2001-06-20 Thread Luis Medalhas
tring user, String password) throws Exception{ Context jndiCtx=getJndiContext(); DataSource ds=(DataSource)jndiCtx.lookup("java:/informix" ); Connection con=ds.getConnection(user, password); return con; } Thanks. Best regards. Luis Medalhas [EMAIL PROTECTED] <

[JBoss-user] Getting the wrong connection from pool

2001-06-20 Thread Luis Medalhas
Connection getConnection(String user, String password) throws Exception{ Context jndiCtx=getJndiContext(); DataSource ds=(DataSource)jndiCtx.lookup("java:/informix"); Connection con=ds.getConnection(user, password); return con; } Thanks. Best regards. Luis Medal

[JBoss-user] Deployment problem

2001-04-30 Thread luis rodrigues
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.importXml(JRMPContainerInvoker.java:512) Any Hints? Thanks for your time. Luis _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___ JBoss-user