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
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
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
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
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
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