[webbeans-issues] [JBoss JIRA] Commented: (WBRI-175) Make services optional in bootstrap
Pete Muir (JIRA)
jira-events at lists.jboss.org
Thu Mar 12 08:16:22 EDT 2009
[ https://jira.jboss.org/jira/browse/WBRI-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12456884#action_12456884 ]
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
More information about the weld-issues
mailing list