Torsten

- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Object inspector in the debugger hangs
When stopping at a breakpoint while debugging a node (v0.10.16) expressjs app in WebStorm 7 Beta, drilling in to an Object in the inspector rarely works.Clicking the arrow to exapnd the object hang... -
Created Sharing jars (or modules) between web application contexts in Idea
I want to run two webapp contexts /foo and /bar inside of idea (i use Selena build 7065). I allow the contexts to access each other's servletContext by specifying crossContext="true" in the /META-I... -
Created Sharing jars (or modules) between web application contexts in Idea
I want to run two webapp contexts /foo and /bar inside of idea (i use Selena build 7065). I allow the contexts to access each other's servletContext by specifying crossContext="true" in the /META-I... -
Created EAP objectives changed?
It used to be that one could do work with the EAP releases. Certain things would be broken or "in progress" but the software would be "usable" for early adopters.The latest 3-4 releases of Selena s... -
Created Exception breakpoints broken in Selena?
I've recently upgraded to Selena (currently running build 7020). It appears that exception breakpoints have stopped working, i.e. execution will no longer stop and the debugger will not be activate... -
Created Tomcat Deploy Problem: ClassCastException .. FileDirContext
I upgraded to JDK 1.5 and Tomcat 5.5.7 and when deploying my exploded web directory from within Idea (i get the same problem with 4.5.3 and with Irida 3229), I get the following on stdout: cmd /c "... -
Created Broken Resin Plugin
The Resin plugin in the repo is borked.The one on SourceForge works. I can't update my plugins without having to resintall the working Resin plugin manually.The plugin repo is a very convenient fea... -
Created Resin plugin broken?
I'm using Resin 2.1.12 and idea 4.03. I tried to configure a webbapp in the debugger using the resin plugin from the plugin repository. It hangs, and on some attempts it has screwed up my configura... -
Created Assert
AnsweredI've spent some time trying to set up my project to use assertions. The assert keywords are correctly highlighted in the editor, the code compiles nicely, but no AssertionError is ever thrown.I hav...