On 09 Oct (17:14), khote wrote:
> the maven hibernate plugin seems to have disappeared, does anybody here know
> where it is?
No.
--
Christian Bauer
[EMAIL PROTECTED]
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForg
the maven hibernate plugin seems to have disappeared, does anybody here know
where it is?
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US
Hi!
How can use case sensitive Postgres table names with hibrenate mapping?
e.g. table with name Users gave hibernate an error "relation users not
found".
If I change table name Users to users everything works well. In
Users.hbm.xml I put in both cases table name in uppercase (i.e. Users).
Tha
On 09 Oct (07:38), khote wrote:
> is the repository down for some reason? Are the specs on how to connect
> still valid?
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/hibernate
> login
>
> keeps responding with
> cvs [login aborted]: unrecognized auth response from
> cvs.hibernate.sourceforge.net:
is the repository down for some reason? Are the specs on how to connect
still valid?
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/hibernate
login
keeps responding with
cvs [login aborted]: unrecognized auth response from
cvs.hibernate.sourceforge.net: M PserverBackend::PserverBackend() Connect
(Conn
Hi,
First of all, thanks for Hibernate.
There are two main things I'd like to work with playing with Hibernate
code and I would appreciate any suggestions/time savers.
The first one: I would like to extend the net.sf.hibernate.tool.hbm2java
package and add some methods in the generated class f