I ask this because I get an autowired error on 
@Qualifier("loginFlowRegistry")
and 
private FlowBuilderServices flowBuilderServices;

I have the following imports (plus others):
import 
org.springframework.webflow.definition.registry.FlowDefinitionRegistry;
import 
org.springframework.webflow.engine.builder.support.FlowBuilderServices;

seems if I comment out the Configuration annotation errors go away.

-psv
On Wednesday, September 23, 2020 at 3:59:34 PM UTC-5 Pablo Vidaurri wrote:

> Is this documentation on extending webflows still apply for CAS 6.2:
>
> https://apereo.github.io/cas/6.2.x/webflow/Webflow-Customization-Extensions.html
>
> I've included cas-server-core-webflow dependency, copied/pasted the 
> SomethingConfiguration and SomethingWebflowConfigurer classes and added an 
> EnableAutoConfiguration entry in 
> src/main/resources/META-INF/spring.factories.
>
> Ran gradlew clean build
> then debug mode gradle run.
>
> After I login, i get a ticket issued. I expected to hit a break point in 
> SomethingWebflowConfigurer class but I don't. I don't even see log 
> statements getting printed out.
>
> Thanks.
> -psv
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/6983ed8c-4fed-4c74-94fb-b4c605f0be89n%40apereo.org.

Reply via email to