Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
Created How to change the appserver for a module?
Assuming I have an old web module, that I want to attach to an appserver (ie, it was created for some appserver previously, like 'generic', and I want to now use it in a new appserver). What's the ... -
Created Stopping an appserver
What's the magic incantation required to stop an appserver? Currently I'm using a JavaParametersProvider for running my server. When I click on the red stop button, the process is stopped appropria... -
Created deploy button
When I run my appserver, the deploy button remains available for modules, and continues to say 'deploy'. Shouldn't it either be dimmed when a deployed module is selected, or the tooltip modified to... -
Created j2ee fileTemplates
For some reason, my file template isn't getting used when creating a j2ee module.The template is in fileTemplates/j2ee/blah.xml.ft in my plugin jar (if it isn't there, I get an error), and it defin... -
Created Feedback
I've posted a number of questions here about the j2ee API and haven't gotten any responses. I suspect that I'm the only person working with the API currently so it'd be very helpful if the intellij... -
Created j2eeDom api needs some serious thought
I'm trying to have my own descriptors generated, and the xml stuff in the j2eeDom package seems somewhat badly thought out (well, to be honest, it doesn't seem thought out at all, let alone badly).... -
Created DataSource API
The current DataSource api seems rather odd. From what I can tell, it's designed exactly for weblogic and doesn't cleanly handle a number of scenarios. I'd like to be able to do any number of the f... -
Created Local port
Why is the local port in a run configuration? Picture this scenario, which is impossible with port being per run config.- App server can bind to multiple ports and hosts- User selects what port a p... -
Created Getting rid of advanced tab?
In the appserver plugin I'm working on, I need to modify the advanced tab. I'd like to be able to do one of the following (and I think you should really be able to do either, nor just one or the ot... -
Created OSX fix, gimme gimme gimme!
The latest OSX JDK won't work with IDEA until we get a fix from you guys, the issue is: KEY_TYPED events were being generated from the Swing event thread, and were synthesized from INPUT_METHOD_TEX...