Actions
Errores #126
closedExtend SESI.URIPREG to 250 characters
Start date:
05/01/2018
Due date:
06/06/2018
% Done:
100%
Estimated time:
1:00 h
Puntos de historia:
0
Description
When PasarelaServlet initialize a session, it's throwing the following exception:
Atributo obligatorio
java.beans.PropertyVetoException: URIPREG DEMASIADO LARGO (MAX.: 30, VALOR: '/selene-j2ee-webapp/PasarelaServlet')
at net.bersus.selene.clases.aut.Sesion.setUripreg(Sesion.java:3592)
So, it's neccesary to extend the column URIPREG of the class SESI.
250 character would be a good size for this column.
Change it into OBJM and generate new wrappers for the class SESI.
Change the size of the column into the database with the following SQL instruction:
alter table sesi alter column uripreg type character varying(250)
Updated by Jesús Freire about 7 years ago
- Description updated (diff)
- Status changed from Nueva to En curso
- Assignee set to Jesús Freire
Updated by Jesús Freire about 7 years ago
- Tracker changed from Tareas to Errores
Updated by Jesús Freire about 7 years ago
- Target version changed from 0.0.4 to 0.0.5
- % Done changed from 10 to 20
Updated by Jesús Freire about 7 years ago
- Project changed from Selene Model to Selene J2EE Webapp
- Target version deleted (
0.0.5)
Updated by Jesús Freire almost 7 years ago
- Due date set to 06/06/2018
- Status changed from En curso to Cerrada
- Start date set to 05/01/2018
- % Done changed from 20 to 100
Actions