[jbosstools-issues] [JBoss JIRA] (JBIDE-13094) errai cdi stock demo - bad url of the application

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Nov 22 12:16:21 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-13094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736479#comment-12736479 ] 

RH Bugzilla Integration commented on JBIDE-13094:
-------------------------------------------------

Christian Sadilek <csadilek at redhat.com> made a comment on [bug 877117|https://bugzilla.redhat.com/show_bug.cgi?id=877117]

The problem in this particular case is a left-over jboss-web.xml which incorrectly sets the context path to cdi-quickstart-app. 

We deleted the jboss-web.xml now. The correct path is the one already opened in the embedded browser (/errai-cdi-demo-stock). So, after deleting all 
jboss-web.xml files (under /src/main/webapp/WEB-INF and eventually under /target), this example should work fine.
                
> 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
>            Reporter: Fred Bricon
>            Assignee: Fred Bricon
>              Labels: gwt
>             Fix For: 4.0.x
>
>
> 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


More information about the jbosstools-issues mailing list