Hi,
sorry if it is a wrong list for this question...
I was playing a bit with picket-link OpenId web applications the other day and I was
copying the required libraries those web apps would need one by one.
I was seeing (expected) ClassNotFoundExceptions but the stack trace was coming from the
RestEasy deployer.
I'm wondering, does every JBossAS deployer does scan the endpoint ? Or is there some
shared deployer which scans an endpoints for all the annotations and creates some
per-endpoint annotations pools, and then concrete deployers check the annotations pools
only ?
thanks, Sergey