[Hibernate] Extending code generation
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 files. Those methods will be dependant on the set of members for each generated class. The second are actually two things, or rather, Ant tasks. One task for SVG or HTML presentation of the classes included in a mapping file, and one for generating JSP pages for creation/editing of mapped classes. There is little time between work and school, mostly weekends actually. I would really appreciate any advice that would help me do the above... All code will be released under the LGPL of course. Thanks again, -- Manos Batsis _ ______ / |/ /__ / / __ _ ___ _/ /_ // -_) __(_- http://www.netsmart.gr mbatsis at netsmart dot gr (+30) 210 33 02 608 (+30) 210 33 02 658 http://forte.netsmart.gr/foaf/manos_foaf.rdf --- 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 provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
[Hibernate] cvs
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 (Connection refused) This has been happening for several hours now. --- 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 provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
Re: [Hibernate] cvs
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: M PserverBackend::PserverBackend() Connect > (Connection refused) SourceForge anonymous CVS is not reliable, use our nightly snapshots. -- Christian Bauer [EMAIL PROTECTED] --- 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 provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
[Hibernate] Case sensitive postgres table names
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). Thanx, Damijan --- 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 provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
[Hibernate] maven plugin
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 provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
Re: [Hibernate] maven plugin
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. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
