Questions tagged [jboss-tools]

JBoss Tools is a set of Eclipse plugins and features designed to help JBoss, JavaEE and mobile developers to build high quality applications. It is an umbrella project for the JBoss developed Eclipse plugins that will make it into JBoss Developer Studio.

216 questions
3
votes
1 answer

Unable to deploy Maven WAR project to JBoss: The selection did not contain any resources that can be run on a server

I'm using JBoss 7.1 AS, Eclipse Indigo, Maven 3.0.3 on a Mac OSX Lion. I have successfully registered JBoss 7.1 as a local server within Eclipse. I installed the JBoss tools for Eclipse, right clicked my Maven project, selected "Mark as…
Dave
  • 15,639
  • 133
  • 442
  • 830
3
votes
1 answer

Hibernate reverse engineering - mapping a table to Java enum

I'm working on a project where I am using JBoss Tools to reverse engineer an MS SqlServer database into Hibernate objects. I am wondering if there is a way to map some of the tables in my schema to Java enums? Can this be configured in the…
Tom
  • 3,006
  • 6
  • 33
  • 54
3
votes
2 answers

Spring Tool 4.10 having issue after install JBoss Tools - "Download Quick Start list" and "Update Project wizard list"

I have Spring Tool 4.10 and running on AdoptOpenJDK16 with OpenJ JVM: When I install JBoss Tools For Eclipse I started getting the following error. 1. Download quickstarts list Error: !ENTRY org.eclipse.core.jobs 4 2 2021-05-18…
3
votes
1 answer

Error no session found in request from keycloak-gatekeeper

I am trying to secure kibana through keycloak but after login, keycloak-gatekeeper throws multiple errors and browser show ERR_TO_MANY_REDIRECTS: info issuing access token for user {"email": "xxx@example.com", "expires": "2019-03-23T00:18:30Z",…
DiV666
  • 87
  • 2
  • 12
3
votes
0 answers

STS 4.1 exception on EJB calling

I've a project under Eclipse Indigo with JBoss 4.2.2 with back end and front end (using Flash Player). Now I want to update my project using STS 4.1 for my back end and move the front end in Flash Builder IDE using Adobe AIR. The back end use the…
Joe Taras
  • 15,166
  • 7
  • 42
  • 55
3
votes
1 answer

How to overwrite apiman.gateway-endpoint default property values in Apiman (1.3.1.Final)

Environment Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial Bug I'm using dockerized apiman version 1.3.1.Final. (Quite old I know...) I'm trying to overwrite gateway properties for the…
user3793803
  • 336
  • 4
  • 7
3
votes
1 answer

How to access a RHDM 7.0 git repository in OCP environment?

Trying to access RHDM7 git repository hosted in an OCP environment. This is what I have tryied so far: Create a project in my OCP instance with : oc new-project demo-rhdm7-dtf oc create -f…
3
votes
2 answers

Wildfly deployment scanner "jbosstoolsscanner1"

I have standalone installation of Wildfly server on path C:\Tools\wildfly-10.1.0.Final and in standalone.xml defined following deployment scanner:
Mario Drzic
  • 157
  • 2
  • 10
3
votes
1 answer

Keycloak Custom User Federation and Identity Provider Working Order

I have two custom authentication method on Keycloak. One of them is custom implemented user federation. I configured it for X realm. System uses this implementation for login with username / password method. This implementation calls my federation…
Batuhan
  • 463
  • 2
  • 6
  • 22
3
votes
2 answers

Disable JPA Java Change Event Handler

I have been using Eclipse for many years (usually Jboss Developer Studio) and have been plagued by Eclipse often running, or waiting to run JPA Java Change Event Handler Currently I am working on a project that doesnt use JPA, yet these Event…
Magick
  • 4,603
  • 22
  • 66
  • 103
3
votes
1 answer

How to find out why Eclipse Xhtml Editor hangs

I am using Eclipse Neon.1 on Windows 10 with Redhat JBoss Developer Studio to work on a JavaEE 7 Project running on Wildfly 10 via jdk1.8.0_25. The Project has about 20.000 lines of Java source and also about 20.000 lines of .xhtml source code.…
3
votes
2 answers

openshift eclipse plugin installation

Cannot complete the install because of a conflicting dependency. Software being installed: JBoss OpenShift Tools 2.6.0.Beta3-v20140718-1935-B44 (org.jboss.tools.openshift.express.feature.feature.group 2.6.0.Beta3-v20140718-1935-B44) Software…
FloFromYet
  • 43
  • 6
3
votes
0 answers

Spring STS and code completion from the view (JSP or JSF) pages

Working with JBoss Tools and CDI I very much liked the fact that when I was editing a JSF page I had access to the CDI beans and autocomplete was very helpful. Now with Spring MVC and STS I provide values to the view pages with model.addAttribute…
2
votes
1 answer

Installing JBoss Tools plugin in Eclipse Indigo

I tried to install JBoss AS Tools in Eclipse (Indigo) and failed. I get error with this description: An error occurred while collecting items to be installed session context was:(profile=SDKProfile,…
MinastionLyg
  • 81
  • 2
  • 2
  • 3
2
votes
1 answer

How to call an ant target / maven after JBoss Tools Deploy?

Is there any possibility to run ant after, let's say a clean of a jboss tools server? e.g. i plan to move some directories after having deployed them to a different directory to speed up things in jboss start up. Another solution which came to my…
Toskan
  • 13,911
  • 14
  • 95
  • 185
1 2
3
14 15