<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rapid CRUD application development with JBoss Seam and MySQL database.</title>
	<atom:link href="http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/</link>
	<description>by Krzysztof Grajek</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:00:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: SeamSurfer</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-649</link>
		<dc:creator>SeamSurfer</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-649</guid>
		<description>This has been most useful. 
I went with the option of WAR (no EJB) and it works perfect.
One thing I noticed though. If I open the project in Eclipse (that has been configured to auto build and deploy) , the app doesn&#039;t work. I had to undeploy using &quot;./seam unexplode&quot; followed by redeployment using &quot;./seam explode&quot; to make it work again.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->This has been most useful.<br />
I went with the option of WAR (no EJB) and it works perfect.<br />
One thing I noticed though. If I open the project in Eclipse (that has been configured to auto build and deploy) , the app doesn&#8217;t work. I had to undeploy using &#8220;./seam unexplode&#8221; followed by redeployment using &#8220;./seam explode&#8221; to make it work again.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-43</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-43</guid>
		<description>Thank you! You made my day! I had to use Jrockit Java instead of Sun Java because of PermGen OutOfMemoryError.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Thank you! You made my day! I had to use Jrockit Java instead of Sun Java because of PermGen OutOfMemoryError.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ooblogger</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-40</link>
		<dc:creator>ooblogger</dc:creator>
		<pubDate>Wed, 12 Nov 2008 09:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-40</guid>
		<description>I don&#039;t work with seam any more but I think that it should be quite straightforward, you can easily expose EJB session beans as a web service in Java EE 5, if you cannot just add the web service methods to the existing beans, create your own EJB as a web service and inject other beans you need</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->I don&#8217;t work with seam any more but I think that it should be quite straightforward, you can easily expose EJB session beans as a web service in Java EE 5, if you cannot just add the web service methods to the existing beans, create your own EJB as a web service and inject other beans you need<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-39</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 12 Nov 2008 09:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-39</guid>
		<description>Thanks a lot!&lt;br/&gt;&lt;br/&gt;Now I want to expose these CRUD operations as webservices. &lt;br/&gt;&lt;br/&gt;Any suggestions on this one please.&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;Manu.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Thanks a lot!</p>
<p>Now I want to expose these CRUD operations as webservices. </p>
<p>Any suggestions on this one please.</p>
<p>Thanks<br />Manu.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick Magnus</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-31</link>
		<dc:creator>Erick Magnus</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-31</guid>
		<description>It works just great for me ;D&lt;br/&gt;Thanks, it helped a lot on my way studying JBoss Seam!</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->It works just great for me ;D<br />Thanks, it helped a lot on my way studying JBoss Seam!<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asker Ali M</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-30</link>
		<dc:creator>Asker Ali M</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-30</guid>
		<description>Hi I got the following out put after running &lt;br/&gt;&lt;br/&gt;D:\&gt;seam generate-entities&lt;br/&gt;Buildfile: D:\dbmx\jboss-seam-2.1.0.A1\seam-gen\build.xml&lt;br/&gt;&lt;br/&gt;init:&lt;br/&gt;&lt;br/&gt;init-properties:&lt;br/&gt;     [echo] D:/dbmx/jboss-4.2.2.GA&lt;br/&gt;&lt;br/&gt;validate-workspace:&lt;br/&gt;&lt;br/&gt;validate-project:&lt;br/&gt;&lt;br/&gt;init-generate:&lt;br/&gt;&lt;br/&gt;generate-model:&lt;br/&gt;     [echo] Reverse engineering database using JDBC driver D:\dbmx\Drivers\sqljd&lt;br/&gt;bc.jar&lt;br/&gt;     [echo] project=d:/workspace/TestDBMX&lt;br/&gt;     [echo] model=org.jboss.seam.testdbmx&lt;br/&gt;[hibernate] Executing Hibernate Tool with a JDBC Configuration (for reverse engi&lt;br/&gt;neering)&lt;br/&gt;[hibernate] 1. task: hbm2java (Generates a set of .java files)&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment &lt;br/&gt;[hibernate] INFO: Hibernate 3.2.4.sp1&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment &lt;br/&gt;[hibernate] INFO: hibernate.properties not found&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment buildBytecodeP&lt;br/&gt;rovider&lt;br/&gt;[hibernate] INFO: Bytecode provider name : cglib&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment &lt;br/&gt;[hibernate] INFO: using JDK 1.4 java.sql.Timestamp handling&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.cfg.reveng.OverrideRepository&lt;br/&gt;addFile&lt;br/&gt;[hibernate] INFO: Override file: d:\workspace\TestDBMX\resources\seam-gen.reveng&lt;br/&gt;.xml&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider configure&lt;br/&gt;[hibernate] INFO: Using Hibernate built-in connection pool (not for production u&lt;br/&gt;se!)&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider configure&lt;br/&gt;[hibernate] INFO: Hibernate connection pool size: 20&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider configure&lt;br/&gt;[hibernate] INFO: autocommit mode: false&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider configure&lt;br/&gt;[hibernate] INFO: using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at&lt;br/&gt;URL: jdbc:sqlserver://localhost:2006;DatabaseName=TestDBMX&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider configure&lt;br/&gt;[hibernate] INFO: connection properties: {user=sa, password=****}&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: RDBMS: Microsoft SQL Server, version: 9.00.1399&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: JDBC driver: Microsoft SQL Server 2005 JDBC Driver, version: 1&lt;br/&gt;.0.809.102&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.dialect.Dialect &lt;br/&gt;[hibernate] INFO: Using dialect: org.hibernate.dialect.SQLServerDialect&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.transaction.TransactionFactory&lt;br/&gt;Factory buildTransactionFactory&lt;br/&gt;[hibernate] INFO: Using default transaction strategy (direct JDBC transactions)&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.transaction.TransactionManager&lt;br/&gt;LookupFactory getTransactionManagerLookup&lt;br/&gt;[hibernate] INFO: No TransactionManagerLookup configured (in JTA environment, us&lt;br/&gt;e of read-write or transactional second-level cache is not recommended)&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Automatic flush during beforeCompletion(): disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Automatic session close at end of transaction: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Scrollable result sets: enabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: JDBC3 getGeneratedKeys(): enabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Connection release mode: auto&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Default schema: ROOT&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Default batch fetch size: 1&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Generate SQL with comments: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Order SQL updates by primary key: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Order SQL inserts for batching: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory createQuer&lt;br/&gt;yTranslatorFactory&lt;br/&gt;[hibernate] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFact&lt;br/&gt;ory&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.hql.ast.ASTQueryTranslatorFact&lt;br/&gt;ory &lt;br/&gt;[hibernate] INFO: Using ASTQueryTranslatorFactory&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Query language substitutions: {}&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: JPA-QL strict compliance: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Second-level cache: enabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Query cache: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory createCach&lt;br/&gt;eProvider&lt;br/&gt;[hibernate] INFO: Cache provider: org.hibernate.cache.HashtableCacheProvider&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Optimize cache for minimal puts: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Structured second-level cache entries: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Statistics: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Deleted entity synthetic identifier rollback: disabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Default entity-mode: pojo&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti&lt;br/&gt;ngs&lt;br/&gt;[hibernate] INFO: Named query checking : enabled&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.connection.DriverManagerConnec&lt;br/&gt;tionProvider close&lt;br/&gt;[hibernate] INFO: cleaning up connection pool: jdbc:sqlserver://localhost:2006;D&lt;br/&gt;atabaseName=TestDBMX&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.tool.Version &lt;br/&gt;[hibernate] INFO: Hibernate Tools 3.2.0.CR1&lt;br/&gt;[javaformatter] Java formatting of 0 files completed. Skipped 0 file(s).&lt;br/&gt;&lt;br/&gt;generate-ui:&lt;br/&gt;     [echo] Building project &#039;TestDBMX&#039; to generate views and controllers&lt;br/&gt;&lt;br/&gt;init:&lt;br/&gt;    [mkdir] Created dir: d:\workspace\TestDBMX\exploded-archives\TestDBMX.ear&lt;br/&gt;    [mkdir] Created dir: d:\workspace\TestDBMX\dist&lt;br/&gt;&lt;br/&gt;compile:&lt;br/&gt;&lt;br/&gt;copyclasses:&lt;br/&gt;&lt;br/&gt;jar:&lt;br/&gt;     [copy] Copying 1 file to d:\workspace\TestDBMX\exploded-archives\TestDBMX.j&lt;br/&gt;ar\META-INF&lt;br/&gt;     [copy] Copying 1 file to d:\workspace\TestDBMX\exploded-archives\TestDBMX.j&lt;br/&gt;ar&lt;br/&gt;[hibernate] Executing Hibernate Tool with a JPA Configuration&lt;br/&gt;[hibernate] 1. task: generic exportertemplate: view/list.xhtml.ftl&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:34 PM org.hibernate.cfg.annotations.Version &lt;br/&gt;[hibernate] INFO: Hibernate Annotations 3.3.0.GA&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:34 PM org.hibernate.ejb.Version &lt;br/&gt;[hibernate] INFO: Hibernate EntityManager 3.3.1.GA&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:35 PM org.hibernate.cfg.AnnotationConfiguration se&lt;br/&gt;condPassCompile&lt;br/&gt;[hibernate] INFO: Hibernate Validator not found: ignoring&lt;br/&gt;[hibernate] Mar 24, 2008 5:26:35 PM org.hibernate.cfg.AnnotationConfiguration se&lt;br/&gt;condPassCompile&lt;br/&gt;[hibernate] INFO: Hibernate Validator not found: ignoring&lt;br/&gt;[hibernate] 2. task: generic exportertemplate: view/view.xhtml.ftl&lt;br/&gt;[hibernate] 3. task: generic exportertemplate: view/view.page.xml.ftl&lt;br/&gt;[hibernate] 4. task: generic exportertemplate: view/edit.xhtml.ftl&lt;br/&gt;[hibernate] 5. task: generic exportertemplate: view/edit.page.xml.ftl&lt;br/&gt;[hibernate] 6. task: generic exportertemplate: src/EntityList.java.ftl&lt;br/&gt;[hibernate] 7. task: generic exportertemplate: view/list.page.xml.ftl&lt;br/&gt;[hibernate] 8. task: generic exportertemplate: src/EntityHome.java.ftl&lt;br/&gt;[hibernate] 9. task: generic exportertemplate: view/layout/menu.xhtml.ftl&lt;br/&gt;[javaformatter] Java formatting of 1 files completed. Skipped 0 file(s).&lt;br/&gt;     [echo] Type &#039;seam restart&#039; and go to http://localhost:8080/TestDBMX&lt;br/&gt;&lt;br/&gt;generate:&lt;br/&gt;&lt;br/&gt;generate-entities:&lt;br/&gt;&lt;br/&gt;Thanx &lt;br/&gt;Asker Ali Mardan</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Hi I got the following out put after running </p>
<p>D:\>seam generate-entities<br />Buildfile: D:\dbmx\jboss-seam-2.1.0.A1\seam-gen\build.xml</p>
<p>init:</p>
<p>init-properties:<br />     [echo] D:/dbmx/jboss-4.2.2.GA</p>
<p>validate-workspace:</p>
<p>validate-project:</p>
<p>init-generate:</p>
<p>generate-model:<br />     [echo] Reverse engineering database using JDBC driver D:\dbmx\Drivers\sqljd<br />bc.jar<br />     [echo] project=d:/workspace/TestDBMX<br />     [echo] model=org.jboss.seam.testdbmx<br />[hibernate] Executing Hibernate Tool with a JDBC Configuration (for reverse engi<br />neering)<br />[hibernate] 1. task: hbm2java (Generates a set of .java files)<br />[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment <br />[hibernate] INFO: Hibernate 3.2.4.sp1<br />[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment <br />[hibernate] INFO: hibernate.properties not found<br />[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment buildBytecodeP<br />rovider<br />[hibernate] INFO: Bytecode provider name : cglib<br />[hibernate] Mar 24, 2008 5:26:31 PM org.hibernate.cfg.Environment <br />[hibernate] INFO: using JDK 1.4 java.sql.Timestamp handling<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.cfg.reveng.OverrideRepository<br />addFile<br />[hibernate] INFO: Override file: d:\workspace\TestDBMX\resources\seam-gen.reveng<br />.xml<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider configure<br />[hibernate] INFO: Using Hibernate built-in connection pool (not for production u<br />se!)<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider configure<br />[hibernate] INFO: Hibernate connection pool size: 20<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider configure<br />[hibernate] INFO: autocommit mode: false<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider configure<br />[hibernate] INFO: using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at<br />URL: jdbc:sqlserver://localhost:2006;DatabaseName=TestDBMX<br />[hibernate] Mar 24, 2008 5:26:32 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider configure<br />[hibernate] INFO: connection properties: {user=sa, password=****}<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: RDBMS: Microsoft SQL Server, version: 9.00.1399<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: JDBC driver: Microsoft SQL Server 2005 JDBC Driver, version: 1<br />.0.809.102<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.dialect.Dialect <br />[hibernate] INFO: Using dialect: org.hibernate.dialect.SQLServerDialect<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.transaction.TransactionFactory<br />Factory buildTransactionFactory<br />[hibernate] INFO: Using default transaction strategy (direct JDBC transactions)<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.transaction.TransactionManager<br />LookupFactory getTransactionManagerLookup<br />[hibernate] INFO: No TransactionManagerLookup configured (in JTA environment, us<br />e of read-write or transactional second-level cache is not recommended)<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Automatic flush during beforeCompletion(): disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Automatic session close at end of transaction: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Scrollable result sets: enabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: JDBC3 getGeneratedKeys(): enabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Connection release mode: auto<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Default schema: ROOT<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Default batch fetch size: 1<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Generate SQL with comments: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Order SQL updates by primary key: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Order SQL inserts for batching: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory createQuer<br />yTranslatorFactory<br />[hibernate] INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFact<br />ory<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.hql.ast.ASTQueryTranslatorFact<br />ory <br />[hibernate] INFO: Using ASTQueryTranslatorFactory<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Query language substitutions: {}<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: JPA-QL strict compliance: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Second-level cache: enabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Query cache: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory createCach<br />eProvider<br />[hibernate] INFO: Cache provider: org.hibernate.cache.HashtableCacheProvider<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Optimize cache for minimal puts: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Structured second-level cache entries: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Statistics: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Deleted entity synthetic identifier rollback: disabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Default entity-mode: pojo<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.cfg.SettingsFactory buildSetti<br />ngs<br />[hibernate] INFO: Named query checking : enabled<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.connection.DriverManagerConnec<br />tionProvider close<br />[hibernate] INFO: cleaning up connection pool: jdbc:sqlserver://localhost:2006;D<br />atabaseName=TestDBMX<br />[hibernate] Mar 24, 2008 5:26:33 PM org.hibernate.tool.Version <br />[hibernate] INFO: Hibernate Tools 3.2.0.CR1<br />[javaformatter] Java formatting of 0 files completed. Skipped 0 file(s).</p>
<p>generate-ui:<br />     [echo] Building project &#8216;TestDBMX&#8217; to generate views and controllers</p>
<p>init:<br />    [mkdir] Created dir: d:\workspace\TestDBMX\exploded-archives\TestDBMX.ear<br />    [mkdir] Created dir: d:\workspace\TestDBMX\dist</p>
<p>compile:</p>
<p>copyclasses:</p>
<p>jar:<br />     [copy] Copying 1 file to d:\workspace\TestDBMX\exploded-archives\TestDBMX.j<br />ar\META-INF<br />     [copy] Copying 1 file to d:\workspace\TestDBMX\exploded-archives\TestDBMX.j<br />ar<br />[hibernate] Executing Hibernate Tool with a JPA Configuration<br />[hibernate] 1. task: generic exportertemplate: view/list.xhtml.ftl<br />[hibernate] Mar 24, 2008 5:26:34 PM org.hibernate.cfg.annotations.Version <br />[hibernate] INFO: Hibernate Annotations 3.3.0.GA<br />[hibernate] Mar 24, 2008 5:26:34 PM org.hibernate.ejb.Version <br />[hibernate] INFO: Hibernate EntityManager 3.3.1.GA<br />[hibernate] Mar 24, 2008 5:26:35 PM org.hibernate.cfg.AnnotationConfiguration se<br />condPassCompile<br />[hibernate] INFO: Hibernate Validator not found: ignoring<br />[hibernate] Mar 24, 2008 5:26:35 PM org.hibernate.cfg.AnnotationConfiguration se<br />condPassCompile<br />[hibernate] INFO: Hibernate Validator not found: ignoring<br />[hibernate] 2. task: generic exportertemplate: view/view.xhtml.ftl<br />[hibernate] 3. task: generic exportertemplate: view/view.page.xml.ftl<br />[hibernate] 4. task: generic exportertemplate: view/edit.xhtml.ftl<br />[hibernate] 5. task: generic exportertemplate: view/edit.page.xml.ftl<br />[hibernate] 6. task: generic exportertemplate: src/EntityList.java.ftl<br />[hibernate] 7. task: generic exportertemplate: view/list.page.xml.ftl<br />[hibernate] 8. task: generic exportertemplate: src/EntityHome.java.ftl<br />[hibernate] 9. task: generic exportertemplate: view/layout/menu.xhtml.ftl<br />[javaformatter] Java formatting of 1 files completed. Skipped 0 file(s).<br />     [echo] Type &#8216;seam restart&#8217; and go to <a href="http://localhost:8080/TestDBMX" rel="nofollow">http://localhost:8080/TestDBMX</a></p>
<p>generate:</p>
<p>generate-entities:</p>
<p>Thanx <br />Asker Ali Mardan<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asker Ali M</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-29</link>
		<dc:creator>Asker Ali M</dc:creator>
		<pubDate>Mon, 24 Mar 2008 11:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-29</guid>
		<description>Hi,&lt;br/&gt;I have a database in MSSQL2005.when i am trying to run seam generate-entities command i am not getting any Bean or UI created for me.is it because of the Database or any configuration i have forgotten.&lt;br/&gt;&lt;br/&gt;Thanx in Advance&lt;br/&gt;Asker Ali Mardan</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Hi,<br />I have a database in MSSQL2005.when i am trying to run seam generate-entities command i am not getting any Bean or UI created for me.is it because of the Database or any configuration i have forgotten.</p>
<p>Thanx in Advance<br />Asker Ali Mardan<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xourge</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-28</link>
		<dc:creator>xourge</dc:creator>
		<pubDate>Mon, 18 Feb 2008 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-28</guid>
		<description>thank you very much for these, i had to erase the whole dir and do everything again and it worked! i hope you publish more tutorials in the future, for example using combo lists to work tables with foreign keys</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->thank you very much for these, i had to erase the whole dir and do everything again and it worked! i hope you publish more tutorials in the future, for example using combo lists to work tables with foreign keys<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-26</link>
		<dc:creator>New</dc:creator>
		<pubDate>Thu, 31 Jan 2008 10:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-26</guid>
		<description>Neato. I will try this now and report back how long it takes. I have used this sourceforge project )http://sourceforge.net/projects/db2app/) as it generates JSP and Flex code but Seam looks perfect for EJB 3.0 code.</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Neato. I will try this now and report back how long it takes. I have used this sourceforge project )http://sourceforge.net/projects/db2app/) as it generates JSP and Flex code but Seam looks perfect for EJB 3.0 code.<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.softwarepassion.com/rapid-crud-application-development-with-jboss-seam-and-mysql-database/comment-page-1/#comment-22</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 10 Dec 2007 09:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://softwarepassion.com/?p=13#comment-22</guid>
		<description>Better to generate by Seam-gen than by adapting example files. Finally something that does work. Thanks</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->Better to generate by Seam-gen than by adapting example files. Finally something that does work. Thanks<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

