hi,
I did experience a number of times that I was not able to shutdown
tomcat properly that in fact lead me to "force kill" -9 .
may I know anyone is having the same problem ?
~thinkboy
Dec 4, 2006 3:23:34 PM org.apache.catalina.connector.Connector stop
SEVERE: Coyote connector has not be
hi,
very sorry, I afraid this is not an appfuse question in specific.
but I really want to listen some advice from experts here.
I want to create a real-time generated form (a dynamic form) which is
not well defined during compile time.
e.g. my USERs need to manage their own subscribers p
Hi Gang,
I'm just getting started with AppFuse. What a great way to jump start a new
project and learn about all these technologies!
As a learning exercise, I'd like to modify the user registration process so
that an email is sent to the user when they register with a click-back link
in the email
I was hitting this problem too.
For me, pointing ANT_HOME in eclipse to the external ANT_HOME (c:\ant for
example) instead of the ANT_HOME under eclipse plugins did the trick for me.
I saw the same behavior... worked fine outside eclipse, failed inside
eclipse.
Running Eclipse Version: 3.2.0
Buil
Hi,
According to the Hibernate Javadoc what you are seeing is the expected
behaviour. Session->get() returns null if no such entity exists in the
database?
Mike
On 12/1/06, mas <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to retrieve a record that does not exist in a unit test.
When I