Project

General

Profile

Actions

Errores #126

closed

Extend SESI.URIPREG to 250 characters

Added by Jesús Freire about 7 years ago. Updated almost 7 years ago.

Status:
Cerrada
Priority:
Normal
Assignee:
Target version:
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)

Actions #1

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
Actions #2

Updated by Jesús Freire about 7 years ago

  • Tracker changed from Tareas to Errores
Actions #3

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
Actions #4

Updated by Jesús Freire about 7 years ago

  • Project changed from Selene Model to Selene J2EE Webapp
  • Target version deleted (0.0.5)
Actions #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 #6

Updated by Jesús Freire almost 7 years ago

  • Target version set to 0.0.1
Actions

Also available in: Atom PDF