Bruno Genovese

- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 30
-
Created No reply for an opened support ticket for 6 days
AnsweredWondering because I opened a support ticket 6 days ago and besides the automated “generic” reply there's been no human reply. I've never seen such a delay in the past.If jetbrains is still operat... -
Created Small nuisance - having to "repair IDE" and rebuild the whole project every time I restart IDEA Ultimate.
AnsweredThis is only a nuisance, although it is a MAJOR nuisance. Hopefully it is fixed in the 2025.1 final release that is hopefully coming out soon., but hoping that there is a “quick fix” that can be a... -
Created IntelliJ ignoring Tomcat 10 log4j2 configuration, probably due to configuration caching - how to fix?
AnsweredI have been trying to get the log4j2 configuration to work on IntelliJ IDEA. Sadly, it is not working and it appears to be caused by caching of the Tomcat configuration in the …\system\tomcat\… fo... -
Edited IntelliJ SQL console slowness?
AnsweredI have a stored procedure that runs in 20-30 seconds in MSSMS or my EMS SQL Manager database tools, returning about 30,000 rows. But when using the IntelliJ SQL console to run the same stored pro... -
Created Update to 2024.x
AnsweredI got a prompt to update my 2023.x.y IntelliJ IDEA and the update worked normally. After doing it the IDE prompted me to update to 2024.x, but instead of updating in place it sent me to the downl... -
Created IntelliJ IDEA writes to Maven repository but does not read.
AnsweredIssue: I configured Local Repository in the Maven settings. Using the IntelliJ Maven popup (right top of IDE) I do Lifecycle/install for one of my modules and it indeed creates the JAR and places i... -
Created Bringing configuration to another computer
AnsweredTo handle travel I am setting up IntelliJ IDEA on a laptop. I will eventually return to the desktop but for now my user will be on the laptop. NOTE: I can usually get the job done with IntelliJ... -
Edited Hung "Reading Maven projects..." normal or bug?
AnsweredLately I noticed the message “Reading Maven projects…” remaining on after launching an application from inside IntelliJ. EDIT: The message seems to stick around also when not running apps.It does... -
Created JSP with Spring: Cannot resolve symbol 'command'
AnsweredI know this must be a trivial issue, and I've ignored it for easily a year as it has no effect on the app itself, but the time has come to tackle it:My controller display method declares its comman... -
Created Problem with xsd:schema for xmlns:jaxb
AnsweredI have an XSD with the following schema definition: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0"> Where http:/...