Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
Created Redeploy on compile is intensely annoying
If you have an appserver running and build a j2ee module, you're prompted every time on whether you want to redeploy the module or not.Can there please please be a checkbox somewhere so I can set i... -
Created [ANN] Orion Plugin 2.0
I've uploaded my orion plugin for EAP 2126. It doesn't do anything amazing, but lets you run apps and webapps very easily with orion. Needless to say, it probably has its fair share of bugs, so I'd... -
Created Bad support for externally managed j2ee apps
The j2ee stuff in IDEA does not play nice at all with projects that have existing descriptors and apps.For example, my app already has an application.xml, the modules in it do not contain an id=mod... -
Created J2EEAbstractRunConfigurationEditor in 2118
Previously in this class, the applyTo() method was called when the appserver configuration combobox had a different appserver config selected, this way I could populate my custom panel with some de... -
Created Current showstopper list
My plugin sorta works, but there are a number of showstopper issues that prevent me from releasing. These are:http://www.intellij.net/tracker/idea/viewSCR?publicId=34574This one makes it very hard ... -
Created Starting server in debug
Currently when I try debug, the server is not started (and I don't get a debug tab). Should my plugin provide anything in order to get IDEA to start the appserver for me? Previously there used to b... -
Created Assertion failed
I get this assertion error when trying to edit my custom descriptor, what's the reason for it?Error message: Assertion failed: enterprise-beans/session-deployment[/@name="MySession"][-1]java.lang.T... -
Created VM and program params fields
Looks like IDEA itself now adds the VM and program params fields to the server run page. Is there any way to remove one or the other? VM params I want to keep in, but I don't want to allow program ... -
Created How to interrogate an XML file?
This question is probably better off in the openapi list, but I'll ask here since I need it in a J2ee context...I need to progrmatically read the app.xml file to figure out the context roots for th... -
Created Defaults for module versions
Shouldn't the defaults for web and ejb modules be 2.3 and 2.0, respectively? Pretty much all containers now support at least those.