• WildFly swarm add-on fails

    Hi Forge experts, I'd like to build a wildfly swarm project using Forge. I've been following the tutorial https://forge.jboss.org/addon/org.jboss.forge.addon:wildfly-swarm However when executing the project, it see...
    Profile Photo
    last modified by developer251
  • Dependency to use AbstractJavaEECommand

    Hi all! I need to extend the org.jboss.forge.addon.javaee.ui.AbstractJavaEECommand to create a custom Forge 3.X Add-On. I've added to my pom.xml the following dependency, still it fails to compile: <dependency&g...
    Profile Photo
    last modified by mylos78
  • Developing a simple Add-on

    Hi all, I'd like to develop a basic add-on which will let me customize my web application web.xml by including automatically security constraints, taken from user input. So far I've found an example which adds librar...
    Profile Photo
    last modified by mylos78
  • Any recommended strategy for Angular/REST scaffolds with JPA bidirectional relationships

    I recently attempted to migrate from the JSF to the Angular UI scaffolds, but I could not find a nice solution that would allow Jackson to serialize bidirectional relationships.   The @JsonManagedReference and @...
    Profile Photo
    last modified by mcasperson
  • Angularjs addon works with typescripty ?

    I want to create a app using Angular 2 and  Typescript. Is this possible with Forge ? Is there any tutorial ?
    Profile Photo
    last modified by bussard
  • How to use Forge 3.3.2.Final jpa-generate-entities-from-tables ?

    Hello,   $ jpa-generate-entities-from-tables --jdbc-url jdbc:mysql://localhost:3306/estadoscidades?useSSL=false --user-name root --user-password mysql --hibernate-dialect org.hibernate.dialect.MySQL5InnoDBDialec...
    Profile Photo
    last modified by cviniciusm
  • Login on angularjs with Forge Scaffold

    Hello, I'm using Forge to create my project j2ee with angularjs. I need to use a login .... without leaving the self-generation structure ( "scaffold"), how should I proceed? I tried both the way the basic(native) a...
    Profile Photo
    last modified by maurizio.giacomelli
  • How to generate eap7 project ? Is there options to set bom import  to jboss-eap-javaee7 for the new project ?

    Hi , I'm  trying to find a way to create ejb project for eap7 . so I would like to have  pom with dependencyManagement import bom for jboss-eap-javaee7. Is there any options for it ?   so at the mom...
    Profile Photo
    last modified by nmay
  • Generate entities error:  At least one database table must be specified

    Hello,   I am fairly new to JBoss Forge and tried to generate entities from a Microsoft SQL Server database and I always get an “***ERROR*** At least one database table must be specified” Error. My...
    Profile Photo
    last modified by lba-development
  • options for jpa-generate-entities-from-tables

    How do I see the current list of options for a specific version of jpa-generate-entities-from-tables ? I am running forge 2.20.1.Final from a windows command line using jpa-generate-entities-from-tables --databaseT...
    Profile Photo
    last modified by gerry.matte
  • How do I set the line length in code generated using Roaster?

    It seems to be defaults to 80 characters and I'd like to be able to override it.  Thanks.
    Profile Photo
    last modified by bfancher
  • Does Roaster support method body parsing?

    Hi,   Can Roaster parse a method body ? For example to check variable declaration and change them or modifying the body of a For statement?   Thank you for your time,   Guilherme Andrade
    Profile Photo
    last modified by g.andrade.1995
  • How to reach a method defined inside another method with Roaster?

    Hi,   I'm trying to change the body of a method but the problem is Roaster can't reach the method (when I print all methods, it's not present). To be more precise I am trying to modify the body of onIabSetupFini...
    Profile Photo
    last modified by g.andrade.1995
  • create a jhipster like addons

    Hello,   I would like to use a framework to create a singe page web application.http://www.codeproject.com/Articles/761202/Single-Page-Web-Applications-using-AngularJS I tested several RAD framework and for me ...
    Profile Photo
    last modified by fazertyplus
  • What are the limitations of setBody?

    Hello,   I'm trying to put text into a method body using setBody(String s) but all I get is null when I print getBody of the same method. Does this method has limitations such as parameter size or some charact...
    Profile Photo
    last modified by g.andrade.1995
  • Java configuration options for Forge?

    Are there Java configuration options for creation, such as for persistance?  Our team was looking at using Forge, but we prefer all Java config.  Is this something that is under consideration if it's not ava...
    Profile Photo
    last modified by cwheatley
  • command-completion is slow

    hi there, my command-completion in the forge console is insanely slow. if i type e.g. "comm" <TAB> it takes 2 seconds to complete the command or make suggestions. it is barely useable. my system is windows 7 6...
    Profile Photo
    last modified by platzda
  • use standalone forge from eclipse?

    i would like to use the standalone forge installation from within eclipse so i dont have to install plugins twice etc. is it possible to do so from within eclipse? I see no configruation.   thanks, daniel
    Profile Photo
    last modified by platzda
  • Where is the documentation?

    I just stumbled upon JBoss Forge and get the impression that it is a great tool for Java EE-Development. However, I had to notice that the documentation on the website mainly consists of tutorial (which are partly ou...
    Profile Photo
    last modified by rdmueller
  • Is it possible to use Roaster in Javascript?

    I am making a site where you paste Android Java code and click submit and then I make some changes in the submitted code and return it to the user in another test box, how can I use Roaster to help with the modificati...
    Profile Photo
    last modified by g.andrade.1995