<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>Hibernate Community - Forums > OGM</title>
		<link>https://forum.hibernate.org/index.php</link>
	<!--<atom:link href="https://forum.hibernate.org/index.php" rel="alternate" type="application/rss+xml" />-->
		<description>Hibernate Community Forums</description>
		<language>en-gb</language>
		<copyright>Copyright (c) 2003 Hibernate Community</copyright>
		<managingEditor>webmaster@hibernate.org (Hibernate Community)</managingEditor>
		<webMaster>webmaster@hibernate.org (Hibernate Community)</webMaster>
		<pubDate>Tue, 14 Jul 2020 00:00:00 -0500</pubDate>
		<lastBuildDate>Tue, 14 Jul 2020 08:24:04 -0500</lastBuildDate>
		<generator>MSSTI RSS Feed 2.0 Version 1.0.9 - (C) 2008-2009 leviatan21 - http://www.mssti.com/</generator>

		<image>
			<title>Hibernate Community - Forums > OGM</title>
			<url>https://forum.hibernate.org/styles/hibernate/imageset/site_logo.gif</url>
			<link>https://forum.hibernate.org/index.php</link>
		</image>
		<ttl>60</ttl>
		
			<item>
			<title>OGM | Re: Aggregation query</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494214#p2494214</link>
				<description><![CDATA[Thanks a lot for your answer. My query belongs definitely in the second category so I would expect a mongo db object. However, If in the aggregation query we use projection to return so that the query results contain all the properties that map to the entity's properties, would hibernate succeed to map it the entity object?<hr />]]></description>
					<content:encoded><![CDATA[Thanks a lot for your answer. My query belongs definitely in the second category so I would expect a mongo db object. However, If in the aggregation query we use projection to return so that the query results contain all the properties that map to the entity's properties, would hibernate succeed to map it the entity object?]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494214#p2494214</guid>		</item>
			<item>
			<title>OGM | Re: How to deploy OGM application to Wildfly 11 ?</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494193#p2494193</link>
				<description><![CDATA[Hi,<br /><br />Thank you very much for this answer (and the JIRA created).<br /><br />I will keep an eye on it :)<br /><br />Regards,<br /><br />Julien<hr />]]></description>
					<content:encoded><![CDATA[Hi,<br /><br />Thank you very much for this answer (and the JIRA created).<br /><br />I will keep an eye on it :)<br /><br />Regards,<br /><br />Julien]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494193#p2494193</guid>		</item>
			<item>
			<title>OGM | module not found for Hibernate.5.2.11.Final</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494191#p2494191</link>
				<description><![CDATA[  Running wildfly-11.0.0.Final<br />I have unzipped the hibernate 5.2 file(<span style="font-weight: bold">hibernate-orm-modules-5.2.11.Final-wildfly-11-dist.zip</span> ) into the modules folder<br />My jboss-deployment-structure.xml file is:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; &lt;jboss-deployment-structure xmlns=&quot;urn:jboss:deployment-structure:1.1&quot;&gt;<br />&nbsp; &nbsp; &lt;deployment&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusions&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;module name=&quot;org.javassist&quot; /&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/exclusions&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &lt;dependencies&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;module name=&quot;org.hibernate:5.2&quot;</div><br />...<hr />]]></description>
					<content:encoded><![CDATA[  Running wildfly-11.0.0.Final<br />I have unzipped the hibernate 5.2 file(<span style="font-weight: bold">hibernate-orm-modules-5.2.11.Final-wildfly-11-dist.zip</span> ) into the modules folder<br />My jboss-deployment-structure.xml file is:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; &lt;jboss-deployment-structure xmlns=&quot;urn:jboss:deployment-structure:1.1&quot;&gt;<br />&nbsp; &nbsp; &lt;deployment&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusions&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;module name=&quot;org.javassist&quot; /&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;/exclusions&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &lt;dependencies&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;module name=&quot;org.hibernate:5.2&quot;</div><br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494191#p2494191</guid>		</item>
			<item>
			<title>OGM | Re: Two questions about geospatial data and OGM</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494016#p2494016</link>
				<description><![CDATA[Cool, thanks for the answers and the update!<hr />]]></description>
					<content:encoded><![CDATA[Cool, thanks for the answers and the update!]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494016#p2494016</guid>		</item>
			<item>
			<title>OGM | Re: Desiding the type of an Entity Attribute at runtime</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493949#p2493949</link>
				<description><![CDATA[Sorry, at the moment I don't think there is a way to do that with OGM.<br />Inheritance with embeddables is not supported.<br /><br />You might try to  create your own TypeContributor implementation but it can be a bit complicated.<hr />]]></description>
					<content:encoded><![CDATA[Sorry, at the moment I don't think there is a way to do that with OGM.<br />Inheritance with embeddables is not supported.<br /><br />You might try to  create your own TypeContributor implementation but it can be a bit complicated.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493949#p2493949</guid>		</item>
			<item>
			<title>OGM | Re: Embedded collection</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493750#p2493750</link>
				<description><![CDATA[It will respect the order.<br /><br />Cheers<hr />]]></description>
					<content:encoded><![CDATA[It will respect the order.<br /><br />Cheers]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493750#p2493750</guid>		</item>
			<item>
			<title>OGM | Re: Configuration of Hibernate 5.1.4 with wildfly 10</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493732#p2493732</link>
				<description><![CDATA[  For me the configuration in the OGM documentation did not work. <br /><br />If I remember correctly the main difference was the MANIFEST.MF<br /><br />Iuse:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Dependencies: org.hibernate.ogm:main services, org.hibernate.ogm.mongodb:main services<br /></div> <br /><br />I think in the documentation there are version numbers instead of &quot;main&quot;. I think the right slot for hibernate search is also &quot;main&quot;.  <br /><br />I in persistence.xml I use the following:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; <br />&lt;properties&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;property</div><br />...<hr />]]></description>
					<content:encoded><![CDATA[  For me the configuration in the OGM documentation did not work. <br /><br />If I remember correctly the main difference was the MANIFEST.MF<br /><br />Iuse:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">Dependencies: org.hibernate.ogm:main services, org.hibernate.ogm.mongodb:main services<br /></div> <br /><br />I think in the documentation there are version numbers instead of &quot;main&quot;. I think the right slot for hibernate search is also &quot;main&quot;.  <br /><br />I in persistence.xml I use the following:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; <br />&lt;properties&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;property</div><br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493732#p2493732</guid>		</item>
			<item>
			<title>OGM | Re: OGM Dialect for Apache Ignite and GridGain</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493658#p2493658</link>
				<description><![CDATA[ <div class="quotetitle">vkulichenko wrote:</div><div class="quotecontent"><br />Hi Victor!<br /><br />My name is Valentin and I'm one of the committers and PMC members of Apache Ignite. Are you still working on the Ignite dialect for Hibernate OGM? I believe this can be very useful for the Ignite community, are you interested in sharing the results with us? I will be happy to spread a word about the work you're doing. I'm also ready to answer any Ignite related questions if you have any.<br /><br />Thanks,<br />Val<br /></div> <br />Hi!<br /><br />I am improving the dialect. I have a problem with joins. Could you please help<br />...<hr />]]></description>
					<content:encoded><![CDATA[ <div class="quotetitle">vkulichenko wrote:</div><div class="quotecontent"><br />Hi Victor!<br /><br />My name is Valentin and I'm one of the committers and PMC members of Apache Ignite. Are you still working on the Ignite dialect for Hibernate OGM? I believe this can be very useful for the Ignite community, are you interested in sharing the results with us? I will be happy to spread a word about the work you're doing. I'm also ready to answer any Ignite related questions if you have any.<br /><br />Thanks,<br />Val<br /></div> <br />Hi!<br /><br />I am improving the dialect. I have a problem with joins. Could you please help<br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493658#p2493658</guid>		</item>
			<item>
			<title>OGM | Re: JPQL - Query manytomany association (mongodb + jpa + hibern)</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493635#p2493635</link>
				<description><![CDATA[Hi, currently, Hibernate OGM does not support HQL query on on one to many associations.<br /><br />If you need to run a query in this situation your best bet is to use a native query.<br /><br />Davide<hr />]]></description>
					<content:encoded><![CDATA[Hi, currently, Hibernate OGM does not support HQL query on on one to many associations.<br /><br />If you need to run a query in this situation your best bet is to use a native query.<br /><br />Davide]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493635#p2493635</guid>		</item>
			<item>
			<title>OGM | Re: Hibernate Rest with Neo4j: TransactionNotFound</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2493527#p2493527</link>
				<description><![CDATA[I was able to fix the issue by changing from tomcat to wildfly 9. I am not sure why tomcat was the issue though. It could be a bug but I am not sure. If someone has an explanation I would like to hear it :)<hr />]]></description>
					<content:encoded><![CDATA[I was able to fix the issue by changing from tomcat to wildfly 9. I am not sure why tomcat was the issue though. It could be a bug but I am not sure. If someone has an explanation I would like to hear it :)]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2493527#p2493527</guid>		</item>
	
	</channel>
</rss>