Pmt
Pmt

Reputation: 1152

Jetty - Error on start - PicketLinkServletContextListener.isHttpSecurityEnabled - NullPointerException

I'm trying to start Jetty with my Webapp, but I'm facing a strange error.

Facts:

Do you have any idea of how to solve it?

Do you need any further information? Please, let me know.

Upvotes: 0

Views: 510

Answers (1)

Joakim Erdfelt
Joakim Erdfelt

Reputation: 49515

PicketLink uses CDI.

Jetty does not ship with CDI support.

You'll have to install Weld/CDI into your webapp for CDI support in Jetty.

Upvotes: 0

Related Questions