
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Feb/06 06:04 AM
|
|
The web.xml has a listener configured in the Petstore application:
org.apache.beehive.samples.petstore.servlet.Listener
However, there is no startup listener called "Listener" in the source tree. This causes the container to fail at startup.
|
|
Description
|
The web.xml has a listener configured in the Petstore application:
org.apache.beehive.samples.petstore.servlet.Listener
However, there is no startup listener called "Listener" in the source tree. This causes the container to fail at startup. |
Show » |
|
Thanks for catching this...it's what we get for not having automated tests of the samples.