[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1103) Creating simple Axis Web Service fails running

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue Jun 29 02:44:46 EDT 2010


    [ https://jira.jboss.org/browse/JBDS-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12537270#action_12537270 ] 

Rob Stryker commented on JBDS-1103:
-----------------------------------

Only touching the relevant descriptor would require several things. 

1) First it would require an extension point so that new WTP-style flexible project types can have an API to designate which paths are their default descriptors. 

2) Second, this would require that the projects creating a new project type (ie, esb, bpel, etc) actually USE this API. 

3) Third, it would make people using a Utility project in some custom fashion (for whatever reason they have) to be left with a completely nonfunctional module restart during this usecase, since a utility project by definition has no default descriptor. 

Touching the relevant descriptor forces the app server to undeploy and redeploy the changed deployment. Therefore, by definition, the server has to get rid of, and reload, the entire deployment. There is therefore zero performance hit (except for the touch call itself) during the module restart if the relevant deployment descriptor is touched vs if all are touched. 

I'll do it since you're making me, but I find your logic completely nonsensical. 

> Creating simple Axis Web Service fails running
> ----------------------------------------------
>
>                 Key: JBDS-1103
>                 URL: https://jira.jboss.org/browse/JBDS-1103
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: SOA Platform
>    Affects Versions: 3.0.0.CR2
>         Environment: Sun JDK 1.6.0_17, x86_64, JBDS-H7-CR3, Jboss-AS 5.1-GA
>            Reporter: Libor Zoubek
>            Assignee: Rob Stryker
>            Priority: Critical
>             Fix For: 3.0.x, 4.0.0.Helios
>
>         Attachments: axis_ws_run_error.log, JBDS-1103.patch, workspace.zip
>
>
> It seems like JDBS wrongly creates axis-based web service. In comparsion to Eclipse 3.5 WTP, where everything goes OK as well as deploying and running od jboss-as 5.1
> Can be reproduced by following this tutorial http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/BottomUpWebService/BottomUpWebService.html 
> Notes:
> Eclipse 3.5 WTP creating, deploying, running - OK
> Opening workspace created by Eclipse 3.5 WTP by JBDS and deploying+running Axis WS  - OK
> See attached log and workspace

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list