[jbossts-issues] [JBoss JIRA] (JBTM-3186) Safeguard LRA filters for situations when CDI is not available

Martin Stefanko (Jira) issues at jboss.org
Mon Sep 2 16:35:00 EDT 2019


Martin Stefanko created JBTM-3186:
-------------------------------------

             Summary: Safeguard LRA filters for situations when CDI is not available 
                 Key: JBTM-3186
                 URL: https://issues.jboss.org/browse/JBTM-3186
             Project: JBoss Transaction Manager
          Issue Type: Bug
          Components: LRA
            Reporter: Martin Stefanko
            Assignee: Martin Stefanko


When CDI is not available in LRA microservice, following exception is thrown:

```
Caused by: java.lang.NullPointerException
	at io.narayana.lra.filter.ServerLRAFilter.filter(ServerLRAFilter.java:311)
```

This is thrown because CDI is not available in the container. The check for null injection can prohibit this behavior and LRA can still function for REST-based services in case CDI is not present.



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jbossts-issues mailing list