Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.2.x - Annotations

Hi,

i've got an application running with many @PostConstruct-methods.

The Application had been deployed on Jetty 9.1.5 without problems.
After upgrading to Jetty 9.2.2/9.2.3 the PostConstruct-methods aren't
executed any more (checked with debugger).
Although I've tried different installations, I couldn't get the
Application to work correctly.

Details:
- jetty: jetty-distribution-9.2.3.v20140905 /
jetty-distribution-9.2.2.v20140723
- JSF 2.2 with myfaces 2.2.1/2.2.5
- web.xml: web-app set to 2.5/3.0/3.1
- jetty-plus/jetty-annotations is activated (checked with --list-modules
and --list-config)
- metadata-complete: false / not set
- The annotation-methods are in a jar-file in the webapp-directory.
- faces-config in jar-file: without / jsf 2.2 compatible "empty"
faces-config.

Hope somebody could give me a hint what to try next.


Thanks in advance.
---
krumpi


Back to the top