[Hibernate] sweet

2005-10-02 Thread Mark Proctor
Haven't seen this mentioned in the Hibernate mailing lists and thought this might interest some people. Eclipse has an incubator project for Visual Editor, http://www.eclipse.org/vep/, called sweet. Its a data binding framework with examples written for Hibernate, at the moment its just the fr

[Hibernate] Head hsql tests are broken

2005-10-02 Thread Max Rydahl Andersen
Hi, After updating from cvs and getting the new parameter handling stuff I get 27 errors and 17 failures when running on HSQLDB...! The "new" ones are either "Column not found: ..." or "Named parameter does not appear in Query: xxx [query where :xxx is]" e.g. org.hibernate.QueryException

[Hibernate] ThreadLocalSessionContext javadoc inconsistency

2005-10-02 Thread Max Rydahl Andersen
hi, javadoc for ThreadLocalSessionContext state: "it unsafe for this impl to actually generate Session instances; thus it does not" but at currentSession it does the following: if (current == null) { log.debug("Current thread doesn't have a session, o

[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

[Hibernate] sf.net / jira mail issue ?

2005-10-02 Thread Max Rydahl Andersen
Hi, Am I the only one not getting any jira mails and only some hibernate-devel mails ? -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://www.jboss.com/events/jbossworld JBoss World Barcelona 10-12 Octob

[Hibernate] Re: ThreadLocalSessionContext javadoc inconsistency

2005-10-02 Thread Max Rydahl Andersen
Another comment on the new SessionContext stuff: ThreadLocalSessionContext and JTASessionContext are in different packageson purpose ? hi, javadoc for ThreadLocalSessionContext state: "it unsafe for this impl to actually generate Session instances; thus it does not" but at curren