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
5
votes
0 answers
W3C Web Authentication (WebAuthn) Cannot login, credential setup required
I am getting the following error when setting up W3C Web Authentication (WebAuthn).
We are sorry...
Cannot login, credential setup required.
I have existing user accounts on the platform and upgraded the server from v7.0.0 to v8.0.0. I get the…

Clay Risser
- 3,272
- 1
- 25
- 28
5
votes
3 answers
Annotation not created when generating Hibernate mapping files
I am following this link to generate hibernate file
https://www.mkyong.com/hibernate/how-to-generate-code-with-hibernate-tools/
the files are generated but without annotation.
I checked the "generate EJB3 annotation " but still it is not…

RMagen
- 612
- 2
- 9
- 23
5
votes
2 answers
Best way to test/debug javascript mappers/policies in Keycloak
I am new to Keycloak and have been trying to setup javascript based authz policies and client mappers. I was wondering what is the best way to debug such mappers or policies.
Right now, if there are any errors within the script I can only find out…

Tatha
- 1,253
- 2
- 24
- 42
5
votes
2 answers
{{notification.header}} {{notification.message}} loading while accessing Keycloak Admin console
We initially had a dockerized 1.9.3 keycloak running on a virtual machine with us able to access Admin console. We had to later abandon this VM but we ended up cloning another VM with all the contents on it.
The dockerized keycloak is running…

AKSM
- 327
- 7
- 20
5
votes
2 answers
Wildfly servers are not listed in eclipse even after installing JBOSS tools
Environment:
Eclipse Mars
Linux v.?
Java jdk v.?
Wildfly v.?
I installed JBOSS tools from market place, the only version listed was JBoss tools 4.3.0 Beta and I installed it.
I restarted the eclipse. When I tried to add runtime environment in the…

pinkpanther
- 4,770
- 2
- 38
- 62
5
votes
5 answers
How to reactivate code assist in my xhtml page (eclipse 3.5, jboss tools 3.1, jsf 1.2)
I develop jsf xhtml pages with facelets, and I always had code assist for all the taglibs i declared i my xhtml root element (h, f etc..)
But, since, like 30 minutes, when i ctrl+space i only have regular html and ui:* proposals.
I didn't change…

Maxime ARNSTAMM
- 5,274
- 10
- 53
- 76
5
votes
4 answers
Javassist Enhancement failed
I use Jboss IDE as IDE. I have created a Hibernate project. and I get this error when deploying my .har (Hibernate project) :
16:16:30,910 ERROR [BasicLazyInitializer] Javassist Enhancement failed:…

Attilah
- 17,632
- 38
- 139
- 202
4
votes
1 answer
JPA annotations = EJB3 annotations = Hibernate annotations?
I'm using JBoss Tools to reverse engineer a DB schema into POJO's. Specifically, I'm using the hbm2java option in the hibernatetool ANT task. Under the hbm2java option you can specify ejb3=true
to have EJB3 (JPA?) annotations generated in your…

Tom
- 3,006
- 6
- 33
- 54
4
votes
1 answer
Maven Hides Web.xml from Eclipse and JBossAS Tools after Update Project Configuration
I'm using Eclipse Indigo, with the "Jboss Maven Integration" and "JBossAS Tools" plugins from JBoss Tools 3.3 installed (none of the other twenty or so JBoss Tools plugins). The application is being deployed to a JBoss 4.2 using the JBossAS Tools…

Brendan
- 1,853
- 11
- 18
4
votes
3 answers
How to configure Hibernate Tools HQL editor in Eclipse with a custom NamingStrategy
I've installed Hibernate Tools 3.2.4.GA in Eclipse Ganymede. The main driver for installing it was to be able to issue HQL queries interactively.
I have configured all of our mapping files, hibernate.properties, etc. and it shows all of our…

digitaljoel
- 26,265
- 15
- 89
- 115
4
votes
1 answer
Reverse proxy configuration for keycloak (Nginx)
I have a spring boot application (with keycloak adapter) running on port 8000 and keycloak running on 8080
I have edited my /etc/hosts file to route requests coming on my test-domain (foo.bar.com) to route to 127.0.0.1
I am not interested in SSL as…

iwekesi
- 2,228
- 4
- 19
- 29
4
votes
1 answer
Eclipse AbstractMethodError during building of JPA project
I have a problem with Eclipse IDE (Juno RE 2) equiped with jboss development studio. I have a few Maven projects working with JPA. In these projects, Eclipse reports an error "
This project has the JPA facet, but no JPA project could be created. See…

Tomio Kolin
- 41
- 1
- 4
4
votes
1 answer
Hibernate tools giving error in Eclipse STS while connecting to MySQL database
I am using Eclipse STS 3.1.0 with Hibernate Tools 3.6.0. I am trying to connect to MySQL 5.5 database to generate my DAO classes. I am using MySQL driver mysql-connector-java-5.1.21.jar
While setting up the hibernate console file (of Hibernate…

Ujjwal
- 603
- 12
- 23
4
votes
1 answer
Could not instantiate Seam component: register
I'm trying to run Registration Example http://docs.jboss.org/seam/2.3.0.Beta1/html/tutorial.html in JBoss Seam 2.3 via JBoss Tools.
I created the project using JBoss Tools and not by command line. Then I made User.java, Register.java,…

Saurabh Mandaokar
- 73
- 2
- 6
4
votes
3 answers
Starting JBoss 7.1.1 from eclipse fails
When starting JBoss from the servers view inside Eclipse Indigo SR2 with JBoss Tools 2.3.0 on my machine, everything runs fine.
I have copied all contents of my work folder containing Eclipse and JBoss-7.1.1.Final to a different machine.
Now, when…

kostja
- 60,521
- 48
- 179
- 224