Re: @Asynchronous method validation fails for external user type

2012-03-07 Thread AndyG
If I remove @Asynchronous from the method then the apps 'A.jar' loads just fine (which is internally using 'many' classes from lib 'B.jar'), so I am not sure if this is exclude/include related. I will dig deeper on this tomorrow, going to call it a day for now. Just wanted to put this out to see

Re: @Asynchronous method validation fails for external user type

2012-03-07 Thread Romain Manni-Bucau
maybe just an executor issue. if it runs without the @Async annotation forgot the exclusion idea ;) good luck - Romain 2012/3/7 AndyG andy.gumbre...@orprovision.com If I remove @Asynchronous from the method then the apps 'A.jar' loads just fine (which is internally using 'many' classes