<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>涂0实验室 &#187; glassfish</title>
	<atom:link href="http://www.sulong.info/archives/tag/glassfish/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sulong.info</link>
	<description>一个程序员的成长之路</description>
	<lastBuildDate>Fri, 27 Aug 2010 01:54:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>向glassfish v2 布署 ejb3 时出错 : This pool is not registered with the runtime environment</title>
		<link>http://www.sulong.info/archives/11</link>
		<comments>http://www.sulong.info/archives/11#comments</comments>
		<pubDate>Fri, 21 Sep 2007 03:04:23 +0000</pubDate>
		<dc:creator>sulong</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[glassfish]]></category>

		<guid isPermaLink="false">http://sulong.info/?p=11</guid>
		<description><![CDATA[昨天写了一个小小的jsf + ejb3的应用，想来体验一下jsf。在向glassfish v2 布署的时候，没有成功，老是出exception, 内容如下：This pool is not registered with the runtime environment 。后来在网上查了好久，原来是因为在persistence.xml里指定了 &#60;properties&#62; &#60;property name=&#34;toplink.ddl-generation&#34; value=&#34;create-tables&#34;&#62;&#60;/property&#62; &#60;/properties&#62; 这会让toplink试图创建新的表，但是现在这个地方有个BUG导到新表无法被创建，把这条属性删除后就可以正常布署了，但需要手动去创建表。]]></description>
			<content:encoded><![CDATA[<p>昨天写了一个小小的jsf + ejb3的应用，想来体验一下jsf。在向glassfish v2 布署的时候，没有成功，老是出exception, 内容如下：This pool is not registered with the runtime environment 。后来在网上查了好久，原来是因为在persistence.xml里指定了</p>
<div class="codecolorer-container xml default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><div class="xml codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;properties<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;toplink.ddl-generation&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;create-tables&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span><br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/properties<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></div></div>
<p>这会让toplink试图创建新的表，但是现在这个地方有个BUG导到新表无法被创建，把这条属性删除后就可以正常布署了，但需要手动去创建表。</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.sulong.info/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.sulong.info/archives/11/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
