Spring Boot, BlazeDS and Security

2021-09-03 Thread Roman Isitua
Spring Boot, BlazeDS and Security I am trying to implement custom authentication using spring blazeds and spring boot. I have written a custom authentication provider. My configuration is as follows @Configuration @EnableWebSecurity public class WebSecurityConfig extends

Re: Errors building stand alone actionscript library

2021-09-03 Thread Roman Isitua
Thanks for the confirmation. Regards, On Fri, Sep 3, 2021 at 5:01 PM Alex Harui wrote: > IMO, you have done the right thing. There are different kinds of SWCs in > Royale. You are not building an extern SWC so I think turning it off is > the right thing to do. > > > > -Alex > > > > *From:

Re: Errors building stand alone actionscript library

2021-09-03 Thread Alex Harui
IMO, you have done the right thing. There are different kinds of SWCs in Royale. You are not building an extern SWC so I think turning it off is the right thing to do. -Alex From: Roman Isitua Reply-To: "users@royale.apache.org" Date: Thursday, September 2, 2021 at 2:34 PM To:

Re: Errors building stand alone actionscript library

2021-09-03 Thread Harbs
You’re missing Collections (and likely others) from your pom. > On Sep 2, 2021, at 11:58 PM, Roman Isitua wrote: > >