<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-27112</id>
	<title>Nabble - EJB</title>
	<updated>2008-10-06T23:49:32Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/EJB-f27112.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EJB-f27112.html" />
	<subtitle type="html">General questions on Enterprise Java Beans.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19852052</id>
	<title>Re: Container Type of SingletonContainer.</title>
	<published>2008-10-06T23:49:32Z</published>
	<updated>2008-10-06T23:49:32Z</updated>
	<author>
		<name>manucet</name>
	</author>
	<content type="html">Well I caught it because I was grouping the containers via type in the
&lt;br&gt;portlet i am developing for geronimo. So the singleton container
&lt;br&gt;appears under stateless containers.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Manu
&lt;br&gt;&lt;br&gt;On Tue, Oct 7, 2008 at 12:50 AM, David Blevins &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david.blevins@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Oct 3, 2008, at 5:44 AM, Manu George wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; The SingletonContainer has a type STATELESS. Shouldn't we have
&lt;br&gt;&amp;gt;&amp;gt; another type for singleton?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Good catch. &amp;nbsp;Seems that property of the container is only used for logging
&lt;br&gt;&amp;gt; on startup so it was missed. &amp;nbsp;Will have to make a mental note of that for
&lt;br&gt;&amp;gt; next time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Container-Type-of-SingletonContainer.-tp19795462p19852052.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19852027</id>
	<title>Re: batch reading with separate fetch size setting</title>
	<published>2008-10-06T23:47:40Z</published>
	<updated>2008-10-06T23:47:40Z</updated>
	<author>
		<name>Kate Lain</name>
	</author>
	<content type="html">&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot; style=&quot;font: inherit;&quot;&gt;James,&lt;br&gt;&lt;blockquote style=&quot;border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;&quot;&gt;&lt;pre&gt;There is no query hint to do this, feel free to log an enhancement request&lt;br&gt;for this.&lt;br&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre&gt;done&lt;br&gt;&lt;/pre&gt;&lt;blockquote style=&quot;border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;&quot;&gt;&lt;pre&gt;&lt;br&gt;You can configure this using the ReadAllQuery code API.&lt;br&gt;&lt;br&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre&gt;I'll give it a try, thank you&lt;br&gt;&lt;/pre&gt;&lt;blockquote style=&quot;border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;&quot;&gt;&lt;pre&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Kate Lain wrote:&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; James,&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; I have three related entities say A, B, C with an OneToMany mapping both&lt;br&gt;&amp;gt; between A - B and A - C . There is a need to read all the objects in a&lt;br&gt;&amp;gt; single query. Therefore i've defined a named query in A as
 follows:&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; @NamedQuery(&lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; name = &quot;A.findAll&quot;, &lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; query = &quot;SELECT a FROM A a , &lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; hints = { &lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @QueryHint(name = QueryHints.BATCH, value =&lt;/div&gt;&quot;a.bs&quot;),&lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; @QueryHint(name = QueryHints.BATCH, value =&lt;br&gt;&quot;a.cs&quot;),&lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; @QueryHint(name = QueryHints.JDBC_FETCH_SIZE, value =&lt;br&gt;&quot;500&quot;)&lt;br&gt;&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;&amp;gt; )&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; As result I got about 500 objects for A, 5000 objects for B and 50000&lt;br&gt;&amp;gt; objects for C from the three queries (the one named and the two batch&lt;br&gt;&amp;gt; queries). Regarding the tuning of the jdbc fetch size I can only define a&lt;br&gt;&amp;gt; single value as query hint as far as I can gather. I take it that it will&lt;br&gt;&amp;gt; only taking effect for the A-query wouldn't it? How may I effect then&lt;br&gt;the&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; fetch
 size for the batch queries. Or, I'm totally wrong here?&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; --- On Thu, 10/2/08, James Sutherland &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852027&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jamesssss@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&amp;gt; From: James Sutherland &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852027&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jamesssss@...&lt;/a&gt;&amp;gt;&lt;br&gt;&amp;gt; Subject: Re: [eclipselink-users] batch reading with separate fetch size&lt;br&gt;&amp;gt; setting&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852027&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-users@...&lt;/a&gt;&lt;br&gt;&amp;gt; Date: Thursday, October 2, 2008, 6:57 AM&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; I'm not exactly sure I understand what you mean perhaps give an&lt;/div&gt;example.&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Assuming you want to set the fetch size of the nested batch queries, there&lt;br&gt;&amp;gt; is no easy way to do this.  However you could prepare() your query, then&lt;br&gt;&amp;gt; access the getBatchReadMappingQueries() that are generated to customize&lt;br&gt;&amp;gt; any&lt;br&gt;&amp;gt; of the nested batch queries.&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; Kate Lain wrote:&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; for performance reasons I've optimized my
 queries using batch&lt;/div&gt;reading&lt;br&gt;&amp;gt;&amp;gt; and fetch size tuning - but is there a way to set the fetch size&lt;br&gt;separate&lt;br&gt;&amp;gt;&amp;gt; per&lt;br&gt;&amp;gt;&amp;gt; batch query?&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt;&amp;gt; Thomas&lt;br&gt;&amp;gt;&amp;gt; &lt;br&gt;&amp;gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;-----&lt;br&gt;---&lt;br&gt;http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland &lt;br&gt;http://www.eclipse.org/eclipselink/&lt;br&gt; EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/&lt;br&gt;TopLink &lt;br&gt;Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , &lt;br&gt;http://wiki.oracle.com/page/TopLink TopLink &lt;br&gt;Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , &lt;br&gt;http://www.nabble.com/EclipseLink-f26430.html EclipseLink &lt;br&gt;Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence &lt;br&gt;-- &lt;br&gt;View this message in context:&lt;br&gt;http://www.nabble.com/batch-reading-with-separate-fetch-size-setting-tp19767497p19839612.html&lt;br&gt;Sent from the EclipseLink - Users mailing list archive at
 Nabble.com.&lt;br&gt;&lt;br&gt;_______________________________________________&lt;br&gt;eclipselink-users mailing list&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852027&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-users@...&lt;/a&gt;&lt;br&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&lt;br&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;



      &lt;br /&gt;_______________________________________________
&lt;br&gt;eclipselink-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19852027&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Users-f26658.html&quot; embed=&quot;fixTarget[26658]&quot; target=&quot;_top&quot; &gt;EclipseLink - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/batch-reading-with-separate-fetch-size-setting-tp19767497p19852027.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19851422</id>
	<title>AW: EclipseLink Performance Profiler configuration</title>
	<published>2008-10-06T22:41:44Z</published>
	<updated>2008-10-06T22:41:44Z</updated>
	<author>
		<name>Thomas Paradies-2</name>
	</author>
	<content type="html">James,
&lt;br&gt;&lt;br&gt;now it all makes sense, thank you. Next time I'll check the bug list before.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is a current bug, see,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=230921&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.eclipse.org/bugs/show_bug.cgi?id=230921&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I should check this fix in this week to the 1.1 stream. &amp;nbsp;In the mean time,
&lt;br&gt;&amp;gt; you can set the profiler using a SessionCustomizer.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I want to use the EclipseLink Performance Profiler. Following the
&lt;br&gt;&amp;gt;&amp;gt; configuration instructions in the docs my settings in the persistence.xml
&lt;br&gt;&amp;gt;&amp;gt; are as follows but I don't see any profiling output in my log.
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;eclipselink.logging.level&amp;quot; value=&amp;quot;INFO&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;eclipselink.logging.timestamp&amp;quot; value=&amp;quot;true&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;eclipselink.logging.session&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;eclipselink.logging.thread&amp;quot; value=&amp;quot;false&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;eclipselink.profiler&amp;quot; value=&amp;quot;PerformanceProfiler&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ...
&lt;br&gt;&amp;gt;&amp;gt; Changing the logging level has no effects - what I'm missing? I'm
&lt;br&gt;&amp;gt;&amp;gt; wondering that there isn't a entry for property &amp;quot;eclipselink.profiler&amp;quot; in
&lt;br&gt;&amp;gt;&amp;gt; the log as it will be for each of the other property entries - may be this
&lt;br&gt;&amp;gt;&amp;gt; could be a hint, that there is something wrong with my configuration ...
&lt;br&gt;&amp;gt;&amp;gt; for now I'm helpless.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-----
&lt;br&gt;---
&lt;br&gt;&lt;a href=&quot;http://wiki.eclipse.org/User:James.sutherland.oracle.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.eclipse.org/User:James.sutherland.oracle.com&lt;/a&gt;&amp;nbsp;James Sutherland 
&lt;br&gt;&lt;a href=&quot;http://www.eclipse.org/eclipselink/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.eclipse.org/eclipselink/&lt;/a&gt;&lt;br&gt;EclipseLink , &amp;nbsp;&lt;a href=&quot;http://www.oracle.com/technology/products/ias/toplink/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/technology/products/ias/toplink/&lt;/a&gt;&lt;br&gt;TopLink 
&lt;br&gt;Wiki: &amp;nbsp;&lt;a href=&quot;http://wiki.eclipse.org/EclipseLink&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.eclipse.org/EclipseLink&lt;/a&gt;&amp;nbsp;EclipseLink , 
&lt;br&gt;&lt;a href=&quot;http://wiki.oracle.com/page/TopLink&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.oracle.com/page/TopLink&lt;/a&gt;&amp;nbsp;TopLink 
&lt;br&gt;Forums: &amp;nbsp;&lt;a href=&quot;http://forums.oracle.com/forums/forum.jspa?forumID=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.oracle.com/forums/forum.jspa?forumID=48&lt;/a&gt;&amp;nbsp;TopLink , 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/EclipseLink-f26430.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/EclipseLink-f26430.html&lt;/a&gt;&amp;nbsp;EclipseLink 
&lt;br&gt;Book: &amp;nbsp;&lt;a href=&quot;http://en.wikibooks.org/wiki/Java_Persistence&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikibooks.org/wiki/Java_Persistence&lt;/a&gt;&amp;nbsp;Java Persistence 
&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/EclipseLink-Performance-Profiler-configuration-tp19839052p19839683.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/EclipseLink-Performance-Profiler-configuration-tp19839052p19839683.html&lt;/a&gt;&lt;br&gt;Sent from the EclipseLink - Users mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;eclipselink-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851422&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;eclipselink-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851422&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Users-f26658.html&quot; embed=&quot;fixTarget[26658]&quot; target=&quot;_top&quot; &gt;EclipseLink - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AW%3A-EclipseLink-Performance-Profiler-configuration-tp19851422p19851422.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19850500</id>
	<title>JPA CustomSequencing - uuid</title>
	<published>2008-10-06T20:34:15Z</published>
	<updated>2008-10-06T20:34:15Z</updated>
	<author>
		<name>amerigo5</name>
	</author>
	<content type="html">Anyone been able to make this work: &lt;a href=&quot;http://wiki.eclipse.org/EclipseLink/Examples/JPA/CustomSequencing&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.eclipse.org/EclipseLink/Examples/JPA/CustomSequencing&lt;/a&gt;&lt;br&gt;&lt;br&gt;I've followed the instruction in the above link but I am getting this error:
&lt;br&gt;&lt;br&gt;Exception [EclipseLink-28014] (Eclipse Persistence Services - 1.0.1 (Build 20080905)): org.eclipse.persistence.exceptions.EntityManagerSetupException
&lt;br&gt;Exception Description: Exception was thrown while processing property [eclipselink.session.customizer] with value [eclipselink.example.UUIDSequence].
&lt;br&gt;Internal Exception: java.lang.InstantiationException: eclipselink.example.UUIDSequence
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.exceptions.EntityManagerSetupException.failedWhileProcessingProperty(EntityManagerSetupException.java:178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.processSessionCustomizer(EntityManagerSetupImpl.java:1222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.updateServerSession(EntityManagerSetupImpl.java:1198)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:237)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:69)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:118)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:112)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:100)
&lt;br&gt;&lt;br&gt;Am I missing something here? &amp;nbsp;Thanks.&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Users-f26658.html&quot; embed=&quot;fixTarget[26658]&quot; target=&quot;_top&quot; &gt;EclipseLink - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JPA-CustomSequencing---uuid-tp19850500p19850500.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19847994</id>
	<title>Closing out CAY-1077</title>
	<published>2008-10-06T16:04:22Z</published>
	<updated>2008-10-06T16:04:22Z</updated>
	<author>
		<name>Kevin Menard-4</name>
	</author>
	<content type="html">I'm still looking for feedback on the relationship modeling dialog.
&lt;br&gt;While I really don't like the single click semantics, I'm inclined to
&lt;br&gt;withdraw my objections in the interest of closing the issue out.
&lt;br&gt;Additional feedback in form of usability testing would be much
&lt;br&gt;appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Kevin
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Cayenne---Dev-f2413.html&quot; embed=&quot;fixTarget[2413]&quot; target=&quot;_top&quot; &gt;Cayenne - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Closing-out-CAY-1077-tp19847994p19847994.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19847793</id>
	<title>[jira] Commented: (CAY-911) CM Usability: JComboBox Autocompletion</title>
	<published>2008-10-06T15:46:12Z</published>
	<updated>2008-10-06T15:46:12Z</updated>
	<author>
		<name>Cayenne - Dev mailing list</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13142#action_13142&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13142#action_13142&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Kevin Menard commented on CAY-911:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;Not looking to be a pain in the neck, but I would like to close this out if it is indeed fixed. &amp;nbsp;MacOS X testers wanted.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CM Usability: JComboBox Autocompletion
&lt;br&gt;&amp;gt; --------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CAY-911
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-911&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-911&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cayenne
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: CayenneModeler GUI
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Thomas Bernhard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Kevin Menard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 3.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: patch-2008-05-11.txt, patch-CAY-911-25May.txt, patch-CAY-911-3.txt, patch-CAY-911.txt, screen.png, screen.png
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please use JComBox with autocompletion in CM at least in places that are very repetitive like selecting Field Types.
&lt;br&gt;&amp;gt; It is very simple to implement it and there are several extremly well documented examples how to do it. E.g.:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.orbital-computer.de/JComboBox/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbital-computer.de/JComboBox/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Cayenne---Dev-f2413.html&quot; embed=&quot;fixTarget[2413]&quot; target=&quot;_top&quot; &gt;Cayenne - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-JIRA--Created%3A-%28CAY-911%29-CM-Usability%3A-JComboBox-Autocompletion-tp13514527p19847793.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19847777</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T15:45:31Z</published>
	<updated>2008-10-06T15:45:31Z</updated>
	<author>
		<name>Jonathan Gallimore-2</name>
	</author>
	<content type="html">Alex Grönholm wrote:
&lt;br&gt;&amp;gt; It's just that the status of the server remains &amp;quot;republish&amp;quot; even after 
&lt;br&gt;&amp;gt; I publish. It should change to &amp;quot;synchronized&amp;quot; after a successful 
&lt;br&gt;&amp;gt; publish operation.
&lt;br&gt;&lt;br&gt;Ah, right. I'll have a look at that - thanks for letting me know.
&lt;br&gt;&lt;br&gt;Jon
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19847777.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19847418</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T15:11:31Z</published>
	<updated>2008-10-06T15:11:31Z</updated>
	<author>
		<name>Alex Grönholm-2</name>
	</author>
	<content type="html">Jonathan Gallimore kirjoitti:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Alex Grönholm wrote:
&lt;br&gt;&amp;gt;&amp;gt; Ok, just make sure you add any and all the jars in that directory to 
&lt;br&gt;&amp;gt;&amp;gt; the project classpath, and not just a fixed set.
&lt;br&gt;&amp;gt; Will do.
&lt;br&gt;&amp;gt;&amp;gt; Also, it seems that the publish functionality is broken (nothing 
&lt;br&gt;&amp;gt;&amp;gt; happens when you try to publish). Can you verify this?
&lt;br&gt;&amp;gt; Just done a test with a fresh install of the plugin on both Eclipse 
&lt;br&gt;&amp;gt; Europa and Ganymede, and done a deploy of our simple-stateless 
&lt;br&gt;&amp;gt; project, and it deployed ok. You should see something like the 
&lt;br&gt;&amp;gt; following in your openejb.log file:
&lt;br&gt;&amp;gt;
&lt;/div&gt;It's just that the status of the server remains &amp;quot;republish&amp;quot; even after I 
&lt;br&gt;publish. It should change to &amp;quot;synchronized&amp;quot; after a successful publish 
&lt;br&gt;operation.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,765 - INFO &amp;nbsp;- Configuring enterprise application: 
&lt;br&gt;&amp;gt; C:\Documents and Settings\Jon\Local Settings\Temp\oejb21426.jar
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,781 - INFO &amp;nbsp;- Enterprise application &amp;quot;C:\Documents 
&lt;br&gt;&amp;gt; and Settings\Jon\Local Settings\Temp\oejb21426.jar&amp;quot; loaded.
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Assembling app: C:\Documents and 
&lt;br&gt;&amp;gt; Settings\Jon\Local Settings\Temp\oejb21426.jar
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Jndi(name=CalculatorImplLocal) --&amp;gt; 
&lt;br&gt;&amp;gt; Ejb(deployment-id=CalculatorImpl)
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Jndi(name=CalculatorImplRemote) --&amp;gt; 
&lt;br&gt;&amp;gt; Ejb(deployment-id=CalculatorImpl)
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Created 
&lt;br&gt;&amp;gt; Ejb(deployment-id=CalculatorImpl, ejb-name=CalculatorImpl, 
&lt;br&gt;&amp;gt; container=My Stateless Container)
&lt;br&gt;&amp;gt; 2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Deployed 
&lt;br&gt;&amp;gt; Application(path=C:\Documents and Settings\Jon\Local 
&lt;br&gt;&amp;gt; Settings\Temp\oejb21426.jar)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately nothing is echoed to the console at the moment. When we 
&lt;br&gt;&amp;gt; deploy, we create a temp file, and deploy by calling one of OpenEJBs 
&lt;br&gt;&amp;gt; own EJBs (if the server is running when the publish is done, this 
&lt;br&gt;&amp;gt; happens right away, otherwise it happens when the server starts). We 
&lt;br&gt;&amp;gt; don't copy anything to the openejb/apps folder as we've found suffers 
&lt;br&gt;&amp;gt; from locking issues when trying to undeploy / redeploy.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you don't see any output in your log (or you have an exception) 
&lt;br&gt;&amp;gt; please let us know as it might be a bug.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jon
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19847418.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19847131</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T14:51:46Z</published>
	<updated>2008-10-06T14:51:46Z</updated>
	<author>
		<name>Jonathan Gallimore-2</name>
	</author>
	<content type="html">I've committed this change and updated the update site.
&lt;br&gt;&lt;br&gt;Jon
&lt;br&gt;&lt;br&gt;Jonathan Gallimore wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Alex,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for downloading the plugin and giving it a go. I guess at the 
&lt;br&gt;&amp;gt; moment, we'd regard it as beta. I'm currently working on a couple of 
&lt;br&gt;&amp;gt; final features and was then going to see if everybody thought it was 
&lt;br&gt;&amp;gt; ready for a release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In terms of the classpath, you're right, we only add openejb-client, 
&lt;br&gt;&amp;gt; javaee-api and optionally ejb31-api-experimental if you want it. It 
&lt;br&gt;&amp;gt; hasn't caused me any problems with testing (probably because I deploy 
&lt;br&gt;&amp;gt; to a standalone server and hit the beans as if I'm a remote client 
&lt;br&gt;&amp;gt; when I'm testing the plugin). I'm certainly happy to add the other 
&lt;br&gt;&amp;gt; jars in the openejb/lib folder to the project classpath. If there's no 
&lt;br&gt;&amp;gt; objections, I'll probably be able to get the change committed and the 
&lt;br&gt;&amp;gt; update site updated this evening.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Alex Grönholm wrote:
&lt;br&gt;&amp;gt;&amp;gt; I recently installed the &amp;quot;Apache OpenEJB WTP Runtime 1.0.0&amp;quot; and found 
&lt;br&gt;&amp;gt;&amp;gt; that it only includes a few libraries when added to a project. In my 
&lt;br&gt;&amp;gt;&amp;gt; opinion, the runtime should add all of the libraries from openejb/lib 
&lt;br&gt;&amp;gt;&amp;gt; to the project, like the JBoss runtime does. This is necessary for, 
&lt;br&gt;&amp;gt;&amp;gt; among other things, unit testing since all of the server's requisites 
&lt;br&gt;&amp;gt;&amp;gt; must be on the classpath. I do not know the current state of affairs 
&lt;br&gt;&amp;gt;&amp;gt; with the plugin, so could someone comment on this please?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19847131.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19846705</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T14:21:44Z</published>
	<updated>2008-10-06T14:21:44Z</updated>
	<author>
		<name>Neil Hauge</name>
	</author>
	<content type="html">The Plug-in Versioning Guidelines may be useful as a reference - 
&lt;br&gt;&lt;a href=&quot;http://wiki.eclipse.org/index.php/Version_Numbering&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.eclipse.org/index.php/Version_Numbering&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Neil
&lt;br&gt;&lt;br&gt;Tom Ware wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I guess we need to figure out if we would ever need 4 or more digits.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt; Point taken, and I agree there could be confusion (though 1.1.1 would 
&lt;br&gt;&amp;gt;&amp;gt; look like 1.1.1.2991-SNAPSHOT or 1.1.1.3267 (release)).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Therefore we should ALWAYS specify all the digits in our version. If 
&lt;br&gt;&amp;gt;&amp;gt; we are going to use a three number versioning scheme 
&lt;br&gt;&amp;gt;&amp;gt; (major).(minor).(bugfix), then we should always display the full 
&lt;br&gt;&amp;gt;&amp;gt; version.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ie. 1.1.0.2984 and 1.1.1.3267
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I am concerned that will cause confusion at release time.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; If we're not careful, it may look like we just released version 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2984. &amp;nbsp;If at some point, we release version 1.1.1, it will look 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; like version 1.1.2984 is more recent, when in fact it is less recent.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Are these changes just for manifest files, or also for jar file naming?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Tom
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sounds like Option 4:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -----------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It does distinguish revision from the version. Though I put the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; period in because it blends it all into a single &amp;quot;Version Number&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; other character
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; e.g.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1-2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Seems to be little interest on the topic, but I need to at least 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pass this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; guess it'll win by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; As an aside, MW currently uses something completely different. I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; plan on setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The first option results in a string closest to what we currently 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use (but with the addition of the revision).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The second is the result of minimally changing the build 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; methodology.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The third makes the most sense to me. It gives the version and a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; unique build identifier (revision), is clean and easy to on the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eyes, yet still has distinctions for nightly, milestone and 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; release builds. However it diverges significantly from what we 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; currently use.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846705&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19846705.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845882</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T13:33:28Z</published>
	<updated>2008-10-06T13:33:28Z</updated>
	<author>
		<name>Jonathan Gallimore-2</name>
	</author>
	<content type="html">Alex Grönholm wrote:
&lt;br&gt;&amp;gt; Ok, just make sure you add any and all the jars in that directory to 
&lt;br&gt;&amp;gt; the project classpath, and not just a fixed set.
&lt;br&gt;Will do.
&lt;br&gt;&amp;gt; Also, it seems that the publish functionality is broken (nothing 
&lt;br&gt;&amp;gt; happens when you try to publish). Can you verify this?
&lt;br&gt;Just done a test with a fresh install of the plugin on both Eclipse 
&lt;br&gt;Europa and Ganymede, and done a deploy of our simple-stateless project, 
&lt;br&gt;and it deployed ok. You should see something like the following in your 
&lt;br&gt;openejb.log file:
&lt;br&gt;&lt;br&gt;2008-10-06 20:55:02,765 - INFO &amp;nbsp;- Configuring enterprise application: 
&lt;br&gt;C:\Documents and Settings\Jon\Local Settings\Temp\oejb21426.jar
&lt;br&gt;2008-10-06 20:55:02,781 - INFO &amp;nbsp;- Enterprise application &amp;quot;C:\Documents 
&lt;br&gt;and Settings\Jon\Local Settings\Temp\oejb21426.jar&amp;quot; loaded.
&lt;br&gt;2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Assembling app: C:\Documents and 
&lt;br&gt;Settings\Jon\Local Settings\Temp\oejb21426.jar
&lt;br&gt;2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Jndi(name=CalculatorImplLocal) --&amp;gt; 
&lt;br&gt;Ejb(deployment-id=CalculatorImpl)
&lt;br&gt;2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Jndi(name=CalculatorImplRemote) --&amp;gt; 
&lt;br&gt;Ejb(deployment-id=CalculatorImpl)
&lt;br&gt;2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Created 
&lt;br&gt;Ejb(deployment-id=CalculatorImpl, ejb-name=CalculatorImpl, container=My 
&lt;br&gt;Stateless Container)
&lt;br&gt;2008-10-06 20:55:02,812 - INFO &amp;nbsp;- Deployed Application(path=C:\Documents 
&lt;br&gt;and Settings\Jon\Local Settings\Temp\oejb21426.jar)
&lt;br&gt;&lt;br&gt;Unfortunately nothing is echoed to the console at the moment. When we 
&lt;br&gt;deploy, we create a temp file, and deploy by calling one of OpenEJBs own 
&lt;br&gt;EJBs (if the server is running when the publish is done, this happens 
&lt;br&gt;right away, otherwise it happens when the server starts). We don't copy 
&lt;br&gt;anything to the openejb/apps folder as we've found suffers from locking 
&lt;br&gt;issues when trying to undeploy / redeploy.
&lt;br&gt;&lt;br&gt;If you don't see any output in your log (or you have an exception) 
&lt;br&gt;please let us know as it might be a bug.
&lt;br&gt;&lt;br&gt;Jon
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19845882.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845702</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T13:24:38Z</published>
	<updated>2008-10-06T13:24:38Z</updated>
	<author>
		<name>Tom Ware</name>
	</author>
	<content type="html">I guess we need to figure out if we would ever need 4 or more digits.
&lt;br&gt;&lt;br&gt;Eric Gwin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Point taken, and I agree there could be confusion (though 1.1.1 would 
&lt;br&gt;&amp;gt; look like 1.1.1.2991-SNAPSHOT or 1.1.1.3267 (release)).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Therefore we should ALWAYS specify all the digits in our version. If we 
&lt;br&gt;&amp;gt; are going to use a three number versioning scheme 
&lt;br&gt;&amp;gt; (major).(minor).(bugfix), then we should always display the full version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ie. 1.1.0.2984 and 1.1.1.3267
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt; I am concerned that will cause confusion at release time.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If we're not careful, it may look like we just released version 
&lt;br&gt;&amp;gt;&amp;gt; 1.1.2984. &amp;nbsp;If at some point, we release version 1.1.1, it will look 
&lt;br&gt;&amp;gt;&amp;gt; like version 1.1.2984 is more recent, when in fact it is less recent.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Are these changes just for manifest files, or also for jar file naming?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Tom
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sounds like Option 4:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -----------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It does distinguish revision from the version. Though I put the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; period in because it blends it all into a single &amp;quot;Version Number&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some other 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; character
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; e.g.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1-2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Seems to be little interest on the topic, but I need to at least 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pass this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; guess it'll win by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; As an aside, MW currently uses something completely different. I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; plan on setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The first option results in a string closest to what we currently 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use (but with the addition of the revision).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The second is the result of minimally changing the build methodology.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The third makes the most sense to me. It gives the version and a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; unique build identifier (revision), is clean and easy to on the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eyes, yet still has distinctions for nightly, milestone and release 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; builds. However it diverges significantly from what we currently use.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845702&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19845702.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845675</id>
	<title>Re: Release plan for OpenEJB 3.0.x and 3.1</title>
	<published>2008-10-06T13:22:40Z</published>
	<updated>2008-10-06T13:22:40Z</updated>
	<author>
		<name>David Blevins</name>
	</author>
	<content type="html">FYI, I found a connection leak with the client side connection pool &amp;nbsp;
&lt;br&gt;support I added which affects failover. &amp;nbsp;Working on getting that &amp;nbsp;
&lt;br&gt;fixed. &amp;nbsp;Once in we should be able to wrap 3.1 up.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;On Oct 2, 2008, at 2:07 PM, David Blevins wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I started hacking on this last week but had to fly out for a funeral.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I think we're in pretty good shape. &amp;nbsp;JIRA is pretty much cleared out &amp;nbsp;
&lt;br&gt;&amp;gt; and I can't think of any missing bits or bobs that need to be done. &amp;nbsp; 
&lt;br&gt;&amp;gt; I started running the assembly/test/build.xml script on mac and all &amp;nbsp;
&lt;br&gt;&amp;gt; looked good. &amp;nbsp;Haven't had a chance yet to run it on linux or &amp;nbsp;
&lt;br&gt;&amp;gt; windows, if someone wants to do that, it'd be a big help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We can probably tag at this point.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Oct 2, 2008, at 12:58 PM, Dain Sundstrom wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The next planned release is 3.1, and last I hear it was going to be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;soon&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Historically, once we get started it takes a few weeks (3-4?) to &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; crank through some release candidates and get the final vote done.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -dain
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Oct 1, 2008, at 6:27 AM, Sami Jaber wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; +1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It would be nice to have a release date ...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sami
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2008/10/1 Henri Gomez &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;henri.gomez@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi to all,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm new to OpenEJB and currently playing with 3.0 release (April &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2008)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and wonder if there is some release plan for 3.0.x (ie: 3.0.1).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'm concerned with the potential OpenEJB / JAX-WS problem fixed in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; later September 2008 (in trunk) and I'd like to know it there &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; will be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; a 3.0.1 sometime in the future.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Release-plan-for-OpenEJB-3.0.x-and-3.1-tp19760036p19845675.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845648</id>
	<title>Re: Release plan for OpenEJB 3.0.x and 3.1</title>
	<published>2008-10-06T13:21:13Z</published>
	<updated>2008-10-06T13:21:13Z</updated>
	<author>
		<name>David Blevins</name>
	</author>
	<content type="html">If there was a good patch for it it'd be something we could slide in.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;On Oct 6, 2008, at 3:04 PM, rde8026 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; for support of either ActiveMQ 5.1 or 5.2. &amp;nbsp;Not sure if it's to late &amp;nbsp;
&lt;br&gt;&amp;gt; for
&lt;br&gt;&amp;gt; this but this would be a huge success since there some nice features &amp;nbsp;
&lt;br&gt;&amp;gt; in 5.1+
&lt;br&gt;&amp;gt; that are not available in 4.1.1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; hgomez wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I just rebuild an OpenEJB 3.1-SNAPSHOT and could see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - OpenJPA 1.1.0 will be included, but I wonder if we could use also
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; EclipseLink ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - CXF 2.0.4 is included and JAXB is 2.0.5. Could we use OpenEJB 3.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with JAXWS 2.1.4 and JAXB 2.1.8 ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And what about ActiveMQ ? Will it be the 4.1 or 5.1 (or 5.2) ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Release-plan-for-OpenEJB-3.0.x-and-3.1-tp19760036p19845352.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Release-plan-for-OpenEJB-3.0.x-and-3.1-tp19760036p19845352.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the OpenEJB Dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Release-plan-for-OpenEJB-3.0.x-and-3.1-tp19760036p19845648.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845622</id>
	<title>RE: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T13:18:35Z</published>
	<updated>2008-10-06T13:18:35Z</updated>
	<author>
		<name>Peter Krogh</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;

&lt;META content=&quot;MSHTML 6.00.2900.3395&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY text=#000000 bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;SPAN class=968331919-06102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;Out of 
these options I like #3.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=968331919-06102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN class=968331919-06102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;However, I would prefer if the snapshots had a date on them.&amp;nbsp; I 
don't think a date is necessary on the Milestones or 
releases&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE&gt;
  &lt;DIV class=OutlookMessageHeader dir=ltr align=left&gt;&lt;FONT face=Tahoma size=2&gt;-----Original Message-----&lt;BR&gt;&lt;B&gt;From:&lt;/B&gt; Eric Gwin 
  [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eric.gwin@...&lt;/a&gt;]&lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Monday, October 06, 2008 2:53 
  PM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; Dev mailing list for Eclipse Persistence 
  Services&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; Re: [eclipselink-dev] Re: Version Class changes 
  and the Manifest file&lt;BR&gt;&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;Seems to be little interest on the 
  topic, but I need to at least pass this by the group so I'd like a vote 
  today.&lt;BR&gt;&lt;BR&gt;I'll put a +1 next to my choice. If there are no other votes, I 
  guess it'll win by default.&lt;BR&gt;&lt;BR&gt;As an aside, MW currently uses something 
  completely different. I plan on setting this up to be consistent across 
  EclipseLink&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&quot;Implementation-Version&quot; in the manifest:&lt;BR&gt;&lt;U&gt;Option 
  1:&lt;/U&gt;&lt;BR&gt;(version)(type)-(date).(revision) or (version)-(date).(revision) 
  &lt;BR&gt;1.1SNAPSHOT-20081006.2312&lt;BR&gt;1.1M3-20081029.2739&lt;BR&gt;1.1-20081125.2984&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Option 
  2:&lt;/U&gt;&lt;BR&gt;(version).(type).(revision) or 
  (version).(date).(revision)&lt;BR&gt;1.1.20081006.2312&lt;BR&gt;1.1.M3.2739&lt;BR&gt;1.1.20081125.2984&lt;BR&gt;&lt;BR&gt;&lt;U&gt;Option 
  3 (+1):&lt;/U&gt;&lt;BR&gt;(version).(revision)-(type) or 
  (version).(revision)&lt;BR&gt;1.1.2312-SNAPSHOT&lt;BR&gt;1.1.2739-M3&lt;BR&gt;1.1.2984&lt;BR&gt;&lt;BR&gt;The 
  first option results in a string closest to what we currently use (but with 
  the addition of the revision).&lt;BR&gt;&lt;BR&gt;The second is the result of minimally 
  changing the build methodology.&lt;BR&gt;&lt;BR&gt;The third makes the most sense to me. 
  It gives the version and a unique build identifier (revision), is clean and 
  easy to on the eyes, yet still has distinctions for nightly, milestone and 
  release builds. However it diverges significantly from what we currently 
  use.&lt;BR&gt;&lt;BR&gt;Thanks.&lt;BR&gt;&lt;BR&gt;-Eric&lt;BR&gt;&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845622&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19845622.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845541</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T13:16:00Z</published>
	<updated>2008-10-06T13:16:00Z</updated>
	<author>
		<name>Eric Gwin</name>
	</author>
	<content type="html">Point taken, and I agree there could be confusion (though 1.1.1 would 
&lt;br&gt;look like 1.1.1.2991-SNAPSHOT or 1.1.1.3267 (release)).
&lt;br&gt;&lt;br&gt;Therefore we should ALWAYS specify all the digits in our version. If we 
&lt;br&gt;are going to use a three number versioning scheme 
&lt;br&gt;(major).(minor).(bugfix), then we should always display the full version.
&lt;br&gt;&lt;br&gt;ie. 1.1.0.2984 and 1.1.1.3267
&lt;br&gt;&lt;br&gt;-Eric
&lt;br&gt;&lt;br&gt;Tom Ware wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am concerned that will cause confusion at release time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If we're not careful, it may look like we just released version 
&lt;br&gt;&amp;gt; 1.1.2984. &amp;nbsp;If at some point, we release version 1.1.1, it will look 
&lt;br&gt;&amp;gt; like version 1.1.2984 is more recent, when in fact it is less recent.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are these changes just for manifest files, or also for jar file naming?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Tom
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt; Sounds like Option 4:
&lt;br&gt;&amp;gt;&amp;gt; -----------------------
&lt;br&gt;&amp;gt;&amp;gt; It does distinguish revision from the version. Though I put the 
&lt;br&gt;&amp;gt;&amp;gt; period in because it blends it all into a single &amp;quot;Version Number&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some other 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; character
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; e.g.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1-2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Seems to be little interest on the topic, but I need to at least 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; pass this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; guess it'll win by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; As an aside, MW currently uses something completely different. I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; plan on setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The first option results in a string closest to what we currently 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use (but with the addition of the revision).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The second is the result of minimally changing the build methodology.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The third makes the most sense to me. It gives the version and a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; unique build identifier (revision), is clean and easy to on the 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eyes, yet still has distinctions for nightly, milestone and release 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; builds. However it diverges significantly from what we currently use.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------ 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845541&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845541&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845541&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845541&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19845541.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845352</id>
	<title>Re: Release plan for OpenEJB 3.0.x and 3.1</title>
	<published>2008-10-06T13:04:47Z</published>
	<updated>2008-10-06T13:04:47Z</updated>
	<author>
		<name>rde8026</name>
	</author>
	<content type="html">+1 
&lt;br&gt;for support of either ActiveMQ 5.1 or 5.2. &amp;nbsp;Not sure if it's to late for this but this would be a huge success since there some nice features in 5.1+ that are not available in 4.1.1
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;hgomez wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&amp;gt; I just rebuild an OpenEJB 3.1-SNAPSHOT and could see
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - OpenJPA 1.1.0 will be included, but I wonder if we could use also
&lt;br&gt;&amp;gt; EclipseLink ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - CXF 2.0.4 is included and JAXB is 2.0.5. Could we use OpenEJB 3.1
&lt;br&gt;&amp;gt; with JAXWS 2.1.4 and JAXB 2.1.8 ?
&lt;br&gt;&lt;br&gt;And what about ActiveMQ ? Will it be the 4.1 or 5.1 (or 5.2) ?
&lt;br&gt;&lt;br&gt;Thanks
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Release-plan-for-OpenEJB-3.0.x-and-3.1-tp19760036p19845352.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19845201</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T12:56:50Z</published>
	<updated>2008-10-06T12:56:50Z</updated>
	<author>
		<name>Tom Ware</name>
	</author>
	<content type="html">I am concerned that will cause confusion at release time.
&lt;br&gt;&lt;br&gt;If we're not careful, it may look like we just released version 1.1.2984. &amp;nbsp;If at 
&lt;br&gt;some point, we release version 1.1.1, it will look like version 1.1.2984 is more 
&lt;br&gt;recent, when in fact it is less recent.
&lt;br&gt;&lt;br&gt;Are these changes just for manifest files, or also for jar file naming?
&lt;br&gt;&lt;br&gt;-Tom
&lt;br&gt;&lt;br&gt;Eric Gwin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sounds like Option 4:
&lt;br&gt;&amp;gt; -----------------------
&lt;br&gt;&amp;gt; It does distinguish revision from the version. Though I put the period 
&lt;br&gt;&amp;gt; in because it blends it all into a single &amp;quot;Version Number&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tom Ware wrote:
&lt;br&gt;&amp;gt;&amp;gt; In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some other 
&lt;br&gt;&amp;gt;&amp;gt; character
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; e.g.
&lt;br&gt;&amp;gt;&amp;gt; 1.1-2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Seems to be little interest on the topic, but I need to at least pass 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I guess 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; it'll win by default.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; As an aside, MW currently uses something completely different. I plan 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; on setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The first option results in a string closest to what we currently use 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (but with the addition of the revision).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The second is the result of minimally changing the build methodology.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The third makes the most sense to me. It gives the version and a 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; unique build identifier (revision), is clean and easy to on the eyes, 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; yet still has distinctions for nightly, milestone and release builds. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; However it diverges significantly from what we currently use.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845201&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845201&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845201&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19845201&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19845201.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19844669</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T12:27:37Z</published>
	<updated>2008-10-06T12:27:37Z</updated>
	<author>
		<name>Eric Gwin</name>
	</author>
	<content type="html">Sounds like Option 4:
&lt;br&gt;-----------------------
&lt;br&gt;It does distinguish revision from the version. Though I put the period 
&lt;br&gt;in because it blends it all into a single &amp;quot;Version Number&amp;quot;.
&lt;br&gt;&lt;br&gt;-Eric
&lt;br&gt;&lt;br&gt;Tom Ware wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some other 
&lt;br&gt;&amp;gt; character
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; e.g.
&lt;br&gt;&amp;gt; 1.1-2312-SNAPSHOT
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eric Gwin wrote:
&lt;br&gt;&amp;gt;&amp;gt; Seems to be little interest on the topic, but I need to at least pass 
&lt;br&gt;&amp;gt;&amp;gt; this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I guess 
&lt;br&gt;&amp;gt;&amp;gt; it'll win by default.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As an aside, MW currently uses something completely different. I plan 
&lt;br&gt;&amp;gt;&amp;gt; on setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The first option results in a string closest to what we currently use 
&lt;br&gt;&amp;gt;&amp;gt; (but with the addition of the revision).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The second is the result of minimally changing the build methodology.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The third makes the most sense to me. It gives the version and a 
&lt;br&gt;&amp;gt;&amp;gt; unique build identifier (revision), is clean and easy to on the eyes, 
&lt;br&gt;&amp;gt;&amp;gt; yet still has distinctions for nightly, milestone and release builds. 
&lt;br&gt;&amp;gt;&amp;gt; However it diverges significantly from what we currently use.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19844669&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19844669&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19844669&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19844669.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19844532</id>
	<title>Re: Container Type of SingletonContainer.</title>
	<published>2008-10-06T12:20:42Z</published>
	<updated>2008-10-06T12:20:42Z</updated>
	<author>
		<name>David Blevins</name>
	</author>
	<content type="html">&lt;br&gt;On Oct 3, 2008, at 5:44 AM, Manu George wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The SingletonContainer has a type STATELESS. Shouldn't we have
&lt;br&gt;&amp;gt; another type for singleton?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Good catch. &amp;nbsp;Seems that property of the container is only used for &amp;nbsp;
&lt;br&gt;logging on startup so it was missed. &amp;nbsp;Will have to make a mental note &amp;nbsp;
&lt;br&gt;of that for next time.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Container-Type-of-SingletonContainer.-tp19795462p19844532.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19844277</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T12:08:26Z</published>
	<updated>2008-10-06T12:08:26Z</updated>
	<author>
		<name>Tom Ware</name>
	</author>
	<content type="html">In your proposed solution, can we change the last &amp;quot;.&amp;quot; to some other character
&lt;br&gt;&lt;br&gt;e.g.
&lt;br&gt;1.1-2312-SNAPSHOT
&lt;br&gt;&lt;br&gt;&lt;br&gt;Eric Gwin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Seems to be little interest on the topic, but I need to at least pass 
&lt;br&gt;&amp;gt; this by the group so I'd like a vote today.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'll put a +1 next to my choice. If there are no other votes, I guess 
&lt;br&gt;&amp;gt; it'll win by default.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As an aside, MW currently uses something completely different. I plan on 
&lt;br&gt;&amp;gt; setting this up to be consistent across EclipseLink
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;Implementation-Version&amp;quot; in the manifest:
&lt;br&gt;&amp;gt; _Option 1:_
&lt;br&gt;&amp;gt; (version)(type)-(date).(revision) or (version)-(date).(revision)
&lt;br&gt;&amp;gt; 1.1SNAPSHOT-20081006.2312
&lt;br&gt;&amp;gt; 1.1M3-20081029.2739
&lt;br&gt;&amp;gt; 1.1-20081125.2984
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _Option 2:_
&lt;br&gt;&amp;gt; (version).(type).(revision) or (version).(date).(revision)
&lt;br&gt;&amp;gt; 1.1.20081006.2312
&lt;br&gt;&amp;gt; 1.1.M3.2739
&lt;br&gt;&amp;gt; 1.1.20081125.2984
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _Option 3 (+1):_
&lt;br&gt;&amp;gt; (version).(revision)-(type) or (version).(revision)
&lt;br&gt;&amp;gt; 1.1.2312-SNAPSHOT
&lt;br&gt;&amp;gt; 1.1.2739-M3
&lt;br&gt;&amp;gt; 1.1.2984
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The first option results in a string closest to what we currently use 
&lt;br&gt;&amp;gt; (but with the addition of the revision).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The second is the result of minimally changing the build methodology.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The third makes the most sense to me. It gives the version and a unique 
&lt;br&gt;&amp;gt; build identifier (revision), is clean and easy to on the eyes, yet still 
&lt;br&gt;&amp;gt; has distinctions for nightly, milestone and release builds. However it 
&lt;br&gt;&amp;gt; diverges significantly from what we currently use.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; eclipselink-dev mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19844277&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19844277&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19844277.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843980</id>
	<title>Re: Re: Version Class changes and the Manifest file</title>
	<published>2008-10-06T11:53:06Z</published>
	<updated>2008-10-06T11:53:06Z</updated>
	<author>
		<name>Eric Gwin</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Seems to be little interest on the topic, but I need to at least pass
this by the group so I'd like a vote today.&lt;br&gt;
&lt;br&gt;
I'll put a +1 next to my choice. If there are no other votes, I guess
it'll win by default.&lt;br&gt;
&lt;br&gt;
As an aside, MW currently uses something completely different. I plan
on setting this up to be consistent across EclipseLink&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Implementation-Version&quot; in the manifest:&lt;br&gt;
&lt;u&gt;Option 1:&lt;/u&gt;&lt;br&gt;
(version)(type)-(date).(revision) or (version)-(date).(revision) &lt;br&gt;
1.1SNAPSHOT-20081006.2312&lt;br&gt;
1.1M3-20081029.2739&lt;br&gt;
1.1-20081125.2984&lt;br&gt;
&lt;br&gt;
&lt;u&gt;Option 2:&lt;/u&gt;&lt;br&gt;
(version).(type).(revision) or (version).(date).(revision)&lt;br&gt;
1.1.20081006.2312&lt;br&gt;
1.1.M3.2739&lt;br&gt;
1.1.20081125.2984&lt;br&gt;
&lt;br&gt;
&lt;u&gt;Option 3 (+1):&lt;/u&gt;&lt;br&gt;
(version).(revision)-(type) or (version).(revision)&lt;br&gt;
1.1.2312-SNAPSHOT&lt;br&gt;
1.1.2739-M3&lt;br&gt;
1.1.2984&lt;br&gt;
&lt;br&gt;
The first option results in a string closest to what we currently use
(but with the addition of the revision).&lt;br&gt;
&lt;br&gt;
The second is the result of minimally changing the build methodology.&lt;br&gt;
&lt;br&gt;
The third makes the most sense to me. It gives the version and a unique
build identifier (revision), is clean and easy to on the eyes, yet
still has distinctions for nightly, milestone and release builds.
However it diverges significantly from what we currently use.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;br&gt;
-Eric&lt;br&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19843980&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Build-Failed---EclipseLink-Bootstrap-Automated-Builds-tp19761102p19843980.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843741</id>
	<title>[jira] Closed: (CAY-1115) Prefetch on SelectQueries doesn't resolve ToOneFaults</title>
	<published>2008-10-06T11:39:12Z</published>
	<updated>2008-10-06T11:39:12Z</updated>
	<author>
		<name>Cayenne - Dev mailing list</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Andrus Adamchik closed CAY-1115.
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Won't Fix
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Prefetch on SelectQueries doesn't resolve ToOneFaults
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CAY-1115
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-1115&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-1115&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cayenne
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Cayenne Core Library
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2 [STABLE]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: 1.2.4 on Linux
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Robert Wruck
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Andrus Adamchik
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; final SelectQuery q = new SelectQuery(MyObject.class);
&lt;br&gt;&amp;gt; q.addPrefetch(&amp;quot;myRelObject&amp;quot;);
&lt;br&gt;&amp;gt; final List l = dataContext.performQuery(q);
&lt;br&gt;&amp;gt; For each element in the returned List, myRelObject is a ToOneFault that will be resolved by a separate query.
&lt;br&gt;&amp;gt; This result is not affected by setSemantics on the prefetch (JOINT, DISJOINT behave just the same way).
&lt;br&gt;&amp;gt; Expected result: myRelObject is filled with the prefetched entity object.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Cayenne---Dev-f2413.html&quot; embed=&quot;fixTarget[2413]&quot; target=&quot;_top&quot; &gt;Cayenne - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28CAY-1115%29-Prefetch-on-SelectQueries-doesn%27t-resolve-ToOneFaults-tp19829053p19843741.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843522</id>
	<title>SVM Commit: Bug#249198 - Query cache does not work in JPA</title>
	<published>2008-10-06T11:26:17Z</published>
	<updated>2008-10-06T11:26:17Z</updated>
	<author>
		<name>JAMES.SUTHERLAND</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;

&lt;meta name=ProgId content=Word.Document&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 9&quot;&gt;
&lt;meta name=Originator content=&quot;Microsoft Word 9&quot;&gt;
&lt;link rel=File-List href=&quot;cid:filelist.xml@01C927BF.7E2376E0&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:DoNotRelyOnCSS/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:DocumentKind&gt;DocumentEmail&lt;/w:DocumentKind&gt;
  &lt;w:EnvelopeVis/&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;

&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;SVM Commit: Bug#249198 - Query cache does not work in JPA&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=249198&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.eclipse.org/bugs/show_bug.cgi?id=249198&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;also,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;Summary of all changes made in patch:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Fixed EJBQueryImpl to clone the database query only when required, to
allow&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;the query cache to work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Changed deploy to log exception on failure.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Fixed performance testing emulated driver null-pointer in date.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Added persistence properties for flush-mode and persist-on-commit to
allow&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;performance tuning.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Changed JPA queries to be processed by the Session on login, instead
of by&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;the JPA setup deploy, this allows for customization of the database
queries in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;a SessionCustomizer or postConnect event.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Changed PersistenceProperties to throw an error for an invalid missing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;property, instead of silently failing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Fixed JPA setup to process profiler property correctly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Added support in the UnitOfWork for bypassing discover of new objects
on&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;commit.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Set the name of the mapping's selection query to be the attribute
name.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Removed parse cache setting from DatabaseQuery, as no longer required.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Added new tests for new properties.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Changed hint tests to get query after setting hint.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Fixed advanced property tests to actually work.&lt;span style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/span&gt;They were asserting true,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;which is always true. (there was a profiler test, but it did not work)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;- Added a JPA test for using a query cache.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;Code review: Andrei (pending)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span class=EmailStyle15&gt;&lt;font size=2 color=black face=Arial&gt;&lt;span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:
Arial'&gt;&lt;![if !supportEmptyParas]&gt;&amp;nbsp;&lt;![endif]&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;eclipselink-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19843522&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eclipselink-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://dev.eclipse.org/mailman/listinfo/eclipselink-dev&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/EclipseLink---Dev-f26332.html&quot; embed=&quot;fixTarget[26332]&quot; target=&quot;_top&quot; &gt;EclipseLink - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SVM-Commit%3A-Bug-249198---Query-cache-does-not-work-in-JPA-tp19843522p19843522.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843143</id>
	<title>Re: Open EJB trunk build failed</title>
	<published>2008-10-06T11:06:30Z</published>
	<updated>2008-10-06T11:06:30Z</updated>
	<author>
		<name>Dain Sundstrom</name>
	</author>
	<content type="html">I can do a full build with tests and assembly.
&lt;br&gt;&lt;br&gt;It appears that you are getting a failure from one of the itests. &amp;nbsp;Can &amp;nbsp;
&lt;br&gt;you post the report from the failing test?
&lt;br&gt;&lt;br&gt;-dain
&lt;br&gt;&lt;br&gt;On Oct 6, 2008, at 6:39 AM, Henri Gomez wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Tests in error:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tests run: 1026, Failures: 0, Errors: 1, Skipped: 0
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [INFO] &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; [ERROR] BUILD FAILURE
&lt;br&gt;&amp;gt;&amp;gt; [INFO] &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; [INFO] There are test failures.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please refer to
&lt;br&gt;&amp;gt;&amp;gt; C:\workspace-oss\openejb\server\openejb-ejbd\target\surefire-reorts
&lt;br&gt;&amp;gt;&amp;gt; for the individual test results.
&lt;br&gt;&amp;gt;&amp;gt; [INFO] &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; [INFO] For more information, run Maven with the -e switch
&lt;br&gt;&amp;gt;&amp;gt; [INFO] &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; [INFO] Total time: 7 minutes 53 seconds
&lt;br&gt;&amp;gt;&amp;gt; [INFO] Finished at: Fri Oct 03 09:53:38 CEST 2008
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Question, should we disable the test phases ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI, I could do the build by disabling the test phases
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Open-EJB-trunk-build-failed-tp19760152p19843143.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843054</id>
	<title>[jira] Commented: (CAY-1115) Prefetch on SelectQueries doesn't resolve ToOneFaults</title>
	<published>2008-10-06T11:02:11Z</published>
	<updated>2008-10-06T11:02:11Z</updated>
	<author>
		<name>Cayenne - Dev mailing list</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13141#action_13141&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13141#action_13141&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Robert Wruck commented on CAY-1115:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;Hi Andrus,
&lt;br&gt;&lt;br&gt;after some debugging, it turned out today that in some cases the number of fetched objects exceeded the DataRowStore size... DOH!
&lt;br&gt;I was fooled by the fact that the relationships are initially populated with a ToOneFault that normally gets resolved from the local cache.
&lt;br&gt;Please close this one.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Prefetch on SelectQueries doesn't resolve ToOneFaults
&lt;br&gt;&amp;gt; -----------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CAY-1115
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-1115&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-1115&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cayenne
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Cayenne Core Library
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.2 [STABLE]
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Environment: 1.2.4 on Linux
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Robert Wruck
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Andrus Adamchik
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; final SelectQuery q = new SelectQuery(MyObject.class);
&lt;br&gt;&amp;gt; q.addPrefetch(&amp;quot;myRelObject&amp;quot;);
&lt;br&gt;&amp;gt; final List l = dataContext.performQuery(q);
&lt;br&gt;&amp;gt; For each element in the returned List, myRelObject is a ToOneFault that will be resolved by a separate query.
&lt;br&gt;&amp;gt; This result is not affected by setSemantics on the prefetch (JOINT, DISJOINT behave just the same way).
&lt;br&gt;&amp;gt; Expected result: myRelObject is filled with the prefetched entity object.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Cayenne---Dev-f2413.html&quot; embed=&quot;fixTarget[2413]&quot; target=&quot;_top&quot; &gt;Cayenne - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-jira--Created%3A-%28CAY-1115%29-Prefetch-on-SelectQueries-doesn%27t-resolve-ToOneFaults-tp19829053p19843054.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19842831</id>
	<title>[jira] Closed: (CAY-890) CM Cosmetics: Use the Cayenne Icon.</title>
	<published>2008-10-06T10:49:11Z</published>
	<updated>2008-10-06T10:49:11Z</updated>
	<author>
		<name>Cayenne - Dev mailing list</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Andrey Razumovsky closed CAY-890.
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution: Fixed
&lt;br&gt;&amp;nbsp; &amp;nbsp; Fix Version/s: 3.0
&lt;br&gt;&lt;br&gt;Committed changes. I can only confirm everything's ok on Win and Linux, please tell me if something's wrong on Mac
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; CM Cosmetics: Use the Cayenne Icon.
&lt;br&gt;&amp;gt; -----------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: CAY-890
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/cayenne/browse/CAY-890&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/cayenne/browse/CAY-890&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Cayenne
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: CayenneModeler GUI
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Thomas Bernhard
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Andrey Razumovsky
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 3.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: 890.zip
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; All Frames and Dialogs should use the Cayenne Icon, not the default java icon - branding is important :).
&lt;br&gt;&amp;gt; This should be so even for the generic distributions (not just the native ones).
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Cayenne---Dev-f2413.html&quot; embed=&quot;fixTarget[2413]&quot; target=&quot;_top&quot; &gt;Cayenne - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-JIRA--Created%3A-%28CAY-890%29-CM-Cosmetics%3A-Use-the-Cayenne-Icon.-tp13292938p19842831.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19842034</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T10:04:05Z</published>
	<updated>2008-10-06T10:04:05Z</updated>
	<author>
		<name>Alex Grönholm-2</name>
	</author>
	<content type="html">Jonathan Gallimore kirjoitti:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Alex,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for downloading the plugin and giving it a go. I guess at the 
&lt;br&gt;&amp;gt; moment, we'd regard it as beta. I'm currently working on a couple of 
&lt;br&gt;&amp;gt; final features and was then going to see if everybody thought it was 
&lt;br&gt;&amp;gt; ready for a release.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In terms of the classpath, you're right, we only add openejb-client, 
&lt;br&gt;&amp;gt; javaee-api and optionally ejb31-api-experimental if you want it. It 
&lt;br&gt;&amp;gt; hasn't caused me any problems with testing (probably because I deploy 
&lt;br&gt;&amp;gt; to a standalone server and hit the beans as if I'm a remote client 
&lt;br&gt;&amp;gt; when I'm testing the plugin). I'm certainly happy to add the other 
&lt;br&gt;&amp;gt; jars in the openejb/lib folder to the project classpath. If there's no 
&lt;br&gt;&amp;gt; objections, I'll probably be able to get the change committed and the 
&lt;br&gt;&amp;gt; update site updated this evening.
&lt;br&gt;&amp;gt;
&lt;/div&gt;Ok, just make sure you add any and all the jars in that directory to the 
&lt;br&gt;project classpath, and not just a fixed set.
&lt;br&gt;Also, it seems that the publish functionality is broken (nothing happens 
&lt;br&gt;when you try to publish). Can you verify this?
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Alex Grönholm wrote:
&lt;br&gt;&amp;gt;&amp;gt; I recently installed the &amp;quot;Apache OpenEJB WTP Runtime 1.0.0&amp;quot; and found 
&lt;br&gt;&amp;gt;&amp;gt; that it only includes a few libraries when added to a project. In my 
&lt;br&gt;&amp;gt;&amp;gt; opinion, the runtime should add all of the libraries from openejb/lib 
&lt;br&gt;&amp;gt;&amp;gt; to the project, like the JBoss runtime does. This is necessary for, 
&lt;br&gt;&amp;gt;&amp;gt; among other things, unit testing since all of the server's requisites 
&lt;br&gt;&amp;gt;&amp;gt; must be on the classpath. I do not know the current state of affairs 
&lt;br&gt;&amp;gt;&amp;gt; with the plugin, so could someone comment on this please?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19842034.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19841703</id>
	<title>Re: Eclipse plugin &amp; libraries</title>
	<published>2008-10-06T09:45:06Z</published>
	<updated>2008-10-06T09:45:06Z</updated>
	<author>
		<name>Jonathan Gallimore-2</name>
	</author>
	<content type="html">Hi Alex,
&lt;br&gt;&lt;br&gt;Thanks for downloading the plugin and giving it a go. I guess at the 
&lt;br&gt;moment, we'd regard it as beta. I'm currently working on a couple of 
&lt;br&gt;final features and was then going to see if everybody thought it was 
&lt;br&gt;ready for a release.
&lt;br&gt;&lt;br&gt;In terms of the classpath, you're right, we only add openejb-client, 
&lt;br&gt;javaee-api and optionally ejb31-api-experimental if you want it. It 
&lt;br&gt;hasn't caused me any problems with testing (probably because I deploy to 
&lt;br&gt;a standalone server and hit the beans as if I'm a remote client when I'm 
&lt;br&gt;testing the plugin). I'm certainly happy to add the other jars in the 
&lt;br&gt;openejb/lib folder to the project classpath. If there's no objections, 
&lt;br&gt;I'll probably be able to get the change committed and the update site 
&lt;br&gt;updated this evening.
&lt;br&gt;&lt;br&gt;Jon
&lt;br&gt;&lt;br&gt;Alex Grönholm wrote:
&lt;br&gt;&amp;gt; I recently installed the &amp;quot;Apache OpenEJB WTP Runtime 1.0.0&amp;quot; and found 
&lt;br&gt;&amp;gt; that it only includes a few libraries when added to a project. In my 
&lt;br&gt;&amp;gt; opinion, the runtime should add all of the libraries from openejb/lib 
&lt;br&gt;&amp;gt; to the project, like the JBoss runtime does. This is necessary for, 
&lt;br&gt;&amp;gt; among other things, unit testing since all of the server's requisites 
&lt;br&gt;&amp;gt; must be on the classpath. I do not know the current state of affairs 
&lt;br&gt;&amp;gt; with the plugin, so could someone comment on this please?
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenEJB-Dev-f12018.html&quot; embed=&quot;fixTarget[12018]&quot; target=&quot;_top&quot; &gt;OpenEJB Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Eclipse-plugin---libraries-tp19839241p19841703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19839683</id>
	<title>Re: EclipseLink Performance Profiler configuration</title>
	<published>2008-10-06T08:02:34Z</published>
	<updated>2008-10-06T08:02:34Z</updated>
	<author>
		<name>James Sutherland</name>
	</author>
	<content type="html">This is a current bug, see,
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.eclipse.org/bugs/show_bug.cgi?id=230921&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.eclipse.org/bugs/show_bug.cgi?id=230921&lt;/a&gt;&lt;br&gt;&lt;br&gt;I should check this fix in this week to the 1.1 stream. &amp;nbsp;In the mean time, you can set the profiler using a SessionCustomizer.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Thomas Paradies-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I want to use the EclipseLink Performance Profiler. Following the configuration instructions in the docs my settings in the persistence.xml are as follows but I don't see any profiling output in my log.
&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;proper