Log in to follow, share, and participate in this community.
Thread Is there any addon which creates stateless session beans?
Is there any addon which creates stateless session beans?Hi forge uses extended transaction type and stateful session beans by default, Is there any addon which creates stateless session beans? Im considering to build an addon which generate session beans so that used co...
org.jboss.forge.furnace.exception.ContainerExceptionHello, I'm using JBDS8.0.2.GA with JBoss Forge 2.13.0.Final plugin installed. After installing windup-2.1.0.Final add-ons through Forge, re-starting JBDS and starting forge via CRTL-4, the following exc...
Using template files from JarHi, I am trying to use a template I put in src/main/resources BTW, First, it was not included in the addon Jar built :/ I had to modify the pom like this <build> <reso...
Thread Checking if a class is final from JavaClassSource
Checking if a class is final from JavaClassSourceHi, maybe a dummy question, but I didn't find the way to check is a class is final, using JavaClassSource object ? I need to check if, and remove final modifier if found. Thanx for your help Ludo
How to install a plugin in mavenHello, I am trying to install a plugin in maven.So the end application is updating pom.xml something like <plugin> <groupId>br.com.ingenieux</groupId> <artifactId>jbake-maven-plugin<...
forge is great but...Hello, I lke to use forge to create applications. The possibility to create addons is the best feature of forge but it is laking of documentation. I recently found some explanation in the forge hol but I stil...
Thread [forge-users] Command faces-set-project-stage is missing in 2.14.0
[forge-users] Command faces-set-project-stage is missing in 2.14.0Hi all, I'm pretty sure there was a faces-set-project-stage. No ? There are several JIRAs about this : https://issues.jboss.org/browse/FORGE-1812 https://issues.jboss.org/browse/FORGE-1173 https://i...
Thread [forge-users] Command faces-set-project-stage is missing in 2.14.0
[forge-users] Command faces-set-project-stage is missing in 2.14.0Hi all, I'm pretty sure there was a faces-set-project-stage. No ? There are several JIRAs about this : https://issues.jboss.org/browse/FORGE-1812 https://issues.jboss.org/browse/FORGE-1173 https://i...
created byAntonio Goncalves
[forge-users] Command faces-set-project-stage is missing in 2.14.0
[forge-users] problem with JBoss AS add onHi, I am trying to run the command; addon-install-from-git --url https://github.com/jerr/jboss-as-addon.git and I get an output of; **INFO** Installing Addon from Git:Removing previous ...
Thread How to use Forge 2.10.1.Final jpa-generate-entities-from-tables ?
How to use Forge 2.10.1.Final jpa-generate-entities-from-tables ?I'm using jboss developer studio 8 and trying to generate entities with forge 2.10.1.Final and got the following error: ***ERROR*** Unable to make JDBC Connection [jdbc:mysql://localhost:3306/database] &...
Thread Unable to fully remove addon (forge 2.13.0)
Unable to fully remove addon (forge 2.13.0)While developing addon's it is important to constantly redeploying the addon without changing the version number for each deploy. Currently this is not possible without closing/opening eclipse between each redeploy. A...
Scaffolding derived classes?Using Forge 2.13.0.Final in Jboss Dev. Studio 8.0.2.GA Is it possible to generate AngularJS scaffolding for derived classes? I have the following base class @Entity
@Inheritance
@DiscriminatorColumn(name="use...
[forge-users] Google Summer of Code 2015Hello everyone, Google Summer of Code 2015 is coming up and we are in the stage of gathering proposal ideas for JBoss Forge. If you have any idea that would be nice for a student to implement it, please le...
automatic rest api documentationHi, Just to say that I added a command in my example addon to obtain automatically the documentation for the rest api (jbfex-addon/JbfexSwaggerCommand.java at master · Fazerty/jbfex-addon · GitHub). ...
Picketlink addon with angularjs providerI would like to ask a new feature: that the picketlink addon works with the angularjs provider. picketlink-scaffold-setup --scaffolds JSF\ Project\ with\ Form-based\ Authentication\ and\ Logout --provider AngularJS d...
Thread At least one database table must be specified
At least one database table must be specifiedHello! I tried using the following command, but the forge also makes a research on the tables in other schemas and dictionary of the oracle: jpa-generate-entities-from-tables --connectionProfile test --target...
addon creationHi, I'm trying to create an addon. (Fazerty/jbfex-addon · GitHub) There are 2 commands: - one to create a project and write in this project a fiel readme.txt from a template - one to create a java fi...
Thread Adding JavaDoc comments to a class generated using Roaster API
Adding JavaDoc comments to a class generated using Roaster APIHi, I'm using Java Roaster to generate quite a large number of java source files (from structured data in a text document). The API provides methods to retrieve Javadoc comments, but not to add them....
How to create a new scaffold-x providerHi, I am trying to cerate a new scaffoldx provider like this one: forge/angularjs-scaffoldx-plugin · GitHub I created a new project and basically copied the code from the one above just to test so...