Issue Details (XML | Word | Printable)

Key: BEEHIVE-1065
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Julie Zhuo
Reporter: Russ Baker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Beehive

Petstore Sample -- No listener in source, but configured in web.xml

Created: 11/Feb/06 04:58 AM   Updated: 11/Aug/06 03:31 PM
Return to search
Component/s: Samples
Affects Version/s: None
Fix Version/s: 1.0.2

Time Tracking:
Not Specified

Environment: Windows XP

Resolution Date: 11/Feb/06 06:04 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Eddie O'Neil added a comment - 11/Feb/06 05:05 AM
DOH! This is *totally* my fault. I'll get this fixed momentarily in SVN and we'll figure out what to do with the sample in the current release.

Thanks for catching this...it's what we get for not having automated tests of the samples.

Eddie O'Neil added a comment - 11/Feb/06 06:04 AM
Fixed in SVN 376844.

Eddie O'Neil added a comment - 11/Aug/06 03:31 PM
Closing this -- I removed this listener quite a while ago.