On 20 Oct (02:41), Joe Hertz wrote:
> The JSP generated code is now throwing an exception
> (javax.servlet.ServletException: net/sf/hibernate/Session) to be thrown
> at the line indicated below, which doesn't tell my newbie self much.
Please show the Exception...
--
Christian Bauer
[EMAIL PROTE
On 20 Oct (03:12), Joe Hertz wrote:
> javax.servlet.ServletException: net/sf/hibernate/Session
> at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
> tImpl.java:536)
Well, there is no Hibernate code in your JSP and the Exception doesn't
tell me anything (maybe a C
http://madbean.com/blog/58/
---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
Heck, I would write one too if I had a blog. He says something about one
.hbm.xml file. With xdoclet, I just have 55 pojos and nothing else but
xdoclet tags. And the coolest thing(s) in the world is still the hibernate
tools that go with it (the stuff in the tools package level)
-Original M
Hi,
Therefore, I could plug in my own dialect, or does Hibernate expect
"net.sf.hibernate.dialect.*" packaging for all dialects. That shouldn't be
the case right?
So I could do insert,
hibernate.dialect myclass.AxionDialect
hibernate.connection.driver_class
hibernate.connection.url
In the prop
That is exactly what I was looking for.
Thanks again for a great tool.
Regards,
John
-Original Message-
From: Gavin King [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 18, 2003 6:06 AM
To: Urberg, John
Cc: '[EMAIL PROTECTED]'
Subject: Re: [Hibernate] Saving Collections from Multiple S