[JBoss-user] [Beginners Corner] - Changes between JBoss 3.2.2 and 3.2.1

2004-11-19 Thread aeguzmanv
Hi... I developed an application using JBoss 3.2.1 and it works perfect... I 
want to update the version of to JBoss 3.2.2, because there is another 
application running with that version... 
Could Anybody tell me what's the difference between 3.2.2 and 3.2.1 ?? 
Do I have to change something on my source code ??
Could My app have any problem running with the new version ?? 
What's your advice ?? change to 3.2.2 or change both app to 3.2.6 or 4.0 ??

Thanks in advance,
Alejandro.-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855745#3855745

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855745


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss security example.... !!!

2004-07-06 Thread aeguzmanv
Sorry, I forgot to tell you. I'm using JBoss 3.2.2 !!

Alejandro 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841108#3841108

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841108


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - JBoss security example.... !!!

2004-07-06 Thread aeguzmanv
Hi, Does anyone could tell me where can I find an example (better if it has source 
code) to how configured a security in web application using JBoss ?? or some white 
paper or tutorial that talk about this topic.

Thanks in advance,
Alejandro.-  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841107#3841107

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841107


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with users roles

2004-06-04 Thread aeguzmanv
Again menu-config.xml



[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with users roles

2004-06-04 Thread aeguzmanv
Hi, and sorry !!! 

Login-config.xml:
  

  
   java:/ClinyCasDS
   
  SELECT dePassword AS Password FROM Usuario WHERE idUsuario=?
   
   
  SELECT g.deGrupo AS Role,g.deGrupo AS RoleGroup
   FROM grupo g, detGrupoUsuario dg
WHERE dg.idUsuario = ? AND dg.idGrupo = g.idGrupo
   
   MD5
   hex
   useFirstPass
   3
   SELECT cnIntentoLogon AS Intentos 
FROM Usuario WHERE idUsuario =?
   UPDATE Usuario SET 
cnIntentoLogon=? WHERE idUsuario =?
   UPDATE Usuario SET feBloqueoUsuario=?, 
inBloqueo=? WHERE idUsuario =?
  

  

web.xml:
  
Usuarios

  comunes
  Paginas Comunes a Todos los Usuarios
  /comunes/*
  GET
  POST
  PUT
  DELETE
  HEAD
  OPTIONS
  TRACE


  recursos
  Plantillas de Documentos usadas por el Sistema
  /recursos/scripts/*
  /recursos/layouts/*
  GET
  POST
  PUT
  DELETE
  HEAD
  OPTIONS
  TRACE


  Areas Compartidas por los Usuario que hacen Logon Interactivo dentro de Clinycas
  *


  Esta area debe ser accesada a traves de SSL
  NONE

  
  
Medicos Tratantes

  clinicas
  Paginas de uso de la Clinicas dentro del Sistema
  /clinicas/*
  GET
  POST
  PUT
  DELETE
  HEAD
  OPTIONS
  TRACE


  Paginas que solo deben ser accesadas por los Medicos Tratantes
  Medicos Tratantes


  Esta area debe ser accesada a traves de SSL
  NONE

  
  
FORM
Clinycas-domain

  /formInicioSesion.jsp
  /formErrorSesion.jsp

  
  
Usuarios que son Medicos de los Centros Hospitalarios
Medicos Tratantes
  
Todos los Usuarios Autenticados del Sistema Clinycas
Usuarios
  

menu-config.xml:
















Any other file or any other information, please tell me..
Regards,
Alejandro.-



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837526#3837526

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837526


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Problem with users roles

2004-06-03 Thread aeguzmanv
Hi I have a problem with tomcat and Jboss

I'm running my web app under JBoss 3.2.2 and tomcat 4.1.

All users belong to users groups

I think I configured everything about security in JBoss, in fact, when I put this 
sentences in my source code:
System.out.println("User:"+request.getRemoteUser());
System.out.println("User:"+request.getUserPrincipal().getName());I can see the user 
name that I entered in the login form,
but this sentences return me  false
if (request.isUserInRole("users")) 

Does anybody know what happened ?? what's wrong ???
How can I print the roles name of the user that signed in??

Thanks in advance
Alejandro.-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837468#3837468

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837468


---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user