[JBoss JIRA] (FORGE-791) Forge auto complete in windows doesn't display command until after I forge again
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-791?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds commented on FORGE-791:
---------------------------------------
[~gastaldi] this is still reproducible, but not always. I ran into this when investigating FORGE-942.
> Forge auto complete in windows doesn't display command until after I forge again
> --------------------------------------------------------------------------------
>
> Key: FORGE-791
> URL: https://issues.jboss.org/browse/FORGE-791
> Project: Forge
> Issue Type: Bug
> Components: Usability, Windows
> Reporter: John Ament
> Fix For: 1.x Future
>
>
> If I attempt to type in "sp" then tab, the screen fills with some blanks, then tells me the command was not filled in properly. So it identified the command I wanted, but didn't show it on the screen.
> {code}
> [ooph] ooph $ sp ^C
> spartajs.io
> ***ERROR*** [spartajs.io] Missing command for plugin [spartajs.io], available commands: [addRestResource, addJackson, remove, setup, add, javascriptModel]
> [ooph] ooph $
> [ooph] ooph $ forge
> _____
> | ___|__ _ __ __ _ ___
> | |_ / _ \| `__/ _` |/ _ \ \\
> | _| (_) | | | (_| | __/ //
> |_| \___/|_| \__, |\___|
> |___/
> JBoss Forge, version [ 1.2.1.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
> {code}
> After hitting forge again it does auto complete properly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-913) RichFaces scaffolding does not handle temporal fields in JPA entities correctly
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-913?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds closed FORGE-913.
---------------------------------
> RichFaces scaffolding does not handle temporal fields in JPA entities correctly
> -------------------------------------------------------------------------------
>
> Key: FORGE-913
> URL: https://issues.jboss.org/browse/FORGE-913
> Project: Forge
> Issue Type: Bug
> Components: Scaffold
> Affects Versions: 1.0.5.Final, 1.3.0.Final
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
> Fix For: 1.3.2.Final
>
>
> The RichFaces scaffold generator creates {{rich:calendar}} components in the facelets, but without a {{datePattern}} attribute. The behavior of this component in such a case is to not provide the embeddded timepicker. This works for temporal fields of type Date.
> But, this is certainly not sufficient for temporal fields of type Timestamp. A {{datePattern}} with a time pattern like {{MMM d, yyyy HH:mm}} or {{MMM d, yyyy hh:mm:a}} needs to be generated for such fields to allow time inputs.
> For temporal fields of type Time, consider generating a different widget, since the RichFaces calendar widget is not capable of providing the timepicker alone.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-911) Scaffolding from a Join table with more than two primary key columns is not supported
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-911?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds reassigned FORGE-911:
-------------------------------------
Assignee: Vineet Reynolds
> Scaffolding from a Join table with more than two primary key columns is not supported
> -------------------------------------------------------------------------------------
>
> Key: FORGE-911
> URL: https://issues.jboss.org/browse/FORGE-911
> Project: Forge
> Issue Type: Feature Request
> Components: Scaffold
> Affects Versions: 1.2.3.Final, 1.3.0.Final
> Environment: Linux 3.8 - Firefox - MySQL 5.5 - PostgreSQl 9.1
> Reporter: Hanine Hanynowsky
> Assignee: Vineet Reynolds
> Fix For: 1.x Future
>
>
> Using JForge (latest version); one will have a hibernate error complaining about the M2M join table (linking two objects) having more than 2 key columns.
> Naturally, if you join a table with one key column with a another table with a composite primary key (two columns key), in order to get a Many to Many relationship, you'll end up with a join table that has three key columns.
>
> When Forge finished scaffolding no error is displayed. You get the error when deploying to the container (JBoss as 7.1.1 for example). And the app is not deployed (rolled back).
>
> Is this a bug? A feature request?
>
> It seems to me that with the EmbeddedId bug, this one is also serious stuff!!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-911) Scaffolding from a Join table with more than two primary key columns is not supported
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-911?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds commented on FORGE-911:
---------------------------------------
[~hanynowsky] can I see what the object model looks like, just so that I don't end up solving the wrong problem ? A very simple test involving two classes with the M-to-M relationship you describe should be sufficient. We'll try and get this added to our test suite during the fix.
> Scaffolding from a Join table with more than two primary key columns is not supported
> -------------------------------------------------------------------------------------
>
> Key: FORGE-911
> URL: https://issues.jboss.org/browse/FORGE-911
> Project: Forge
> Issue Type: Feature Request
> Components: Scaffold
> Affects Versions: 1.2.3.Final, 1.3.0.Final
> Environment: Linux 3.8 - Firefox - MySQL 5.5 - PostgreSQl 9.1
> Reporter: Hanine Hanynowsky
> Fix For: 1.x Future
>
>
> Using JForge (latest version); one will have a hibernate error complaining about the M2M join table (linking two objects) having more than 2 key columns.
> Naturally, if you join a table with one key column with a another table with a composite primary key (two columns key), in order to get a Many to Many relationship, you'll end up with a join table that has three key columns.
>
> When Forge finished scaffolding no error is displayed. You get the error when deploying to the container (JBoss as 7.1.1 for example). And the app is not deployed (rolled back).
>
> Is this a bug? A feature request?
>
> It seems to me that with the EmbeddedId bug, this one is also serious stuff!!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-912) UI Scaffolding does not support entities with EmbeddedId
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-912?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds reassigned FORGE-912:
-------------------------------------
Assignee: Vineet Reynolds
> UI Scaffolding does not support entities with EmbeddedId
> --------------------------------------------------------
>
> Key: FORGE-912
> URL: https://issues.jboss.org/browse/FORGE-912
> Project: Forge
> Issue Type: Enhancement
> Components: Scaffold
> Affects Versions: 1.3.0.Final
> Environment: Linux 3.8 - Firefox 20 - MySQL 5.5 - PostgresSQL 9.1
> Reporter: Hanine Hanynowsky
> Assignee: Vineet Reynolds
> Priority: Critical
> Fix For: 1.x Future
>
>
> UI Scaffolding does not support Entities with EnbeddedId.
> The value of ID generated is always null and there is no way to view a corresponding object.
> The generated entity and EmbeddedId class seem fine to me. The issue is with the VIEW scaffolding (The beans and the way XHTML files values are binded).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-942) CommandHistory / Doskey display is not working in Windows.
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-942?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds commented on FORGE-942:
---------------------------------------
I took a brief look at this. The Command history feature seems to work on initially launching Forge and is lost for some inexplicable reason when the first command is parsed and executed by the shell.
This may have something to do with the shell being provided with CR+LF only for the first Enter keystroke and CRs only for the subsequent ones. The initial CR+LF sequence might be triggering something in the jline fork that we have, but then again I cant be sure that this has something to do with the CR+LF sequence.
Additionally, line editing, i.e. navigating across the current line in the shell using the right and left arrow keys seems to be broken after the first Enter keystroke.
> CommandHistory / Doskey display is not working in Windows.
> ----------------------------------------------------------
>
> Key: FORGE-942
> URL: https://issues.jboss.org/browse/FORGE-942
> Project: Forge
> Issue Type: Bug
> Components: Windows
> Affects Versions: 1.3.0.Final
> Environment: Windows XP, java version "1.7.0_21", Forge 1.3.0-Final
> Reporter: Rajmahendra Hegde
> Fix For: 1.x Future
>
>
> When I try to use Forege in command prompt in Windows, After executing couple of forge commands and try to use arrow key Up and Down. I cant see the command history.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-980) Failed retrieving forge modules (ClassNotFoundException: org.jboss.forge.maven.plugins.Configuration)
by Lennart Jörelid (JIRA)
[ https://issues.jboss.org/browse/FORGE-980?page=com.atlassian.jira.plugin.... ]
Lennart Jörelid commented on FORGE-980:
---------------------------------------
Relevant log snippet:
{noformat}
2013-06-28 22:11:02 Bootstrap [DEBUG] WELD-000105 Enabled interceptor types for Manager
Enabled alternatives: [] []
Registered contexts: [interface javax.inject.Singleton, interface javax.enterprise.context.ConversationScoped, interface javax.enterprise.context.SessionScoped, interface javax.enterprise.context.RequestScoped, interface javax.enterprise.context.Dependent, interface javax.enterprise.context.ApplicationScoped]
Registered beans: 0
Specialized beans: 0
: [<class>org.jboss.forge.shell.squelch.SquelchingInterceptor</class> in jar:file:/usr/local/share/forge/modules/org/jboss/forge/shell/api/main/forge-shell-api-1.3.2.Final.jar!/META-INF/beans.xml@27]
2013-06-28 22:11:02 ClassLoading [DEBUG] WELD-000119 Not generating any bean definitions from se.jguru.nazgul.forge.factory.impl.nazgul.NewNazgulFrameworkProjectPlugin because of underlying class loading error
2013-06-28 22:11:02 ClassLoading [DEBUG] catching
org.jboss.weld.resources.spi.ResourceLoadingException: java.lang.NoClassDefFoundError: org/jboss/forge/maven/plugins/Configuration
at org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader.classForName(WeldSEResourceLoader.java:70)
at org.jboss.weld.bootstrap.BeanDeployer.addClass(BeanDeployer.java:82)
at org.jboss.weld.bootstrap.BeanDeployer.addClasses(BeanDeployer.java:134)
at org.jboss.weld.bootstrap.BeanDeployment.createBeans(BeanDeployment.java:191)
at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:368)
at org.jboss.weld.environment.se.Weld.initialize(Weld.java:92)
at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:140)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.NoClassDefFoundError: org/jboss/forge/maven/plugins/Configuration
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2483)
at java.lang.Class.getDeclaredConstructors(Class.java:1891)
at org.jboss.weld.environment.se.discovery.url.WeldSEResourceLoader.classForName(WeldSEResourceLoader.java:57)
... 7 more
Caused by: java.lang.ClassNotFoundException: org.jboss.forge.maven.plugins.Configuration from [Module "se.jguru.nazgul.forge.factory.impl.nazgul.nazgul-forge-factory-impl-nazgul.dependencies:1.0.0-SNAPSHOT-7a50e966-1b44-4c16-9a67-9d016be21aa8" from local module loader @22006edb (roots: /usr/local/share/forge/modules,/Users/lj/.forge/plugins,/Users/lj/Development/Projects/Nazgul/nazgul_forge/factory/factory-impl-nazgul)]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
... 11 more
{noformat}
> Failed retrieving forge modules (ClassNotFoundException: org.jboss.forge.maven.plugins.Configuration)
> -----------------------------------------------------------------------------------------------------
>
> Key: FORGE-980
> URL: https://issues.jboss.org/browse/FORGE-980
> Project: Forge
> Issue Type: Bug
> Reporter: Lennart Jörelid
>
> https://community.jboss.org/message/825612
> Following a successful build, including unit tests for the Forge plugin, the installation (forge source-install . ) fails with a ClassNotFoundException: org.jboss.forge.maven.plugins.Configuration within the ~/.forge/runtime.log.
> This class is located in forge-maven-api, which should be available for all plugins being installed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-979) Forge plugins fail to install on Windows 7
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-979?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-979:
----------------------------------
Status: Closed (was: Pull Request Sent)
Assignee: Vineet Reynolds
Resolution: Done
> Forge plugins fail to install on Windows 7
> ------------------------------------------
>
> Key: FORGE-979
> URL: https://issues.jboss.org/browse/FORGE-979
> Project: Forge
> Issue Type: Bug
> Affects Versions: 1.3.2.Final
> Environment: Window7(Windows7_x64.qcow2) Git-1.8.3-preview2013.6.1 jdk-7u25-windows-x64
> Reporter: nan wei
> Assignee: Vineet Reynolds
> Priority: Blocker
> Fix For: 1.3.3.Final
>
>
> Fail to install openshift plugin for forge.
> Error message is seen as following:
> [forge-openshift-demo] forge-openshift-demo $ forge install-plugin openshift
> <--snip-->
> wrote C:\/Users/jialiu/.forge/plugins/com/redhat/openshift/forge-openshift-plugi
> n/dependencies/1.0.6.Final-797f40cb-7841-4001-a05f-a740836c3367/module.xml
> ***ERROR*** Exception encountered: failed to delete: C:\Users\jialiu\AppData\Loc
> al\Temp\forgetemp3890847769401662814\.git\objects\pack\pack-aea34754825531536b08
> 3e61b5b57d971a213ecb.pack (type "set VERBOSE true" to enable stack traces)
> <--snip-->
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (FORGE-979) Forge plugins fail to install on Windows 7
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-979?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-979:
----------------------------------
Fix Version/s: 1.3.3.Final
> Forge plugins fail to install on Windows 7
> ------------------------------------------
>
> Key: FORGE-979
> URL: https://issues.jboss.org/browse/FORGE-979
> Project: Forge
> Issue Type: Bug
> Affects Versions: 1.3.2.Final
> Environment: Window7(Windows7_x64.qcow2) Git-1.8.3-preview2013.6.1 jdk-7u25-windows-x64
> Reporter: nan wei
> Priority: Blocker
> Fix For: 1.3.3.Final
>
>
> Fail to install openshift plugin for forge.
> Error message is seen as following:
> [forge-openshift-demo] forge-openshift-demo $ forge install-plugin openshift
> <--snip-->
> wrote C:\/Users/jialiu/.forge/plugins/com/redhat/openshift/forge-openshift-plugi
> n/dependencies/1.0.6.Final-797f40cb-7841-4001-a05f-a740836c3367/module.xml
> ***ERROR*** Exception encountered: failed to delete: C:\Users\jialiu\AppData\Loc
> al\Temp\forgetemp3890847769401662814\.git\objects\pack\pack-aea34754825531536b08
> 3e61b5b57d971a213ecb.pack (type "set VERBOSE true" to enable stack traces)
> <--snip-->
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months