Marvin Wolfthal
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
-
Marvin Wolfthal created a post, AnsweredSurefire / Junit
Can 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... -
Marvin Wolfthal created a post, AnsweredProblem with JDK modules (JDK 12)
I 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 (... -
Marvin Wolfthal created a post, AnsweredValue type error for spring injection
I 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... -
Marvin Wolfthal commented, -
Marvin Wolfthal created a post, AnsweredH2 Trigger classes
While 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... -
Marvin Wolfthal created a post, AnsweredWindow Title problem
Occasionally 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... -
Marvin Wolfthal commented, -
Marvin Wolfthal created a post, AnsweredMissing Junit run menu item
I don't see Junit Run/Debug items in the editor context menu in 2017.2. -
-
Marvin Wolfthal created a post, AnsweredLoading Maven projects twice
For 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?