Skip to content

Spring 3 classpath scanning fails on JBoss AS 6.0.0.M3 [SPR-7197] #11856

Closed
@spring-projects-issues

Description

@spring-projects-issues

Marius Bogoevici opened SPR-7197 and commented

Context scanning fails in JBoss AS 6.0.0.M3 due to VFS issues. The VFS classes have moved from org.jboss.virtual to org.jboss.vfs. As well, a few methods have changed their names. Therefore, the fixes provided for #9793 need an update to match the current package structure.

I will attached a patch that abstracts the VFS2 and VFS3 code so that Spring 3 can detect the VFS version and run in either environments (JBoss AS 5 and JBoss AS 6).


Affects: 3.0.2

Attachments:

Referenced from: commits cbb9023, d9a664a, 578e80c, e9ecf5d

1 votes, 3 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions