JBoss development,
A new message was posted in the thread "What is meant by "incorrectly developed
services"?":
http://community.jboss.org/message/518917#518917
Author : Kevin Conner
Profile :
http://community.jboss.org/people/Kevin.Conner@jboss.com
Message:
--------------------------------------------------------------
The EPRs should be registered and removed by the initialisation of the listener, in
general you would not have to concern yourself with this. It is one of the last areas of
initialisation and is unlikely to fail at this point.
The scenario that is more likely to cause issues is if the JVM crashes or has been killed
indiscriminately (kill -9 for example) as this will not allow the listener to cleanup the
reference. As the UDDI entries are persistent, they will still exist when the server next
starts.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/518917#518917