Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
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. -
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...