• Forge support for Angular scaffolding

    Hello,   I've used for a while the Forge's AngularJS scaffolding support and was quite satisfied by its ease to generate very correct UIs from data-models. While these UIs had still to be customized and adapted,...
    Profile Photo
    created by simplex-software
  • Forge still active in development?

    Hi, I love Forge but it seems that there is no active development. Can someone publish a development plan? Thanks   PS Many people are switching to JHipster
    Profile Photo
    last modified by massimo_montecchi
  • Roaster: addAnnotation(org.JUnit.Test)

    Hello everybody,   actually I asked a similar question before in Roaster 2.20.1.final: java.lang.NoClassDefFoundError: But my current Issue seems a bit different since the fix from the thread above does not wor...
    Profile Photo
    last modified by desmond95
  • After starting forge, it return: WARNING: Illegal reflective access by org.jboss.forge.furnace.impl.LoggingRepair$1

    After submit forge command it return the following statement:   WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jboss.forge.furnace.impl.LoggingRepair$1 (fil...
    Profile Photo
    last modified by yuribreion
  • Roaster 2.20.1.final: java.lang.NoClassDefFoundError:

    Hello guys,   I have an issue with Roaster 2.20.1.final.. when I try to run this code..   final JavaClassSource javaClass = Roaster.create(JavaClassSource.class);   .. i get following error:   ...
    Profile Photo
    last modified by desmond95
  • will there be a Forge 4.x?

    I really like Forge. Will there be a Forge 4.x? Is 3.5.1 the latest?  
    Profile Photo
    last modified by davidjkenner
  • Update Forge version in JBoss Developer Studio?

    I've looked around in the docs, but I can't find any mention of how you update the Forge plugin version in JBoss Developer Studio. I'm currently running 5.0.1 which has Forge 1.0.5.Final. How can I update to Forge 1.1...
    Profile Photo
    last modified by khooke
  • How to run CLI on windows?

    I am trying to run forge 3.7.2 on Windows 10 command line (using forge.bat).  I have set up FORGE_HOME, PATH and removed previous ~/.forge files.  When I open a windows command terminal and type "forge" I ge...
    Profile Photo
    last modified by bdlink
  • adding pluginRepository and plugin dependecies on project

    I see it's possible to use 'project-add-repositories' and 'project-add-dependecies' to add new maven repo and deps ona project. Is there a command to add pluginRepositories and plugin configuration on POM xml?
    Profile Photo
    last modified by rafaelcba
  • Exception in thread "main" java.lang.IllegalStateException: No instances of [org.jboss.forge.roaster.spi.JavaParser] were found on the classpath.

    I have added the roaster-api into the my project. And try to execute the code below and get the error. Please help.
    Profile Photo
    last modified by manhaylaw0605
  • Errors forge generated CRUD when add a child (user), to a parent (role)

    Errors forge generated CRUD when add a child (user), to a parent (role):   1. SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-16) Error Rendering View[/role/create.xhtml]: java.lang...
    Profile Photo
    last modified by cristian.pavalasc
  • Roaster: How to add a list of annotations

    Hi all. I need to add the following annotation. Can somebody help me?   @AllowedForFunctionActionCouples({    @AllowedForFunctionActionCouple(function = FC_FUNCTION, action = AC_ANY) })
    Profile Photo
    last modified by gariklolkin
  • Is there a way to create annotation with array of annotations?

    I created Annotation like: public @interface Caller {     Class clazz();    String method(); }   and then I want to make array of this Annotation:   public @interface Callers { ...
    Profile Photo
    last modified by ondrejz
  • arquillian addon has installed, why command not found?

    here is what I did:   [bin]$ addon-install-from-git --url https://github.com/forge/addon-arquillian.git --coordinate org.arquillian.forge:arquillian-addon ***INFO*** Installing Addon from Git [0/4] ... ***INFO...
    Profile Photo
    last modified by mk926
  • How can I configure a proxy for Forge 3.0.0 ?

    Hi I've just installed forge 3.0.0.CR1, but maven build does not work because I'm behind a proxy. How can I configure it in forge 3.0.0? The config file is in properties format, not in XML anymore. I've tried to add...
    Profile Photo
    last modified by oltruong
  • Faces Scaffold: no field displayed if compounded PK !! Why?

    Hi, I have this problem: in search pages no PK field are displayed if there are compounded primary keys. Why ?   Here is my configuration: - Forge 3.7.2.Final - JEE 7 Project with JPA (Hibernate) on DB2 Database ...
  • Faces Scaffold: no more than 5 field displayed !! Why?

    Hi, I have this problem: in my web pages no more than 5 field are displayed. Why ?   Here is my configuration: - Forge 3.7.2.Final - JEE 7 Project with JPA (Hibernate) on DB2 Database - Faces Scaffolding ...
    Profile Photo
    last modified by massimo_montecchi
  • Roaster: JavaClassSource.getMethods/getMethod returns empty methods

    Hello together. I'm trying to add code to existing methods like this: final JavaClassSource source = javaResource.getJavaType(); MethodSource<JavaClassSource> method = source.getMethod(...); String body=method....
    Profile Photo
    last modified by lrr
  • Is AngularJS addon working on Forge 3.x ?

    Hi, is AngularJS addon working on Forge 3.x ?
    Profile Photo
    last modified by massimo_montecchi
  • roaster parse for methods [JavaClassSource]

    Hi   Is there a way to obtain the original source format when obtaining the methods from JavaClassSource class ?   for example, I have this code public void doSomething() {     check(); &#...
    Profile Photo
    last modified by cristhian