Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sergey Vasiliev
Follow
New articles and posts
New articles, posts, and comments
Total activity
124
Last activity
November 06, 2019 07:53
Member since
September 26, 2006 10:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
54
Activity overview
Articles (0)
Posts (0)
Comments (70)
Sergey Vasiliev
commented,
November 06, 2019 07:52
hi, What do you want to do with these endpoints? IJ-2019.3(community) allows to get all project endpoints (SpringMVC, Webflux, REST, etc.) for (UrlTargetInfo targetInfo : UrlResolverManager.I...
Community
IntelliJ IDEA Open API and Plugin Development
Spring MVC Plugin API
0 votes
Sergey Vasiliev
commented,
February 07, 2019 14:00
A workaround: https://youtrack.jetbrains.com/issue/IDEA-167762#focus=streamItem-27-3283942-0-0
Community
IntelliJ IDEA Users
Custom Spring Security Expression not recognised by the inspector
0 votes
Sergey Vasiliev
commented,
May 08, 2017 08:04
1. JBoss Support Plugin: it's the "JBoss Frameworks Base Support" plugin. This plugin contains common code for other plugins supporting JBoss frameworks (drools, jbpm, arquillian) 2. JBoss Int...
Community
IntelliJ IDEA Plugin Users
Differences between JBoss Support Plugin and JBoss Integration Plugin?
0 votes
Sergey Vasiliev
commented,
February 06, 2017 10:56
hi, 1. code StartupManager.getInstance(module.getProject()).runWhenProjectIsInitialized(() -> { for (WebFacet webFacet : WebFacet.getInstances(module)) { final WebApp webApp = webFacet.getRoot...
Community
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
1 vote
Sergey Vasiliev
commented,
July 04, 2016 10:22
Hi, enable, please, JSP Plugin. There is no explicit dependency in JBPM plugin. will be fixed in the one of nearest eap.
Community
IntelliJ IDEA Open API and Plugin Development
IDEA 2016 jPBM plugin / XML problem
0 votes
Sergey Vasiliev
commented,
June 13, 2016 14:14
hi, 1. enable jBPMN plugin 2. associate *.bpmn with xml file type. (http://screencast-o-matic.com/watch/cD1I2nibFc) 3. generate diagram (http://screencast-o-matic.com/watch/cD1I2IibFa)
Community
IntelliJ IDEA Users
Generate BPMN 2.0 diagram
2 votes
Sergey Vasiliev
commented,
October 01, 2013 10:09
Hi, actually, we removed obsolete jsf-facet support. Now we use concept of "framework libraries".When you add(or maven/import/etc.) proper libraries to module IntelliJ-13 switchs on corresponding ...
Community
IntelliJ IDEA EAP Users
JSF Facet Missing in IDEA 132.425
0 votes
Sergey Vasiliev
commented,
September 03, 2008 09:11
Hi, You should add Seam facet to any module in "project settings" dialog. All components from this module will be provided to dependent modules.Serega.Hi there,in Intellij IDEA 8How to create a pro...
Community
IntelliJ IDEA EAP Users
how to create a seam project
0 votes
Sergey Vasiliev
commented,
April 17, 2008 14:58
Hi, Daniel.thanks for your detailed answer. It really helped to fix a few seam model bugs.The main problem was that module with defined seam facet didn't provide own seam components in dependent mo...
Community
IntelliJ IDEA EAP Users
seam integration?
0 votes
Sergey Vasiliev
commented,
March 27, 2008 10:13
Hi Stephen,thank you for feedback.You're right. Seam inspections have to be splitted as minimum it was made in your plugin :) The fact that the first seam eap was concentrated to support main idea...
Community
IntelliJ IDEA EAP Users
How about separate, specific Seam inspections?
0 votes