[JBoss JIRA] (FORGE-1504) Shell issues in Windows 7
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1504?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1504.
----------------------------------
Resolution: Cannot Reproduce Bug
Closing issue until we can find a way to reproduce it.
> Shell issues in Windows 7
> -------------------------
>
> Key: FORGE-1504
> URL: https://issues.jboss.org/browse/FORGE-1504
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.CR2
> Environment: Windows 7
> Reporter: Rudy De Busscher
> Priority: Blocker
>
> Typing in the shell is heavily disturbed.
> Tab key repeats last typed character or sometimes shows only one character from the completed command.
> Backspace and return key has no effect the first time you hit them.
> Typing / is initially not shown, only after another key is pressed.
> And probably there are other issues with certain key combinations.
--
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, 2 months
[JBoss JIRA] (FORGE-1522) View could not be restored in WildFly
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1522:
----------------------------------------
Summary: View could not be restored in WildFly
Key: FORGE-1522
URL: https://issues.jboss.org/browse/FORGE-1522
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
When I scaffold a JSF application, it works fine with GlassFish 4, I can navigate through my pages, view/create/delete data. But when I run it with WildFly 8 CR1, as soon as I navigate to a page, I get the following :
{code}
[31m12:36:19,670 ERROR [io.undertow.request] (default task-7) UT005023: Exception handling request to /module07/faces/author/search.xhtml: javax.servlet.ServletException: viewId:/author/search.xhtml - View /author/search.xhtml could not be restored.
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:659) [jboss-jsf-api_2.2_spec-2.2.4.jar:2.2.4]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:87) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:61) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:70)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:113) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:52) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:45) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:61) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:67) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.security.handlers.SecurityInitialHandler.handleRequest(SecurityInitialHandler.java:70) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:25) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:240) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:227) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:73) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:146) [undertow-servlet-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:164) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:654) [undertow-core-1.0.0.Beta30.jar:1.0.0.Beta30]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]
Caused by: javax.faces.application.ViewExpiredException: viewId:/author/search.xhtml - View /author/search.xhtml could not be restored.
at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:210) [jsf-impl-2.2.4-jbossorg-1.jar:]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.2.4-jbossorg-1.jar:]
at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:121) [jsf-impl-2.2.4-jbossorg-1.jar:]
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) [jsf-impl-2.2.4-jbossorg-1.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) [jboss-jsf-api_2.2_spec-2.2.4.jar:2.2.4]
... 24 more
{code}
So it makes the application not usable with WildFly 8 CR1
--
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, 2 months
[JBoss JIRA] (FORGE-1521) Navigation menu is empty
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1521:
----------------------------------------
Summary: Navigation menu is empty
Key: FORGE-1521
URL: https://issues.jboss.org/browse/FORGE-1521
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
When scaffolding JSF pages for a few entities I get the following in the {{pageTemplate.xhtml}} :
{code}
<div id="navigation">
<h:link id="homeLink" outcome="/index.xhtml">
<img src='#{resource["forge-logo.png"]}' alt="Forge... get hammered" border="0" />
</h:link>
<ul/>
</div>
{code}
The {{<ul/>}} is empty instead of having links to each entity {{search}} page
--
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, 2 months
[JBoss JIRA] (FORGE-1520) Use Java EE 7 Default Datasource in persistence.xml
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1520:
----------------------------------------
Summary: Use Java EE 7 Default Datasource in persistence.xml
Key: FORGE-1520
URL: https://issues.jboss.org/browse/FORGE-1520
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
If I create project with default values I get the following {{persistence.xml}} :
{code}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="forge-default" transaction-type="JTA">
<description>Forge Persistence Unit</description>
<jta-data-source>java:jboss/datasources/ExampleDS</jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
<property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.create-target" value="pluralsight-persistenceCreate.ddl"/>
<property name="javax.persistence.schema-generation.scripts.drop-target" value="pluralsight-persistenceDrop.ddl"/>
</properties>
</persistence-unit>
</persistence>
{code}
This code doesn't work in GlassFish because of the Datasource {{java:jboss/datasources/ExampleDS}}.
This {{persistence.xml}} is JPA 2.1 compatible, so you should use the default Datasource that is portable accross application server : just get rid of the {{<jta-data-source>}} element and it will work on both GlassFish and WildFly 8 CR1.
--
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, 2 months
[JBoss JIRA] (FORGE-1504) Shell issues in Windows 7
by Rudy De Busscher (JIRA)
[ https://issues.jboss.org/browse/FORGE-1504?page=com.atlassian.jira.plugin... ]
Rudy De Busscher commented on FORGE-1504:
-----------------------------------------
I deleted the installation, so started from scratch again.
Now I can't reproduce any symptom anymore.
So don't know why my installation of yesterday wasn't behaving properly. Was there something wrong with it, or did I trigger something that I can't remember and reproduce today? Don't know.
So no issue for me anymore with what I have today.
> Shell issues in Windows 7
> -------------------------
>
> Key: FORGE-1504
> URL: https://issues.jboss.org/browse/FORGE-1504
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.CR2
> Environment: Windows 7
> Reporter: Rudy De Busscher
> Priority: Blocker
>
> Typing in the shell is heavily disturbed.
> Tab key repeats last typed character or sometimes shows only one character from the completed command.
> Backspace and return key has no effect the first time you hit them.
> Typing / is initially not shown, only after another key is pressed.
> And probably there are other issues with certain key combinations.
--
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, 2 months
[JBoss JIRA] (FORGE-1519) Template title has wrong EL
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1519:
----------------------------------------
Summary: Template title has wrong EL
Key: FORGE-1519
URL: https://issues.jboss.org/browse/FORGE-1519
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
[FORGE-1191] was fixed in Forge 1.x but it hasn't been fixed in Forge 2.x. Have you used the latest scaffolding templates ?
This bug happens in GlassFish 4 but also in WildFly 8.
--
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, 2 months
[JBoss JIRA] (FORGE-1504) Shell issues in Windows 7
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1504?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-1504:
----------------------------------------
Is this always reproducible?
> Shell issues in Windows 7
> -------------------------
>
> Key: FORGE-1504
> URL: https://issues.jboss.org/browse/FORGE-1504
> Project: Forge
> Issue Type: Bug
> Affects Versions: 2.0.0.CR2
> Environment: Windows 7
> Reporter: Rudy De Busscher
> Priority: Blocker
>
> Typing in the shell is heavily disturbed.
> Tab key repeats last typed character or sometimes shows only one character from the completed command.
> Backspace and return key has no effect the first time you hit them.
> Typing / is initially not shown, only after another key is pressed.
> And probably there are other issues with certain key combinations.
--
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, 2 months