Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
Created Generate persistence classes from schema is...a bit crap
Is this still a work in progress? Generating JPA classes from a schema makes some very bizarre choices. For example, for database column named 'fooBar', the generated property is foobar. So it's go... -
Created Adding JDK6 on OSX
For those with the right NDAs and so on, has anyone managed to do this on OSX? With the latest EAP, I'm unable to click on the 'add JSDK' button, but works if I hit 'enter' instead. Adding the JDK ... -
Created Toolwindows on OSX
For years now, every now and then, a tool window on OSX gets 'stuck'. This means that you can click the button (happens most often to me in the debug window), it is pressed and something gets focus... -
Created Does anyone find 'find unused declaration' vaguely useful?
I love the idea of this inspection, but the problem is that it's basically aimed at JavaSE apps and doesnt understand web frameworks or the idea of pojos (the same applies in fact for the 'declarat... -
Created Named query resolution
How does IDEA figure out what PU to use to find named queries? Right now it's barfing on most of my ejb3 facets, saying it can't find queries.In my class I have: @PersistenceContext(unitName = "ti... -
Created Plugin classloading?
In the latest EAP (6951) The Orion plugin fails to start up, with this error:Caused by: java.lang.NoClassDefFoundError: com/intellij/javaee/run/configuration/J2EEConfigurationType at java.lang.Clas... -
Created Custom completion in editor
Inside of a string in the editor window, I'd like to be able to offer completions under certain circumstances, how would I go about doing this? As a practical example, I want the following to show ... -
Created JPAQL: Will it become usable soon?
I've noticed that very little progress has been made with JPAQL in the last few builds, so was wondering on whether it'll be improved over its rather sorry current state or scrapped.Some issues:Poo... -
Created Best...feature...ever, in the latest EAP!
I can now uninstall multiple plugins...AT THE SAME TIME! -
Created ejb3 entity view...where oh where are you!
Looking over the beta 'new features' document, I was amazed and astounded to see a rather pretty ejb3 entity diagram showing.Now, I have some ejb3 entities, as it happens, with many relationships b...