[JBoss JIRA] (FORGE-1415) Target Unreachable, 'entityName' returned null after Bean Validation failure
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1415?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1415:
----------------------------------------
Can you provide a Forge script creating the app to reproduce this?
> Target Unreachable, 'entityName' returned null after Bean Validation failure
> ----------------------------------------------------------------------------
>
> Key: FORGE-1415
> URL: https://issues.jboss.org/browse/FORGE-1415
> Project: Forge
> Issue Type: Bug
> Affects Versions: 1.4.3.Final
> Environment: JBossAS7.1
> Reporter: Esteve Aviles
>
> Hi,
> When you want to persist a new entity through create.xhtml page and the information produces a server side error then the error is show and when you fix it and try to summit again an Exception occurs:
> {noformat}
> /view/operacio/inventariMobilePos/create.xhtml @50,58 value="#{inventariMobilePosBean.inventariMobilePos.codiTmb}": Target Unreachable, 'inventariMobilePos' returned null
> {noformat}
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1418) Once a man page has been displayed, no other man pages may be displayed (It gets stuck)
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1418?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1418:
----------------------------------------
The problem is indeed in Aesh. This is the offending code in ManFileParser:
{code}
@Override
public List<String> loadPage(int columns) throws IOException {
//we already have the file loaded
if(!sections.isEmpty())
return getAsList();
{code}
> Once a man page has been displayed, no other man pages may be displayed (It gets stuck)
> ---------------------------------------------------------------------------------------
>
> Key: FORGE-1418
> URL: https://issues.jboss.org/browse/FORGE-1418
> Project: Forge
> Issue Type: Feature Request
> Components: UI - Shell
> Affects Versions: 2.0.0.Beta4
> Reporter: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> Once a man page has been displayed, even if a separate command manual page is requested, the original man page from the first command will be displayed.
> Steps to reproduce:
> {code}
> man ls
> man faces-setup
> {code}
--
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
12 years, 3 months
[JBoss JIRA] (FORGE-1333) Forge "man" pages are missing for most UI Commands
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1333?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1333:
-------------------------------------------
Example:
{code}
NAME
jpa-setup -- Java EE/JPA
SYNOPSIS
jpa-setup [-m] [-c --container] PersistenceContainer [-j --jpaVersion] JPAFacet [-p --provider] PersistenceProvider
DESCRIPTION
Setup JPA in your project (multi-step wizard - some options may not be auto-documented in this man page.)
-c container
Container - [PersistenceContainer] (required)
-j jpaVersion
JPA Version - [JPAFacet] (required)
-m configureMetadata
Install a JPA 2 metamodel generator? - [Boolean]
-p provider
Provider - [PersistenceProvider] (required)
RESOURCES
forge: <http://forge.jboss.org/>
COPYING
Copyright 2013 Red Hat, Inc. and/or its affiliates.
Licensed under the Eclipse Public License version 1.0, available at http://www.eclipse.org/legal/epl-v10.html
Manual page jpa-setup(1) line 1 (press h for help or q to quit)
{code}
> Forge "man" pages are missing for most UI Commands
> --------------------------------------------------
>
> Key: FORGE-1333
> URL: https://issues.jboss.org/browse/FORGE-1333
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Beta4
> Reporter: Antonio Goncalves
> Assignee: Lincoln Baxter III
> Fix For: 2.0.0.Final
>
>
> This is more a question because I don't know what {{man}} is suppose to do. This is what I get :
> {code}
> [Test.java]$ man grep
> No manual entry for grep
> [Test.java]$ man echo
> No manual entry for echo
> {code}
> I would expect to have a manual for each Forge command and also to get completion (e.g. {{man jpa}} TAB and it will give all the JPA commands available in the manual
--
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
12 years, 3 months