RE: [hibernate-dev] Does anybody read this list? Esp Steve

2006-08-10 Thread Steve Ebersole
Bernard [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:19 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Does anybody read this list? Esp Steve OK so you intentionally do not reply to my emails ;-) Steve Ebersole wrote: I still read both

[hibernate-dev] RE: [Hibernate] Session.replicate() into IDENTITY table ?

2006-08-11 Thread Steve Ebersole
StatelessSession has nothing to do with lack of a transaction! - meaning StatelessSession operates in a transaction exactly as does Session... -Original Message- From: Darryl Miles [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 3:13 AM To: Steve Ebersole Cc: hibernate-devel

RE: [hibernate-dev] Namespaces for DOM4J Entity Mode

2006-08-15 Thread Steve Ebersole
Yes, I think this is something that is needed to round out the dom4j entity mode support. We will eventually need this in diff format if you want us to be able to apply it to the code base... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen

RE: [hibernate-dev] new build script

2006-08-16 Thread Steve Ebersole
No, not really; although it could. I was trying to save the whole copy step... -Original Message- From: Max Andersen Sent: Wednesday, August 16, 2006 10:16 AM To: Emmanuel Bernard; Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] new build script On Wed, 16

RE: [hibernate-dev] New build structure

2006-08-17 Thread Steve Ebersole
Well the exceptions can get thrown (and wrapped) back to the clients... -Original Message- From: Max Andersen Sent: Thursday, August 17, 2006 2:04 PM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] New build structure On Thu, 17 Aug 2006 20:45:34 +0200

RE: [hibernate-dev] Possible to confirm that versioning is broken forPersistentSets?

2006-08-24 Thread Steve Ebersole
Sorry, I must have missed the patch implementing the fix. Where do I find that again? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Moore Sent: Thursday, August 24, 2006 1:25 PM To: hibernate-dev@lists.jboss.org Subject: [hibernate-dev] Possible

RE: [hibernate-dev] Possible to confirm that versioning is broken forPersistentSets?

2006-08-31 Thread Steve Ebersole
for these update and deletes when they are batched (no idea why...). unknown is not considered a failure... -Original Message- From: Steve Ebersole Sent: Thursday, August 31, 2006 8:43 AM To: 'Josh Moore' Cc: hibernate-dev@lists.jboss.org Subject: RE: [hibernate-dev] Possible to confirm

[hibernate-dev] RE: new SPI for EJB3/Seam

2006-10-02 Thread Steve Ebersole
: Saturday, September 23, 2006 8:27 AM To: Steve Ebersole Cc: hibernate-devel@lists.sourceforge.net Subject: new SPI for EJB3/Seam For truly efficient clustering of extended persistence contexts in the context of Seam or EJB3, we need a way to propagate unflushed changesets. What we need is an SPI like

[hibernate-dev] RE: new SPI for EJB3/Seam

2006-10-04 Thread Steve Ebersole
literally talking EntityUpdateAction ActionQueue entries? -Original Message- From: Gavin King Sent: Wednesday, October 04, 2006 10:05 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: new SPI for EJB3/Seam Right, that's what I thought. My proposal is quite different. It says

[hibernate-dev] Hibernate 3.2.0.cr5 released

2006-10-04 Thread Steve Ebersole
Hibernate 3.2.0.cr5 has just been released and is available from the SourceForge download site at http://sourceforge.net/project/showfiles.php?group_id=40712package_id=1 27784release_id=452973 We decided another CR was needed mainly for two fixes: 1) A fix for the JPA persist on flush event; 2)

RE: [hibernate-dev] Connection proxy error

2006-11-06 Thread Steve Ebersole
Context classloader can be null... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Monday, November 06, 2006 5:54 AM To: hibernate-dev@lists.jboss.org Subject: [hibernate-dev] Connection proxy error Hi Steve, After updating

RE: [hibernate-dev] Connection proxy error

2006-11-06 Thread Steve Ebersole
I committed the fix. Just pointing out that your solution dangerously looks correct... -Original Message- From: Max Andersen Sent: Monday, November 06, 2006 7:28 AM To: Steve Ebersole; hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Connection proxy error On Mon, 06 Nov 2006

[hibernate-dev] Hibernate Core 3.2.1.GA

2006-11-17 Thread Steve Ebersole
I have just released Hibernate Core 3.2.1.GA. This release includes mainly minor bug fixes and enhancements. Of special note: (1) Fixes to various scenarios where an entity would be considered dirty leading to unnecessary updates (2) Performance fixes for both Javassist and CGLIB lazy proxies

RE: [hibernate-dev] [Fwd: hibernate-mysql50-testsuite Build CompletedWith Testsuite Errors]

2006-12-04 Thread Steve Ebersole
I am not really familiar with CruiseControl, so what exactly do you mean by emit? AFAIK, the same box hosts the various runs, correct? So unless there are plans to change that, a lot of effort here seems silly. As far as the extra JDBC metadata, the JDBC driver is *supposed* to make this info

RE: [hibernate-dev] FlushMode.NEVER deprecated

2006-12-04 Thread Steve Ebersole
Thanks for highlighting exactly why FlushMode.NEVER was poorly named ;) I believe you are actually asking for FlushMode.NEVER to actually be migrated to a new semantic. That's not a good idea because it would be confusing for users on an upgrade... -Original Message- From: [EMAIL

[hibernate-dev] Hibernate test suite

2006-12-12 Thread Steve Ebersole
I am just now checking in the reorganization of the Hibernate test suite I have been working on for the last few days. The main piece is the addition of the org.hibernate.junit package in the test source directory. Specifically, tests in the test suite now have two well defined flavors: 1)

[hibernate-dev] RE: Hibernate test suite

2006-12-13 Thread Steve Ebersole
To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: Hibernate test suite It is very strange that copying the file to the lib dir makes things work. I tried to replace where in build.xml jar.driver is set to hsql, but that didn't worked also. Any ideas? Aleksandar Kostadinov wrote: Yeah

RE: [hibernate-dev] Connection release modes

2006-12-13 Thread Steve Ebersole
I don't understand the statement about auto-commit mode connection release. The idea with the implied auto-commit connection release mode is that in the case of auto-commit transaction control, there is really no need to have the same connection for each operation as long as we are not batching

RE: [hibernate-dev] sybase

2006-12-28 Thread Steve Ebersole
I do not have a local Sybase install against which to test. However, that would not surprise me. Can you tell me the tests during which it locks up? -Original Message- From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 1:13 PM To: Steve Ebersole Cc

RE: [hibernate-dev] HibernateExt/metadata split

2007-01-13 Thread Steve Ebersole
As for the how, I can ask Damon; he has previously mentioned that he had a script to automate layout changes within a repo. Since you are talking about a lot of moves as it is, this might also be a good time to move to the proposed directory layout where each project is its own top-level repo

RE: [hibernate-dev] sybase

2007-01-24 Thread Steve Ebersole
What is the isolation of the Sybase JDBC connections? -Original Message- From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 9:21 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] sybase Are you going to do something

RE: [hibernate-dev] sybase

2007-01-24 Thread Steve Ebersole
Also what is the exact Sybase product and version you are using? -Original Message- From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 9:21 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] sybase Are you going

RE: [hibernate-dev] hibernate-announce

2007-01-24 Thread Steve Ebersole
I kept it simply because I am sure there are folks who do not want to subscribe to the dev list but want notifications of releases. If there is another way to do that, then fine (without relying on SF capabilities). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[hibernate-dev] Hibernate Core 3.2.2.GA release

2007-01-24 Thread Steve Ebersole
Hibernate Core 3.2.2.GA has just been released, containing minor bugfixes and enhancements. See the changelog for details: http://opensource.atlassian.com/projects/hibernate/secure/ReleaseNote.js pa?version=10592styleName=TextprojectId=10031Create=Create The release can be downloaded from

[hibernate-dev] test, disregard

2007-02-09 Thread Steve Ebersole
test ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Question regarding DISTINCT

2007-02-19 Thread Steve Ebersole
The in-memory distincting is actually a temporary solution. There are a few JIRA cases making up the ultimate solution. But specifically to your questions, the DISTINCT applied to the query is intended to limit the data transferred by the JDBC driver from server to client, especially on

[hibernate-dev] Re: JBoss Cache and Hibernate Integration

2007-02-22 Thread Steve Ebersole
Brian Stansberry wrote: Sent this out a while back, but the conf call didn't come off due to scheduling issues. Time to try again. How does next Monday, Feb 26 at 10:00 AM EST sound? Once we have an agreed time I'll send out conference call details. Those cc'ed on the mailing lists are

[hibernate-dev] Re: [Fwd: hibernate-pgsql-testsuite Build Completed With Testsuite Errors]

2007-03-22 Thread Steve Ebersole
All those seem pretty reasonable. I'll need to get with some PostgreSQL folks to find out about the LOB support. Everything else looks fairly trivial. Aleksandar Kostadinov wrote: I will leave sybase build until testsuite is able to complete. I've just setup PostgreSQL build. Please let me

[hibernate-dev] Re: hibernate testsuite on DB2 7.2

2007-03-22 Thread Steve Ebersole
IBM product? P... Have fun ;) Seriously, I have no idea. But from (http://www.redbooks.ibm.com/pubs/html/as400/v4r5/ic2924/index.htm?info/db2/rbal1mst141.htm?notoc): quote Handling connection request failures for TCP/IP The main causes for failed connection requests at a DRDA server

[hibernate-dev] Re: hibernate testsuite on DB2 7.2

2007-03-22 Thread Steve Ebersole
It would appear the DDM bit is specific to iSeries/AS400. Is that what you are running the DB2 instance on? Found some more info (did you try a web search?): http://www.aquafold.com/docs-jdbcdrivers-db2.html quote DB2 7.2 JDBC Driver - DB2 7.2 is the database which has the most connection

Re: [hibernate-dev] [Fwd: hibernate-oracle9-testsuite Build Completed With Testsuite Errors]

2007-04-03 Thread Steve Ebersole
Also, is the db2 instance still accessible? My VPN is finally working and I finished the release I was working on, so I'll try to look at all these today. Steve Ebersole wrote: Please send me the server info for the oracle9 instance and the postgresql instance. Are you using the 9i or 10g

[hibernate-dev] Re: JBoss Cache and Hibernate Integration

2007-04-06 Thread Steve Ebersole
So I started breaking out 3.3 as a separate code base on the Hibernate svn trunk. The first thing done was this org.hibernate.cache.Cache splitting. So at this point we now have the ability to be completely free in how we cache entity-data versus collection-data versus query-data versus

Re: [hibernate-dev] Re: JBoss Cache and Hibernate Integration

2007-04-10 Thread Steve Ebersole
Manik can better comment on plans for having separate configurations (e.g. optimistic vs pessimistic, invalidation vs replication) for different regions of the cache. But, I know it's not a soonish thing. That means if you want different behavior for the different types of caches you need

Re: [hibernate-dev] LoadContexts.cleanup() is never called

2007-04-18 Thread Steve Ebersole
Its not ;) It was put there for something I want to do later Gail Badner wrote: Hi, I was looking over the changes in revision 11401 for HHH-2553 and I noticed that a new method, LoadContexts.cleanupCollectionEntries(Set entryKeys), is never called. This is because LoadContexts.cleanup()

[hibernate-dev] Maven migration

2007-05-24 Thread Steve Ebersole
At this point in time, I am relatively happy with my PoC of Maven. So the time has come to migrate. Starting tomorrow (Friday 5/25) I will begin migrating trunk to use the maven stuff I have been working on. For those that have not already seen it, and want to take a sneak peek, the temporary

[hibernate-dev] Re: sybase setup

2007-05-25 Thread Steve Ebersole
1) I would guess that this because of temp tables. Hibernate allows the Dialect to say whether or not the database supports DDL statements within a transaction. Sybase does not override this; the default is to query the JDBC metadata to see whether DDL is allowed within transactions (see links

[hibernate-dev] Re: maven migration

2007-05-25 Thread Steve Ebersole
Ok, all clear. The Hibernate Mavenized project is now checked into trunk. All needed artifacts and plugins should be available from either the central repository or the JBoss repository. Let me know if you run into any issues. On Thu, 2007-05-24 at 14:46 -0500, Steve Ebersole wrote: Ok, I am

Re: [hibernate-dev] Re: maven migration

2007-05-29 Thread Steve Ebersole
On Mon, 2007-05-28 at 19:37 -0400, Emmanuel Bernard wrote: For stupid people like me who don't know how to complete an XML for 2 hours, see at the bottom the changes Steve was talking about. Sorry, I thought the Maven site explains this pretty well and assumed that people would find it pretty

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Steve Ebersole
Mark and I already discussed this. But its a different discussion, since he does not deal with pre-packaged styles... On Mon, 2007-06-04 at 21:38 +0200, Max Rydahl Andersen wrote: one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where

[hibernate-dev] Re: docbook + maven

2007-06-05 Thread Steve Ebersole
On Tue, 2007-06-05 at 09:18 +0200, Stephane Nicoll wrote: I am currently migration our doc on docbook+M2 and I ran in the same issues. Is your plugin freely available? Sure, as of now it is in Hibernate SVN and published to the JBoss Maven repo. Regarding styles, we also use them as

Re: [hibernate-dev] hibernate-oracle9-testsuite Build Completed With Testsuite Errors

2007-06-10 Thread Steve Ebersole
Looks like this test is still unable to connect to the database. [EMAIL PROTECTED] wrote: View results here - http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle9-testsuite?log=log20070610122859 TESTS FAILED Ant Error Message:

Re: [hibernate-dev] Maven and HibernateExt

2007-06-11 Thread Steve Ebersole
Shoot, this has been planned for almost a year now ;) Emmanuel Bernard wrote: Funny, Steve is considering the reorganization of the repository as you speak. I think bot of you agree. I personally don't care as long as you: - don't loose my file history - don't break the work Emmanuel

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Max Rydahl Andersen wrote: Hi Chris and Steve, I took a look at hibernate3 head today because Chris was claiming mvn eclipse:eclipse were broken. The short answer to that is that yes - maybe, it actually works (except for some funny things) I've updated http://hibernate.org/422.html to

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
BTW, have you tried it with the eclipse plugin instead? Speaking with the Maven folks, that is the expected path of IDE integration moving forward (its the reason us IntelliJ users are using the EAP releases). http://m2eclipse.codehaus.org/ Steve Ebersole wrote: Max Rydahl Andersen wrote

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
That's just Maven's term for projects with sub-modules or sub-projects... Max Rydahl Andersen wrote: With respect to eclipse and maven then the maven guys are just great since mvn eclipse:eclipse and the m2 eclipse plugin of course decides to do things differently - basically making them

Re: [hibernate-dev] Maven is not foobar, just fybar

2007-06-13 Thread Steve Ebersole
Which are you talking about? The CLI tool eclipse:eclipse? Usually you need to configure these to linkModules (the the idea:idea term, dunno what eclipse would call it). It basically tell the plugin to create the project with the modules having a source-level dependency on other modules in

[hibernate-dev] contribute

2007-06-15 Thread Steve Ebersole
Anyone familiar with either (a) gnome project planner or (b) fop and want to help out? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Re: contribute

2007-06-15 Thread Steve Ebersole
and maintain it moving forward. For fop, I need some help in regards to the maven plugin for docbook I am writing. Thanks Steve Ebersole wrote: Anyone familiar with either (a) gnome project planner or (b) fop and want to help out? ___ hibernate-dev

Re: [hibernate-dev] Multiple-object batched inserts

2007-08-23 Thread Steve Ebersole
Wanted to point out that a Map keyed by SQL is not sufficient, because that approach would not properly account for self-referential associations (the same SQL). The patch provided for HHH-1 is well thought out in terms of accounting for all association scenarios. It does not, of course,

[hibernate-dev] JIRA + FishEye

2007-09-05 Thread Steve Ebersole
Just wanted to point out that the folks at Atlassian were kind enough to enable and setup the plugin to integrate JIRA and FishEye for us. This can be seen in 2 places: 1) on the project main screen, there is now a FishEye panel for commit information pertaining to the project as a whole 2)

Re: [hibernate-dev] Hibernate as JPA persistence-provider in SAP Netweaver

2007-09-05 Thread Steve Ebersole
On Friday 31 August 2007 01:27:24 am De Silva Jayasinghe, Robin wrote: Hi Steve! We are aware that the Hibernate SessionFactory attempts to obtain a Connection during its construction in order to query the JDBC metadata, yes. I think you may be slightly confused (it seems that way to

Re: [hibernate-dev] Old vs. New Query Translators?

2007-09-05 Thread Steve Ebersole
On Wednesday 05 September 2007 02:14:55 pm James Carman wrote: For new functionality (such as HHH-16), do we need to make sure it works the old way? I added a test case to HqlTest: public void testExplicitJoinOnUnrelatedClasses() { // HHH-16: Explicit joins on unrelated classes

Re: [hibernate-dev] Maven build problem

2007-09-10 Thread Steve Ebersole
This plugin has not had any releases yet. Unfortunately this plugin has caused me a number of issues during this maven migration. In fact it has had two impacts: 1) the need to use this plugin (this is a migration of the org.apache.maven.plugin:maven-antlr-plugin) 2) the need to use a maven

Re: [hibernate-dev] HSQLDialect - sequences - problems with white space

2007-09-10 Thread Steve Ebersole
On Monday 10 September 2007 11:29:36 am David Balazic wrote: (since the mod did not approve my prevoius message, neither did Steve reply, I subscribed and send it again) (I bet 5 seconds after I push SEND, the moderator will approve my pending message and we will have two copies...) Hi! Sorry,

Re: [hibernate-dev] HQL Grammar for ON joins...

2007-09-20 Thread Steve Ebersole
On Thursday 20 September 2007 09:14:47 am James Carman wrote: What do you guys think about this... fromClause : FROM^ { weakKeywords(); } fromRange ( onJoin | pathJoin | COMMA! { weakKeywords(); } fromRange )* ; onJoin : ( ( ( LEFT | RIGHT ) (OUTER)? ) | FULL | INNER )?

Re: [hibernate-dev] HQL Grammar for ON joins...

2007-09-20 Thread Steve Ebersole
On Thursday 20 September 2007 12:20:10 pm James Carman wrote: My point is that the directory structure doesn't match that of the trunk, so it will be very difficult to merge the changes from the HQL_ANTLR_2 branch back in (I'm no SVN expert, so I may be mistaken here).  So, I guess I can copy

[hibernate-dev] hibernate-extras

2007-11-12 Thread Steve Ebersole
) Anyone feel any of the above should remain in the core bundle? Anything else we should move? -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http://jboss.org ___ hibernate-dev mailing

Re: [hibernate-dev] hibernate-extras

2007-11-12 Thread Steve Ebersole
or usable? IMO, the thing that is being missed here is the ideal of open-source, which is that someone with a stake in these WS TM lookups steps up and maintains it. Cheers, Mike Am 12.11.2007 um 22:41 schrieb Steve Ebersole [EMAIL PROTECTED]: Starting with 3.3 I plan on introducing hibernate

Re: [hibernate-dev] hibernate-extras

2007-11-12 Thread Steve Ebersole
is that someone with a stake in these WS TM lookups steps up and maintains it. Agree. Btw, i think that H2Dialect and SybaseAnywhereDialect could be moved too. On Nov 12, 2007 7:14 PM, Steve Ebersole [EMAIL PROTECTED] wrote: On Monday 12 November 2007 04:04:22 pm Michael Plöd wrote: Honestly

Re: [hibernate-dev] hibernate-extras

2007-11-13 Thread Steve Ebersole
version (i.e. new feature set) would in fact be cause for a major version number increment. Potato/potato ;) But later commenters on that thread point this out as well... -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http://jboss.org

Re: [hibernate-dev] hibernate-extras

2007-11-13 Thread Steve Ebersole
responsiblity for maintaining each of these pieces. -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http://jboss.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] ResultCheckStyle.PARAM does not work with PostgreSQL

2007-11-28 Thread Steve Ebersole
to apply to non-active dev branches (i.e. 3.1). Practically we generally know when a patch makes sense to be applied to trunk and 3.2 and do that at the same time. -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http://jboss.org

Re: [hibernate-dev] Running tests with different configurations and different databases

2007-12-04 Thread Steve Ebersole
., junitreport). However, if you are just wanting to develop a test case and not run the whole test suite, you are probably better off using the junit capabilities of your IDE -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http

[hibernate-dev] Source Header

2007-12-07 Thread Steve Ebersole
I just started for centralizing developer- targetted information; it is still in its infancy: http://hibernate.org/436.html -- Steve Ebersole Hibernate Project Lead http://hibernate.org Principal Software Engineer http://redhat.com http://jboss.org

Re: [hibernate-dev] embed-xml=false leaves you stuck

2007-12-12 Thread Steve Ebersole
On Dec 11, 2007, at 8:02 PM, Bill Burke wrote: I was looking at the XML mapping support for Hibernate recently and have some questions/suggestions. One thing that seriously annoyed me was that if you do not have embed-xml=true you can never get access to an association/ relationship in

Re: [hibernate-dev] Can't get trunk version to build

2008-01-29 Thread Steve Ebersole
- Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Can't get trunk version to build

2008-01-29 Thread Steve Ebersole
of the files in source-- I just did a check out, then tried to build. Attached is the core pom. -Matt pom.xml On Jan 29, 2008, at 6:20 AM, Steve Ebersole wrote: Oddly enough those are all set in the dependencyManagement section of the parent pom. Did you change the core pom to not reference

[hibernate-dev] Hibernate 3.2.6.ga released

2008-02-06 Thread Steve Ebersole
?release_id=574498 - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

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

2008-02-18 Thread Steve Ebersole
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

Re: [hibernate-dev] Can't check out code for ver 3.0beta4

2008-02-18 Thread Steve Ebersole
.00564D10%40thoughtworks.com Pramod Biligiri ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL

Re: [hibernate-dev] Maven2 upload of hibernate 3.2.6.ga

2008-02-25 Thread Steve Ebersole
proceed based on common sense? Max. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

Re: [hibernate-dev] Hibernate EntityManager and Annotations bug fix release

2008-03-17 Thread Steve Ebersole
Sounds fine to me. But its Emmanuel's call for these releases. On Mar 17, 2008, at 11:14 AM, Max Bowsher wrote: Steve Ebersole wrote: JBoss as a whole is working with the Maven team (Jason) about setting up synching of all the projects we write to the JBoss repo (http://repository.jboss.org

Re: [hibernate-dev] hibernate-documentation CI job

2008-04-30 Thread Steve Ebersole
, Aleksandar ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

[hibernate-dev] Hibernate Core 3.3.0.CR1

2008-05-02 Thread Steve Ebersole
that a few dependencies are missing from the bundles. We have identified jta.jar, javaassist and cglib (and its asm deps). These will be corrected for another CR and eventual GA. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-15 Thread Steve Ebersole
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing

Re: [hibernate-dev] Shortcomings in org.hibernate.id.enhanced.TableGenerator class

2008-05-15 Thread Steve Ebersole
- Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] SLF4J 1.4.2

2008-05-15 Thread Steve Ebersole
and not 1.5? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-16 Thread Steve Ebersole
for that from the JBoss side (its pgier on irc max) to see how the situation looks at this point. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] No successful builds since move to Maven

2008-05-16 Thread Steve Ebersole
eclipse:eclipse) and sent that to Max to test. Do you recall Max? - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org

Re: [hibernate-dev] SLF4J 1.4.2

2008-05-16 Thread Steve Ebersole
on 1.4.2 A migration with no issue is like cake without ice: not worth it ;) On May 16, 2008, at 02:35, Steve Ebersole wrote: Because 1.4.2 was just released when I did that migration, as I already answered on that monsterous JBoss dev list thread ;) I have no issue with upgrading as long

[hibernate-dev] CGLIB

2008-05-19 Thread Steve Ebersole
deprecate the integration for CGLIB and recommend against its use. Any other options we should explore here? - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate

Re: [hibernate-dev] CGLIB

2008-05-20 Thread Steve Ebersole
as well? On May 19, 2008, at 3:45 PM, Max Ross wrote: jarjar can be a good option when you're looking to avoid version conflicts. Guice uses this to depend on a specific version of cglib. On Mon, May 19, 2008 at 1:29 PM, Steve Ebersole [EMAIL PROTECTED] wrote: Our (default) dependency

[hibernate-dev] Re: Maven org.hibernate groupId management

2008-06-13 Thread Steve Ebersole
As long as it is consistent it'll be fine. groupIdorg.hibernate.sandbox/groupId is what I have been using for the stuff under {repo}/sandbox/trunk. On Thu, 2008-06-12 at 09:23 -0400, Emmanuel Bernard wrote: When we do an experiment, it might be a good idea to use org.hibernate.experiment or

Re: [hibernate-dev] Work on HHH-3110

2008-06-26 Thread Steve Ebersole
). - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Thu, 2008-06-26 at 12:12 -0400, Les Hazlewood wrote: Steve, Chris, What do you think? does

Re: [hibernate-dev] Work on HHH-3110

2008-06-26 Thread Steve Ebersole
be in 3.3.0 and 3.2.7 - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Thu, 2008-06-26 at 13:36 -0400, Les Hazlewood wrote: On Thu, Jun 26, 2008

Re: [hibernate-dev] Copyright on hibernate XML interface?

2008-07-28 Thread Steve Ebersole
/library would come under the terms of the LGPL. Again, this is *my understanding*. IANAL I am asking a lawyer skilled in this area for confirmation... - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http

[hibernate-dev] Hibernate Core 3.3.0.CR2

2008-07-31 Thread Steve Ebersole
://repository.jboss.org/maven2/) under the org.hibernate groupId. Please report issues to the Hibernate JIRA: http://opensource.atlassian.com/projects/hibernate Thank you - Steve Ebersole Project Lead http://hibernate.org ___ hibernate-dev mailing

[hibernate-dev] Hibernate 3.3.0.GA released

2008-08-15 Thread Steve Ebersole
http://in.relation.to/Bloggers/HibernateCore330GoesGA - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED

[hibernate-dev] Hibernate Core 3.3.0.SP1 release

2008-08-19 Thread Steve Ebersole
custom listeners of those events. See http://in.relation.to/Bloggers/330SP1 for additional details and download links. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat [EMAIL PROTECTED

[hibernate-dev] http://opensource.atlassian.com/projects/hibernate/browse/HHH-3439

2008-08-25 Thread Steve Ebersole
Wanted to get feedback about proposed change. This is one of those integration SPIs, and just want to make sure we are not unduly affecting anyone by making either of the proposed changes. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED

Re: [hibernate-dev] Build failed in Hudson: hibernate-3.2 » oracle10g,linux-slim #101

2008-09-10 Thread Steve Ebersole
We are back to failures here due to an apparent filesystem issue with deleting the output directory. Is this a continuation of the same previous issue? Or something new? - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red

Re: [hibernate-dev] Mutable natural key caching?

2008-09-17 Thread Steve Ebersole
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2879 ??? - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Tue, 2008-09-16

Re: [hibernate-dev] Mutable natural key caching?

2008-09-18 Thread Steve Ebersole
cache in some fashion (probably mapping natural-id to id values). - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Wed, 2008-09-17 at 21:43

Re: Re[2]: [hibernate-dev] Contributed with HiRDB Dialect

2008-09-18 Thread Steve Ebersole
anyway at some point. So let us know if you'd like this Dialect added there when we do. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Thu

Re: [hibernate-dev] Hibernate Core 3.3 / HEM/HAN 3.4.0 migration hooplas

2008-09-18 Thread Steve Ebersole
documentation if anyone wants to upload it and manage that hassle. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Thu, 2008-09-18 at 11:41 -0400

Re: [hibernate-dev] Hibernate Core 3.3 / HEM/HAN 3.4.0 migration hooplas

2008-09-19 Thread Steve Ebersole
That I could change in the distribution bundling. JIRA please... - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Fri, 2008-09-19 at 09:07

[hibernate-dev] IRC

2008-09-19 Thread Steve Ebersole
Can't remember if I sent this out before. I set up a #hibernate-dev channel on the freenode IRC server (irc.freenode.net) for dev related discussions. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http

Re: [hibernate-dev] Dialect Registration

2008-09-22 Thread Steve Ebersole
Nice work Tomoto. I responded on the same case to keep the discussion together... - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Mon

Re: [hibernate-dev] cache-jbosscache3 module for Hibernate Core

2008-10-17 Thread Steve Ebersole
Too bad y'all did not isolate the API then :( It may be confusing to users, but I think we need to stay with hibernate-jbosscache2. Worst case we can push that this is our second attempt at integration as the reason for the '2'. - Steve Ebersole Project Lead http://hibernate.org [EMAIL

Re: [hibernate-dev] cache-jbosscache3 module for Hibernate Core

2008-10-17 Thread Steve Ebersole
I think we should officially move to inclusion of JBossCache 3.0 in 3.4 which is not too far off. For 3.3 it is easy enough for users to override Hibernate's declaration of JBossCache version to use 3.0 via Maven *provided* the API really is compatible (drop-in replacement wise) - Steve

  1   2   3   4   5   6   7   8   9   10   >