JBoss Forge is a software development tool that extends your Java IDE, providing wizards and extensions (add-ons) for different technologies and solutions.
Questions tagged [jboss-forge]
29 questions
7
votes
1 answer
CDI error when attempting to create scaffold with JBoss Forge
I recently discovered this amazing tool Forge. Thanks to everybody involved in making it.I downloaded the latest version 3.7.2 and added the forge executable to my path.
All works very well apart from when I:
Want to setup JSF to use version 2.2,…

Letholdrus
- 1,261
- 3
- 20
- 36
4
votes
2 answers
Exception: Multiple service implementations found for interface DeployableContainer when running Arquillian tests
I'm trying to follow the example project "Feedback" from Continuous Enterprise Development in Java, ch. 3 with a bit of modification.
I am using IntelliJ Idea and its JBoss-Forge plugin which shouldn't differ from using the console like in the…

josemigallas
- 3,761
- 1
- 29
- 68
3
votes
2 answers
Weld archetype vs Seam Forge
I'm building a new project using Seam 3. I don't understand what the difference is between Weld archetype and Seam Forge. Both of them help us to build a simple project template to start with.

Vu Pham
- 33
- 3
3
votes
0 answers
NetBeans loses control of the JBoss EAP server after you start it
I installed the plugin JBoss Forge Plugin to NetBeans, but when you start JBoss EAP through NetBeans, the server starts successfully, but the control does not come back to netbeans and an error panel will be shown: starting of server has time…

Pereira
- 719
- 8
- 22
3
votes
0 answers
JBoss Forge CLI is slow
Just installed JBoss Forge via SDKMan and try to use the autocomplete feature in the CLI. Each autocomplete takes about 2-3 seconds, so I get the feeling that something's wrong with the configuration (Win 10).
Any Idea how I could speed up the…

rdmueller
- 10,742
- 10
- 69
- 126
3
votes
1 answer
How to add Parent POM to a POM using JBOSS Forge API
I'm creating an addon that programmatically updates the existing POM, I'm able to add dependencies, repository, and various other information using DependencyFacet, MavenFacet etc., However, I'm unable to figure out how to add a parent POM.…

Buddha
- 4,339
- 2
- 27
- 51
2
votes
1 answer
JBoss Forge does not respond to command
Following setup:
I am using Win 7, Java 1.7
I successfully installed JBoss Forge 2.15.1
I added /.../forge-distribution-2.15.1.Final/bin/ to my PATH
I can start forge with forge
But none of the commands works:
[D:\]$ list-commands
Command:…

Christian
- 395
- 2
- 13
2
votes
1 answer
setting FORGE_HOME path in mac
I set the home path in the .profile
export FORGE_HOME=/Users/sreesaran/forge-distribution-1.3.2.Final
export PATH=$PATH:$ANT_HOME/bin:$VISAGE_HOME/bin:$JAVA_HOME/bin:$GRADLE_HOME/bin:$FORGE_HOME/bin
This is how i saved in the .profile and…

Sree
- 1,694
- 1
- 18
- 29
2
votes
1 answer
jboss forge cannot setup plugins
I wanna create a jboss forge plugin but I have massive problems running forge...
When I start forge inside Eclipse or from command prompt it takes quite a long time and then I always get this huge Exception. (see bottom)
Then when I create my…

LesPaul
- 21
- 4
2
votes
0 answers
How to use jsf @ConversationScoped bean with an hibernate composite primary key?
im a newbe with java and jsf and hibernate and i´ve been using jboss forge to generate the crud functions for my entities but i dont know how to make it work with hibernate @embedable id, here is my code.
@Entity
@Table(name = "estado",…

metalvarez
- 606
- 1
- 8
- 14
1
vote
2 answers
JBoss Forge IDEA Plugin - No Spring Boot Option?
I'm using IntelliJ IDEA 2016.2 with the JBoss Forge IDEA Plugin.
I saw a video of using it, http://vimeo.com/180053437 at 3:17 you can see the menu with Spring Boot included. When they select "Project:New", it shows the "Project Type" drop down…

javatestcase
- 682
- 1
- 10
- 25
1
vote
0 answers
Hibernate - Jboss Forge add a null element in my list ManyToMany
I generate simple CRUD with Jboss forge. It's ok but when i get the list of my Entity (postesPrejudices) , a null element is added :
My entity :
@ManyToMany
@JoinTable(name = "COR_TYPEFICHE_REGRPRJ",
joinColumns = {@JoinColumn(name =…

Ismael 4j
- 75
- 7
1
vote
1 answer
Web-based customisable editor for apache-camel spring xml routes
In one of my projects I need ability to edit camel spring xml as the part of existing web application. There are set of just web-based xml editors. There are some work is done as part of hawtio camel plugin. Forge is on the way. But they all is not…

Vyacheslav Enis
- 1,676
- 12
- 17
1
vote
0 answers
No working postgresql connection in OpenShift jBoss web app
I've been having this problem for over a week now and I cannot find any leads to solving it.
I have a Java EE web application, initially built using jBoss Tools Forge, following the guide on OpenShift's website titled 'JBoss Forge--Build and Deploy…

insideClaw
- 323
- 1
- 8
1
vote
1 answer
Creating own scaffold plugins: Unable to locate scaffold/faces/metawidget-qbe.xml
I want to create my own scaffold's provider for jboss forge 1.4.4, for do that I forked the files on github.
I add succesfully the plugin with command: forge source-plugins path/to/plugins
I can add the plugins to my project with scaffold setup…

marms
- 21
- 6