Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / persistence @ 1249

# Date Author Comment
1249 07/01/2015 06:12 PM Joaquín del Cerro Murciano

refs #3651, falla el relativice en linux cuando la ruta esta en un recurso de samba

1095 06/25/2014 08:58 AM Joaquín del Cerro Murciano

Corregido en la persistencia el que se encuentren blancos en las URLs o URIs de type fichero.

1086 06/11/2014 09:24 AM Joaquín del Cerro Murciano

Arreglado para que el PersistentState cuando se recupera del XML coja los valores por defecto de la dynclass asociada para los atributos no definidos en el XML en lugar de devolber null.

1083 06/06/2014 04:29 PM Joaquín del Cerro Murciano

Allow persisted numeric values to be in hexadecimal with prefix '0x'.

1079 06/05/2014 11:01 AM José Badía

SimpleTable model of DynFormSet support

998 02/25/2014 04:37 AM Juan Lucas Domínguez

#2365 Fixed method to "de-relativize" the file path. The image file path is persisted as a relative path assuming that the base folder is the project folder.

994 02/16/2014 07:36 PM Joaquín del Cerro Murciano

removed the unsupported code with java 1.4

993 02/16/2014 04:42 PM Joaquín del Cerro Murciano

Add relativizeFiles and derelativizeFiles methods to PersistentState.

984 12/24/2013 02:40 AM Juan Lucas Domínguez

Setting class name in exception when persistence issue happens.

975 12/17/2013 05:26 AM Joaquín del Cerro Murciano
836 09/18/2013 08:02 AM Juan Lucas Domínguez

#1623 Prevent null pointer exception and throw exception properly

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

719 11/08/2012 10:10 AM Joaquín del Cerro Murciano

Arregla un error en la persistencia de URI que hacia que los persistiese indicand que su tipo era URL.

685 03/28/2012 06:16 AM Jose Manuel Vivó Arnal

refs #368
XMLPersistence stores file path using unix-like separator to avoid cross-system problems

639 11/11/2011 07:20 AM Joaquín del Cerro Murciano

Add utility methods to Persistence Manager:
- Object getObject(InputStream is)
- void putObject(OutputStream os, Object obj)

638 11/09/2011 06:20 AM Francisco Díaz Carsí

Fixed method getDefinition of DynObjectPersistenceFactory to search the class in the DynObjectManager with the Persistence namespace.
Fixed method get of ClassesNamespaces when the name param has the namespace prefixed.

628 10/21/2011 07:14 AM Cristian Martín

Forced setting first type and subtype and then the rest of field properties when importing and creating dynFields.

526 07/08/2011 02:04 AM Cristian Martín

Indention format corrected

514 07/04/2011 07:53 AM Cesar Ordiñana

Replace deprecated constructor usage

477 05/11/2011 04:45 AM Joaquín del Cerro Murciano

Remove method DynObject.hasEmptyValues and use of
exception DynFieldValidateException from the API

465 05/10/2011 06:35 AM Cristian Martín

- Added hasEmptyValues() function implementation at DynObject level
- Null value check added before looping into the fields

444 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

443 04/14/2011 04:16 AM Joaquín del Cerro Murciano

Remove unused imports

357 12/15/2010 08:57 AM Francisco Díaz Carsí

Added missing factory assignment in the read method

330 11/09/2010 02:49 AM Francisco Díaz Carsí

Add persistence support to DynObject.

299 10/08/2010 10:43 AM Joaquín del Cerro Murciano
277 09/29/2010 12:46 PM Joaquín del Cerro Murciano

Fix bugs in persistence of File and improve error handling.

258 09/22/2010 06:06 AM Joaquín del Cerro Murciano

Improve error handling in persistence

252 09/20/2010 11:05 AM Joaquín del Cerro Murciano

Improve error handling in persistence management

224 08/31/2010 07:25 AM Cesar Ordiñana

Replace IOException constructor available only since 1.6

220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

211 08/13/2010 06:56 AM Joaquín del Cerro Murciano

Add utility method setNull to PersistentState.

188 07/06/2010 09:25 AM Joaquín del Cerro Murciano

Add Library methods to specify dependencies with other libraries.

148 06/23/2010 10:38 AM Joaquín del Cerro Murciano

More logging and better exception management

127 05/18/2010 04:06 AM Joaquín del Cerro Murciano

Change the name of constant DYNCLASS_NAMESPACE
to PERSISTENCE_NAMESPACE.

116 05/07/2010 07:26 AM Joaquín del Cerro Murciano
  • Fix bug in namespace/name dynclass lookup
  • Add to persistence manager getDefinition(name)
    to retrieve registered a definition class in
    persistence manager by name.
  • Add throw exception in addDefinition when redefine
    a persistence definition.
112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
74 03/16/2010 11:32 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.

71 03/16/2010 09:55 AM Joaquín del Cerro Murciano
70 03/16/2010 09:47 AM Joaquín del Cerro Murciano

Change persistence implementation phase1

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added