So in developing the ability to deploy ears and wars, it became a bit complicated in figuring out which ContentFacet interface methods had to be written. It would be nice if we had a simple one method interface for simple content. It could be as simple as creating an Abstract class (Template method pattern) that implements all the methods of ContentFacet, so the Plugin Container doesn't have to change. Then for simple content, you just extend the abstract class and implement one method.
makes sense. jdob, what do you think - is this more appropriate for 1.1 or future?
Future.
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-570
Closing via 12-Aug-2010 triage. This issue can be reopened later if deemed important.