I think this is resolved now, Gail, could you verify?
On Jul 31, 2012, at 1:27 PM, Gail Badner wrote:
> This is due to HHH-6566 (Create and drop SQL is not exported for
> PersistentIdentifierGenerator objects).
>
> - Original Message -
>> From: "Steve Ebersole"
>> To: "Strong Liu"
>>
This is due to HHH-6566 (Create and drop SQL is not exported for
PersistentIdentifierGenerator objects).
- Original Message -
> From: "Steve Ebersole"
> To: "Strong Liu"
> Cc: "Hibernate hibernate-dev"
> Sent: Sunday, July 29, 2012 3:11:00 PM
> Subject: Re: [hibernate-dev] Metamodel te
https://hibernate.onjira.com/browse/HHH-7490
the problem is, envers needs to index its own annotations ( @Audited for
example ), but the current Integrator api only passes in a Metadata instance.
so, we either pass in the Index or the MetadataImplementor has access to the
all mapping entities
Hi Steve et al,
I have included the API updates we discussed recently in the latest
jandex release.
Javadoc:
http://jbossas.github.com/jandex/
--
Jason T. Greene
JBoss AS Lead / EAP Platform Architect
JBoss, a division of Red Hat
___
hibernate-dev ma
Never mind, I got it fixed
On Jul 30, 2012, at 9:14 PM, Strong Liu wrote:
> hibernate envers test
> _org.hibernate.envers.test.integration.components.PropertiesGroupTest_ is
> failing with the following exception, but I don't see there is a mapping xml
> issue, could someone take a look?
>
>
hibernate envers test
_org.hibernate.envers.test.integration.components.PropertiesGroupTest_ is
failing with the following exception, but I don't see there is a mapping xml
issue, could someone take a look?
21:07:04,514 INFO Environment:342 - HHH21: Bytecode provider name :
javassist
21
On Jul 29, 2012, at 10:47 PM, Steve Ebersole wrote:
> Nonetheless, returning null instead of empty string is the convention we
> decided on in Austin. It just does not make sense to keep doing that
> isEmpty() style checks higher and higher.
+1
On Jul 29, 2012, at 10:38 PM, Steve Ebersole wrote:
> Just a reminder that I am on vacation this next week.
>
> If you want this in the meantime, you just need to alter the
> org.hibernate.metamodel.spi.relational.Database#generateSchemaCreationScript
> and
> org.hibernate.metamodel.spi.relat