Kawu
- 活动总数 66
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 19
-
创建于 Maven cannot find MyFaces + PrimeFaces + OmniFaces dependencies for Quarkus app (quarkiverse)
已回答Hello 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... -
创建于 Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
已回答Hello.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 ... -
已编辑于 Always have to do Maven clean package to redeploy changes to WildFly 31
已回答Hello 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... -
已编辑于 Old deployment being cached in IntelliJ always complaining with FileNotFoundException on Maven project when version upgraded (WildFly 31 as server)
已回答Hello 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... -
已编辑于 Verifying that Settings Sync works
已回答Hello.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... -
创建于 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... -
创建于 Importing hibernate-orm Gradle project leads to compile errors
已回答Hello, 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... -
创建于 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... -
创建于 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 ... -
创建于 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\...