Hi,
I'd like to discuss the following issue and the delete-cluster command:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=13979
In this issue, the user created a cluster, deployed an application to
the cluster, deleted the cluster and then tried to recreate the cluster
and deploy the application again. The last step has caused an error
with ugly error message which is why this issue was filed.
But before I try to improve the error message, I'd like to discuss
how we could avoid this situation in the first place by not leaving
orphan applications (and resources) behind when the cluster is deleted.
Should the delete-cluster (and delete-instance) command remove all
the related application and resource entries from the domain.xml?
Thanks,
- Hong