Hello All,
I just started exploring acegi security for spring. I
tried to follow the "contacts" sample and integrate
security into my application. I am getting the
following exception. I am sure I am missing something
here. Could someone point me in the right direction. 

<EXCEPTION LOG>
2004-07-21 12:49:16,792 ERROR
[org.springframework.web.servlet.DispatcherServlet] -
<Could not complete request>
net.sf.acegisecurity.AuthenticationCredentialsNotFoundException:
A valid SecureContext was not provided in the
RequestContext
        at
net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.interceptor(AbstractSecurityInterceptor.java:280)
        at
net.sf.acegisecurity.intercept.method.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:82)
        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:134)
        at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:148)
        at $Proxy11.addSomething(Unknown Source)
        at
org.annadi.immi.web.MyFormController.onSubmit(INSApplicationFormController.java:59)
        at
org.springframework.web.servlet.mvc.SimpleFormController.processFormSubmission(SimpleFormController.java:208)
        at
org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:236)
        at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:119)
        at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45)
...
</EXCEPTION LOG>

Thanks.
Vijay


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to