<?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>Kommentare zu: Unit Tests von EJBs (mit JPA) mittels Embedded Glassfish v3 in NetBeans 6.8 und Maven</title>
	<atom:link href="http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/</link>
	<description>Ein Beagle durchbricht die Grenzen schneller als ein Index.</description>
	<lastBuildDate>Tue, 29 Nov 2011 07:39:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Manuel Blechschmidt</title>
		<link>http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/comment-page-1/#comment-7007</link>
		<dc:creator>Manuel Blechschmidt</dc:creator>
		<pubDate>Wed, 24 Nov 2010 10:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nw-software.com/?p=192#comment-7007</guid>
		<description>Also bei mir funktionieren die portablen JNDI Names ohne Probleme mit Glassfish 3.0.1. Hier mal ein Beispiel aus meinem ServiceLocator:

...
public final WireframeFeedbackServiceRemote get_de_apaxo_semrecsys_wireframe_services_WireframeFeedbackServiceBean_Remote(Properties env)
        throws NamingException
    {

        return (WireframeFeedbackServiceRemote)
            getContext(env).lookup(&quot;java:global/semRecSys-0.1-SNAPSHOT/semRecSys-core-0.1-SNAPSHOT/WireframeFeedbackServiceBean!de.apaxo.semrecsys.wireframe.services.WireframeFeedbackServiceRemote&quot;);
    }
...

Die sind ewig lang. Da ich aber eh 80% meines Codes auf UML Modellen generiere ist mir auch relativ egal, wie lang der Code wird.

Schönen Gruß
    Manuel</description>
		<content:encoded><![CDATA[<p>Also bei mir funktionieren die portablen JNDI Names ohne Probleme mit Glassfish 3.0.1. Hier mal ein Beispiel aus meinem ServiceLocator:</p>
<p>&#8230;<br />
public final WireframeFeedbackServiceRemote get_de_apaxo_semrecsys_wireframe_services_WireframeFeedbackServiceBean_Remote(Properties env)<br />
        throws NamingException<br />
    {</p>
<p>        return (WireframeFeedbackServiceRemote)<br />
            getContext(env).lookup(&#8220;java:global/semRecSys-0.1-SNAPSHOT/semRecSys-core-0.1-SNAPSHOT/WireframeFeedbackServiceBean!de.apaxo.semrecsys.wireframe.services.WireframeFeedbackServiceRemote&#8221;);<br />
    }<br />
&#8230;</p>
<p>Die sind ewig lang. Da ich aber eh 80% meines Codes auf UML Modellen generiere ist mir auch relativ egal, wie lang der Code wird.</p>
<p>Schönen Gruß<br />
    Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Max</title>
		<link>http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/comment-page-1/#comment-177</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 05 Mar 2010 09:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nw-software.com/?p=192#comment-177</guid>
		<description>Danke!

Dein Beispiel hat mir sehr geholfen - ich habe Stunden diesen blöden Embedded Server gesucht, da ich annahm, er sei in den Std-Maven-Repositories...

Max.</description>
		<content:encoded><![CDATA[<p>Danke!</p>
<p>Dein Beispiel hat mir sehr geholfen &#8211; ich habe Stunden diesen blöden Embedded Server gesucht, da ich annahm, er sei in den Std-Maven-Repositories&#8230;</p>
<p>Max.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: uberVU - social comments</title>
		<link>http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/comment-page-1/#comment-56</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nw-software.com/?p=192#comment-56</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by alexismp: Unit Tests von EJBs (mit JPA) mittels Embedded Glassfish v3 in NetBeans 6.8 und Maven - http://bit.ly/a5Xjs7...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by alexismp: Unit Tests von EJBs (mit JPA) mittels Embedded Glassfish v3 in NetBeans 6.8 und Maven &#8211; <a href="http://bit.ly/a5Xjs7.." rel="nofollow">http://bit.ly/a5Xjs7..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Fabian Ritzmann</title>
		<link>http://www.nw-software.com/2010/02/unit-tests-von-ejbs-mit-jpa-mittels-embedded-glassfish-v3-in-netbeans-6-8-und-maven/comment-page-1/#comment-55</link>
		<dc:creator>Fabian Ritzmann</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nw-software.com/?p=192#comment-55</guid>
		<description>Zu den EJB 3.1 JNDI Namen, siehe die EJB 3.1 Spezifikation Abschnitt 4.4. Das Dokument gibt&#039;s hier:
http://jcp.org/en/jsr/detail?id=318</description>
		<content:encoded><![CDATA[<p>Zu den EJB 3.1 JNDI Namen, siehe die EJB 3.1 Spezifikation Abschnitt 4.4. Das Dokument gibt&#8217;s hier:<br />
<a href="http://jcp.org/en/jsr/detail?id=318" rel="nofollow">http://jcp.org/en/jsr/detail?id=318</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

