Plexus runtime wise, the stdout had:
2006-10-01 00:23:19,444 [SocketListener0-1] ERROR ObjectFactory:plexus
- Unable look up
com.opensymphony.xwork.interceptor.Interceptor:pssForceAdminUserInterceptor
due to plexus misconfiguration.
org.codehaus.plexus.xwork.ComponentCreationException: Unable look up
com.opensymphony.xwork.interceptor.Interceptor:pssForceAdminUserInterceptor
due to plexus misconfiguration.
at
org.codehaus.plexus.xwork.PlexusObjectFactory.lookup(PlexusObjectFactory.java:399)
with the lowest Caused By being:
Caused by: org.codehaus.plexus.component.composition.CompositionException:
Component Composition failed. No field of name:
'userValidationSettings' exists in component: role:
'org.codehaus.plexus.security.policy.UserSecurityPolicy',
implementation:
'org.codehaus.plexus.security.policy.DefaultUserSecurityPolicy', role
hint: 'default'
at
org.codehaus.plexus.component.composition.FieldComponentComposer.getFieldByName(FieldComponentComposer.java:155)
at
org.codehaus.plexus.component.composition.FieldComponentComposer.findMatchingField(FieldComponentComposer.java:102)
Hen
On 10/1/06, Brett Porter <[EMAIL PROTECTED]> wrote:
There isn't any additional info in there?
On 01/10/2006, at 5:27 PM, Henri Yandell wrote:
> Using the latest SVN I get the following error for the plexus runtime:
>
> Caught Exception while registering Interceptor class
> pssForceAdminUserInterceptor
>
> Within Tomat I get the same thing:
>
> Caught Exception while registering Interceptor class
> pssForceAdminUserInterceptor - [unknown location]
> org.codehaus.plexus.xwork.PlexusObjectFactory.buildInterceptor
> (PlexusObjectFactory.java:134)
>
> com.opensymphony.xwork.config.providers.InterceptorBuilder.constructIn
> terceptorReference(InterceptorBuilder.java:48)
>
>
> Hen