[jboss-jira] [JBoss JIRA] Commented: (JBAS-9394) Web Services no longer deployed with latest checkout
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Jun 2 11:15:59 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606094#comment-12606094 ]
jaikiran pai commented on JBAS-9394:
------------------------------------
{quote}
As already said, using revision 111362 my webservices are published as they should.
But if I add this "extends HttpServlet" to my implementing classes as you proposed me to do because of the spec requirement
{quote}
That's correct. Previously, we weren't following the spec in terms of picking up annotated classes in the web application. Now that it has been fixed, it runs into this JBoss WS issue. I'm not too sure why that check is in place. Let's wait for Richard, since he knows more about this.
> Web Services no longer deployed with latest checkout
> ----------------------------------------------------
>
> Key: JBAS-9394
> URL: https://issues.jboss.org/browse/JBAS-9394
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.1.0
> Environment: Oracle JDK 1.6.0_25 on Solaris SPARC 10
> Reporter: Frank Langelage
> Assignee: Richard Opalka
> Attachments: Jira-JBAS-9394.tar
>
>
> Web Services are no longer recognized and deployed with the latest subversion checkout ob JBoss AS 6.1.0.
> The older checkout of JBoss AS 6.0.1 running the same app publishes the web services as expected.
> Some of the latest checkins broke this. Don't know which one exactly.
> I created a test project which creates an ear file containing one war file which contains two webservices.
> The first one uses a web.xml file to define the servlet. This service is recognized an deployed.
> The second one uses the WebServlet annotation like our app does successfully on 6.0.1. This is not recognized anymore.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list