<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>jsr220orm-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/maillist.html</link>
		<description>jsr220orm-dev</description>
		<language>en-us</language>
		<pubDate>Fri, 03 May 2013 16:03:25 GMT</pubDate>
		<lastBuildDate>Fri, 03 May 2013 16:03:25 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>jsr220orm-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[jsr220orm-dev] The jsr220orm project is being archived.</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00003.html</link>
		<description>Hello, The jsr220orm project is being archived, as such the newsgroups and the mailing lists will be available only as archives. -M. -- Eclipse WebMaster - webmaster@xxxxxxxxxxx Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webm...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt> The jsr220orm project is being archived, as such the newsgroups and 
the mailing lists will be available only as archives.</tt><br>
<br>
<pre style="margin: 0em;">-M.</pre><br>
<pre style="margin: 0em;">--</pre><br>
<pre style="margin: 0em;">Eclipse WebMaster - webmaster@xxxxxxxxxxx
Questions? Consult the WebMaster FAQ at <a  href="http://wiki.eclipse.org/index.php/Webmaster_FAQ">http://wiki.eclipse.org/index.php/Webmaster_FAQ</a>
View my status at <a  href="http://wiki.eclipse.org/index.php/WebMaster">http://wiki.eclipse.org/index.php/WebMaster</a></pre><br>
<br>
]]></content:encoded>
		<pubDate>Thu, 22 Jun 2006 15:30:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00003.html</guid>
		<author>webmaster@xxxxxxx (Webmaster(Matt Ward))</author>
	</item>


	<item>
		<title>Re: [jsr220orm-dev] Fwd: broken persistence :-(</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00002.html</link>
		<description> </description>
		<content:encoded><![CDATA[Hi Scott,<br>
<br>
Oops, please ignore my previous mail (had not had my coffee yet).<br>
<br>Please try Hibernate 3.1 beta 2. We could not get beta 3 to work
with the entity manager (mostly with the same error as you got), that
is why we recommend beta 2 on our site.<br>
<br>
Dirk le Roux<br>
<br><div><span class="gmail_quote">On 10/3/05, <b class="gmail_sendername">Dirk le Roux</b> &lt;<a href="mailto:dirk.leroux@xxxxxxxxx">dirk.leroux@xxxxxxxxx</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Scott,<br>
<br>
The first thing I spotted is this:<span class="q"><br>
&quot;15:01:53,262 INFO &nbsp;[Environment] using JDK 1.4 java.sql.<span id="st" name="st" class="st0">Timestamp</span>&quot;<br><br></span>
You should be using JDK 1.5 to start your eclipse and application.<br>
<br>
Try this and let me know how it goes at <a href="mailto:dirk.leroux@xxxxxxxxx" target="_blank" >dirk.leroux@xxxxxxxxx</a>.<br><span class="sg">
<br>
Dirk le Roux</span><div><span class="e" id="q_106b4cbbde6aaa8c_4"><br>
<br><div><span class="gmail_quote">On 10/3/05, <b class="gmail_sendername">Scott Menor</b> &lt;<a href="mailto:smenor@xxxxxxxxx" target="_blank" >smenor@xxxxxxxxx</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello -<br><br>I'm&nbsp;&nbsp;migrating from Hibernate to EJB persistence and was very excited<br>to find your project<br><br>I've been trying to get the JSR220 M2 plugin to work since august.<br>Unfortunately, I've have had a horrible time trying to get it to
<br>work, so far.<br><br>I've followed the online tutorials ( <a href="http://www.eclipse.org/jsr220orm/" target="_blank" >http://www.eclipse.org/jsr220orm/</a><br>flash_menu.html ) as closely as possible but keep getting exceptions
<br>like the one at the end of this message.
<br><br>To make things more frustrating, I actually had the hibernate backed<br>EJB persistence working for about 10 minutes this afternoon so I know<br>that it *can* work. Unfortunately, I started getting an error about
<br>
not being able to find the par file (even though the path in the<br>error actually pointed to it) .<br><br>I've reinstalled Eclipse, Hibernate and JSR220 M2 5-6 times on my<br>notebook (Mac OS X 10.4.2 / Java 5 ) and 2-3 times on two different
<br>windows XP machines. The only time a call such as this -<br><br>EntityManagerFactory entityManagerFactory =<br>Persistence.createEntityManagerFactory(&quot;argh&quot;);<br><br>have worked for me was (briefly) this morning and I have no idea at
<br>all why it started working or why it stopped again.<br><br>I can't offer a procedure to reproduce the issue other than to<br>duplicate the procedure offered in the above tutorial.<br><br>If you can offer any suggestions, I'd really appreciate them and
<br>would be happy to give any additional information you may require.<br><br>I realize that it's only a milestone release but am hoping that<br>someone could help me out (and, ideally, that whatever issues I'm<br>facing can be fixed before the final release).
<br><br>Thanks and best regards,<br>Scott<br><br>------<br><br>15:01:53,215 INFO&nbsp;&nbsp;[Environment] Hibernate 3.1 beta 3<br>15:01:53,244 INFO&nbsp;&nbsp;[Environment] hibernate.properties not found<br>15:01:53,253 INFO&nbsp;&nbsp;[Environment] using CGLIB reflection optimizer
<br>15:01:53,262 INFO&nbsp;&nbsp;[Environment] using JDK 1.4 java.sql.Timestamp<br>handling<br>Exception in thread &quot;main&quot; javax.persistence.PersistenceException:<br>java.lang.UnsupportedOperationException<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory

<br>(Ejb3Configuration.java:149)<br>&nbsp;&nbsp;&nbsp;&nbsp; at<br>org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory<br>(HibernatePersistence.java:73)<br>&nbsp;&nbsp;&nbsp;&nbsp; at javax.persistence.Persistence.createEntityManagerFactory<br>(Persistence.java

:37)<br>&nbsp;&nbsp;&nbsp;&nbsp; at javax.persistence.Persistence.createEntityManagerFactory<br>(Persistence.java:27)<br>&nbsp;&nbsp;&nbsp;&nbsp; at business.manager.SimpleManager.&lt;init&gt;(SimpleManager.java:22)<br>&nbsp;&nbsp;&nbsp;&nbsp; at business.manager.SimpleManager.main

(SimpleManager.java:58)<br>Caused by: java.lang.UnsupportedOperationException<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.util.EmptyIterator.next(EmptyIterator.java:18)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.util.JoinedIterator.next(JoinedIterator.java:53)
<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationBinder.bindId<br>(AnnotationBinder.java:1493)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationBinder.bindClass<br>(AnnotationBinder.java:573)<br>&nbsp;&nbsp;&nbsp;&nbsp; at<br>org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType

<br>(AnnotationConfiguration.java:256)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile<br>(AnnotationConfiguration.java:191)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.Configuration.buildMappings<br>(Configuration.java

:970)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.buildMappings<br>(Ejb3Configuration.java:607)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.EventListenerConfigurator.configure<br>(EventListenerConfigurator.java:75)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory

<br>(Ejb3Configuration.java:473)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createFactory<br>(Ejb3Configuration.java:96)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory<br>(Ejb3Configuration.java

:142)<br>&nbsp;&nbsp;&nbsp;&nbsp; ... 5 more<br><br><br><br>_______________________________________________<br>jsr220orm-dev mailing list<br><a href="mailto:jsr220orm-dev@xxxxxxxxxxx" target="_blank" >
jsr220orm-dev@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/jsr220orm-dev" target="_blank" >
https://dev.eclipse.org/mailman/listinfo/jsr220orm-dev</a><br></blockquote></div><br>

</span></div></blockquote></div><br>
]]></content:encoded>
		<pubDate>Mon, 03 Oct 2005 09:13:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00002.html</guid>
		<author>dirk.leroux@xxxxxxx (Dirk le Roux)</author>
	</item>
	<item>
		<title>Re: [jsr220orm-dev] Fwd: broken persistence :-(</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00001.html</link>
		<description></description>
		<content:encoded><![CDATA[Hi Scott,<br>
<br>
The first thing I spotted is this:<br>
&quot;15:01:53,262 INFO &nbsp;[Environment] using JDK 1.4 java.sql.Timestamp&quot;<br><br>
You should be using JDK 1.5 to start your eclipse and application.<br>
<br>
Try this and let me know how it goes at <a href="mailto:dirk.leroux@xxxxxxxxx">dirk.leroux@xxxxxxxxx</a>.<br>
<br>
Dirk le Roux<br>
<br><div><span class="gmail_quote">On 10/3/05, <b class="gmail_sendername">Scott Menor</b> &lt;<a href="mailto:smenor@xxxxxxxxx">smenor@xxxxxxxxx</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello -<br><br>I'm&nbsp;&nbsp;migrating from Hibernate to EJB persistence and was very excited<br>to find your project<br><br>I've been trying to get the JSR220 M2 plugin to work since august.<br>Unfortunately, I've have had a horrible time trying to get it to
<br>work, so far.<br><br>I've followed the online tutorials ( <a href="http://www.eclipse.org/jsr220orm/">http://www.eclipse.org/jsr220orm/</a><br>flash_menu.html ) as closely as possible but keep getting exceptions<br>like the one at the end of this message.
<br><br>To make things more frustrating, I actually had the hibernate backed<br>EJB persistence working for about 10 minutes this afternoon so I know<br>that it *can* work. Unfortunately, I started getting an error about<br>
not being able to find the par file (even though the path in the<br>error actually pointed to it) .<br><br>I've reinstalled Eclipse, Hibernate and JSR220 M2 5-6 times on my<br>notebook (Mac OS X 10.4.2 / Java 5 ) and 2-3 times on two different
<br>windows XP machines. The only time a call such as this -<br><br>EntityManagerFactory entityManagerFactory =<br>Persistence.createEntityManagerFactory(&quot;argh&quot;);<br><br>have worked for me was (briefly) this morning and I have no idea at
<br>all why it started working or why it stopped again.<br><br>I can't offer a procedure to reproduce the issue other than to<br>duplicate the procedure offered in the above tutorial.<br><br>If you can offer any suggestions, I'd really appreciate them and
<br>would be happy to give any additional information you may require.<br><br>I realize that it's only a milestone release but am hoping that<br>someone could help me out (and, ideally, that whatever issues I'm<br>facing can be fixed before the final release).
<br><br>Thanks and best regards,<br>Scott<br><br>------<br><br>15:01:53,215 INFO&nbsp;&nbsp;[Environment] Hibernate 3.1 beta 3<br>15:01:53,244 INFO&nbsp;&nbsp;[Environment] hibernate.properties not found<br>15:01:53,253 INFO&nbsp;&nbsp;[Environment] using CGLIB reflection optimizer
<br>15:01:53,262 INFO&nbsp;&nbsp;[Environment] using JDK 1.4 java.sql.Timestamp<br>handling<br>Exception in thread &quot;main&quot; javax.persistence.PersistenceException:<br>java.lang.UnsupportedOperationException<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory
<br>(Ejb3Configuration.java:149)<br>&nbsp;&nbsp;&nbsp;&nbsp; at<br>org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory<br>(HibernatePersistence.java:73)<br>&nbsp;&nbsp;&nbsp;&nbsp; at javax.persistence.Persistence.createEntityManagerFactory<br>(Persistence.java
:37)<br>&nbsp;&nbsp;&nbsp;&nbsp; at javax.persistence.Persistence.createEntityManagerFactory<br>(Persistence.java:27)<br>&nbsp;&nbsp;&nbsp;&nbsp; at business.manager.SimpleManager.&lt;init&gt;(SimpleManager.java:22)<br>&nbsp;&nbsp;&nbsp;&nbsp; at business.manager.SimpleManager.main
(SimpleManager.java:58)<br>Caused by: java.lang.UnsupportedOperationException<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.util.EmptyIterator.next(EmptyIterator.java:18)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.util.JoinedIterator.next(JoinedIterator.java:53)
<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationBinder.bindId<br>(AnnotationBinder.java:1493)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationBinder.bindClass<br>(AnnotationBinder.java:573)<br>&nbsp;&nbsp;&nbsp;&nbsp; at<br>org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType
<br>(AnnotationConfiguration.java:256)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile<br>(AnnotationConfiguration.java:191)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.cfg.Configuration.buildMappings<br>(Configuration.java
:970)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.buildMappings<br>(Ejb3Configuration.java:607)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.EventListenerConfigurator.configure<br>(EventListenerConfigurator.java:75)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory
<br>(Ejb3Configuration.java:473)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createFactory<br>(Ejb3Configuration.java:96)<br>&nbsp;&nbsp;&nbsp;&nbsp; at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory<br>(Ejb3Configuration.java
:142)<br>&nbsp;&nbsp;&nbsp;&nbsp; ... 5 more<br><br><br><br>_______________________________________________<br>jsr220orm-dev mailing list<br><a href="mailto:jsr220orm-dev@xxxxxxxxxxx">jsr220orm-dev@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/jsr220orm-dev">
https://dev.eclipse.org/mailman/listinfo/jsr220orm-dev</a><br></blockquote></div><br>
]]></content:encoded>
		<pubDate>Mon, 03 Oct 2005 04:44:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00001.html</guid>
		<author>dirk.leroux@xxxxxxx (Dirk le Roux)</author>
	</item>


	<item>
		<title>[jsr220orm-dev] Fwd: broken persistence :-(</title>
		<link>http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00000.html</link>
		<description>Hello - I'm migrating from Hibernate to EJB persistence and was very excited to find your project I've been trying to get the JSR220 M2 plugin to work since august. Unfortunately, I've have had a horrible time trying to get it to work, so far. I've followe...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello -</pre><br>
<tt>I'm  migrating from Hibernate to EJB persistence and was very excited  
to find your project</tt><br>
<br>
<tt>I've been trying to get the JSR220 M2 plugin to work since august.  
Unfortunately, I've have had a horrible time trying to get it to  
work, so far.</tt><br>
<br>
<tt>I've followed the online tutorials ( <a  href="http://www.eclipse.org/jsr220orm/">http://www.eclipse.org/jsr220orm/</a> 
flash_menu.html ) as closely as possible but keep getting exceptions  
like the one at the end of this message.</tt><br>
<br>
<tt>To make things more frustrating, I actually had the hibernate backed  
EJB persistence working for about 10 minutes this afternoon so I know  
that it *can* work. Unfortunately, I started getting an error about  
not being able to find the par file (even though the path in the  
error actually pointed to it) .</tt><br>
<br>
<tt>I've reinstalled Eclipse, Hibernate and JSR220 M2 5-6 times on my  
notebook (Mac OS X 10.4.2 / Java 5 ) and 2-3 times on two different  
windows XP machines. The only time a call such as this -</tt><br>
<br>
<tt>EntityManagerFactory entityManagerFactory =  
Persistence.createEntityManagerFactory(&quot;argh&quot;);</tt><br>
<br>
<tt>have worked for me was (briefly) this morning and I have no idea at  
all why it started working or why it stopped again.</tt><br>
<br>
<tt>I can't offer a procedure to reproduce the issue other than to  
duplicate the procedure offered in the above tutorial.</tt><br>
<br>
<tt>If you can offer any suggestions, I'd really appreciate them and  
would be happy to give any additional information you may require.</tt><br>
<br>
<tt>I realize that it's only a milestone release but am hoping that  
someone could help me out (and, ideally, that whatever issues I'm  
facing can be fixed before the final release).</tt><br>
<br>
<pre style="margin: 0em;">Thanks and best regards,
Scott</pre><br>
<pre style="margin: 0em;">------</pre><br>
<tt>15:01:53,215 INFO  [Environment] Hibernate 3.1 beta 3<br>
15:01:53,244 INFO  [Environment] hibernate.properties not found<br>
15:01:53,253 INFO  [Environment] using CGLIB reflection optimizer<br>
15:01:53,262 INFO  [Environment] using JDK 1.4 java.sql.Timestamp  
handling<br>
Exception in thread &quot;main&quot; javax.persistence.PersistenceException:  
java.lang.UnsupportedOperationException<br>
    at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory 
(Ejb3Configuration.java:149)<br>
    at  
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory 
(HibernatePersistence.java:73)<br>
    at javax.persistence.Persistence.createEntityManagerFactory 
(Persistence.java:37)<br>
    at javax.persistence.Persistence.createEntityManagerFactory 
(Persistence.java:27)<br>
    at business.manager.SimpleManager.&lt;init&gt;(SimpleManager.java:22)<br>
    at business.manager.SimpleManager.main(SimpleManager.java:58)<br>
Caused by: java.lang.UnsupportedOperationException<br>
    at org.hibernate.util.EmptyIterator.next(EmptyIterator.java:18)<br>
    at org.hibernate.util.JoinedIterator.next(JoinedIterator.java:53)<br>
    at org.hibernate.cfg.AnnotationBinder.bindId 
(AnnotationBinder.java:1493)<br>
    at org.hibernate.cfg.AnnotationBinder.bindClass 
(AnnotationBinder.java:573)<br>
    at  
org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType 
(AnnotationConfiguration.java:256)<br>
    at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile 
(AnnotationConfiguration.java:191)<br>
    at org.hibernate.cfg.Configuration.buildMappings 
(Configuration.java:970)<br>
    at org.hibernate.ejb.Ejb3Configuration.buildMappings 
(Ejb3Configuration.java:607)<br>
    at org.hibernate.ejb.EventListenerConfigurator.configure 
(EventListenerConfigurator.java:75)<br>
    at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory 
(Ejb3Configuration.java:473)<br>
    at org.hibernate.ejb.Ejb3Configuration.createFactory 
(Ejb3Configuration.java:96)<br>
    at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory 
(Ejb3Configuration.java:142)<br>
    ... 5 more</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 03 Oct 2005 00:20:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/jsr220orm-dev/msg00000.html</guid>
		<author>smenor@xxxxxxx (Scott Menor)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
