Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1191

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1191

Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1194

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1194

Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1197

Warning: mysql_real_escape_string(): A link to the server could not be established in /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php on line 1197

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00bb009/wordpress/wp-content/plugins/statpress/statpress.php:1191) in /www/htdocs/w00bb009/wordpress/wp-includes/feed-rss2-comments.php on line 8
Kommentare zu: In-Memory Database for Seam TestNG Tests http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests Random IT Thoughts & Tutorials Wed, 19 Aug 2015 08:08:09 +0000 hourly 1 https://wordpress.org/?v=4.3.34 Von: Dominik http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests/comment-page-1#comment-79 Tue, 08 Nov 2011 00:20:23 +0000 http://forkbomb-blog.de/?p=191#comment-79 I used seam-gen to generate my project skeleton. When running the ant test target, the persistence-test.xml will be deployed as persistence.xml for the test. A good place to get started with seam-gen is here: http://docs.jboss.org/seam/latest/reference/en-US/html/gettingstarted.html#d0e2710

For existing projects, I would recommend to use seam-gen to scaffold a test project and copy the relevant parts from build.xml. The hard part would be to get embedded JBoss working with an existing project. Let me know if you need more information :)

]]>
Von: Marcio Lima http://forkbomb-blog.de/2011/in-memory-database-for-seam-testng-tests/comment-page-1#comment-78 Fri, 04 Nov 2011 19:50:29 +0000 http://forkbomb-blog.de/?p=191#comment-78 Hey, how did you get this persistence-test.xml used in your project? Where did you place it?

Regards,

Marcio Lima

]]>