Tests in error: findAllOrderedBy [RESOLVIDO]

Boanoite senhores,

bom estou com um problema aqui quando vou rodar uma aplicação pelo o Maven (Run as > Maven),
quando compilo o projeto pelo o maven ele me dá esse erro.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project yougi-ejb: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\Jardel\Desktop\yougi\yougi-ejb\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :yougi-ejb

Alguem sabe como resolvo isso?
pelo o que parece o erro ta na meu banco de dados.

Preciso criar isso

create user ug_user identified by ‘ug_user’;
mas quando compilo no meu banco MySql me da esse erro

Tive que configurar lá no meu servidor glassfish localhost:4848 o usuario e a senha do banco.

só conseguiu rodar usando netbeans?
ja tentou no eclipse?
poderia ajudar, posi quero fazer no eclipse