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.
---
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
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-
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
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
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
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
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
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
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
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
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
## 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?
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
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/
---
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
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.
--
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
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
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
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
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
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?
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
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
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
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
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
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
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.
---
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
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
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
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?
---
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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
---
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
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
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?
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.
---
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
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
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
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
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
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
---
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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 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
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 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
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
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
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 - 100 of 359 matches
Mail list logo