Skip to content

Regression: Spring on WildFly causing ClassNotFoundException in ASM when deployed outside of EAR [SPR-13695] #18270

@spring-projects-issues

Description

@spring-projects-issues

cns-web opened SPR-13695 and commented

Hi, the problem affects my deployment since 4.2.3 (in 4.2.2 everything worked fine)..

See the reference url for the description with stack:

Short summary

  • EAR on Wildfly which has dependency to spring module
  • Spring module is deployed within the wildfly modules folder (not bundled with the deployment ear!)

Reason for the CNFE:

  • getClass().getClassLoader() called in context of spring-jar for classes which are in the deployment EAR. ->> Different classloader

If you need any additional info i will provide.


Affects: 4.2.3

Reference URL: 8c4b8d2#commitcomment-14416143

Issue Links:

Referenced from: commits 20a286b

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions