Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Teneo] dataStore.initialize() fails (four .ecore)
[Teneo] dataStore.initialize() fails (four .ecore) [message #605290] Sat, 05 May 2007 18:38
Gonzalo is currently offline GonzaloFriend
Messages: 27
Registered: July 2009
Junior Member
Hi Martin,

The dataStore.initialize() call fails. Moreover, when I try to generate the
hibernate.hbm.xml file of one of my ecores, I get an exception (you can see
below, when I tried to generate the hibernate file for factura.ecore).

I needed four ecores for my model. And they are related between them. Maybe
there's an error in the design of the relationships.

I attach my ecores.

Could you help me? Thanks in advance.

With regards,

Gonzalo


0 [main] DEBUG org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM -
Loading class party.PartyPackage should be an epackage
723 [main] DEBUG org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM -
Loading class productoexpediente.ProductoexpedientePackage should be an
epackage
724 [main] DEBUG org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM -
Loading class productoexpediente.factura.FacturaPackage should be an
epackage
724 [main] DEBUG org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM -
Loading class productoexpediente.presupuesto.PresupuestoPackage should be an
epackage
749 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions - Properties of
PersistenceOptions:
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.ignore_eannotations: false
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.always_version: true
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.inheritance : SINGLE_TABLE
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.optimistic_locking: true
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.id_feature_as_primary_key: true
750 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.default_id_column: e_id
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.default_cache_strategy: NONE
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.version_column: e_version
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.fetch_containment_eagerly: false
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.join_table_for_non_contained_associations: false
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.java_class_entity_names: false
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.max_sql_name_length: -1
751 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.strategy: lowercase
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.naming.default_id_feature: e_id
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.disable_econtainer: false
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.proxy_strategy: none
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.default_temporal: TIMESTAMP
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.join_table_naming_strategy: ejb3
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.cascade_all_on_containment: true
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.set_entity_automatically: true
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.mapping.hibernate_mapping_file: false
752 [main] DEBUG org.eclipse.emf.teneo.PersistenceOptions -
teneo.runtime.update_schema: true
856 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder -
Reading ecore file:
/home/gon/PROYECTO/eclipse/SGD-Modelo-EMF/model/party.ecore
1363 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder -
Creating pamodel for the following epackages
1364 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder - party
1597 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder - Create
base pannotated model
1597 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder -
Deprecated eannotations with http://annotations.elver.org or
http://ejb.elver.org are ignored.
1597 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder - Parse
annotations
1608 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing package party
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing party
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Party
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Party
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing direccion
1609 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing localidad
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing codPostal
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing provincia
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1610 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing telefono1
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing extTel
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing telefono2
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1611 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing correoE
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing fax
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing web
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing productos
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1612 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Empresa
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Empresa
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing cif
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing denominacion
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1613 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing nombreComercial
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing cnae
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing contacto
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Persona
1614 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Persona
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing nif
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing nombre
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing apellido1
1615 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1616 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1616 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing apellido2
1616 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1617 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1622 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing fechaNac
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing ContactoEmpresa
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass ContactoEmpresa
1623 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing cargo
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing dptoEmpresa
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing empresa
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Pdi
1625 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Pdi
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing catAcademica
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing areaConocimiento
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing departamento
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1626 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing centro
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing codCtaCliente
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing remuneracion
1627 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing horasSemanales
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Pas
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1629 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Pas
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing gratificacion
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing cosCtaCliente
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing centro
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1630 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing Becario
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing eclass Becario
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing catAcademica
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing titulacion
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1631 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing codCtaCliente
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter -
Processing remuneracion
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Number
of parsed typename annotations 0
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.parser.EAnnotationParserIm porter - Find
efeature for each created eobject
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder -
Copying annotations on edatatypes over eattribute annotations!
1632 [main] DEBUG
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder - Add
default annotations
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option
inheritance: single
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option: Default
inheritance setting: SINGLE_TABLE
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option:
Automatically adding entity annotation: true
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option: Eagerly
load all containment relations: false
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option set
cascade all on containment: true
1643 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Option default
id feature name: e_id
1649 [main] DEBUG org.eclipse.emf.teneo.ecore.EClassNameStrategyUtils -
Creating org.eclipse.emf.teneo.ecore.DefaultEClassNameStrategy as eclass
name strategy
1649 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Qualify EClass
name option: org.eclipse.emf.teneo.ecore.DefaultEClassNameStrategy
1649 [main] DEBUG
g.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Maximum column
length: -1
1650 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - ID Feature as
primary key true
1650 [main] DEBUG
g.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator -
JoinTableForNonContainedAssociations false
1654 [main] DEBUG org.eclipse.emf.teneo.util.SQLCaseStrategyImpl - Creating
org.eclipse.emf.teneo.util.SQLCaseStrategyImpl$LowerCase as case strategy
1654 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - SQLCaseStrategy
org.eclipse.emf.teneo.util.SQLCaseStrategyImpl$LowerCase
1654 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator -
JoinTableNamingStrategy ejb3
1654 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - >>>> Adding
default annotations for EPackage party
1654 [main] DEBUG
g.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Processing
EDataTypes
1654 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Processing
EClasses
1654 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EClass: Party
1666 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute direccion
1668 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute localidad
1670 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute codPostal
1670 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute provincia
1670 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute telefono1
1670 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute extTel
1670 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute telefono2
1671 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute correoE
1671 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute fax
1671 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - Adding default
annotations for EAttribute web
1796 [main] DEBUG
rg.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator - EReference +
productos/Party does not have a onetomany annotation, adding one
Exception in thread "main" java.lang.IllegalArgumentException : No annotated
model element present for: ProductoExpediente for type EClass has its
epackage been registered with Teneo?
at
org.eclipse.emf.teneo.annotations.pamodel.impl.PAnnotatedMod elImpl.checkAnnotatedPresent
(PAnnotatedModelImpl.java:324)
at
org.eclipse.emf.teneo.annotations.pamodel.impl.PAnnotatedMod elImpl.getPAnnotated(PAnnotatedModelImpl.java:270)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.ge tEntityName
(DefaultAnnotator.java:1397)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.pr ocessOneToManyReference(DefaultAnnotator.java:830)
at
org.eclipse.emf.teneo.hibernate.hbannotation.util.HibernateD efaultAnnotator.processOneToManyReference
(HibernateDefaultAnnotator.java:180)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.pr ocessEFeature(DefaultAnnotator.java:532)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.pr ocessClass
(DefaultAnnotator.java:412)
at
org.eclipse.emf.teneo.hibernate.hbannotation.util.HibernateD efaultAnnotator.processClass(HibernateDefaultAnnotator.java: 144)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.pr ocessPackage
(DefaultAnnotator.java:254)
at
org.eclipse.emf.teneo.annotations.mapper.DefaultAnnotator.ma p(DefaultAnnotator.java:164)
at
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder.buildMapping(PersistenceMappingBuilder.java
:158)
at
org.eclipse.emf.teneo.annotations.mapper.PersistenceMappingB uilder.buildMapping(PersistenceMappingBuilder.java:90)
at
org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM.createORM apperFile(GenerateHBM.java
:104)
at
org.eclipse.emf.teneo.hibernate.mapper.GenerateHBM.main(Gene rateHBM.java:84)





Previous Topic:[Teneo] Help needed with inherance mapping
Next Topic:Using "external" library in JET template
Goto Forum:
  


Current Time: Tue Apr 23 11:31:04 GMT 2024

Powered by FUDForum. Page generated in 0.02646 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top