Marvin Wolfthal
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Created Surefire / Junit
AnsweredCan someone explain how the runtime environment differs when running "test" from the Maven lifecycle menu and when running a test by selecting it (or a test method) from the source file or the proj... -
Created Problem with JDK modules (JDK 12)
AnsweredI have a large maven project in which all the maven modules except for one have module-info.java. For that one I have provided an Automatic-Module-Name in MANIFEST.MF, call it 'x', The subproject (... -
Edited Value type error for spring injection
AnsweredI create a DataSource using the Spring MethodInvokingFactoryBean, When i reference the bean by its id IDEA complains that the ref is of the wrong type, namely the FactoryBean. Shouldn't it referenc... -
Edited H2 Trigger classes
AnsweredWhile building a testing db using an embedded H2 database I have run into a problem executing DDL against the configured datasource. Namely, the Trigger classes under src/test declared in the DDL a... -
Created Window Title problem
AnsweredOccasionally Intellij creates a window title for a Maven module from the artifact name and a <property> rather than the GAV version, for example tools ${apache.version} Reimporting the project does... -
Created Missing Junit run menu item
AnsweredI don't see Junit Run/Debug items in the editor context menu in 2017.2. -
Created Loading Maven projects twice
AnsweredFor a long time now, every time I open a Maven project for the first time, nothing shows up on the Project tab and I have to close it and reopen the project. What is the issue? -
Created Window title question
AnsweredThis is kind of trivial but really annoying - one of my projects (on Windows) shows an incorrect maven version in the window title - it should say "acdb-web - 1.0-SNAPSHOT ..." but has "acdb-web - ... -
Created Multiple instances
With the new licensing scheme is it possible to run multiple copies on the same subnet with the same license? -
Created navigation question
Is there a way to naviigate from a file in the editor or in the Search Everywhere window to its location in the Project window?That is, I would like the Project window to scroll to the location of ...