Bruno Genovese
- Total activity 136
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 32
-
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:/... -
Created Launch a Tomcat-based IntelliJ *configuration* from code
AnsweredI have a Java application that depends on a Tomcat server running on the same box. I am able to detect whether the Tomcat server is up and running. When it is not and I am running on a proper se... -
Created Can IntelliJ Idea be made to understand JSTL?
AnsweredI was very surprised to discover that IDEA does not understand JSTL by default. For example, when I tried the snippet below... it gave me a Duplicate id reference on the Spring MVC path value. Is ... -
Created TextMate bundles cannot be loaded - Ultimate 2022.2.1 to .4. How to fix?
AnsweredMinor issue: At one point during an exchange with support I was asked to upgrade to the then-Beta 2022.2.1 version. From the beginning I kept getting error messages at startup telling me that the ... -
Created Module defaults to wrong database and gives compile warnings
AnsweredI use multiple databases. I can define them in the the Database tool, connect to them and do ad-hoc queries just fine. But I can't find how to tell IntelliJ IDEA which databases are used by a give... -
Created How to do "maven clean install -U" in IDEA?
AnsweredNOTE: Per recommendation from JetBrains support my project has modules (each used to be an Eclipse project) with their own POMs and build to their own deployables / repository targets. Therefore,... -
Created Always update Snapshots - I can't get it to work
AnsweredContext: I have a project with many modules that change rapidly. Each module builds into its own .jar or .war and is currently stored in the repository. Currently using only the local repository b... -
Created JSP edit/deploy in IDEA - options?
AnsweredMy projects rely on Maven for their builds. But in IDEA that usually means that even a tiny HTML change requires a full rebuild and redeploy of the whole project. I would swear that when I was usi... -
Edited Confused by Tomcat log4j logging in IDEA
Answeredlog4j2-tomcat.xml appears to listen to my loggers for my custom code, but not for spring. Why and how to correct? Is there "something else" that needs to be configured that is overriding tomcat's...