[
https://jira.jboss.org/jira/browse/WBRI-175?page=com.atlassian.jira.plugi...
]
Pete Muir commented on WBRI-175:
--------------------------------
Also add a conformance system e.g.
enum Environment { EE, EE_WEB_PROFILE, SERVLET, SE
Iterable<Class<?>> getRequiredServices();
}
// By default SE env assumed
Bootstrap::setEnvironment()
Bootstrap will check required services are defined.
Make services optional in bootstrap
-----------------------------------
Key: WBRI-175
URL:
https://jira.jboss.org/jira/browse/WBRI-175
Project: Web Beans
Issue Type: Task
Components: Bootstrap
Reporter: Pete Muir
Assignee: Pete Muir
Priority: Critical
EJB and TX services should be optional, with these parts of WB disabled if there are no
services defined.
Also switch to using a generic getService(TXService.class); method to specify services on
Bootstrap
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira