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.
Questions tagged [jboss-tools]
216 questions
2
votes
0 answers
Jakarta Server Faces project templates
The jar file org.jboss.tools.common.projecttemplates_3.17 only contains templates up to jsf-2.3. Is there any templates for jsf-3.0?
I’m trying to create a dynamic web project using Jakarta Server Faces because we are converting our Primefaces app…

Simon
- 21
- 2
2
votes
2 answers
Eclipse IDE: The resource could not be loaded because the App Transport Security policy requires the use of a secure connection
I am working with Eclipse 2021-09 (4.21.0) and later to install the Plugin JBoss Tools, I observed that when I want to open a .xhtml file, the Eclipse give me the following error.
Maybe any idea.

martosfre
- 764
- 6
- 14
2
votes
1 answer
Drools Eclipse Plugin ignores source level
I have installed the Drools Eclipse Plugin org.drools.eclipse 7.36.0.Final into my Eclipse 2020_03 running with a Oracle JDK 1.8.0_92. I have downloaded und unzipped drools-distribution-7.36.0.Final and added the binaries/ directory as Drools >…

Stefan Winkler
- 3,871
- 1
- 18
- 35
2
votes
3 answers
Why is this JPA 2.0 mapping giving me an error in Eclipse/JBoss Tools?
I have the following situation:
(source: kawoolutions.com)
JPA 2.0 mappings (It might probably suffice to consider only the Zip and ZipId classes as this is where the error seems to come from):
@Entity
@Table(name =…

Kawu
- 13,647
- 34
- 123
- 195
2
votes
1 answer
Debezium error, schema isn't known to this connector
I have a project using Debezium, mostly based on this example, which is then connected to an Apache Pulsar.
I have changed a few configurations. The file now looks like…

Qrom
- 487
- 5
- 20
2
votes
3 answers
Openshift / Keycloak 4.8.3. Login to Admin Console infinite redirect loop
I have been using Keycloak for a while from an RPM installation without any issue so far. Now we are migrating most of our services into an Openshift Cluster (3.9). Before migrate the Keycloak to the latest version in my current server (4.8.3) I am…

Daniel Cano
- 95
- 1
- 2
- 4
2
votes
1 answer
How to configure JBoss 5.1.0GA using JDK1.6 on Eclipse 2018-12 and Fedora 29?
I'm trying to configure JBoss AS Server on Eclipse 2018-12, but I can not create a server Jboss 5.1.0.GA using Jboss Tools 4.9.0.Final. The Error message is: 'This server requires an execution environment from J2SE-1.4 through JavaSE-1.8, but no…

marcosnasp
- 43
- 6
2
votes
1 answer
Keycloak 4.8.0 Error when choosing standalone-ha.xml as --server-config parameter
We have keycloak 3.2.0 working on Docker.
When we run it, we add the ARGS --server-config standalone-ha.xml
e.g
Docker run foo bar jboss/keycloak:4.5.0.Final --server-config standalone-ha.xml
Purely because we're running a few nodes to the same…

Michel Laporte
- 21
- 1
- 3
2
votes
1 answer
Missing LiveReload Server in Eclipse (JBoss Tools) and DevStudio
In Eclipse in the servers view the LiveReload Server is missing. If I want to add it, there is no option for it (Should be under Basic, but is not. -> see screenshot).
I have the current jboss tools installed and also tried the newest DevStudio.…

zubasa
- 23
- 3
2
votes
1 answer
Loading Keycloak config from URL
The Keycloak 3.2 Javascript Adapter documentation says you can instantiate the keycloak object with :
var keycloak = Keycloak('http://localhost:8080/myapp/keycloak.json'));
But when I try to do so, it looks like my keycloak.config file is not…

Wenneguen
- 3,196
- 3
- 13
- 23
2
votes
1 answer
Eclipse WTP deployment of build path dependencies
I have an Eclipse project that is dependent on other projects (Project Properties/Java Build Path/Projects), and these other projects export their own libraries (Project Properties/Java Build Path/Order and Export).
Is there a way to get Eclipse WTP…

pards
- 1,098
- 15
- 20
2
votes
2 answers
How to "hot" deploy war dependency in Jboss using Jboss Tools Eclipse plugin?
I'm using Jboss tools (3.0.0 alpha, on Eclipse 3.4) to hot deploy my war on Jboss 4.2.3.
My war depends on another project (packed inside a jar) I 'm working on.
But, when I save a file in this project(the jar project), Jboss Tools republish the…

Anthony Dahanne
- 4,823
- 2
- 40
- 39
2
votes
1 answer
Keycloak/Liquibase: ERROR: column "salt" is of type oid but expression is of type bytea
I'm using https://github.com/thomasdarimont/spring-boot-keycloak-server-example to run a keycloak instance. I tried to switch from h2 to PostgreSQL, the admin account creation screen appears, but creating the initial admin account fails…

Bernd
- 370
- 4
- 16
2
votes
2 answers
Eclipse fails after installing JBoss Tools
After installing JBoss Tools and restarting Eclipse IDE, I get following exception:
An error has occured. See the log file /home/abc/workspace/.metadata/.log
Eclipse does not start anymore. Can anybody help me, to fix this problem?
My…
user7621344
2
votes
1 answer
Hibernate Tools: [Classpath]: Could not create JPA based Configuration
I have a Java Project that I earlier used with Hibernate's Native API with hibernate.cfg.xml and then later started using Hibernate as a JPA provider using persistence.xml inside the META-INF folder and everything was working fine.
But when I…

skip
- 12,193
- 32
- 113
- 153