Kawu
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 19
-
Created Maven cannot find MyFaces + PrimeFaces + OmniFaces dependencies for Quarkus app (quarkiverse)
AnsweredHello all.This is my first time creating a Quarkus app.I was using the command line tool to generate a REST-based basic project (the one with the GreetingResource).Here the dependencies from the Ma... -
Created Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
AnsweredHello.I am building my first Quarkus application. I want to use an in-mem DB for dev profile and use a remote one for test profile.The dev in-mem DB is being being created on launching Quarkus and ... -
Edited Always have to do Maven clean package to redeploy changes to WildFly 31
AnsweredHello all.I know this is a recurring question, but searching the Internet, mainly SO etc. did not reveal any solution to me.The problem:I have a JSF application running on a local WildFly 31 and an... -
Edited Old deployment being cached in IntelliJ always complaining with FileNotFoundException on Maven project when version upgraded (WildFly 31 as server)
AnsweredHello all.I have a problem with IJ somehow caching the old version of my locally deployed WAR deployment in WildFly 31.0.0.Final.It doesn't go away, complaining about an old WAR file not being pres... -
Edited Verifying that Settings Sync works
AnsweredHello.I have two computers, one for work, one at home. Both have the same IntelliJ version installed, along with Settings Sync enabled.I recently upgraded both installations to version 2023.3.2.I w... -
Created Integrating MySQL Workbench Python interpreter fails
Hello. I am trying to install the internal Python 3.7 (?) interpreter of MySQL Workbench into PyCharm (not Community Ed.), but this fails with: Next error is: Anyone know what's going on? Can anyb... -
Created Importing hibernate-orm Gradle project leads to compile errors
AnsweredHello, I've been using IntelliJ for creating Hibernate ORM test cases most of the time. I've recently upgraded to 2020.3.3. I forked the Hibernate project to my own Github account from https://gith... -
Created JPA 2.1 entity mappings not recognized
Hi ,I am currently switching an important project from Java EE 6 to Java EE 7 and I got a named-queries.xml file with the following at the top:<entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/pe... -
Created Automatically add missing imports when using "Optimize Imports"?
Hello,I'm continuously refactoring my code and one of the things that's a bit annoying with PyCharm is the inability of its "Optimize Imports" functionality to not add missing imports to a file to ... -
Created Copy changed files to a local directory?
Hello,I'm developing a non-web application, that is it is a plugin for a tool called MySQL Workbench. This application's plugin files reside under (in Windows)C:\Users\{MyUserName}\AppData\Roaming\...