<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Find Time for the Karussell</title>
	<atom:link href="http://karussell.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://karussell.wordpress.com</link>
	<description>Thoughts about Java and more</description>
	<lastBuildDate>Wed, 16 Dec 2009 08:25:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-747</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Wed, 16 Dec 2009 08:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-747</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by tra</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-746</link>
		<dc:creator>tra</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-746</guid>
		<description>All the jar files that you submitted should be use and take precedence. We will look into your issue.</description>
		<content:encoded><![CDATA[<p>All the jar files that you submitted should be use and take precedence. We will look into your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-745</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Tue, 15 Dec 2009 17:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-745</guid>
		<description>again
rm -rf .javastore
javaws -uninstall

and I re-added the jars from scratch with some text notes ;-)

And I could now change the type from sandbox to full permission. This was not possible for the first version? Why?

If I now launch &#039;preview&#039; the logging says:

15.12.2009 18:15:04 com.sun.services.appstore.appwrapper.Main launchApp
WARNUNG: An error occurred while launching with 1.2 method, attempting 1.1 method

and
WARNUNG: An error occurred while launching with plain java method
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Caused by: java.lang.NoClassDefFoundError: javolution/util/FastMap
	at de.timefinder.core.springrc.AbstractSettings.(AbstractSettings.java:43)

but now I am very sure that javolution was added via warehouse. Or does JavaStore not allow to use an alternative Map implementation ;-)
But again not all jars are under .javastore/storage/webstart/preview/440/553

Giving up for now :-(</description>
		<content:encoded><![CDATA[<p>again<br />
rm -rf .javastore<br />
javaws -uninstall</p>
<p>and I re-added the jars from scratch with some text notes <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>And I could now change the type from sandbox to full permission. This was not possible for the first version? Why?</p>
<p>If I now launch &#8216;preview&#8217; the logging says:</p>
<p>15.12.2009 18:15:04 com.sun.services.appstore.appwrapper.Main launchApp<br />
WARNUNG: An error occurred while launching with 1.2 method, attempting 1.1 method</p>
<p>and<br />
WARNUNG: An error occurred while launching with plain java method<br />
java.lang.reflect.InvocationTargetException<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&#8230;<br />
Caused by: java.lang.NoClassDefFoundError: javolution/util/FastMap<br />
	at de.timefinder.core.springrc.AbstractSettings.(AbstractSettings.java:43)</p>
<p>but now I am very sure that javolution was added via warehouse. Or does JavaStore not allow to use an alternative Map implementation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
But again not all jars are under .javastore/storage/webstart/preview/440/553</p>
<p>Giving up for now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-744</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-744</guid>
		<description>now I did:
rm -rf .javastore/
javaws -uninstall

and it started. But again not successfull:
Caused by: java.lang.NoClassDefFoundError: javolution/util/FastMap

This is logical because there is no such jar (javolution) under .javastore/storage/webstart/preview/440/553/ although I added this to the warehouse.

To count the local jars I executed
ll .javastore/storage/webstart/preview/440/553/*.jar &#124; wc -l
and got:
24

But I actually have ~ 30
I saved the logging output to javastore.log

&gt; grep &quot;downloading resource&quot; javastore.log &#124; wc -l
24

Why are the other libs not downloaded?

BTW:

Di, 15 Dez 2009 17:41:04 +0100 ==&gt; ===========================================
Di, 15 Dez 2009 17:41:05 +0100 ==&gt; downloading: null/splash.png to /home/peterk/.javastore/storage/webstart/preview/440/553/splash.png
Di, 15 Dez 2009 17:41:05 +0100 ==&gt; URI is not absolute
java.lang.IllegalArgumentException: URI is not absolute
	at java.net.URI.toURL(URI.java:1080)
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:68)
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:62)
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:53)
	at com.sun.appstore.client.product.webstart2.JNLPProduct.preview(JNLPProduct.java:247)
	at com.sun.appstore.client.product.ProductManager.previewProduct(ProductManager.java:379)
	at com.sun.appstore.client.gui.model.PreviewTaskRunnable.run(PreviewTaskRunnable.java:30)
	at com.sun.javafx.async.TaskImpl.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)</description>
		<content:encoded><![CDATA[<p>now I did:<br />
rm -rf .javastore/<br />
javaws -uninstall</p>
<p>and it started. But again not successfull:<br />
Caused by: java.lang.NoClassDefFoundError: javolution/util/FastMap</p>
<p>This is logical because there is no such jar (javolution) under .javastore/storage/webstart/preview/440/553/ although I added this to the warehouse.</p>
<p>To count the local jars I executed<br />
ll .javastore/storage/webstart/preview/440/553/*.jar | wc -l<br />
and got:<br />
24</p>
<p>But I actually have ~ 30<br />
I saved the logging output to javastore.log</p>
<p>&gt; grep &#8220;downloading resource&#8221; javastore.log | wc -l<br />
24</p>
<p>Why are the other libs not downloaded?</p>
<p>BTW:</p>
<p>Di, 15 Dez 2009 17:41:04 +0100 ==&gt; ===========================================<br />
Di, 15 Dez 2009 17:41:05 +0100 ==&gt; downloading: null/splash.png to /home/peterk/.javastore/storage/webstart/preview/440/553/splash.png<br />
Di, 15 Dez 2009 17:41:05 +0100 ==&gt; URI is not absolute<br />
java.lang.IllegalArgumentException: URI is not absolute<br />
	at java.net.URI.toURL(URI.java:1080)<br />
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:68)<br />
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:62)<br />
	at com.sun.appstore.client.product.webstart2.Utils.downloadFile(Utils.java:53)<br />
	at com.sun.appstore.client.product.webstart2.JNLPProduct.preview(JNLPProduct.java:247)<br />
	at com.sun.appstore.client.product.ProductManager.previewProduct(ProductManager.java:379)<br />
	at com.sun.appstore.client.gui.model.PreviewTaskRunnable.run(PreviewTaskRunnable.java:30)<br />
	at com.sun.javafx.async.TaskImpl.run(Unknown Source)<br />
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)<br />
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)<br />
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)<br />
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)<br />
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)<br />
	at java.lang.Thread.run(Thread.java:619)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-743</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-743</guid>
		<description>Hmmh now I am getting

java.io.FileNotFoundException: /home/peterk/.javastore/storage/webstart/install/440/current/jar.ognl-2.6.9.jar (No such file or directory)

although the file is present at the warehouse (productId=440 versionId=553)
as ognl-2.6.9.jar (171 KB)</description>
		<content:encoded><![CDATA[<p>Hmmh now I am getting</p>
<p>java.io.FileNotFoundException: /home/peterk/.javastore/storage/webstart/install/440/current/jar.ognl-2.6.9.jar (No such file or directory)</p>
<p>although the file is present at the warehouse (productId=440 versionId=553)<br />
as ognl-2.6.9.jar (171 KB)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-742</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-742</guid>
		<description>Hi,

thanks a lot for the answer! 
Sorry for the rant against JavaStore but it was so frustrating :-(

I will try this now. Hoping to post successful JavaStore post then :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks a lot for the answer!<br />
Sorry for the rant against JavaStore but it was so frustrating <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I will try this now. Hoping to post successful JavaStore post then <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;am too Stupid for Java Store by tra</title>
		<link>http://karussell.wordpress.com/2009/12/14/iam-too-stupid-for-java-store/#comment-741</link>
		<dc:creator>tra</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1320#comment-741</guid>
		<description>We are looking to support JNPL ingestion. After you ingested your jar and try to run it. You should look in your Java Console to see what went wrong. Just uninstall your app via &quot;javaws -uninstall&quot;. The message you got is because you already have installed your app. You can also use preview. To address your issue you just have to uninstall your app via &quot;javaws -uninstall or via the Java control&quot;. It will let you run the app to set the run flag to submit your app :-) 

We will look to add parallel download of jars that&#039;s a good point. We are working to get the full client for preview within the developer portal. Finally, good point of adding a warning for submitting not-signed jar. 

Yes - we are lo</description>
		<content:encoded><![CDATA[<p>We are looking to support JNPL ingestion. After you ingested your jar and try to run it. You should look in your Java Console to see what went wrong. Just uninstall your app via &#8220;javaws -uninstall&#8221;. The message you got is because you already have installed your app. You can also use preview. To address your issue you just have to uninstall your app via &#8220;javaws -uninstall or via the Java control&#8221;. It will let you run the app to set the run flag to submit your app <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>We will look to add parallel download of jars that&#8217;s a good point. We are working to get the full client for preview within the developer portal. Finally, good point of adding a warning for submitting not-signed jar. </p>
<p>Yes &#8211; we are lo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installation of Miktex &#8211; a latex package manager &#8211; for Ubuntu by Miroslav</title>
		<link>http://karussell.wordpress.com/2009/06/13/install-miktex-a-latex-package-manager-for-ubuntu/#comment-739</link>
		<dc:creator>Miroslav</dc:creator>
		<pubDate>Sun, 13 Dec 2009 09:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=713#comment-739</guid>
		<description>miktex-tools-2.8.3541-1-i386-linux.deb
miroslav@ubuntu:~/src$ sudo dpkg -i miktex-tools-2.8.3541-1-i386-linux.deb
Selecting previously deselected package miktex-tools.
(Reading database ... 260983 files and directories currently installed.)
Unpacking miktex-tools (from miktex-tools-2.8.3541-1-i386-linux.deb) ...
Setting up miktex-tools (2.8.3541-1) ...
initexmf: Unexpected condition.
dpkg: error processing miktex-tools (--install):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
 miktex-tools</description>
		<content:encoded><![CDATA[<p>miktex-tools-2.8.3541-1-i386-linux.deb<br />
miroslav@ubuntu:~/src$ sudo dpkg -i miktex-tools-2.8.3541-1-i386-linux.deb<br />
Selecting previously deselected package miktex-tools.<br />
(Reading database &#8230; 260983 files and directories currently installed.)<br />
Unpacking miktex-tools (from miktex-tools-2.8.3541-1-i386-linux.deb) &#8230;<br />
Setting up miktex-tools (2.8.3541-1) &#8230;<br />
initexmf: Unexpected condition.<br />
dpkg: error processing miktex-tools (&#8211;install):<br />
 subprocess installed post-installation script returned error exit status 1<br />
Processing triggers for man-db &#8230;<br />
Errors were encountered while processing:<br />
 miktex-tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Griffon+Remote GORM+X: Inspirations for the Best RIA Horse! by karussell</title>
		<link>http://karussell.wordpress.com/2009/12/07/griffonremote-gormx-inspirations-for-the-best-ria-horse/#comment-733</link>
		<dc:creator>karussell</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1267#comment-733</guid>
		<description>Thanks Andres! (Did you catch the twitter question or found it via rss?)

I wasn&#039;t aware of those plugins. For all the others: the necessary procedure is described here: http://griffon.codehaus.org/Hessian+Plugin

&gt; all dynamic methods must be replace by remote ones

yeah or roll your own not so generalizable communication ... for a quick shot a 

Object DomainClass.remoteEval(String)

could help here ;-)

&gt; fetching of collection data

yes, with hibernate I often got LazyInitializationException&#039;s

All in all as I said: one will end up to tweak hibernate if it should work properly :-(</description>
		<content:encoded><![CDATA[<p>Thanks Andres! (Did you catch the twitter question or found it via rss?)</p>
<p>I wasn&#8217;t aware of those plugins. For all the others: the necessary procedure is described here: <a href="http://griffon.codehaus.org/Hessian+Plugin" rel="nofollow">http://griffon.codehaus.org/Hessian+Plugin</a></p>
<p>&gt; all dynamic methods must be replace by remote ones</p>
<p>yeah or roll your own not so generalizable communication &#8230; for a quick shot a </p>
<p>Object DomainClass.remoteEval(String)</p>
<p>could help here <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&gt; fetching of collection data</p>
<p>yes, with hibernate I often got LazyInitializationException&#8217;s</p>
<p>All in all as I said: one will end up to tweak hibernate if it should work properly <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Griffon+Remote GORM+X: Inspirations for the Best RIA Horse! by Andres Almiray</title>
		<link>http://karussell.wordpress.com/2009/12/07/griffonremote-gormx-inspirations-for-the-best-ria-horse/#comment-732</link>
		<dc:creator>Andres Almiray</dc:creator>
		<pubDate>Mon, 07 Dec 2009 22:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://karussell.wordpress.com/?p=1267#comment-732</guid>
		<description>Both Grails and Griffon have a hessian plugin already, that&#039;s a start.
I see the following challenges on the road to a remote GORM solution:
1. all dynamic methods must be replace by remote ones
2. transactions must work flawlessly
3. fetching of collection data
4. local cache of &quot;lookup tables&quot; to avoid hitting the network so often
there are more of course.</description>
		<content:encoded><![CDATA[<p>Both Grails and Griffon have a hessian plugin already, that&#8217;s a start.<br />
I see the following challenges on the road to a remote GORM solution:<br />
1. all dynamic methods must be replace by remote ones<br />
2. transactions must work flawlessly<br />
3. fetching of collection data<br />
4. local cache of &#8220;lookup tables&#8221; to avoid hitting the network so often<br />
there are more of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>