Boyman10 / ToposNetwork

Multilingual web application with JEE Struts2 and Spring IoC listing Topos for climbing adventures
0 stars 0 forks source link

classpath without * #21

Open Boyman10 opened 6 years ago

Boyman10 commented 6 years ago

is this a matter of context ? xlmns

Boyman10 commented 6 years ago

That did it 👍 Now we can load the context files without the * ! xmlns:context="http://www.springframework.org/schema/context" and these urls within xsi:schemaLocation in bootstrapContext.xml http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd"

Boyman10 commented 6 years ago

Spring contexts are also called Spring IoC containers, which are responsible for instantiating, configuring, and assembling beans by reading configuration metadata from XML, Java annotations, and/or Java code in the configuration files.

Boyman10 commented 6 years ago

Might be a problem with OS - Ant system ? classpath without * does not work on linux ! But windows seems fine -> see what's up when cleaning up tomcat...