Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Using JSF ManagedBeans with Jetty Maven Plugin - resolved to null

Hi all,

I’m trying to use jetty maven plugin with a JSF project. When I define the <webAppSourceDirectory> as the target WAR directory (target/war-file-0.1-SNAPSHOT) it works correctly.

If I define it as src/main/webapp (the default behaviour), the ManagedBeans are all resolved to null.

I believe this may be a classpath problem, although the jetty plugin uses target/classes in both situations.

Any thought?

/rp

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top