Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Last active December 25, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrichardsz/6964217 to your computer and use it in GitHub Desktop.
Save jrichardsz/6964217 to your computer and use it in GitHub Desktop.
Log de exito al actualizar esquema usando el ant de openxava.
Buildfile: R:\RICHARD\JOB\JAVA7ICE\expos\openxava\workspace\eclipse\openxava-4.8\openxava-4.8\workspace\Empresa\build.xml
actualizarEsquema:
defineHibernateTool:
updateSchemaJPA:
[hibernatetool] Executing Hibernate Tool with a JPA Configuration
[hibernatetool] 1. task: hbm2ddl (Generates database schema)
[hibernatetool] SLF4J: Class path contains multiple SLF4J bindings.
[hibernatetool] SLF4J: Found binding in [jar:file:/R:/RICHARD/JOB/JAVA7ICE/expos/openxava/workspace/eclipse/openxava-4.8/openxava-4.8/workspace/OpenXava/web/WEB-INF/lib/slf4j-jdk14.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[hibernatetool] SLF4J: Found binding in [jar:file:/R:/RICHARD/JOB/JAVA7ICE/expos/openxava/workspace/eclipse/openxava-4.8/openxava-4.8/workspace/Empresa/web/WEB-INF/lib/slf4j-jdk14.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[hibernatetool] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.annotations.common.Version <clinit>
[hibernatetool] INFO: Hibernate Commons Annotations 3.2.0.Final
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: Hibernate 3.6.10.Final
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: hibernate.properties not found
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.cfg.Environment buildBytecodeProvider
[hibernatetool] INFO: Bytecode provider name : javassist
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.cfg.Environment <clinit>
[hibernatetool] INFO: using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.ejb.Version <clinit>
[hibernatetool] INFO: Hibernate EntityManager 3.6.10.Final
[hibernatetool] 13/10/2013 11:48:33 AM org.hibernate.util.DTDEntityResolver resolveEntity
[hibernatetool] ADVERTENCIA: recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
[hibernatetool] INFO: Mapping class: org.openxava.session.GalleryImage -> IMAGES
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.cfg.AnnotationBinder bindClass
[hibernatetool] INFO: Binding entity from annotated class: com.empresa.modelo.Cliente
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.cfg.annotations.EntityBinder bindTable
[hibernatetool] INFO: Bind entity com.empresa.modelo.Cliente on table cliente
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.validator.Version <clinit>
[hibernatetool] INFO: Hibernate Validator 3.1.0.GA
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.validator.util.Version <clinit>
[hibernatetool] INFO: Hibernate Validator 4.1.0.Final
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
[hibernatetool] INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
[hibernatetool] INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.dialect.Dialect <init>
[hibernatetool] INFO: Using dialect: org.hibernate.dialect.MySQLDialect
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
[hibernatetool] INFO: Running hbm2ddl schema update
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
[hibernatetool] INFO: fetching database metadata
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Using Hibernate built-in connection pool (not for production use!)
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: Hibernate connection pool size: 20
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: autocommit mode: true
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] ADVERTENCIA: no JDBC Driver class was specified by property hibernate.connection.driver_class
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: using driver: null at URL: jdbc:mysql://localhost:3306/empresa
[hibernatetool] 13/10/2013 11:48:34 AM org.hibernate.connection.DriverManagerConnectionProvider configure
[hibernatetool] INFO: connection properties: {user=rleon, password=****, autocommit=true, release_mode=auto}
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
[hibernatetool] INFO: updating schema
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
[hibernatetool] INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: table found: empresa.images
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: columns: [id, gallery, image]
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: foreign keys: []
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: indexes: [primary]
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: table found: empresa.cliente
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: columns: [id, dna, nombre_completo]
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: foreign keys: []
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
[hibernatetool] INFO: indexes: [primary]
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.id.UUIDHexGenerator <init>
[hibernatetool] ADVERTENCIA: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
[hibernatetool] INFO: schema update complete
[hibernatetool] 13/10/2013 11:48:35 AM org.hibernate.connection.DriverManagerConnectionProvider close
[hibernatetool] INFO: cleaning up connection pool: jdbc:mysql://localhost:3306/empresa
BUILD SUCCESSFUL
Total time: 2 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment