Hani Suleiman
- 活动总数 1008
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 380
-
创建于 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... -
创建于 [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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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.