No Mail
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
No Mail created a post, Perforce broken in 7.0.4?
My connection to Perforce worked flawlessly in 7.0.3After upgrading to 7.0.4:- I try to change the file- Idea asks me to clear read-only status using version control integration- I'm getting "Error... -
No Mail created a post, 7.0.3 JPA query not an error
I'm using JPA QueryStatement is:Query query = em.createQuery("select w from ABC w where w.id = :par");w.id is not a field in ABC class.Idea correctly highlights .id in red, with tooltip text "This ... -
No Mail created a post, Quick access to ER diagram
Idea 7.0.2What's the fastest way to access ER diagram(s)?I do it this way:- View as Java EE: Structure- expand JPA Facets node- expand persistence unit node- expand table node- right click column n... -
-
-
-
No Mail created a post, Perforce tickets
Idea 7.0.1It looks to me that Idea doesn't read Perforce tickets. Am I right, or Imissed some settings?I use P4CONFIG environment variable. File, which this variable points tocontains P4CLIENT, P4P... -
No Mail created a post, Error: JVM could not be started
Idea 7.0.1 on WinXPEvery time I start an Idea after reboot, I'm getting the message: "TheJVM could not be started. The main method may have thrown an exception".Second attempt to start always succe... -
-
No Mail created a post, ant module build file
Idea 7.0.1In Idea6 Ant build file for modules contained definitions like this: Idea7 on Windows generates build file: ]]>It's not a problem when Ant build is executed on Windows. But when Iexe...