[hibernate-dev] Commit Often, Perfect Later, Publish Once—Git Best Practices

2013-08-01 Thread Strong Liu
this seems interesting and useful http://sethrobertson.github.io/GitBestPractices/#read - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

[hibernate-dev] the usage scope of Integrator

2013-07-17 Thread Strong Liu
(java) doc say the expect usage of this Integrator ( maybe DO NOT TRY TO CHANGE THE STATE OF METADATA / CONFIGURATION AT THIS SATGE?) 2. move the IntegratorService to the SessionFactoryServiceRegistry? - Best Regards, Strong Liu http://about.me

[hibernate-dev] what should happen when there are two entities exactly same except the class name?

2013-07-16 Thread Strong Liu
quot;) and others ) except the class name different is it valid? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] is it valid that having an attribute in orm.xml which doesn't exist in the pojo?

2013-07-15 Thread Strong Liu
as well, so maybe thrown exception seems a better way to go. > On Jul 15, 2013 1:39 AM, "Strong Liu" wrote: > hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml > > this orm.xml has : > > > > but this attribute doesn't exist

[hibernate-dev] is it valid that having an attribute in orm.xml which doesn't exist in the pojo?

2013-07-14 Thread Strong Liu
hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml this orm.xml has : but this attribute doesn't exist in the pojo, what should we do in this case? BTW the old metamodel / configuration seems just ignore it - Best Regards, Stron

Re: [hibernate-dev] Sybase BLOB loading errors

2013-07-10 Thread Strong Liu
___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Gradle 1.6

2013-05-07 Thread Strong Liu
I think this is cool esp the JUnit @Category support, we may add a metamodel category and then exclude those metamodel tests from master build On May 8, 2013, at 2:22 AM, Steve Ebersole wrote: > I am running into some difficulties with writing the release task in the > Gradle build, specifica

Re: [hibernate-dev] breaking compatibility issues found in 4.3.0.Beta3

2013-05-03 Thread Strong Liu
May 3, 2013 7:23 AM, "Strong Liu" wrote: > > On May 3, 2013, at 8:13 PM, Steve Ebersole wrote: > >> I dont understand what you mean with HHH-8220. OK its a change, but how is >> that breaking any builds? >> > > suppose there is a WAR project that

Re: [hibernate-dev] breaking compatibility issues found in 4.3.0.Beta3

2013-05-03 Thread Strong Liu
gt; > On 05/03/2013 02:08 AM, Strong Liu wrote: >> https://hibernate.atlassian.net/browse/HHH-8219 >> >> https://hibernate.atlassian.net/browse/HHH-8220 >> >> >> - >> Best Regards, >> >> Strong Liu >> http://ab

Re: [hibernate-dev] hibernate dialect for hana

2013-05-03 Thread Strong Liu
7;d prefer to see if database vendors are willing to donate hosting > of a public instance of their db for test purposes. > On 3 May 2013 04:02, "Strong Liu" wrote: > IIRC there was an agreement that we'd not accept new dialect anymore > > On May 2, 2013, at 3:41 AM

[hibernate-dev] breaking compatibility issues found in 4.3.0.Beta3

2013-05-03 Thread Strong Liu
https://hibernate.atlassian.net/browse/HHH-8219 https://hibernate.atlassian.net/browse/HHH-8220 - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] hibernate dialect for hana

2013-05-02 Thread Strong Liu
list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
Sanne, is it possible that you give me ssh access to the ci server? On Apr 25, 2013, at 3:10 PM, Strong Liu wrote: > actually this commit doesn't help ( but I don't think it causes anything > either ), I will rollback this commit > > the idea was : > >

Re: [hibernate-dev] http://ci.hibernate.org/job/hibernate-orm-master/48/

2013-04-25 Thread Strong Liu
>>>> Sanne >>>> >>>> >>>> On 20 April 2013 17:24, Steve Ebersole wrote: >>>>> Can someone tell me why >>>>> http://ci.hibernate.org/job/hibernate-orm-master/48/ is showing as >>>>> failing? >>>>> >>>>&

Re: [hibernate-dev] Checkstyle: enforced!

2013-04-19 Thread Strong Liu
gin ? > > I think the existing style rules have not changed. See also > https://community.jboss.org/wiki/ContributingtoHibernateSearch#Idea > It is just that we enforce the rules now as part of the build. > > --Hardy > --------- Best Regards,

Re: [hibernate-dev] Checkstyle: enforced!

2013-04-18 Thread Strong Liu
t;>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev >>> >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] IRC meeting

2013-04-11 Thread Strong Liu
cell connection atm. > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev --------- Best Regards, Stron

Re: [hibernate-dev] Correct way to build a session factory?

2013-04-09 Thread Strong Liu
> > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___

[hibernate-dev] can a mapped super class extends from an entity?

2013-04-01 Thread Strong Liu
otNames.MAPPED_SUPERCLASS ) ) { throw new AnnotationException( "A mapped superclass cannot extend an entity: " + subClassInfo ); } continue; } --------- Best Regards, St

[hibernate-dev] problems with using jandex on metamodel

2013-04-01 Thread Strong Liu
a big migration issue and also bad usability 2. try to load the class using ClassLoadingService if it can not be found in the Index repository and build a new one with CompositeIndex wdty? - Best Regards, Strong Liu http://about.me/stli

Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Strong Liu
e want to use, >>> I'm looking especially to: >>> - static analysis reports >>> - pull requests integration >>> >>> both are relatively undefined, we can of course start simple and >>> improve later.. just checking this fits basic nee

[hibernate-dev] unexpected warn message

2013-03-27 Thread Strong Liu
olveJtaPlatform, if there is any JTA Impl on the classpath, the method usually returns true canAccessTransactionManager() - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@l

Re: [hibernate-dev] JAXB question

2013-03-26 Thread Strong Liu
schema except the >>value of the "version" attribute and the >> namespace), this >>transformation >>should be a simple transformation with XSLT, using the >>"self-t

[hibernate-dev] JAXB question

2013-03-24 Thread Strong Liu
lidOrmXmlThrowsException so, any suggestions? --------- Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] merge master onto metamodel regularly

2013-03-19 Thread Strong Liu
ing in U.S. and Europe can see the merged branch when starts the Monday work WDYT? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.o

Re: [hibernate-dev] IRC meeting

2013-02-22 Thread Strong Liu
t goes... > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ----- Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernat

Re: [hibernate-dev] Snapshot deployment problem in JBoss repository?

2013-02-18 Thread Strong Liu
>> Dialect.getDialect().getUniqueDelegate().generateUniqueKey( >>table, tableColumn ); >> >> Could someone check that the snapshot generation and deployment process are >> OK? >> >&g

Re: [hibernate-dev] JPA 2.1 help : @Index and@ForeignKey support

2013-02-06 Thread Strong Liu
Index[] indexes() default {}; } On Feb 5, 2013, at 10:31 PM, Strong Liu wrote: > thanks > > https://hibernate.onjira.com/browse/HHH-7969 > > On Feb 5, 2013, at 10:13 PM, Steve Ebersole w

Re: [hibernate-dev] JPA 2.1 help : @Index and@ForeignKey support

2013-02-05 Thread Strong Liu
:= index_column [,index_column]* > index_column::= column_name [ASC | DESC] > > > On 02/05/2013 03:02 AM, Strong Liu wrote: >> I can work on this >> >> one question, it is not clear that how column names are separated in >> javax.persistence.Index#columnLis

Re: [hibernate-dev] JPA 2.1 help : @Index and@ForeignKey support

2013-02-05 Thread Strong Liu
or @Index and > @ForeignKey. > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev --------- Best Regards, Strong Li

Re: [hibernate-dev] 4.2 branch

2013-01-29 Thread Strong Liu
On Tuesday, January 29, 2013 at 1:46 AM, Steve Ebersole wrote: > As discussed in the last developer IRC meeting, the performance work we > have been doing based on 4.1 will become its own base release (4.2) > rather than continuing with 4.1 due to the fact that quite a few SPIs > were re-worked

Re: [hibernate-dev] MetadataSourceProcessor and associations

2013-01-24 Thread Strong Liu
ProcessorImpl >>> is processed. >>> >>> If so, this poses a fundamental problem with entity "chasing" as it >>> is implemented now, since the associated entity would not be >>> processed by the same MetadataSourceProcessor. >>> >>>

[hibernate-dev] XSD question

2013-01-16 Thread Strong Liu
, minOccurs = 0 5. E -- maxOccurs = 1, minOccurs = 0 - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] define filter for sub-entity?

2013-01-06 Thread Strong Liu
lass" shall we change the xsd? --------- Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] [H-SHARDS] moving to hibernate orm 4

2013-01-03 Thread Strong Liu
w yet :) -- I only pushed the change to my fork, so, means it is not finished yet, but I do think this project at least should base on hibernate orm 4, not hibernate 3.x - Best Regards, Strong Liu http://about.me/stli

[hibernate-dev] change default testing property of hibernate.format_sql to true?

2012-12-28 Thread Strong Liu
/o formated sql - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] [#HHH-4688] Make sure @OrderBy works for @ElementCollection - Hibernate JIRA

2012-12-27 Thread Strong Liu
according to the JPA SPEC {quote} @ElementCollection Defines a collection of instances of a basic type or embeddable class. {quote} so, is this a hibernate specific feature or we should "correct" this test? - Best Regards, Strong Liu http://about.me

Re: [hibernate-dev] hibernate/gradle help

2012-12-20 Thread Strong Liu
ers to these questions or you can point me to some useful documentation. > > Thanks for your help. Hope you have Happy Holidays. > > > Dave Repshas > - Best Regards, Strong Liu

Re: [hibernate-dev] fix for https://hibernate.onjira.com/browse/HHH-766

2012-12-16 Thread Strong Liu
I did a little more based on your idea, could you give it a try? https://hibernate.onjira.com/browse/HHH-7869 https://github.com/hibernate/hibernate-orm/pull/426 I also have the test result attached to the jira On Dec 17, 2012, at 12:47 PM, Strong Liu wrote: > Stepan, > > thank

Re: [hibernate-dev] fix for https://hibernate.onjira.com/browse/HHH-766

2012-12-16 Thread Strong Liu
} > works fine in my project. > > > Stepan Yakovenko, stiv.yakove...@mail.ru, +79039036253 > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hi

[hibernate-dev] [metamodel] why not just give a generated name to constraint if no one provided in the mapping?

2012-12-13 Thread Strong Liu
ttribute to the constraint, and use it for the internal constraint look up, the value is generated when constraint object created wdyt? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing lis

Re: [hibernate-dev] 4.1.9.Final release on 12/12/12?

2012-12-11 Thread Strong Liu
__ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mai

[hibernate-dev] relational model for union-subclass

2012-12-06 Thread Strong Liu
der ( I already get it works ), esp considering we bind root entity first and don't have second pass. wdyt? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@l

[hibernate-dev] change the source to 1.7 in build script?

2012-11-15 Thread Strong Liu
seeing this all the times: warning: [options] bootstrap class path not set in conjunction with -source 1.6 since now we need JDK 7 to compile master/metamodel, is there any reason that we still set the source level to 1.6? - Best Regards, Strong Liu http://about.me

Re: [hibernate-dev] AssociationType.isEmbeddedInXML() no longer used

2012-11-12 Thread Strong Liu
this done using a > different Jira? > > - Original Message - >> From: "Steve Ebersole" >> To: "Gail Badner" >> Cc: "Hibernate hibernate-dev" , "Strong Liu" >> >> Sent: Monday, November 12, 2012 7:4

[hibernate-dev] Fwd: [hibernate-orm] Hibernate Shards (#407)

2012-11-11 Thread Strong Liu
> hibernate-shards/src/test/java/org/hibernate/shards/strategy/resolution/ShardResolutionStrategyDataDefaultMock.java > (37) > A > hibernate-shards/src/test/java/org/hibernate/shards/strategy/resolution/ShardResolutionStrategyDefaultMock.java > (35) &g

[hibernate-dev] infinispan tests are failing on CI

2012-11-05 Thread Strong Liu
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-core-master/522/testReport/junit/ could someone take a look? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] AssociationType.isEmbeddedInXML() no longer used

2012-10-31 Thread Strong Liu
--------- Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] any reason that have mysql as a test scope dependency in hibernate-infinispan?

2012-10-30 Thread Strong Liu
I can see it was committed by this https://hibernate.onjira.com/browse/HHH-7640 just wondering why we have this but using the default H2? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list

[hibernate-dev] Hibernate ORM Migration Guide 5.0

2012-10-24 Thread Strong Liu
Hi there, FYI I just created this doc ( https://community.jboss.org/wiki/HibernateCoreMigrationGuide50). - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] Failing unit tests on metamodel branch

2012-10-09 Thread Strong Liu
On Oct 10, 2012, at 12:54 AM, Strong Liu wrote: > I just pushed a fix ( well, rollback one of my change ) and now only 9 > failures left > > > org.hibernate.test.collection.bag.PersistentBagTest > classMethod FAILED > org.hibernate.testing.junit4.CallbackExceptio

Re: [hibernate-dev] Failing unit tests on metamodel branch

2012-10-09 Thread Strong Liu
FAILED >junit.framework.AssertionFailedError at InheritanceBindingTest.java:168 > > org.hibernate.metamodel.spi.binding.BasicHbmBindingTests > > testEntityWithManyToOneMapping FAILED >java.lang.AssertionError > > 3774 tests completed, 28 failed, 94 skipped > > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] fixing 2 hibernate bugs

2012-09-24 Thread Strong Liu
LDialect class and it works now > > how can i commit my modifications (i already create my fork at git hub) > > thank you - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] byteman

2012-09-05 Thread Strong Liu
ner() : unexpected exception opening server socket java.net.BindException: Address already in use org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest > testOrm1Support STANDARD_ERROR java.net.BindException: Address already in use - Best Regards, Strong Liu

[hibernate-dev] start to work on releasing 4.1.7

2012-09-05 Thread Strong Liu
as $subject - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Sync master out to metamodel?

2012-08-23 Thread Strong Liu
>>>> st...@hibernate.org >>>>> http://hibernate.org >>>>> ___ >>>>> hibernate-dev mailing list >>>>> hibernate-dev@lists.jboss.org >>>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev >>> >> >> -- >> st...@hibernate.org >> http://hibernate.org > > -- > st...@hibernate.org > http://hibernate.org > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Running Gradle build against an Infinispan version passed as command line parameter?

2012-08-23 Thread Strong Liu
Software Engineer >>> Infinispan, JBoss Cache >>> >>> >>> ___ >>> hibernate-dev mailing list >>> hibernate-dev@lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/hibernate-dev > &g

Re: [hibernate-dev] envers / new metamodel

2012-08-21 Thread Strong Liu
t;> What I mean is that we have a use case for one of those. But not the >> other. So why develop something that we do not have a use case for? >> >> On Mon 20 Aug 2012 11:23:14 PM CDT, Strong Liu wrote: >>> reuse the IntegratorService / ServiceLoader ? >>> &

[hibernate-dev] uniform the "Composite" and "Component"

2012-08-21 Thread Strong Liu
{ org.hibernate.metamodel.spi.domain.TypeNature#COMPONENT I see lots of places that uses these two - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman

Re: [hibernate-dev] (no subject)

2012-08-20 Thread Strong Liu
n the existing ones >> >> On 08/17/2012 01:12 AM, Strong Liu wrote: >>> I'm thinking add the interface below, with it, modules like envers >>> can choose either before or after the metamodel get processed to hook >>> into its own extendi

Re: [hibernate-dev] integrate Envers with new metamodel

2012-08-16 Thread Strong Liu
> hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-10 Thread Strong Liu
s, but I can see how the seconds > might be simpler for custom ones. > > On Fri 10 Aug 2012 01:49:48 AM CDT, Gail Badner wrote: >> +1 >> >> - Original Message - >>> From: "Strong Liu" >>> To: "Steve Ebersole" >>> Cc

[hibernate-dev] btyeman question

2012-08-09 Thread Strong Liu
sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348) - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-09 Thread Strong Liu
event custom SchemaManagementTool supplied. > > WDYT? > > -- > st...@hibernate.org > http://hibernate.org > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/

[hibernate-dev] Hibernate ORM 4.1.6.Final just released

2012-08-08 Thread Strong Liu
as usual, see http://in.relation.to/Bloggers/HibernateORM416FinalRelease for more details. I will update the documentations tomorrow - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list

[hibernate-dev] infinispan tests

2012-08-07 Thread Strong Liu
pdate EntityCollectionInvalidationTestCase.testAll - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Building hibernate from hibernate source code

2012-07-31 Thread Strong Liu
; https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] integrate Envers with new metamodel

2012-07-31 Thread Strong Liu
or Search too as Search does not > and should not depend on Hibernate ORM. > > Cheers, > Sanne > > On 31 July 2012 23:49, Strong Liu wrote: >> maybe we should move the annotation indexing from >> org.hibernate.metamodel.internal.source.annotations.AnnotationMetadataSo

Re: [hibernate-dev] integrate Envers with new metamodel

2012-07-31 Thread Strong Liu
gt; > On 30 July 2012 22:59, Strong Liu wrote: >> 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. >&g

Re: [hibernate-dev] Metamodel tests

2012-07-30 Thread Strong Liu
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 Eberso

[hibernate-dev] integrate Envers with new metamodel

2012-07-30 Thread Strong Liu
thoughts? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] hbm mapping exception

2012-07-30 Thread Strong Liu
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 so

[hibernate-dev] hbm mapping exception

2012-07-30 Thread Strong Liu
ete, "http://www.hibernate.org/xsd/hibernate-mapping":filter, "http://www.hibernate.org/xsd/hibernate-mapping":fetch-profile, "http://www.hibernate.org/xsd/hibernate-mapping":resultset, "http://www.hibernate.org/xsd/hibernate-mapping":query, "http://w

Re: [hibernate-dev] Metamodel tests

2012-07-29 Thread Strong Liu
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.createIdentifierGenerator(DefaultIdentifierGeneratorFactory.java:117) ... 14 more On Jul 30, 2012, at 1:34 AM, Strong Liu wrote: > I was not aware of that, the root issue is > "org.hibernate.metamodel.internal.source.annotations.attribute.Column#name" > has a default

Re: [hibernate-dev] Metamodel tests

2012-07-29 Thread Strong Liu
return > null and not empty strings? > > On Jul 29, 2012 11:11 AM, "Strong Liu" wrote: > https://hibernate.onjira.com/browse/HHH-7480 > > don't know which change caused this, but it is fixed now > > On Jul 28, 2012, at 10:27 AM, Steve Ebersole wrote: &g

Re: [hibernate-dev] Metamodel tests

2012-07-29 Thread Strong Liu
nothing to do with my changes. So I am going to go > ahead and push my changes > > > > -- > st...@hibernate.org > http://hibernate.org > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jbo

[hibernate-dev] metamodel development progress tracker

2012-07-19 Thread Strong Liu
which is needed to do more work, for example, integrated with persister. thanks - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman

Re: [hibernate-dev] merge master into metamodel branch, again :)

2012-07-19 Thread Strong Liu
;> >> +1 >> > > -- > st...@hibernate.org > http://hibernate.org - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] JPA 2.1 progress

2012-07-17 Thread Strong Liu
at Steve calls the CompositeIndex. After > the configuration phase is > over the index is discarded. > > In the long run it would be good if we could store the index and load it on > startup. > > My 0.02$, > Hardy > ___ &g

Re: [hibernate-dev] JPA 2.1 progress

2012-07-17 Thread Strong Liu
s.xml.mocker.IndexBuilder#mappingMetadataComplete -- Strong Liu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, July 17, 2012 at 3:06 AM, Steve Ebersole wrote: > Strong, I forgot to mention that Jason completely agrees that changes to > Jandex are needed. I agreed to protot

Re: [hibernate-dev] merge master into metamodel branch, again :)

2012-07-16 Thread Strong Liu
is actually up-to-date with the > latest available specs (and actually a little bit ahead of the latest > available spec draft after this week). So again, all-in-all I still do not > foresee the need for a 4.2 at this time. agree, don't foresee any needs to do a 4.2 release &g

Re: [hibernate-dev] H4 mapping xsd question

2012-07-16 Thread Strong Liu
d try to minimize it >> as much as possible. >> Provided your suggested change still allows to parse existing mapping >> documents I don't see why we should >> not make our code easier to write. >> >> --Hardy >> >>

[hibernate-dev] merge master into metamodel branch, again :)

2012-07-15 Thread Strong Liu
x27;m voluntarily to do this . WDYT? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 4.1.5.SP1 Released

2012-07-12 Thread Strong Liu
http://in.relation.to/Bloggers/HibernateORM415SP1Release There is a blocker issue (https://hibernate.onjira.com/browse/HHH-7447) I found in the 4.1.5.Final, so here it is, a new SP1 release :D sorry for the inconvenient - Best Regards, Strong Liu http://about.me

[hibernate-dev] Hibernate ORM 4.1.5 just released

2012-07-12 Thread Strong Liu
see http://in.relation.to/Bloggers/HibernateORM415Release for more details as said in the blog, this release is really a community achievement, most of work are done by the community, you are awesome, thanks. - Best Regards, Strong Liu http://about.me/stliu/bio

Re: [hibernate-dev] H4 mapping xsd question

2012-07-10 Thread Strong Liu
is part of it and you need to cast. Probably another spot where we need to do > some manual changes. > > --Hardy - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] how to get an EntityBinding by class name?

2012-07-06 Thread Strong Liu
a many-to-one > correspondence (*a* single Class might reference multiple entity mappings). > > On 07/06/2012 04:28 AM, Strong Liu wrote: >> Hi, >> >> having a question as $subject. >> >> the return element >> (org.hibernate.internal.jaxb.mapping.hbm.

[hibernate-dev] H4 mapping xsd question

2012-07-06 Thread Strong Liu
t xsd. at least I could not find how to get this query text form org.hibernate.internal.jaxb.mapping.hbm.JaxbSqlQueryElement not a xsd guy, can someone take a look? SELECT org.NAME FROM ORGANIZATION org - Best Regards, Strong Liu

[hibernate-dev] how to get an EntityBinding by class name?

2012-07-06 Thread Strong Liu
this. - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate.next version and AS 7.2 community release...

2012-06-28 Thread Strong Liu
ect and process approach we currently use. > >> Plus, you're suggesting we re-wire dependencies in other modules too >> right? (like Search) > > Absolutely! > > --hardy > ___________ > hibernate-dev mailing list > hibernate-dev@lis

Re: [hibernate-dev] Jira / GitHub

2012-06-28 Thread Strong Liu
ss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-13 Thread Strong Liu
of things are > "great and easy to use" in early phases and/or prototyping. > > > -- > st...@hibernate.org > http://hibernate.org > ___ > hibernate-dev mailing list > hibernate-dev@lists.

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-11 Thread Strong Liu
point-of-view. > > > On Sun 10 Jun 2012 09:04:36 PM CDT, Strong Liu wrote: >> >> On Jun 8, 2012, at 9:20 PM, Steve Ebersole wrote: >> >>> I am done with consolidating src/matrix into src/test and merging master >>> into metamodel. Everything seems to

Re: [hibernate-dev] master->metamodel and matrix/test consolidation

2012-06-10 Thread Strong Liu
asks" now runs all test cases on the target DB? > > > -- > st...@hibernate.org > http://hibernate.org > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org &

[hibernate-dev] new metamode development status

2012-06-05 Thread Strong Liu
ister integration 3. test results - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] lock timeout support

2012-06-01 Thread Strong Liu
On Jun 1, 2012, at 7:44 PM, Steve Ebersole wrote: > > On Fri 01 Jun 2012 05:27:12 AM CDT, Strong Liu wrote: >> Hi there, >> >> I'm working on this >> org.hibernate.ejb.test.lock.LockTest#testFindWithPessimisticWriteLockTimeoutException >> test, i

[hibernate-dev] lock timeout support

2012-06-01 Thread Strong Liu
eout if the underlying Db doesn't support it? - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 4.1.4 Released

2012-05-31 Thread Strong Liu
As usual, please check out the blog http://in.relation.to/Bloggers/HibernateORM414Release - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] Jira issues gone!?

2012-05-21 Thread Strong Liu
ons, and all seems right.. but I likely > missed something. > > On 21 May 2012 14:21, Steve Ebersole wrote: >> I do not experience a problem creating issues at all, so cannot say. >> >> On Mon 21 May 2012 03:19:25 AM CDT, Strong Liu wrote: >>> yeah, just send out

Re: [hibernate-dev] [OGM] Hibernate version used in OGM

2012-05-21 Thread Strong Liu
> hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev - Best Regards, Strong Liu http://about.me/stliu/bio ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

  1   2   3   >