segue a baixo o erro de execuçao onde nao consigo conectar no banco para cadastar uma tabela, por favor ajudem!! valeu
14:27:13,765 INFO Version:15 - Hibernate Annotations 3.3.0.GA
14:27:13,812 INFO Environment:514 - Hibernate 3.2.5
14:27:13,828 INFO Environment:532 - loaded properties from resource hibernate.properties: {hibernate.connection.username=root , hibernate.connection.password=****, hibernate.dialect=org.hibernate.dialect.MySQLDialect, hibernate.connection.url=jdbc:mysql://localhost/teste, hibernate.bytecode.use_reflection_optimizer=false, hibernate.connection.driver_class=com.mysql.jdbc.Driver}
14:27:13,828 INFO Environment:681 - Bytecode provider name : cglib
14:27:13,828 INFO Environment:598 - using JDK 1.4 java.sql.Timestamp handling
14:27:13,984 INFO Dialect:152 - Using dialect: org.hibernate.dialect.MySQLDialect
14:27:14,015 DEBUG AnnotationConfiguration:244 - Execute first pass mapping processing
14:27:14,093 DEBUG AnnotationConfiguration:481 - Process hbm files
14:27:14,093 DEBUG AnnotationConfiguration:489 - Process annotated classes
14:27:14,093 DEBUG AnnotationConfiguration:375 - processing manytoone fk mappings
14:27:14,093 DEBUG Configuration:1120 - processing extends queue
14:27:14,109 DEBUG Configuration:1124 - processing collection mappings
14:27:14,109 DEBUG Configuration:1135 - processing native query and ResultSetMapping mappings
14:27:14,109 DEBUG Configuration:1143 - processing association property references
14:27:14,109 DEBUG Configuration:1165 - processing foreign key constraints
14:27:14,109 INFO AnnotationConfiguration:350 - Hibernate Validator not found: ignoring
14:27:14,109 DEBUG AnnotationConfiguration:244 - Execute first pass mapping processing
14:27:14,109 DEBUG AnnotationConfiguration:481 - Process hbm files
14:27:14,109 DEBUG AnnotationConfiguration:489 - Process annotated classes
14:27:14,109 DEBUG AnnotationConfiguration:375 - processing manytoone fk mappings
14:27:14,109 DEBUG Configuration:1120 - processing extends queue
14:27:14,109 DEBUG Configuration:1124 - processing collection mappings
14:27:14,109 DEBUG Configuration:1135 - processing native query and ResultSetMapping mappings
14:27:14,109 DEBUG Configuration:1143 - processing association property references
14:27:14,109 DEBUG Configuration:1165 - processing foreign key constraints
14:27:14,109 INFO AnnotationConfiguration:350 - Hibernate Validator not found: ignoring
14:27:14,109 INFO SchemaExport:154 - Running hbm2ddl schema export
14:27:14,109 DEBUG SchemaExport:170 - import file not found: /import.sql
14:27:14,109 INFO SchemaExport:179 - exporting generated schema to database
14:27:14,125 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
14:27:14,125 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 20
14:27:14,125 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
14:27:14,140 INFO DriverManagerConnectionProvider:80 - using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/teste
14:27:14,140 INFO DriverManagerConnectionProvider:83 - connection properties: {user=root , password=260789260789}
14:27:14,140 DEBUG DriverManagerConnectionProvider:93 - total checked-out connections: 0
14:27:14,140 DEBUG DriverManagerConnectionProvider:109 - opening new JDBC connection
14:27:14,328 ERROR SchemaExport:202 - schema export unsuccessful
java.sql.SQLException: Access denied for user 'root '@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:885)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3421)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1247)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:2748)
at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
at org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.prepare(ManagedProviderConnectionHelper.java:28)
at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:180)
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:133)
at br.com.caelum.hibernate.web.GeraTabelas.main(GeraTabelas.java:11)