[ 
https://issues.apache.org/jira/browse/CXF-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543715#comment-13543715
 ] 

Torben Vesterager commented on CXF-4719:
----------------------------------------

Regarding startup time, every client/user is responsible for limiting the class 
scanning:
{code:java}
@ComponentScan(basePackages = "com.mycompany.mywebapp")
{code}
I also hope Spring's classloader/scanner is smart enough that it only scans the 
user classes (e.g. in a WAR only the *.class files in /WEB-INF/classes and not 
all the classes located in the jars in WEB-INF/lib)


                
> Annotation for web service endpoint
> -----------------------------------
>
>                 Key: CXF-4719
>                 URL: https://issues.apache.org/jira/browse/CXF-4719
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Torben Vesterager
>
> CXF is the only thing I'm using that still needs a spring configuration XML.
> All other components are configurable via annotations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to