jungm opened a new pull request, #2033:
URL: https://github.com/apache/tomee/pull/2033

   See [TOMEE-4518](https://issues.apache.org/jira/browse/TOMEE-4518) and [this 
thread](https://lists.apache.org/list.html?dev@tomee.apache.org) on the dev list
   
   Maybe we should think out loud about failing the deployment of a 
`ContextService` if it defines `Propagated*=Transaction`. This however brings 
up questions again like what to do in this case:
   ```
   <Resource id="Foo" type="ContextService">
     Propagated = Remaining
     Cleared =
     Unchanged =
   </Resource>
   ```
   And if we should completely abort the TomEE startup if an illegal 
ContextService is detected in `tomee.xml`. What if it has `Lazy=true`? So I 
chose to not enforce this via code yet.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to