[jboss-jira] [JBoss JIRA] Resolved: (JBSPRING-4) Classpath scanning in Spring-based web applications and VFS

Marius Bogoevici (JIRA) jira-events at lists.jboss.org
Thu May 7 16:30:47 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSPRING-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marius Bogoevici resolved JBSPRING-4.
-------------------------------------

    Resolution: Done


Resolved by adding VFSXmlWebApplicationContext (incorporating directory scanning fixes from the Alfresco implementation), 

The implementation can be found here: 

https://anonsvn.jboss.org/repos/jbossas/projects/spring-int/

Relevant jars will be attached to the issue.

Use: 

 <context-param>
      <param-name>contextClass</param-name>
      <param-value>org.jboss.spring.factory.VFSXmlWebApplicationContext</param-value>
  </context-param>

in web.xml for customizing the application context for either ContextLoaderListener or DispatcherServlet.


> Classpath scanning in Spring-based web applications and VFS
> -----------------------------------------------------------
>
>                 Key: JBSPRING-4
>                 URL: https://jira.jboss.org/jira/browse/JBSPRING-4
>             Project: JBoss Spring Integration
>          Issue Type: Bug
>            Reporter: Marius Bogoevici
>            Assignee: Marius Bogoevici
>
> As reported in the forum issue, classpath scanning in Spring does not work properly in conjunction with VFS. A fix has been created, in the form of the VFSResourceResolver, but there are still issues reported against it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list