<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Glassfish V3 and Icefaces 2 Startup problem"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/24.page</link>
		<description><![CDATA[Latest messages posted in the topic "Glassfish V3 and Icefaces 2 Startup problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ I`m trying to deploy simple application to Glassfish v3.
I`m using Equinox for OSGI functions.

Then i`m trying to deploy app, server send me mony error.
All of them is like this one:

[#|2010-01-21T12:41:32.023+0300|WARNING|glassfishv3.0|javax.enterprise.system.container.web.org.glassfish.web.loader|_ThreadID=35;_ThreadName={felix.fileinstall.poll=5000, felix.fileinstall.bundles.new.start=true, service.pid=org.apache.felix.fileinstall.cebf1f73-a8e1-4984-9c2d-2a313d545311, felix.fileinstall.dir=/usr/local/glassfish/glassfish/domains/domain1/autodeploy/bundles/, felix.fileinstall.filename=org.apache.felix.fileinstall-autodeploy-bundles.cfg, service.factorypid=org.apache.felix.fileinstall, felix.fileinstall.debug=1};|WEB9052: Unable to load class com.icesoft.faces.component.ext.renderkit.MenuRenderer, reason: java.lang.NoClassDefFoundError: javax/faces/render/Renderer|#] 

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59856</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59856</link>
				<pubDate><![CDATA[Thu, 21 Jan 2010 03:59:05]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Hi,

ICEfaces 2.0 Alpha 2 is out. Recommend you try that, it should deploy to Glassfish 3 by default.

Regards,
  Ken]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59911</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59911</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 18:50:14]]> GMT</pubDate>
				<author><![CDATA[ ken.fyten]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ It will be good  thing to place Icefaces 2.0 Alpha and Beta Releases to pubic maven storage.

Thank you.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59912</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59912</link>
				<pubDate><![CDATA[Fri, 22 Jan 2010 19:18:37]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ About pom`s in Alpha2.

They have mistakes.

icefaces-compat have dependency to icefaces-comps 2.0-A2.
But this artifact is not exists.

May-be it need to change to icefaces-comps-compat ?

And icefaces.pom have dependency to javax.servlet.jstl 3.0

I can`t find this artifact on public maven repository.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59947</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59947</link>
				<pubDate><![CDATA[Mon, 25 Jan 2010 03:24:57]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ the dependency in icefaces-compat is icefaces-2.0.A2

icefaces-2.0.A2 does not have dependency to servlet 3.0 so just remove that.  ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59986</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59986</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 08:26:15]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ <p></p>

		<cite>judy.guglielmin wrote:</cite><br>
		<blockquote>the dependency in icefaces-compat is icefaces-2.0.A2

icefaces-2.0.A2 does not have dependency to servlet 3.0 so just remove that.  &nbsp;
		</blockquote>

Please check icefaces-compat.pom from bin package from your web site.

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>  &lt;url&gt;http://www.icefaces.org&lt;/url&gt;
  &lt;description&gt;ICEfaces is an Ajax extension for JavaServer Faces-2.0. Compat version for 1.8.2&lt;/description&gt;
  &lt;dependencies&gt;
    &lt;dependency&gt;
      &lt;groupId&gt;org.icefaces&lt;/groupId&gt;
      &lt;artifactId&gt;icefaces-comps&lt;/artifactId&gt;
      &lt;version&gt;${version}&lt;/version&gt;
    &lt;/dependency&gt;

    &lt;dependency&gt;
      &lt;groupId&gt;commons-beanutils&lt;/groupId&gt;
      &lt;artifactId&gt;commons-beanutils&lt;/artifactId&gt;
      &lt;version&gt;1.8.0&lt;/version&gt;
    &lt;/dependency&gt;

......</pre>
		</div>]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59987</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59987</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 08:29:47]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Yes, we realize that and they are now corrected to the above statements.  Thanks for letting us know.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59988</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59988</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 09:56:35]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Can you also tell me how i can get trunk sources from svn?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59989</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59989</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 10:05:40]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Check <a href="http://anonsvn.icefaces.org/repo/icefaces/scratchpads/glimmer/" target="_new" rel="nofollow"> this link </a>

However, it won't be updated right away (there is a delay) so changes to the poms might not be there until later today.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59991</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59991</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 10:12:41]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ I have tryed this url and it not works.

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
$ svn co http://anonsvn.icefaces.org/repo/icefaces/scratchpads/glimmer/
.......
......


svn: warning: Error handling externals definition for 'glimmer/core/src/main/javascript/lib':
svn: warning: OPTIONS of 'http://server.ice:8888/svn/ossrepo/projects/bridge-support/src/main/javascript': Could not resolve hostname `server.ice': Host not found &#40;http://server.ice:8888&#41;
svn: warning: Error handling externals definition for 'glimmer/compat/core/src/main/javascript/lib':
svn: warning: OPTIONS of 'http://server.ice:8888/svn/ossrepo/projects/bridge-support/src/main/javascript': Could not resolve hostname `server.ice': Host not found &#40;http://server.ice:8888&#41;
Checked out revision 20367.
</pre>
		</div>

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59992</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59992</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 10:20:19]]> GMT</pubDate>
				<author><![CDATA[ Mirackle]]></author>
			</item>
			<item>
				<title>Re:Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Hi,

We started to use the svn "externals" feature with this release, and it is causing some problems with our public rep, as you've seen.

We're investigating a solution, but in the meantime I'd recommend you download the icefaces-2.0.0-alpha2-src.zip bundle if you require source code.

Regards,
  Ken]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#59994</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#59994</link>
				<pubDate><![CDATA[Tue, 26 Jan 2010 11:24:15]]> GMT</pubDate>
				<author><![CDATA[ ken.fyten]]></author>
			</item>
			<item>
				<title>Glassfish V3 and Icefaces 2 Startup problem</title>
				<description><![CDATA[ Please try checking out the repository again; the svn:externals has now been made relative.
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/15837.page#63973</guid>
				<link>http://www.icefaces.org/JForum/posts/list/15837.page#63973</link>
				<pubDate><![CDATA[Thu, 29 Jul 2010 10:00:03]]> GMT</pubDate>
				<author><![CDATA[ ted.goddard]]></author>
			</item>
	</channel>
</rss>
