[hibernate-dev] Critical bug in 3.2.4.ga inserting rows with identy columns

2007-05-11 Thread Gail Badner
Running the unit tests using MySQLInnoDBDialect found 6 failures and 205 errors. There were 200 occurrences of the string No value specified for parameter in the XML output. I believe that this is caused by a bug introduced by the fix for HHH-2301. Please see

Re: [hibernate-dev] please review HHH-2962

2008-01-09 Thread Gail Badner
Hi Julius, Thanks for the test case. I've indicated that the test case was received for the issue, so now the status is set to Open. Gail Julius Stroffek wrote: Hi All, I have attached a patch also with a test case for HHH-2962 and since I do not have enough rights in JIRA to change the

Re: [hibernate-dev] Hibernate 3.2.6.ga as maven artifact?

2008-02-19 Thread Gail Badner
problems with deletes and merges. The fix for HHH-2936/HHH-2795 does not resolve these issues. Gail Badner Steve Ebersole wrote: The hibernate team currently do not push stuff to the maven repos. This will change with 3.3, as you know ;) On Feb 17, 2008, at 5:47 AM, Hardy Ferentschik wrote

Re: [hibernate-dev] HIbernate Behavior Persisting Lists.

2008-04-16 Thread Gail Badner
This is clearly spelled out in the reference documentation. If you still have questions, please post them on the user forum at http://forum.hibernate.org/ . Gail Wesley Forti wrote: Hi I´d like to know how hibernate manage list persistene. Let me explain. I have a Table in my DB and a List

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Gail Badner
Hi Tomasz, I broke the envers build with my checkin for HHH-2762 a couple of days ago. I just fixed it so you should be able to compile now Thanks, Gail Tomasz Blachowicz wrote: Hey Hardy, It helped indeed :) Thanks a lot. However I'm stuck with compilation error while building Envers

Re: [hibernate-dev] release

2010-03-10 Thread Gail Badner
/documentation/manual/target/docbook/staging [INFO] [jdocbook:translate {execution: default}] Gail Badner wrote: Just to let you know, I'm making preparations for 3.5.0-CR-3. -- Gail Hardy Ferentschik wrote: Well, there are still a few code changes and if you tar up all the different

[hibernate-dev] Problems deploying 3.5.2-Final

2010-05-13 Thread Gail Badner
When I executed mvn deploy, I got: [WARNING] Entry: hibernate-distribution-3.5.2-Final/project/cache-ehcache/src/test/java/org/hibernate/cache/EhCacheTest.java longer than 100 characters. [INFO] [ERROR] BUILD ERROR

Re: [hibernate-dev] Problems deploying 3.5.2-Final

2010-05-13 Thread Gail Badner
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) What version should I be using? Steve Ebersole wrote: Which maven version are you using? On Thu, 2010-05-13 at 01:48 -0700, Gail Badner wrote: When I executed mvn deploy, I got: [WARNING] Entry: hibernate-distribution-3.5.2-Final

[hibernate-dev] Hibernate Core 3.5.2-Final released

2010-05-14 Thread Gail Badner
The 3.5.2-Final release is available for use. See http://in.relation.to/Bloggers/Hibernate352FinalRelease for details. Enjoy! Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] JIRA issues to be fixed for core 3.5.3

2010-06-14 Thread Gail Badner
We are planning to release Hibernate core 3.5.3 on Wednesday this week (6/16/10). If you are working on issues for 3.5.3, then please change the fix version from 3.5.x to 3.5.3. If your fix is relevant to both Branch_3_5 and trunk (3.6), then please commit your fix to both branches and make

Re: [hibernate-dev] Missing artifacts building hibernate-core 3.6.1-Final

2011-02-03 Thread Gail Badner
repo, using the -C option means it will be checked and rejected. You might not be hitting this case but thought I would mention it. On Wed, 2011-02-02 at 20:36 -0800, Gail Badner wrote: I need to get some rest. I'll pick this up tomorrow. I'm getting the following: [INFO

[hibernate-dev] Error building Entity Manager documentation

2011-02-03 Thread Gail Badner
I'm getting this error: java.lang.IllegalStateException: basedir /NotBackedUp/gbadner/git/hibernate-core-3.6.1-Final/entitymanager/src/main/docbook/en/images does not exist After creating the missing directory, the doc builds successfully. I'm not sure where the bug is. Is it really because

[hibernate-dev] Hibernate Core 3.6.1-Final Release

2011-02-03 Thread Gail Badner
http://in.relation.to/Bloggers/Hibernate361FinalRelease ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] [Fwd: Re: UserType.nullSafeSet() and nullSafeGet() in H4]

2011-02-23 Thread Gail Badner
on Friday. Cheers, Gail Original Message Subject:Re: [hibernate-dev] UserType.nullSafeSet() and nullSafeGet() in H4 Date: Fri, 18 Feb 2011 16:50:21 -0600 From: Steve Ebersole st...@hibernate.org Organization: http://hibernate.org To: Gail Badner gbad...@redhat.com

Re: [hibernate-dev] JBoss logging changes

2011-03-08 Thread Gail Badner
Just a heads up that there was a compile error. I created HHH-5995 and fixed it, so if you get this error, please do a git pull to get the fix. Gail Badner wrote: I pulled in the changes and I'm getting a compile error: /NotBackedUp/gbadner/git/hibernate-core-master-exact-really/hibernate

[hibernate-dev] Hibernate Core 3.6.2-Final

2011-03-09 Thread Gail Badner
/hibernate/files/hibernate3/3.6.2.Final/ More details will be provided tomorrow in Steve's blog about the 4.0.0.alpha1 release. Cheers Gail Badner ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate

[hibernate-dev] Entity, MappedSuperclass, and Embeddable

2011-04-25 Thread Gail Badner
There is a discussion about XML overriding rules in Section 12.2 of the JPA 2.0 spec. Are the following overrides possible? 1) Can an @Entity annotation be overridden using XML mapped-superclass or embeddable? 2) Can a @Mappedsuperclass annotation be overridden using XML entity or embeddable?

Re: [hibernate-dev] Building a SessionFactory

2011-04-26 Thread Gail Badner
I was getting lost trying to follow this email thread, IRC logs, private conversations, and the confusion due to a typo, so I created a gist page (https://gist.github.com/943347). I've tried to summarizes the alternatives and added a couple of my own. I've also included some open questions

[hibernate-dev] Metamodel Tasks

2011-04-30 Thread Gail Badner
I've listed all the metamodel tasks that I know of at: https://gist.github.com/948758 . I have not broken them down by release Not all tasks have JIRA issues yet, and I forgot to break them down by release. I'll take care of that after getting some feedback. I'll be online again in 4 hours or

[hibernate-dev] Hibernate Core 3.6.4.Final

2011-05-05 Thread Gail Badner
http://in.relation.to/Bloggers/HibernateCore364Final ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Clarification of Attribute/Value bindings

2011-05-19 Thread Gail Badner
In the new metamodel code, it appears that both Attribute and Value bindings are modelled using AttributeBinding. The places I've seen references to Value bindings (EntityIdentifier, Discriminator) don't necessarily have a domain representation. I'm working on @IdClass, and this an example

[hibernate-dev] Configuration as data for generating metamodel

2011-05-23 Thread Gail Badner
I've been thinking about how we can have the metamodel API in place in time for the 4.0.0.beta1. One alternative is to use a fully built o.h.cfg.Configuration to provide the data for generating the new metamodel. This is obviously not what we would want in the end, but in the near term it

Re: [hibernate-dev] Configuration as data for generating metamodel

2011-05-23 Thread Gail Badner
-dev@lists.jboss.org, Gail Badner gbad...@redhat.com Sent: Monday, May 23, 2011 1:51:30 AM Subject: Re: [hibernate-dev] Configuration as data for generating metamodel Hi, I don't see what we would gain by this. In fact I don't know how you want to do this. The way forward is the new metamodel

[hibernate-dev] Hibernate Core 3.6.5-Final Release

2011-06-08 Thread Gail Badner
Please see http://in.relation.to/Bloggers/HibernateCore365Final for details. Gail Badner g...@hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Processing mapping information followup

2011-06-13 Thread Gail Badner
Components and properties (as in properties) can have embedded to-one associations. Would these be processed during 4 (attribute), with any embedded associations deferred until 5 (associations)? What about value collections? Would they be included in 4 (attributes)? - Original Message

Re: [hibernate-dev] Processing mapping information followup

2011-06-16 Thread Gail Badner
What about Class fields in the binding model? For example, EntityBinding has: private Class entityPersisterClass; Should this field really be a class name? - Original Message - From: Steve Ebersole st...@hibernate.org To: Max Rydahl Andersen max.ander...@redhat.com Cc:

Re: [hibernate-dev] EntityBindingState

2011-06-21 Thread Gail Badner
I wondered the same. That's what it was doing when I started working on the code. It seemed convoluted to me, but I figured there was a reason for it. Go ahead and change it as you see fit. Gail - Original Message - From: Steve Ebersole st...@hibernate.org To:

Re: [hibernate-dev] metamodel thoughts

2011-06-23 Thread Gail Badner
1) is very much how I envisioned the state objects to be used (e.g., data processed from a particular source that initializes an implementation of a common state interface). I like what you proposed for 2), however I would like to see bindings that are immutable, at least after being built. I

[hibernate-dev] Hibernate Core 3.6.7.Final release

2011-08-17 Thread Gail Badner
http://in.relation.to/Bloggers/HibernateCore367FinalRelease Regards, Gail Badner g...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] JPA 2 spec excerpts about @PrimaryKeyJoinColumn and derived identities

2011-08-24 Thread Gail Badner
I'm sending these excerpts separately, rather than cluttering up Emmanuel's thread. Regards, Gail 11.1.40 PrimaryKeyJoinColumn Annotation The PrimaryKeyJoinColumn annotation specifies a primary key column that is used as a foreign key to join to another table. The PrimaryKeyJoinColumn

Re: [hibernate-dev] On @OneToOne(optional=true) and @PrimaryKeyJoinColumn

2011-08-24 Thread Gail Badner
@NotFound is Hibernate-specific, isn't it? Is there anything in the JPA 2 spec that covers this functionality? Since the default for @OneToOne is optional=true, it doesn't seem right that it always be implicitly applied with @PrimaryKeyJoinColumn, unless optional=false is explicitly specified.

Re: [hibernate-dev] Using AS7 prepared Statement caching and Hibernate 4.0.0.Beta4 + 4.0.0.Beta5

2011-09-20 Thread Gail Badner
Here are two logs that should help track down the problem if it is in Hibernate: - org.hibernate.engine.jdbc.internal.JdbcResourceRegistryImpl (trace) - org.hibernate.SQL (debug). Gail - Original Message - From: Scott Marlow smar...@redhat.com To: hibernate-dev@lists.jboss.org, Jeremy

Re: [hibernate-dev] Using AS7 prepared Statement caching and Hibernate 4.0.0.Beta4 + 4.0.0.Beta5

2011-09-21 Thread Gail Badner
It is happening on an entity load, so I was assuming that it was not any of the cases mentioned where Hibernate holds onto a PreparedStatement. - Original Message - From: Steve Ebersole st...@hibernate.org To: hibernate-dev@lists.jboss.org Sent: Wednesday, September 21, 2011 10:20:50

[hibernate-dev] Hibernate and Eclipse

2011-09-30 Thread Gail Badner
There have been a couple of comments about problems with eclipse integration with Hibernate 3.6.7: - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#comment21925 - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#comment22031 I don't use Eclipse myself. Does anyone have an

[hibernate-dev] Which dialect should I work on for test failures

2011-10-11 Thread Gail Badner
I can work on some of the test failures today. Which dialect should I look at? Regards, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Which dialect should I work on for test failures

2011-10-12 Thread Gail Badner
Just to let you know, I didn't get to this yet. Gail - Original Message - From: Strong Liu st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: hibernate-dev@lists.jboss.org Sent: Tuesday, October 11, 2011 7:52:53 PM Subject: Re: [hibernate-dev] Which dialect should I work

[hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Details at: http://hudson.qa.jboss.com/hudson/job/hibernate-core-master/221/testReport/junit/org.hibernate.test.cache.infinispan.collection/InvalidatedTransactionalTestCase/testEvict/ In case you don't have access, I've copied the test report to: http://pastebin.com/Fm2QwxAH Please let me know

[hibernate-dev] Needed for 4.0.0.CR5?

2011-10-12 Thread Gail Badner
A couple of new issues were opened today that seem important enough to consider for 4.0.0.CR5. Not sure there's any time left to do this, but here they are: HHH-6727 (serializing an EntityManager should include enough information to later be unserialized with re-association to existing

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
I'm able to repro this failure on my laptop. In addition, testRemove, testRemoveAll, and testEvictAll are also failing on my laptop. - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: hibernate-dev@lists.jboss.org Sent: Wednesday

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Badner gbad...@redhat.com Cc: Steve Ebersole st...@hibernate.org, hibernate-dev@lists.jboss.org Sent: Wednesday, October 12, 2011 3:22:23 PM Subject: Re: [hibernate-dev] Is anyone looking at the infinispan test regression? On 12 October 2011 23:19, Gail Badner gbad...@redhat.com wrote: I'm

Re: [hibernate-dev] Is anyone looking at the infinispan test regression?

2011-10-12 Thread Gail Badner
Hi Steve, Does this reproduce for you? I was thinking it would be a blocker if it interferes with releasing 4.0.0.CR5. If it doesn't reproduce for you, I'm OK with waiting until after 4.0.0.CR5 and 3.6.8 are released. WDYT? Gail - Original Message - From: Gail Badner gbad

Re: [hibernate-dev] Needed for 4.0.0.CR5?

2011-10-13 Thread Gail Badner
- Original Message - From: Scott Marlow smar...@redhat.com To: Gail Badner gbad...@redhat.com Cc: hibernate-dev@lists.jboss.org Sent: Thursday, October 13, 2011 9:53:23 AM Subject: Re: [hibernate-dev] Needed for 4.0.0.CR5? On 10/12/2011 06:12 PM, Gail Badner wrote: A couple

Re: [hibernate-dev] HHH-6726 LONG and LONG RAW column types in Oracle

2011-10-14 Thread Gail Badner
column types in Oracle Welcome Community! I have just subscribed to the list and wanted to discuss HHH-6726 JIRA issue. Gail Badner wrote (http://lists.jboss.org/pipermail/hibernate-dev/2011-October/007208.html): HHH-6726 (Oracle : map TextType to clob and ImageType to blob) https

Re: [hibernate-dev] HHH-6726 LONG and LONG RAW column types in Oracle

2011-10-17 Thread Gail Badner
. If there is no similar test using clob/blob, it would be a good idea to add one. - Original Message - From: Łukasz Antoniak lukasz.anton...@gmail.com To: Strong Liu st...@hibernate.org Cc: Scott Marlow smar...@redhat.com, Gail Badner gbad...@redhat.com, hibernate-dev@lists.jboss.org

[hibernate-dev] Hibernate Core 3.6.8.Final released

2011-10-27 Thread Gail Badner
Hibernate Core 3.6.8.Final has just been released. Please see http://in.relation.to/Bloggers/HibernateCore368FinalRelease for details. Regards, Gail Badner gbad...@hibernate.org http://hibernate.org http://github.com/gbadner ___ hibernate-dev mailing

[hibernate-dev] Hibernate Core 4.0.0.CR5 Released

2011-10-27 Thread Gail Badner
Hibernate Core 4.0.0.CR5 has just been released. Please see http://in.relation.to/Bloggers/HibernateCore400CR5Release for details. Regards, Gail Badner gbad...@hibernate.org http://hibernate.org http://github.com/gbadner ___ hibernate-dev mailing list

Re: [hibernate-dev] meeting tomorrow

2011-11-08 Thread Gail Badner
I also won't make the meeting. +1 for going Final. Gail - Original Message - From: Steve Ebersole st...@hibernate.org To: Emmanuel Bernard emman...@hibernate.org Cc: hibernate-dev@lists.jboss.org Sent: Monday, November 7, 2011 7:56:52 AM Subject: Re: [hibernate-dev] meeting tomorrow

[hibernate-dev] Negative value returned by BaseRegion.getTimeOut(); Inconsistent UpdateTimestamps cache hit/put counts

2011-11-10 Thread Gail Badner
I'm looking into the CMTTest.testConcurrentCachedDirtyQueries() failure, which involves an unexpected second-level cache hit. This test is skipped when using H2, so this failure was overlooked until recently. It turns out that org.hibernate.testing.cache.BaseRegion.getTimeout() returns

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Gail Badner
I am also seeing this, but not just when running in Intellij IDE. I'm also seeing it when running from the command line. Gail - Original Message - From: Strong Liu st...@hibernate.org To: Sanne Grinovero sa...@hibernate.org Cc: James Perkins jperk...@redhat.com,

Re: [hibernate-dev] [jboss-as7-dev] Which JBoss Logging version to use in AS and Hibernate Core

2011-11-14 Thread Gail Badner
- evict cache Gail - Original Message - From: Gail Badner gbad...@redhat.com To: Strong Liu st...@hibernate.org Cc: James Perkins jperk...@redhat.com, hibernate-dev@lists.jboss.org, David M. Lloyd david.ll...@redhat.com Sent: Monday, November 14, 2011 4:11:52 AM Subject: Re

[hibernate-dev] Move team meeting 2 hours earlier?

2011-11-14 Thread Gail Badner
I discussed moving the team meeting two hours earlier on Tuesday with some of you. IIRC, Steve E., Strong, and Hardy are OK with this change. That would be at 14:00 UTC (6am Seattle; 8 am Austin/St Louis; 9pm Beijing). Would that work for everyone? If so, should we start 11/15? Thanks, Gail

[hibernate-dev] Pull request for HHH-6865

2011-11-30 Thread Gail Badner
I created a pull request for HHH-6865. IMO, this should be fixed for the next CR. https://hibernate.onjira.com/browse/HHH-6865 https://github.com/hibernate/hibernate-core/pull/232 Please take a look and merge if it looks OK. Thanks, Gail ___

Re: [hibernate-dev] Where is annotation - column name mapped?

2011-12-07 Thread Gail Badner
Hi Paweł, You can get the identifier column names from AbstractEntityPersister.getIdentifierColumnNames() . Regards, Gail - Original Message - From: Paweł Stawicki pawelstawi...@gmail.com To: hibernate-dev@lists.jboss.org Sent: Tuesday, December 6, 2011 4:07:20 PM Subject:

Re: [hibernate-dev] Hibernate Core | Merge to 4.0 | Batcher API removed - what should I use instead?

2011-12-09 Thread Gail Badner
I've updated Hibernate Core Migration Guide : 4.0 to give some details about the changes in batching. I don't see anything in the documentation about hibernate.jdbc.batch.builder, the property that BatchBuilderInitiator uses to specify the BatchBuilder implementation. Should properties used by

[hibernate-dev] org.hibernate.test.locking.LockModeTest failures

2012-01-06 Thread Gail Badner
I pulled from master and now I'm getting 3 test failures for org.hibernate.test.locking.LockModeTest: - testLegacyCriteria() - testLegacyCriteriaAliasSpecific() - testQuery() All fail due to: org.hibernate.testing.junit4.FailureExpectedHandler$FailureExpectedTestPassedException: Test marked as

Re: [hibernate-dev] org.hibernate.test.locking.LockModeTest failures

2012-01-08 Thread Gail Badner
Hi Steve, I was getting these failures using gradle clean test locally. After pulling from master today, the failures are gone. Thanks, Gail - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: hibernate-dev@lists.jboss.org Sent

[hibernate-dev] Minor issues/questions about Hibernate Core/ORM documentation

2012-01-12 Thread Gail Badner
I've uploaded the 4.0.1.Final documentatation to http://docs.jboss.org/hibernate/core/4.0/. Maybe this was already discussed but, should the switch from core to orm affect the URL for the 4.0 documentation (i.e., http://docs.jboss.org/hibernate/orm/4.0/)? Also, I noticed that

Re: [hibernate-dev] Minor issues/questions about Hibernate Core/ORM documentation

2012-01-13 Thread Gail Badner
Jan 2012 03:19:29 AM CST, Hardy Ferentschik wrote: Answers inline On Jan 12, 2012, at 9:50 AM, Gail Badner wrote: I've uploaded the 4.0.1.Final documentatation to http://docs.jboss.org/hibernate/core/4.0/. Maybe this was already discussed but, should the switch from core to orm

Re: [hibernate-dev] Minor issues/questions about Hibernate Core/ORM documentation

2012-01-13 Thread Gail Badner
In case you missed my message... I've kept http://docs.jboss.org/hibernate/core/ as is with 4.0.1.Final documentation and: - added a symbolic link for http://docs.jboss.org/hibernate/orm/ that points to http://docs.jboss.org/hibernate/core/ - updated the symbolic link for

[hibernate-dev] Backports for 3.6.10

2012-01-19 Thread Gail Badner
I've created new issues for backporting fixes for 3.6.10. Please take a look at: https://hibernate.onjira.com/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=fixVersion+%3D+%223.6.10%22+AND+project+%3D+HHH I'm not planning to backport dialect-related issues, although I could be talked

Re: [hibernate-dev] Backports for 3.6.10

2012-01-19 Thread Gail Badner
I've added an issue for backporting HHH-6855. I thought it was a good idea to include HHH-6854 so that the backport for HHH-6855 would be tested. Let me know what you decide about HHH-4358. Thanks, Gail - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner

[hibernate-dev] Backport to metamodel branch?

2012-02-07 Thread Gail Badner
Now that we have a git branch for 5.0 work (metamodel), I'm assuming we need to backport to the metamodel branch in addition to master (for 4.1). Or will git auto-magically figure it all out when the metamodel branch is merged into master (whenever that is)? Gail

Re: [hibernate-dev] Backport to metamodel branch?

2012-02-07 Thread Gail Badner
Oh, didn't realize it was a topic branch. OK, no need to backport then. :) - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev@lists.jboss.org Sent: Tuesday, February 7, 2012 9:56:32 PM Subject: Re: [hibernate

[hibernate-dev] org.hibernate.test.discriminator.SimpleInheritanceTest is failing

2012-02-21 Thread Gail Badner
Stacktrace at: http://pastebin.com/Pr2EgwEx ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Pull requests for JIRA issues related to NaturalIdLoadAccess

2012-02-29 Thread Gail Badner
I noticed that Eric Dalquist created some pull requests for JIRA issues related to NaturalIdLoadAccess. These issues are not scheduled for fixing yet. Should they be scheduled for 4.1.1? Is there someone that plans to apply them? Should I do it? Please let me know. Thanks, Gail

Re: [hibernate-dev] immutable can be deleted? and should readonly cache throw exception?

2012-03-09 Thread Gail Badner
The documentation in 12.1.1 is correct. Read-only entities can be created and deleted. Sounds like you can't delete a single entity from the 2nd-level cache though. That sounds like a bug. - Original Message - From: Steve Ebersole st...@hibernate.org To: Strong Liu

[hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
At the team meeting in Austin, I remember discussion about cases where different strategies were needed to process values obtained from annotations and hbm.xml sources. I can't remember if we discussed unsaved values, but it seems to me that this is one case where this is needed. I created a

Re: [hibernate-dev] Meeting

2012-03-29 Thread Gail Badner
I'm mainly working days now, so Thursday 2.5 hours later or 3.5 hours later is fine with me. - Original Message - From: Strong Liu st...@hibernate.org To: Steve Ebersole st...@hibernate.org Cc: hibernate-dev@lists.jboss.org Sent: Wednesday, March 28, 2012 7:06:31 PM Subject: Re:

Re: [hibernate-dev] Unsaved values

2012-03-29 Thread Gail Badner
/hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java#L218 - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Thursday, March 29, 2012 8:51:13 AM Subject: Re

Re: [hibernate-dev] Unsaved values

2012-03-30 Thread Gail Badner
Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Friday, March 30, 2012 8:08:20 AM Subject: Re: [hibernate-dev] Unsaved values unsaved-value is tricky in many ways. In case anyone

[hibernate-dev] HHH-7265/HSEARCH-1087 ConcurrentModificationException

2012-04-25 Thread Gail Badner
Scott has verified that the failure he is seeing involves 2 synchronizations. The first is from EntityManagerImpl and the second is HSearch. The problem is that the EntityManagerImpl (anonymous) Synchronization.afterCompletion() closes the session, which in turn, calls

Re: [hibernate-dev] HSEARCH-1084 build failed

2012-04-25 Thread Gail Badner
I created a pull request: https://github.com/hibernate/hibernate-search/pull/280 Gail - Original Message - From: Sanne Grinovero sa...@hibernate.org To: Nicolas Helleringer nicolas.hellerin...@gmail.com Cc: hibernate-dev@lists.jboss.org Sent: Wednesday, April 25, 2012 3:16:56 AM

[hibernate-dev] New pull request for HHH-7265 (ConcurrentModificationException)

2012-05-01 Thread Gail Badner
I created a new pull request for master. https://github.com/hibernate/hibernate-orm/pull/322 I have not created a pull request for metamodel yet, but I believe the only difference from the master pull request would be: - SessionBuilderImplementor.owner(SessionOwner) would be moved into

Re: [hibernate-dev] metamodel work

2012-05-18 Thread Gail Badner
Hi Steve, That's great that we can use the mapping files as-is for both -Dhibernate.test.new_metadata_mappings=true and =false settings. There are already some tests that hard-code configuring USE_NEW_METADATA_MAPPINGS=true and that have the new-style: hibernate-mapping

Re: [hibernate-dev] metamodel work

2012-05-22 Thread Gail Badner
: Gail Badner gbad...@redhat.com To: Steve Ebersole st...@hibernate.org Cc: hibernate-dev@lists.jboss.org Sent: Friday, May 18, 2012 2:51:27 PM Subject: Re: [hibernate-dev] metamodel work Hi Steve, That's great that we can use the mapping files as-is for both

Re: [hibernate-dev] metamodel work

2012-05-22 Thread Gail Badner
I remember you mentioning that we may keep Configuration for a short time bridge. It seems to me that we would want a way to switch tests between the different sources of metadata. - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc

Re: [hibernate-dev] metamodel work

2012-05-23 Thread Gail Badner
- Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev@lists.jboss.org, Hardy Ferentschik ha...@hibernate.org Sent: Wednesday, May 23, 2012 11:14:09 AM Subject: Re: [hibernate-dev] metamodel work On Wed 23

Re: [hibernate-dev] metamodel work

2012-05-23 Thread Gail Badner
- Original Message - From: Gail Badner gbad...@redhat.com To: Steve Ebersole st...@hibernate.org Cc: Hibernate hibernate-dev@lists.jboss.org, Hardy Ferentschik ha...@hibernate.org Sent: Wednesday, May 23, 2012 11:25:16 AM Subject: Re: [hibernate-dev] metamodel work

Re: [hibernate-dev] Length of test methods

2012-05-25 Thread Gail Badner
- Original Message - From: Hardy Ferentschik ha...@hibernate.org To: Hibernate hibernate-dev@lists.jboss.org Sent: Friday, May 25, 2012 8:08:07 AM Subject: [hibernate-dev] Length of test methods Hi, looking at some metamodel test code today I found a test method 'doTest' w/ 200

Re: [hibernate-dev] metamodel development progress tracker

2012-07-23 Thread Gail Badner
Sorry I haven't gotten to this. I needed to figure out what was causing test failures using the new metamodel after merging from master. I've also got composite attribute bindings processed by the persisters and pushed to the metamodel branch. I'll update this document on Tuesday. Regards,

[hibernate-dev] Test failures when entity name is mapped

2012-07-25 Thread Gail Badner
I'm seeing 2 test failures using the new metamodel for tests that were passing in commit 787ab27d459a385411d3bf6ae0adfb9682898aa1. The tests are: org.hibernate.test.entityname.EntityNameFromSubClassTest org.hibernate.test.iterate.IterateTest Both of these tests are mapped using hbm.xml with

Re: [hibernate-dev] Test failures when entity name is mapped

2012-07-25 Thread Gail Badner
Hi Gunnar, Thanks for mentioning git-bisect. I'll give it a try. Gail - Original Message - From: Gunnar Morling gun...@hibernate.org To: Steve Ebersole st...@hibernate.org, Gail Badner gbad...@redhat.com Cc: hibernate-dev@lists.jboss.org hibernate-dev hibernate-dev@lists.jboss.org

Re: [hibernate-dev] Metamodel tests

2012-07-30 Thread Gail Badner
This is due to HHH-6566 (Create and drop SQL is not exported for PersistentIdentifierGenerator objects). - Original Message - From: Steve Ebersole st...@hibernate.org To: Strong Liu st...@hibernate.org Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Sunday, July 29,

Re: [hibernate-dev] Metamodel tests

2012-07-31 Thread Gail Badner
Strong mentioned that was fixed by HHH-7472, so I resolved HHH-6566 as a duplicate. - Original Message - From: Strong Liu st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Steve Ebersole st...@hibernate.org, Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent

[hibernate-dev] Unit test failures using the new metamodel

2012-08-01 Thread Gail Badner
I'm seeing the following failures using hibernate.test.new_metadata_mappings=true that appear to be regressions: - org.hibernate.jpa.test.connection.DataSourceInjectionTest fails (also fails using the old metadata); - org.hibernate.test.annotations.lob.LobTest.testSerializableToBlob -

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-02 Thread Gail Badner
- Original Message - From: Hardy Ferentschik ha...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Wednesday, August 1, 2012 11:26:40 PM Subject: Re: [hibernate-dev] Unit test failures using the new metamodel

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-02 Thread Gail Badner
- org.hibernate.test.criteria.ComplexJoinAliasTest FAILED Are these expected to fail as well (rather than a regression)? Thanks, Gail - Original Message - From: Gail Badner gbad...@redhat.com To: Hardy Ferentschik ha...@hibernate.org Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - From: Hardy Ferentschik ha...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Thursday, August 2, 2012 11:54:33 PM Subject: Re: [hibernate-dev] Unit test failures using the new metamodel Hi

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - From: Hardy Ferentschik ha...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Friday, August 3, 2012 4:39:31 AM Subject: Re: [hibernate-dev] Unit test failures using the new metamodel On 3 Jan

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
- Original Message - From: John Verhaeg jverh...@redhat.com To: Hardy Ferentschik ha...@hibernate.org Cc: Gail Badner gbad...@redhat.com, Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Friday, August 3, 2012 2:21:02 PM Subject: Re: [hibernate-dev] Unit test failures

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-03 Thread Gail Badner
...@redhat.com To: Hardy Ferentschik ha...@hibernate.org Cc: Gail Badner gbad...@redhat.com, Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Friday, August 3, 2012 2:21:02 PM Subject: Re: [hibernate-dev] Unit test failures using the new metamodel On Aug 3, 2012, at 6:39 AM, Hardy

Re: [hibernate-dev] Unit test failures using the new metamodel

2012-08-07 Thread Gail Badner
- Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hardy Ferentschik ha...@hibernate.org, Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Monday, August 6, 2012 7:02:54 AM Subject: Re: [hibernate-dev] Unit test failures

Re: [hibernate-dev] Test success may not mean functionality is correct

2012-08-10 Thread Gail Badner
AFAIK, joined inheritance and one-to-one are not implemented. - Original Message - From: Hardy Ferentschik ha...@hibernate.org To: Steve Ebersole st...@hibernate.org Cc: Gail Badner gbad...@redhat.com, Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Thursday, August 9

Re: [hibernate-dev] SchemaManagementTool / Exportable

2012-08-10 Thread Gail Badner
+1 - Original Message - From: Strong Liu st...@hibernate.org To: Steve Ebersole st...@hibernate.org Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Thursday, August 9, 2012 9:15:32 PM Subject: Re: [hibernate-dev] SchemaManagementTool / Exportable +1 On Aug 10,

Re: [hibernate-dev] Jira issue links

2012-09-04 Thread Gail Badner
- Original Message - From: Steve Ebersole st...@hibernate.org To: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Tuesday, September 4, 2012 1:16:55 PM Subject: [hibernate-dev] Jira issue links Saw something pretty cool today in Jira. Not sure when it was added, but

[hibernate-dev] Failing unit tests on metamodel branch

2012-10-08 Thread Gail Badner
I'm seeing a bunch of core unit test failures on metamodel branch. Is anyone looking into these? org.hibernate.test.ops.SaveOrUpdateTest testEvictThenSaveOrUpdate FAILED java.lang.AssertionError at SaveOrUpdateTest.java:467 org.hibernate.test.discriminator.DiscriminatorTest

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

2012-10-09 Thread Gail Badner
week (especially in the discriminator area) that exposed the issue. Should @FailureExpectedWithNewMetamodels be added, or can we hold off shortly until 7663 is addressed? - Original Message - From: Gail Badner gbad...@redhat.com To: Hibernate hibernate-dev hibernate-dev

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

2012-10-09 Thread Gail Badner
See below... - Original Message - From: Gail Badner gbad...@redhat.com To: Strong Liu st...@hibernate.org Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org Sent: Tuesday, October 9, 2012 5:22:37 PM Subject: Re: [hibernate-dev] Failing unit tests on metamodel branch Brett

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

2012-10-30 Thread Gail Badner
I see that AssociationType.isEmbeddedInXML() is no longer used anywhere. Is this left over from EntityMode.DOM4J? If so, should I go ahead and remove AssociationType.isEmbeddedInXML() and its implementation from metamodel branch? Regards, Gail ___

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

2012-11-09 Thread Gail Badner
fix those. Regards, Gail - Original Message - From: Steve Ebersole st...@hibernate.org To: Gail Badner gbad...@redhat.com Cc: Hibernate hibernate-dev hibernate-dev@lists.jboss.org, Strong Liu st...@hibernate.org Sent: Thursday, November 8, 2012 7:20:38 PM Subject: Re: [hibernate-dev

  1   2   3   4   5   6   >