"adrian(a)jboss.org" wrote :
| I don't think that is true.
| The first one does the release() the second one only does reset()
|
You're partly right.
It's true that the 1st one does release,
but it's then the release that also invokes reset.
| /**
| * Release the module
| */
| public void release()
| {
| Domain domain = this.domain;
| if (domain != null)
| domain.removeModule(this);
| reset();
| }
|
;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193359#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...