Re: [Hibernate] Hibernate File storing into database

2006-07-29 Thread Christian Bauer
On Jul 28, 2006, at 2:08 PM, savvy wrote: > View this message in context: Hibernate File storing into database > Sent from the Hibernate forum at Nabble.com. Can anybody take a second and tell these guys to take this down? We don't want a web frontend for the dev mailinglist. ---

[Hibernate] Contributor for tools template

2006-06-19 Thread Christian Bauer
A Freemarker template for Hibernate Tools that can generate DBUnit ReplacementDataSet XML descriptors would probably be very useful to many people. Is there anybody interested in contributing such a thing? ___ hibernate-devel mailing list hibernate

Re: [Hibernate] How to inquire an entity name?

2006-06-13 Thread Christian Bauer
On Jun 13, 2006, at 6:24 PM, Yaroslav Gaydash wrote: > How can I inquire about entity name for the given object instance > without > having load the whole object? I could retrieve the given object > instance > class discriminator value with the HQL-query but how can I get the > discriminator-

Re: [Hibernate] Fetch profiles

2006-06-11 Thread Christian Bauer
On May 28, 2006, at 10:50 PM, Max Rydahl Andersen wrote: > And I guess you really want it disjunct from the mapping and not > "just" where the assocation is already defined ? > > > ... > >... > > > > > ... > > > > > Where the name could actually be comma seperat

Re: [Hibernate] questions regarding development setup

2006-06-09 Thread Christian Bauer
On Jun 9, 2006, at 6:07 PM, Szczepan Faber wrote: > Whatever you say, the failing tests / unreasonable test packaging > just impact the project credibility. This is the most bizarre thing I've heard in quite a while... ___ hibernate-devel mailing l

Re: [Hibernate] questions regarding development setup

2006-06-08 Thread Christian Bauer
On Jun 9, 2006, at 12:00 AM, Szczepan Faber wrote: > Don't you have a refactoring plan to remove test subpackage? No, we don't. Really, tests in a test package are not surprising at all. ___ hibernate-devel mailing list hibernate-devel@lists.sourcef

Re: [Hibernate] Plan for a full text search facility built on top of Hibernate Lucene annotations

2006-06-01 Thread Christian Bauer
On Jun 1, 2006, at 12:31 PM, Sylvain Vieujot wrote: > CompassHits hits = queryBuilder.bool() .addMust( queryBuilder.term > ("name", "jack") ) .addMustNot( queryBuilder.term("familyName", > "london") ) .toQuery() .addSort("familyName", > CompassQuery.SortPropertyType.STRING) .addSort("birthda

Re: [Hibernate] We need to add a Wiki page full of corrects to "POJOs in Action"

2006-05-28 Thread Christian Bauer
On May 28, 2006, at 9:39 PM, Gavin King wrote: Sheesh, the Hibernate chapter in "POJOs in Action" in riddled with errors. We need to add a page full of corrections to our Wiki. If we start this, it will never end. I have *count* 10 Hibernate books on my shelf and I'd could come up with exam

Re: [Hibernate] FlushMode.NEVER to MANUAL

2006-05-27 Thread Christian Bauer
On May 27, 2006, at 8:48 PM, Max Rydahl Andersen wrote: +1 if we are sure MANUAL is the actual name to be used... Emmanuel, can you reach out to the Glassfish team and get their opinion? If we need a discussion as to why this is required, I can provide input. In a private exchange with Li

[Hibernate] FlushMode.NEVER to MANUAL

2006-05-27 Thread Christian Bauer
Can we rename FlushMode.NEVER to FlushMode.MANUAL in Hibernate 3.2? It is not only a better name, but likely the name that we can propose to the Glassfish team for a common EM flush mode. --- All the advantages of Linux Managed Hosting--Wi

Re: [Hibernate] Default to NoCacheProvider

2006-05-27 Thread Christian Bauer
On May 27, 2006, at 12:16 AM, Emmanuel Bernard wrote: Since EhCache now requires a configuration per session factory (rather than a configuration for all), we probably should change the default cache provider to NoCacheProvider to avoid useless WARN or even worse CacheException. Yes, thi

Re: [Hibernate] Status TimesTen

2006-04-13 Thread Christian Bauer
On Apr 12, 2006, at 4:59 PM, Max Rydahl Andersen wrote: ## TimesTen (not supported yet) #hibernate.dialect org.hibernate.dialect.TimesTenDialect #hibernate.connection.driver_class com.timesten.jdbc.TimesTenDriver #hibernate.connection.url jdbc:timesten:direct:test #hibernate.connection.usernam

[Hibernate] Status TimesTen

2006-04-12 Thread Christian Bauer
## TimesTen (not supported yet) #hibernate.dialect org.hibernate.dialect.TimesTenDialect #hibernate.connection.driver_class com.timesten.jdbc.TimesTenDriver #hibernate.connection.url jdbc:timesten:direct:test #hibernate.connection.username #hibernate.connection.password Is it or not?

Re: [Hibernate] German reference documentation

2006-03-25 Thread Christian Bauer
On Mar 25, 2006, at 2:00 AM, Gruber, Christian wrote: what is the status of the German translation? The last number I read was 70%. Can I do the missing 30%? The last work on the German translation was done in 2004 so it is only for Hibernate2. I don't know how much exactly was completed. I

Re: [Hibernate] Hi

2006-03-24 Thread Christian Bauer
On Mar 24, 2006, at 2:30 PM, hamed shayan wrote: Please check the following code: http://www.hshayan.com/hibernate Don't bother, it's just a dump of his project that he hopes somebody here would debug. Mr. Hamed Shayan, you want to go to http:// forum.hibernate.org/ ---

Fwd: [Hibernate] Hibernate 3.1 final released

2006-03-22 Thread Christian Bauer
This was somehow lost in the SVN migration, somebody with a branch_31 checkout, please activate the zh-cn translation. Begin forwarded message: From: "Xiaogang Cao" <[EMAIL PROTECTED]> Date: March 21, 2006 1:49:21 AM GMT+01:00 To: "Christian Bauer" <[EMAIL PROTEC

Re: [Hibernate] @Fetch

2006-03-12 Thread Christian Bauer
On Mar 13, 2006, at 8:39 AM, Max Rydahl Andersen wrote: or at least have very good error messages thrown from the annotation builder. That should be OK, we never know when other @Fetch options might become available for collections, etc. --

Re: AW: [Hibernate] bug or feature: oracle deadlock due to missing foreign key index

2006-03-07 Thread Christian Bauer
On Mar 7, 2006, at 7:41 PM, Woelke, Milan wrote: This could work, if i were using hbm files. but as i told im using hibernate as ejb 3 persistence provider. Im not aware of any way to specify this with ejb3 annotations. Could you please reconsider your answer. Please go to the forum, thi

[Hibernate] jbosscache.jar

2006-02-10 Thread Christian Bauer
I think the jbosscache.jar in Hibernate3/lib/ is outdated: compile: [javac] Compiling 104 source files to /Users/turin/work/remote/ hibernate/Hibernate3/build/classes [javac] /Users/turin/work/remote/hibernate/Hibernate3/src/org/ hibernate/cache/OptimisticTreeCache.java:14: package or

Re: [Hibernate] Release naming conventions

2006-02-07 Thread Christian Bauer
On Feb 7, 2006, at 6:51 PM, Steve Ebersole wrote: Yes, I plan to start using these conventions starting with 3.2. I'm not a big fan of all minor releases needing to append '.ga' (i.e. 3.1.3.ga.jar). I really wish there was a way to define ordering amongst "qualifiers". AFAIK these conven

[Hibernate] Release naming conventions

2006-02-07 Thread Christian Bauer
JBoss finalized some naming conventions for release packages, and both Hibernate and NHibernate packages should follow these conventions. The benefit of this is stability and the ability to compare packages. As far as I can see, nothing much changes for Hibernate except that some of the con

[Hibernate] Enabled Edit in forums

2006-01-26 Thread Christian Bauer
I've just enabled the Edit function for all forum users, so they can change their own postings. I get too many private emails from people who want to do that, so we might as well enable this. --- This SF.net email is sponsored by: Splunk Inc

[Hibernate] Custom entityresolver for EM

2006-01-02 Thread Christian Bauer
The only way to set a custom EntityResolver is the Configuration API. Max already added an option to the Ant task and tools. Now I need the same for EntityManager. Should we add it as a regular Hibernate configuration option or only as an additional EM bootstrap property?

Re: [Hibernate] New DBMS 'H2'

2005-12-19 Thread Christian Bauer
Thomas Mueller wrote: Hi, I just wanted to let you know, I wrote a new free/open source Java database engine 'H2' (for Hypersonic 2), it's now available at http://www.h2database.com. The database has similar features as HSQLDB, plus some more (clustering, a better optimizer, faster startup, BLOB

Re: [Hibernate] Timeout for tests

2005-11-28 Thread Christian Bauer
Ryan Campbell wrote: There were at least two which were taking > 200 seconds. I have lost the results I used to give you this total. The mysql and oracle runs are taking about 20 minutes each (total). timesten is taking about an hour. SQL server (jtds) and Sybase (jconnect) are both timing o

Re: [Hibernate] Timeout for tests

2005-11-28 Thread Christian Bauer
Ryan Campbell wrote: Can there be a timeout for the tests? I'm seeing tests hang against different databases. If there was a timeout for the junit tests, these hanging tests would be reported as failures. I ran the tests on MySQL, and the longest one was 255 seconds, so perhaps 500 seconds is

[Hibernate] Happy Birthday

2005-11-24 Thread Christian Bauer
Registered : 2001-11-24 20:16 :) --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWN

Re: [Hibernate] Flush behavior

2005-11-21 Thread Christian Bauer
On Nov 21, 2005, at 2:46 PM, Christian Bauer wrote: Why? Ok, so I'm trying to come up with a paragraph that explains this for the documentation: Note that if you use cascade="persist", Hibernate will only cascade the persistent state to associated entities reachable at

Re: [Hibernate] Flush behavior

2005-11-21 Thread Christian Bauer
On Nov 21, 2005, at 2:14 PM, Gavin King wrote: Oh, you mean in plain Hibernate, not in HEM. This is again correct. You must enable cascade save-update, as in all versions of Hibernate. Why? --- This SF.Net email is sponsored by the JBoss

Re: [Hibernate] Flush behavior

2005-11-21 Thread Christian Bauer
On Nov 21, 2005, at 2:03 AM, Gavin King wrote: Huh? http://opensource.atlassian.com/projects/hibernate/browse/HHH-1181 s.persist(o) is only transitive to anything reachable at call time. em.persist(o) is transitive at flush time. ---

Re: [Hibernate] Flush behavior

2005-11-20 Thread Christian Bauer
On Nov 20, 2005, at 6:48 PM, Gavin King wrote: Hibernate cascades the saveOrUpdate() operation, EJB3 cascades the persist() operation. They should and are quite different. But why are persist (and possibly merge) only cascaded at call time and not at flush time, if I use the Session API? I

[Hibernate] Flush behavior

2005-11-20 Thread Christian Bauer
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1181 They should be synchronized, if we have the same methods on Session and on EM, they should do the same. --- This SF.Net email is sponsored by the JBoss Inc. Get Certified

Re: [Hibernate] Please help keep JIRA clean! (comment for issue HHH-1005)

2005-11-18 Thread Christian Bauer
On Nov 18, 2005, at 11:11 PM, Leonardo Quijano Vincenzi wrote: Yes, every report in JIRA deserves personalized response from the Hibernate Team. Not for support, but for giving it at least consideration! Wrong, that's what the developer list is for. I'd like to see the opinion of other Hi

Re: [Hibernate] Provision of source-only downloads for releases

2005-11-18 Thread Christian Bauer
On Nov 18, 2005, at 9:27 PM, Barry Hawkins wrote: Have there been logistical issues in the past which have prevented this? This is very desirable for the Linux distributions packaging Hibernate. Why would a Linux distribution not be able to package the binary plus the source? ---

[Hibernate] Wrapping FETCH results in set

2005-11-07 Thread Christian Bauer
I'd like to bring up something we hesitated to change so far, but we / could/ consider in H 3.1 final: Wrapping FETCH query results in a HashSet before returning it, for the case of a single-entity projection. We already need a small migration guide for the new defined auto commit connection

[Hibernate] Unifying named query scopes

2005-10-24 Thread Christian Bauer
[EMAIL PROTECTED] wrote: Log Message: ANN-121 Named Queries should be package level visible We need to align XML and annotation metadata scopes for: - Usertypes - Named queries They should all be the same. --- This SF.Net email is sponsor

Re: [Hibernate] Reference Manual for Hibernate 3.x in Thai version

2005-10-20 Thread Christian Bauer
On Oct 20, 2005, at 4:58 PM, <[EMAIL PROTECTED]> wrote: Hi,Are there any plans for a thai translation of Reference Manual for Hibernate 3.x ?.This is a good user manual for general developer to learning. Can I help you in the translation process? Please tell me. No plans, any help is welc

Re: [Hibernate] net.sf.hibernate.type.SerializationException: cou ld not deseriali ze

2005-10-19 Thread Christian Bauer
Ramnish Kalsi wrote: Sorry, should have been more descriptive... Please continue this discussion here: http://forum.hibernate.org/ --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussion

[Hibernate] NHibernate joins Hibernate at JBoss Inc.

2005-10-16 Thread Christian Bauer
NHibernate is a port of Hibernate 2.1 to the .NET platform. After several years of development it is now available in version 1.0, as free software under the LGPL. The port to C# was started by Tom Barrett, and later picked up by Mike Doerfler and Peter Smulovics. Sergey Koshcheyev, the mai

Re: [Hibernate] View complete SQL statement

2005-10-06 Thread Christian Bauer
Gaet wrote: Hi, Just a smiple question : It seems that we cannot view the complete SQL statement executed by Hibernate (I mean with the values assigned to columns because it is replaced by the character '?')... right? will it be implemented in a near future? http://forum.hibernate.org and

Re: [Hibernate] ThreadLocalSessionContext javadoc inconsistency

2005-10-03 Thread Christian Bauer
Steve Ebersole wrote: Ah yes! Forgot that it already knows about the SF to which it is bound via its constructor. So really the only changes needed here is to the "static portion" of ThreadLocalSessionContext. Well, it's a trivial implementation. We should either include it or at the very lea

Re: [Hibernate] ThreadLocalSessionContext javadoc inconsistency

2005-10-03 Thread Christian Bauer
Steve Ebersole wrote: Here's another concern with the current impl for ThreadLocalSessionContext: the static accessors. Basically the way this is setup right now, users will nt be able to use this simultaneously for multiple session-factories... Well, I'd say that this is one of the "implemen

[Hibernate] Re: sf.net / jira mail issue ?

2005-10-02 Thread Christian Bauer
On Oct 1, 2005, at 7:32 PM, Max Rydahl Andersen wrote: Am I the only one not getting any jira mails and only some hibernate-devel mails ? This time its not the JIRA internal queue... --- This SF.Net email is sponsored by: Power Architec

Re: [Hibernate] Hibernate and SQL Requests

2005-09-30 Thread Christian Bauer
Gaet wrote: Hello, I'm new to hibernate and before to test it I have some questions about technical features : So go to the user forum. --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, dis

[Hibernate] JIRA notification?

2005-09-26 Thread Christian Bauer
Does anybody know whats going on with the JIRA issue notification emails? --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or

Re: [Hibernate] tool naming...

2005-09-23 Thread Christian Bauer
On Sep 23, 2005, at 4:35 PM, Max Rydahl Andersen wrote: No it is exactly what it does. It takes hibernate metamodel (the configuration) and generates a set of cfg.xml and hbm.xml. So use hbm2cfgxml and hbm2xml. --- SF.Net email is spons

Re: [Hibernate] tool naming...

2005-09-23 Thread Christian Bauer
On Sep 23, 2005, at 4:22 PM, Max Rydahl Andersen wrote: But should we change cfg2cfgxml and cfg2hbm to hbm2cfgxml and hbm2hbm then ? But thats not what it does, right? schema2cfgxml and schema2hbm would probably work. --- SF.Net emai

Re: [Hibernate] tool naming...

2005-09-23 Thread Christian Bauer
On Sep 23, 2005, at 4:05 PM, Max Rydahl Andersen wrote: Currently we have the following "tools" in the ant/eclipse toolset: hbm2java hbm2ddl hbm2doc hbm2dao cfg2cfgxml cfg2hbm I would like those names to be consistent, but what is the better name ? hbm2 (the legacy name, and based on the

[Hibernate] HiLo with JTA

2005-09-17 Thread Christian Bauer
This is no longer needed, right? http://www.hibernate.org/47.html --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very

[Hibernate] Update of tutorial?

2005-09-12 Thread Christian Bauer
Is there a volunteer who would like to update the Hibernate + Tomcat tutorial in the reference documentation to a recent version of Tomcat? It seems they changed JDBC configuration yet again. --- SF.Net email is Sponsored by the Better Sof

Re: [Hibernate] hibernate developer forum

2005-09-12 Thread Christian Bauer
On Sep 12, 2005, at 2:58 PM, Mario Ivankovits wrote: May I suggest to upen a "Hibernate Developer" forum at forum.hibernate.org? Hibernate developers discuss on this mailing list. After some days of trying to do some (maybe strange) things with hibernate I came to a point where I need som

Re: [Hibernate] Heuristics?

2005-09-05 Thread Christian Bauer
On Sep 5, 2005, at 2:46 PM, Max Rydahl Andersen wrote: So, to sum up - it only throw an exception if something is really screwed ;) Otherwise it will return true IFF Status.COMMITTED Sorry, I wasn't referring to the Exception, but to the exceptional rule described in the Javadoc as "Somet

[Hibernate] Heuristics?

2005-09-05 Thread Christian Bauer
I need to know when the described exception can happen in Transaction.java: /** * Check if this transaction was successfully committed. This method * could return false even after successful invocation * of commit(). * * @return boolean * @throws HibernateEx

Re: [Hibernate] Transaction options

2005-09-01 Thread Christian Bauer
On Sep 1, 2005, at 10:58 PM, Justen Stepka wrote: This might include a HibernateHelper class similar to Hibernate in Action along with some type of session in view filter. Even if this does not make it into the source code, this clearly is a section that could be added to the documentatio

Re: [Hibernate] Transaction options

2005-09-01 Thread Christian Bauer
On Sep 1, 2005, at 11:21 PM, Christian Bauer wrote: There is no problem without EJBs, it's in fact very trivial three- line code. What I described is a problem _with_ EJBs, container- managed transactions, and a Long Session pattern. And to make this very clear: The problem is a probl

Re: [Hibernate] Transaction options

2005-09-01 Thread Christian Bauer
On Sep 1, 2005, at 10:58 PM, Justen Stepka wrote: 1. Long Session and getCurrentSession() doesn't work. Can probably be solved by extending/providing a custom factory that doesn't open/ close on synchronization, but disconnect and reconnect. Users choice since we can't enforce a close() and we

[Hibernate] Transaction options

2005-09-01 Thread Christian Bauer
Two things I realized recently: 1. Long Session and getCurrentSession() doesn't work. Can probably be solved by extending/providing a custom factory that doesn't open/ close on synchronization, but disconnect and reconnect. Users choice since we can't enforce a close() and we should always d

[Hibernate] Hibernate Tools 3.1 alpha 5

2005-08-22 Thread Christian Bauer
The 3.1 alpha 5 release of the Hibernate Tools for Eclipse and Ant features new views in the query console (dynamic SQL preview, class diagrams), HQL syntax coloring, formatting, and code completion, as well as many other improvements to wizards, templates, and code generators. See the comp

[Hibernate] Hibernate 3.1 beta 2 released

2005-08-16 Thread Christian Bauer
This new release of Hibernate 3.1 contains important bugfixes, enhancements to the event system, support for database generated values, as well as support of DDL for auxiliary database objects (SP, Triggers, etc). We recommend upgrading if you use Hibernate 3.1 in development. If you use

[Hibernate] Ready for release?

2005-08-16 Thread Christian Bauer
Everything ready for 3.1 beta 2? I'd like to build the release later today. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Drive

Re: [Hibernate] Generate 1 language

2005-08-15 Thread Christian Bauer
On Aug 15, 2005, at 10:59 AM, Emmanuel Bernard wrote: cd ./doc ant -language=ko single.lang => Korean ant single.lang => English Use this: --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005

Re: [Hibernate] Why is cglib three JARs?

2005-08-09 Thread Christian Bauer
On Aug 9, 2005, at 1:49 AM, Emmanuel Bernard wrote: Because the cglib-nodep is buggy. And that can't be fixed? --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development L

Re: [Hibernate] RE: testing question

2005-08-09 Thread Christian Bauer
On Aug 9, 2005, at 3:36 PM, Steve Ebersole wrote: Why a name, though? I was not planning on allowing lookup of these things as I don't see a benefit of allowing it. Do you see a benefit to it? Hard to explain a configuration necessity that has no purpose... Not at the moment but I'm som

Re: [Hibernate] RE: testing question

2005-08-08 Thread Christian Bauer
On Aug 8, 2005, at 8:48 PM, Steve Ebersole wrote: If anyone wants different name(s), speak now or forever hold your peace... I think it should have a name="" attribute so we keep a consistent "catalog" in the Configuration. --- SF.Net

[Hibernate] Why is cglib three JARs?

2005-08-08 Thread Christian Bauer
I didn't really understand that change. Why do we have several JARs now for CGLIB and why can't we have a single one? --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Developm

[Hibernate] Re: testing question

2005-08-08 Thread Christian Bauer
On Aug 8, 2005, at 1:08 PM, Steve Ebersole wrote: The reason for this instead of just overriding setUp()/tearDown() would be to only execute this stuff when we actually rebuild the session fatory. I worked on the CaveatEmptor tests and I do this using the TestSetup decorator: public s

Re: [Hibernate] findOne findOneOrNone suggestion

2005-08-03 Thread Christian Bauer
On Aug 3, 2005, at 5:02 PM, Joris Verschoor wrote: I've created a report (http://opensource.atlassian.com/projects/ hibernate/browse/HHH-820) and I'm creating the patch, which will be there in a couple of minutes if sourceforge works As already said on JIRA, Query.uniqueResult() exists and

Re: [Hibernate] commons logging

2005-07-27 Thread Christian Bauer
It's just that nobody had time to look into it. And it might well turn out that the effort of removing the dependency on commons logging is too much for the benefit we'd get. So far I had the impression that nobody wants to bother with logging discussions and I really share that view, so

Re: [Hibernate] commons logging

2005-07-27 Thread Christian Bauer
On Jul 27, 2005, at 2:11 PM, Simon Kitching wrote: Did you read the page I wrote? It's saying that provided that hibernate and/or the container (eg jboss) uses commons-logging correctly there's no need to move away from it. [1] I personally don't care about what you wrote... sorry. We are a

Re: [Hibernate] commons logging

2005-07-27 Thread Christian Bauer
I was recently informed of this thread about memory leaks occurring on undeploy with hibernate and saw a fair bit of criticism on commons-logging. Btw, it would be great if someone could look into replacing commons logging with Log4j and providing a JDK 1.4 appender for Log4j. ---

[Hibernate] Hibernate CRUD applications

2005-07-26 Thread Christian Bauer
Another piece of the puzzle, if anybody is interested in taking it: http://forum.hibernate.org/viewtopic.php?t=945552 --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straigh

[Hibernate] Hibernate 3.1 beta 1 released

2005-07-21 Thread Christian Bauer
The first beta release of Hibernate 3.1 is ready, please see the release notes. Changes include bugfixes, new features such as a stateless session for command/statement-oriented development, updates to bulk operation features, and many minor improvements. If you use Hibernate Annotations an

Re: [Hibernate] Refresh After saveOrUpdate

2005-06-30 Thread Christian Bauer
On Jun 30, 2005, at 7:02 PM, Jason Voegele wrote: Does anyone have any insight into this problem? Why do you think the developer mailing list is the right place to ask usage questions when everything on our website tells you not to do so?

[Hibernate] JDK 5.0 needed 3.1 alpha

2005-06-29 Thread Christian Bauer
I compiled it without the 1.4 compatibility switch, on purpose. Nobody should use it except for EJB3 previews. This effectively avoids people updating to it without a good reason and then reporting problems. It's time for that when we label it beta. ---

[Hibernate] Preview: Hibernate EntityManager and Hibernate Annotations

2005-06-24 Thread Christian Bauer
This first preview release of Hibernate EntityManager implements the EJB3 persistence API, entity lifecycle, and query features on top of the Hibernate core. Together with Hibernate Annotations you can now preview and develop on a complete (and standalone) EJB3 persistence solution. Use the

Re: [Hibernate] Mixing and

2005-06-16 Thread Christian Bauer
On Jun 16, 2005, at 8:31 PM, Emmanuel Bernard wrote: This complexify the annotations (user experience, not the binding code), so I'm wondering whether I should allow this kind of structure or not. Also check: http://opensource.atlassian.com/projects/hibernate/browse/ HHH-539 Yep, used i

[Hibernate] Wanted: Documentation maintainer

2005-06-14 Thread Christian Bauer
The Hibernate team is looking for a new member to help with the documentation process. This is mostly a maintenance and coordination job. Responsibilities include: - Organization of the Wiki Community Area on the hibernate.org website - Coordination of the translator team (15 writers from al

[Hibernate] Hibernate Tools 3.0 alpha 4

2005-06-08 Thread Christian Bauer
The new updated version of the Hibernate Tools project includes significant updates to the Eclipse editors, plugings, and wizards, as well as a unified and convenient Ant task for integration of the tools in your regular builds. See the What's New overview or download directly. http://www

[Hibernate] Datagen

2005-06-02 Thread Christian Bauer
We have been talking about test data generation for a while. Here is what I have in JIRA: http://opensource.atlassian.com/projects/hibernate/secure/ IssueNavigator.jspa?mode=hide&requestId=10410 I've also added this to http://www.hibernate.org/Projects/ HowToBuildAndContributeToTools - the

Re: [Hibernate] forum admins: urgent - password exposure

2005-05-27 Thread Christian Bauer
Kevin Bowen wrote: Hello, I need to talk to someone with admin privileges on the hibernate forums ASAP - I accidentally posted a log excerpt which included an unmasked password, and the forums don't seem to have message editing or deleting enabled for users. Done, deleted ---

[Hibernate] Hibernate Annotations beta 2

2005-05-27 Thread Christian Bauer
This new release, beta 2, is now compatible with the latest Hibernate core version. We have also added support for mapping of indexed collections (lists, arrays), externalized native SQL queries, and more improved Hibernate functionality. The new validator framework can be used for declarat

[Hibernate] Hibernate 3.0.4

2005-05-22 Thread Christian Bauer
Get the updated Hibernate 3.0.4. Included is a Chinese reference documentation translation (thanks to Xiaogang Cao and team), the ability to fetch several parallel collection roles in one query (read the caveats), as well various other minor improvements. --

[Hibernate] Improving releases

2005-05-22 Thread Christian Bauer
A major pain when packaging releases has always been the changelog. I'd like to use JIRA's built-in feature. That means we all have to do two things: - create a JIRA entry if its going to be non-minor (ie. changelog entry needed) change - your "HHH-*" commit log message will be used as the

Re: [Hibernate] DocExporter

2005-05-22 Thread Christian Bauer
On May 22, 2005, at 9:40 PM, Max Rydahl Andersen wrote: A sample output for CaveatEmptor is shown here: http:// www.hibernate.org/~max/output/ Nice --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first soft

Re: [Hibernate] Why three?

2005-05-19 Thread Christian Bauer
On May 19, 2005, at 4:30 PM, Joris Verschoor wrote: And what about the 3 directories in the current distro? It's conveinient to just grab everything and copy it over to your own lib dir. Anything that involves user interaction doesn't work, we need to reduce artifacts, not make it more difficult

Re: [Hibernate] Why three?

2005-05-19 Thread Christian Bauer
On May 19, 2005, at 4:27 PM, Emmanuel Bernard wrote: -1 esp the optional stuff in a separate zip I do like having everything in 1 shot when I dl a lib. Yes, and not forcing people to download docs would be disastrous... --- This SF.Net email is s

Re: [Hibernate] Why three?

2005-05-19 Thread Christian Bauer
On May 19, 2005, at 2:53 PM, Max Rydahl Andersen wrote: If we want a foolproof installation then maybe a hibernate- alldepends.jar wouldn't be so bad ? Only if we repackage... and I don't want to go down that road I had a question earlier about removing commonscollections, but noone answered so

[Hibernate] Why three?

2005-05-19 Thread Christian Bauer
Why is cglib now three JAR files? Can we repackage this? Questions about "ClassNotFoundError" etc. appear much more often now with H3, we have to reduce dependencies. --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be

[Hibernate] Hibernate 3.0.3

2005-05-08 Thread Christian Bauer
This release includes better alignment with EJB3 fetching behavior, new JDBC handling options, various bugfixes, and a new tutorial. --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best sh

Re: [Hibernate] New laziness rules

2005-05-02 Thread Christian Bauer
On May 3, 2005, at 1:31 AM, Gavin King wrote: There's nothing wrong with fetch="join" lazy="true" if you want flexibility. I hate explaining this already... --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and

Re: [Hibernate] New laziness rules

2005-04-28 Thread Christian Bauer
On Apr 28, 2005, at 7:26 PM, Gavin King wrote: Only rule (2) is suspect. We don’t need it, and I can get rid of it if you guys like. I’ve added it because I think it might help reduce the number of forum questions from people who wonder “why do I get lazy fetching when fetch=join?”. Not followin

[Hibernate] Hibernate 3.0.2

2005-04-27 Thread Christian Bauer
This maintenance release includes bugfixes and new features, see release notes and changelog. https://sourceforge.net/project/shownotes.php?release_id=323540 --- SF.Net email is sponsored by: Tell us your software development plans! Take this s

Re: [Hibernate] Just saw some commits from Steve...

2005-04-25 Thread Christian Bauer
On Apr 25, 2005, at 6:54 PM, Gavin King wrote: …does that mean we can do 3.0.2 tonight / tomorrow? Whats so important in 3.0.2? --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real

Re: [Hibernate] 3.0.2

2005-04-23 Thread Christian Bauer
On Apr 23, 2005, at 7:54 AM, Gavin King wrote: Are we good for a 3.0.2 release this weekend? Nope, have to finish new tutorial. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real

[Hibernate] Hibernate 3.0.1

2005-04-17 Thread Christian Bauer
Hibernate 3.0.1 fixes minor issues and introduces interesting new HQL features (expressions in aggregation functions, various new projection options) as well as seamless J2EE/JTA container integration of Hibernate Sessions. --- SF email is sp

Re: [Hibernate] XDoclet 3.0 DTD generation for Configuration and Hibernate sub tasks

2005-04-03 Thread Christian Bauer
XDoclet users atleast get started with Hibernate 3.0 now that final is out. Further more specific hibernate 3.0 changes/enhancements will be made as appropriate (and as requested). When is 1.3 due for release? -- Christian Bauer Hibernate JBoss Inc. [EMAIL PROTECTED

[Hibernate] Hibernate 3.0 final

2005-03-31 Thread Christian Bauer
Hibernate 3.0 has been released today and contains minor fixes and new functionality (two new database dialects). -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com

Re: [Hibernate] Packaging Hibernate for Debian

2005-03-29 Thread Christian Bauer
On Mar 29, 2005, at 6:52 PM, Barry Hawkins wrote: ~If the release tags could be used reliably, this would probably be the preferred method. If I could get you guys' feedback on that, it would be much appreciated. You can use the CVS tags. -- Christian Bauer callto://christian-bauer Hibe

Re: [Hibernate] Issues with the antlr parser

2005-03-17 Thread Christian Bauer
Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real u

Re: [Hibernate] Tutorial integrated

2005-03-15 Thread Christian Bauer
thought. Thanks Michael, this is really appreciated. The old Tomcat thing wasn't very up-to-date :) -- Christian Bauer callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com -

  1   2   3   4   >