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
54
votes
3 answers
Keycloak integration in Swagger
I have a Keycloak protected backend that I would like to access via swagger-ui. Keycloak provides the oauth2 implicit and access code flow, but I was not able to make it work. Currently, Keycloak's documentation is lacking regarding which url should…

melistik
- 541
- 1
- 4
- 4
24
votes
7 answers
Why do I get 502 when trying to authenticate
I'm trying to implement authentication for my UI application
I'm using https://github.com/joaojosefilho/vuejsOidcClient which I succesffully configured to work with gluu auth server
Now I wanted to try with keycloak
what happens is that flow is…

mirkash
- 386
- 1
- 2
- 7
21
votes
5 answers
Eclipse Kepler and JBoss Wildfly hot deployment
I am trying to use eclipse kepler for Java EE 7.I already installed JBoss Tools and added JBoss Wildfly successfully as a server. However my changes are not automatically deployed. Is there anyway the app can be deployed automatically just as when…

zulqarnain
- 1,695
- 1
- 16
- 33
19
votes
1 answer
Hibernate tool, auto cascade all
I have a database and I generated all bean and hbm.xml files with hibernate tool.
I noticed this tool not generated automatically the cascade property... I read it can be done using reveng.xml.
There are ways to auto-generate revenge.xml, or set a…

Andrea Catania
- 1,361
- 3
- 21
- 37
16
votes
9 answers
JBoss Tools deploy error: This may be caused by your server's temporary deploy directory being on a different filesystem than the final destination
I have the following error when deploying an application with JBoss Tools in Eclipse:
Error renaming C:\wildfly-8.1.0.Final\standalone\tmp\tmp7858611943756287857.xhtml to C:\wildfly-8.1.0.Final\standalone\deployments\.war\403.xhtml.
This may be…

cassiomolin
- 124,154
- 35
- 280
- 359
16
votes
2 answers
Eclipse error when using multiple @Id for composite primary keys
in my Model project (it only has the persistent classes, aka java beans) i have a class which has a composite primary key. To map this, i have used two @Id in my class. Before hibernate 4 it was not possible but now it is Ok. So, the problem is,…

Mateus Viccari
- 7,389
- 14
- 65
- 101
12
votes
4 answers
Wildfly fails to deploy application (FileNotFoundException - Access is Denied)
Wildfly 8.2.0.Final
JDK 8 Update 60
Eclipse Mars Update 1
JBoss Tools 4.3.0.Final
Windows 10
Recently I upgraded the following things:
from Windows 7 to Windows 10
from Eclipse Mars to Eclipse Mars Update 1
from JBoss Tools 4.3.0.Beta1 to JBoss…

Marcos
- 1,237
- 1
- 15
- 31
12
votes
5 answers
Referenced file contains errors (jar:file:/.../plugins/org.jboss.tools.jst.web_3.5.0.Final-v20130717-0309-B75.jar!/catalog/web-facesconfig_2_2.xsd)
I make in JSF Project in eclipse and The file faces-config.xml give an error
Referenced file contains errors (jar:file:/D:/eclips/eclipse k/plugins/org.jboss.tools.jst.web_3.5.0.Final-v20130717-0309-B75.jar!/catalog/web-facesconfig_2_2.xsd).…

Shahid Ghafoor
- 2,991
- 17
- 68
- 123
12
votes
3 answers
Must every Entity Bean be registered in persistence.xml?
I'm using Eclipse Facets for JPA 2.0 and Hibernate 4.2 implementation. I think I recall that in previous project I would not have to register an Entity Bean in the persistence.xml. Am I mistaken?
Annotating a POJO (in this case Pub.java) with…

feder
- 1,775
- 5
- 25
- 36
10
votes
1 answer
How to link / export existing Keycloak user to LDAP
I'm using Keycloak and just setup some OpenLDAP. Importing from LDAP to Keycloak works fine. Even new registrations and updates to users are synced nicely. But I can't find any way to:
a) Export existing Keycloak users to LDAP
b) Linking existing…

Tarion
- 16,283
- 13
- 71
- 107
8
votes
7 answers
Problems with shutting down JBoss in Eclipse if I change JNDI port
1st phase
I have a problem shutting down my running JBoss instance under Eclipse since I changed
the JNDI port of JBoss. Of course I can shut it down from the console view but not with
the stop button (it still searches JNDI port at the…

Balint Pato
- 1,497
- 1
- 13
- 28
7
votes
4 answers
Can Hibernate tool generate JPA POJO?
May I know can the Eclipse plugin Hibernate tool use to generate JPA entity @entity? The Java files that generated look like below and not JPA:
package com.test.only.model;
// Generated Jul 19, 2011 12:13:40 PM by Hibernate Tools…

cometta
- 35,071
- 77
- 215
- 324
7
votes
1 answer
How can I remove Eclipse Mars Jboss Tools Toolbar item
I have installed Eclipse Mars and have also installed the Jboss Tools from the eclipse marketplace.
My issue is that after installing the JBoss tools, I seem to have a set of controls for the server in my menu bar, that have been created in the…

Rob Wilson
- 1,123
- 1
- 8
- 13
7
votes
2 answers
EL Validator cannot run on project a because Validation Builder precedes JBoss Knowledge Base Builder
I am woriking on A maven Project.
the project run very well.
But when I see the marquers I found this problem.
EL Validator cannot run on project a because Validation Builder precedes JBoss Knowledge Base Builder.
do you have any idea ??

walid zaidouh
- 101
- 1
- 2
- 4
6
votes
2 answers
How to run 2 (or more) Wildfly instances on the same machine?
I want to simulate 2 servers by running 2 independent instances of Wildfly. This is useful when you don't want to deploy all WARs on the same instance and then only be able to shut them down and start them together.
I'm using Eclipse with the JBoss…

Mark
- 2,167
- 4
- 32
- 64