Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Ivo ran into an issue that he could not load his bean from addon module because he had
<config-locations>
<config-location>
classpath*:META-INF/hst assembly/addon/org/example/analytics/*.xml
</config-location>
</config-locations>
instead of
<config-locations>
<config-location>classpath*:META-INF/hst-assembly/addon/org/example/analytics/*.xml</config-location>
</config-locations>
Attachments
Issue Links
- is a part of
-
HSTTWO-3070 Remove whitespace from addon module configuration
- Closed