Hello!
I think I found a bug in hibernate, but I am not sure if it really is a
bug or expected behavior.
I made a Jira Task: https://hibernate.onjira.com/browse/HHH-7465
Any thoughts?
--
Mit freundlichen Grüßen,
*Christia
Hi Folks,
I am using Infinispan 5.1.5 on Grails 2.1.0, which ships with Hibernate
3.6.10.
The problem I am having is that the exception below indicates that an
attempt is being made to load org/hibernate/cache/spi/RegionFactory, which
is included in Hibernate 4.0.0, whereas Grails 2.1.0 ships wit
Hi,
I am trying to write some tests related to schema constraints application in
conjunction with Bean Validation.
In this context I came across org.hibernate.tool.hbm2ddl.Exporter which is atm
a package visible interface.
I was wondering whether it would make sense to make is a public interface
Hi Steven,
Thanks for your reply.
Re: "The Infinispan implementation of the Hibernate RegionFactory SPI is
actually done in the org.hibernate:hibernate-infinispan module, not in
Infinispan itself unless something drastic has changed there."
I agree with this, I think my message was poorly worded
I really dislike Thunderbird sometimes...
Sorry recently its been seemingly randomly deciding to send my emails
from different "profiles". Which is very annoying when it decides to
send it as accounts that do not have access to post to lists I am
responding to! Ugh.
Anyway, here is the respo
And yet again...
On Fri 27 Jul 2012 11:01:07 AM CDT, Steve Ebersole wrote:
> No, we only maintain a "latest to latest" integration. Maintaining
> every possible combo would be way too big of a challenge for a small
> open source team.
>
> But, all the needed code does exist in Git. You'd want to
-- Forwarded message --
From: "Steve Ebersole"
Date: Jul 27, 2012 7:25 AM
Subject: Re: [hibernate-dev] schema export question
To: "Hardy Ferentschik"
This is all changing as we had discussed the other day. If for now you
want to change Exporter to be public for what you need, go
Hi Thomas,
I would rather suggest to update Grails to Hibernate 4? I don't know what
it takes so I might be totally wrong but at least you would be moving
forward.
Sanne
On Jul 27, 2012 5:04 PM, "Steve Ebersole" wrote:
> And yet again...
>
> On Fri 27 Jul 2012 11:01:07 AM CDT, Steve Ebersole wro
Hi Stephen,
That's what I thought.
I may end up needing to write this. If I do, is this something that could
be contributed to the Hibernate-Infinispan module? I ask because, while the
audience for this may be somewhat limited, it could prove to be helpful
nonetheless.
Thanks for your help,
Tom
Hi Sanne,
It's not so simple otherwise I would.
I wrote a plugin for the Grails framework, to allow developers to use
Infinispan in their Grails applications. The trouble is Grails ships with
Hibernate version 3.6.10 and I have moved the plugin to version 5.1.0 of
Infinispan. Now I could roll bac
Hi Tphomaz,
We could talk about integrating it into the 3.6 branch via pull
request. Either way you need to start with a fork and work from there.
And even if we don't integrate it back into Hibernate 3.6 branch (thats
a dead development branch) you still have a way to make it available.
Yo
I agree with Sanne, unfortunately for you. Grails really needs to
upgrade to HIbernate4. Heck, Hibernate 5 will probably be out and
about before they do...
On Fri 27 Jul 2012 12:39:55 PM CDT, thomas fuller wrote:
> Hi Sanne,
>
> It's not so simple otherwise I would.
>
> I wrote a plugin for t
Anyone know if there is a (standard JDBC) way to know if the names
returned in the various result sets from DatabaseMetaData are quoted names?
For example, DatabaseMetaData.getTables(...) returns a ResultSet that
includes, amongst other stuff, catalog name, schema name and table name.
But I n
Not sure if the expectation at this point is that all tests on the
metamodel branch pass when hibernate.test.new_metadata_mappings is set
to true or not. That was supposed to be the idea with the new
@FailureExpectedWithNewMetamodel annotation which I see is in place now.
But I am still seei
Here is what I ended up doing, if anyone in the know could take a look:
https://github.com/hibernate/hibernate-orm/blob/metamodel/hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/NormalizingIdentifierHelperImpl.java
The biggest issue is when you have a quoted name that just happ
15 matches
Mail list logo