IntelliJ told me that the classpath was too long and that it had to use a temporary file. I accepted. When that option is turned on, IntelliJ starts java with a @vm_param option. Today I tried to reset that option to the default and couldn't find it in...
I have a workaround by defining the bean twice (once in applicationContext.xml and once in spring-servlet.xml) but IntelliJ is now complaining hehe. For more detail, here's how I have my application structured: /myear.ear ./mywar1.war ../applicationContext.xml - import via classpath*:...
I also get additional errors, like "Classpath is incomplete". Even though I opened a complete intellij generated project and a netbeans generated project in 2 different windows.