[
https://issues.jboss.org/browse/JBIDE-13094?page=com.atlassian.jira.plugi...
]
Jaroslav Jankovič commented on JBIDE-13094:
-------------------------------------------
I tried to verify this, but I got stuck with deploying app on EAP 6.0:
{code}
10:20:58,266 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads -
2) {"JBAS014653: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-2" => {"JBAS014771: Services with
missing/unavailable dependencies" =>
["jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.jboss.as.weld.webtier.jsp.JspInitializationListener\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.naming.context.java.module.errai-cdi-demo-stock.errai-cdi-demo-stock.env.ErraiService
Missing[jboss.naming.context.java.jboss.resources.ErraiService]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.apache.jasper.servlet.JspServlet\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.jboss.weld.environment.servlet.Listener\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".jboss.security.jacc
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.jboss.errai.bus.server.servlet.StandardAsyncServlet$3\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.jboss.errai.bus.server.servlet.DefaultBlockingServlet\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"com.sun.faces.config.ConfigureListener\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"javax.faces.webapp.FacetTag\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".component.\"org.jboss.errai.bus.server.servlet.StandardAsyncServlet$1\".START
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.deployment.unit.\"errai-cdi-demo-stock.war\".jndiDependencyService
Missing[JBAS014861: <one or more transitive
dependencies>]","jboss.web.deployment.default-host./errai-cdi-demo-stock
Missing[JBAS014861: <one or more transitive dependencies>]"]}}}
{code}
Are there any additional steps for EAP 6/AS 7 to be able to deploy errai-cdi-stock-demo?
Note that I tried fresh demo from [git
repo|git://github.com/errai/errai.git] and also
from "Complete Errai Distribution Package" from
http://www.jboss.org/errai/Downloads.
errai cdi stock demo - bad url of the application
-------------------------------------------------
Key: JBIDE-13094
URL:
https://issues.jboss.org/browse/JBIDE-13094
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.1.Final
Reporter: Fred Bricon
Assignee: Fred Bricon
Labels: gwt
Fix For: 4.1.0.Alpha2
Description of problem:
After compiling the errai-cdi-demo-stock in the JBDS as Google -> GWT compile and
deploying the application to the server (Run As -> Run on server), the url which
embedded JBDS browser automatically opens after the deploying is
"http://localhost:8080/errai-cdi-demo-stock/" which is not the entry point of
the application - url "http://localhost:8080/cdi-quickstart-app/App.html" is.
Steps to Reproduce:
1. Import project
2. Google -> GWT compile
3. Run as -> Run on server
4. Embedded JBDS browser opens wrong URL address so user is unable to see the application
- he sees error message instead.
Actual results:
Embedded browser opens the url
http://localhost:8080/errai-cdi-demo-stock/
automatically.
Expected results:
Embedded browser opens the url
http://localhost:8080/cdi-quickstart-app/App.html
automatically.
--
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