Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4523 | minor | always | 04-27-11 16:18 | 05-02-11 12:13 | |
|
|||||
Reporter: | rickHigh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.18 | ||
|
|||||
Summary: | 0004523: appear to have circular dependency. Consider using <absolute-ordering> in web.xml | ||||
Description: |
I am using a web-fragment.xml file and am getting a circular dependency issue. My fragment is defined here: https://github.com/CDISource/cdisource/blob/master/spring/src/main/resources/META-INF/web-fragment.xml [^] The listener for this fragment is defined here: https://github.com/CDISource/cdisource/blob/master/spring/src/main/java/org/cdisource/springintegration/servletsupport/ApplicationContextFinderServletContextListener.java [^] The error message I am getting is here. [java] [11-04-27 16:11:17.801] {http://*:8080-1} [^] WebApp[production/webapp/default/springapp] stopping [java] [11-04-27 16:11:18.586] {http://*:8080-1} [^] web-fragments at 'WebApp[production/webapp/default/springapp,INITIALIZING]' appear to have circular dependency. Consider using <absolute-ordering> in web.xml. [java] [11-04-27 16:11:18.587] {http://*:8080-1} [^] web-fragments at 'WebApp[production/webapp/default/springapp,INITIALIZING]' appear to have circular dependency. Consider using <absolute-ordering> in web.xml. I believe it might because the @WebListener public class ApplicationContextFinderServletContextListener and the web-fragment clash I think the behavior should be that the web fragment take precedence over the annotation. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|