[jira] Created: (MTOMCAT-38) Cannot run webapp that uses geronimo-servlet_2.5_spec

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] Created: (MTOMCAT-38) Cannot run webapp that uses geronimo-servlet_2.5_spec

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cannot run webapp that uses geronimo-servlet_2.5_spec
-----------------------------------------------------

                 Key: MTOMCAT-38
                 URL: http://jira.codehaus.org/browse/MTOMCAT-38
             Project: Maven 2.x Tomcat Plugin
          Issue Type: Bug
    Affects Versions: 1.0-beta-1
            Reporter: Benson Margulies
         Attachments: cpd.jar

I will attach a trivial servlet that is set up using

                <dependency>
                        <groupId>org.apache.geronimo.specs</groupId>
                        <artifactId>geronimo-servlet_2.5_spec</artifactId>
                        <version>1.2</version>
                </dependency>

tomcat:run fails complaining that it can't cast the servlet to a servlet.

I'm rather bewildered as to how the CXFServlet, which works the same way, avoids this.


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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MTOMCAT-38) Cannot run webapp that uses geronimo-servlet_2.5_spec

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MTOMCAT-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196734#action_196734 ]

Benson Margulies commented on MTOMCAT-38:
-----------------------------------------

Switching to tomcat's own servlet-api dependency doesn't help.

Perhaps needless to say, jetty:run is unperturbed by this.


> Cannot run webapp that uses geronimo-servlet_2.5_spec
> -----------------------------------------------------
>
>                 Key: MTOMCAT-38
>                 URL: http://jira.codehaus.org/browse/MTOMCAT-38
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0-beta-1
>            Reporter: Benson Margulies
>         Attachments: cpd.jar
>
>
> I will attach a trivial servlet that is set up using
>                 <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-servlet_2.5_spec</artifactId>
> <version>1.2</version>
> </dependency>
> tomcat:run fails complaining that it can't cast the servlet to a servlet.
> I'm rather bewildered as to how the CXFServlet, which works the same way, avoids this.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Commented: (MTOMCAT-38) Cannot run webapp that uses geronimo-servlet_2.5_spec

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/MTOMCAT-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196735#action_196735 ]

Benson Margulies commented on MTOMCAT-38:
-----------------------------------------

Please close this. I forgot to set scope to provided for the servlet API.

> Cannot run webapp that uses geronimo-servlet_2.5_spec
> -----------------------------------------------------
>
>                 Key: MTOMCAT-38
>                 URL: http://jira.codehaus.org/browse/MTOMCAT-38
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0-beta-1
>            Reporter: Benson Margulies
>         Attachments: cpd.jar
>
>
> I will attach a trivial servlet that is set up using
>                 <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-servlet_2.5_spec</artifactId>
> <version>1.2</version>
> </dependency>
> tomcat:run fails complaining that it can't cast the servlet to a servlet.
> I'm rather bewildered as to how the CXFServlet, which works the same way, avoids this.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[jira] Closed: (MTOMCAT-38) Cannot run webapp that uses geronimo-servlet_2.5_spec

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MTOMCAT-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MTOMCAT-38.
-------------------------------

    Resolution: Not A Bug
      Assignee: Olivier Lamy

> Cannot run webapp that uses geronimo-servlet_2.5_spec
> -----------------------------------------------------
>
>                 Key: MTOMCAT-38
>                 URL: http://jira.codehaus.org/browse/MTOMCAT-38
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0-beta-1
>            Reporter: Benson Margulies
>            Assignee: Olivier Lamy
>         Attachments: cpd.jar
>
>
> I will attach a trivial servlet that is set up using
>                 <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-servlet_2.5_spec</artifactId>
> <version>1.2</version>
> </dependency>
> tomcat:run fails complaining that it can't cast the servlet to a servlet.
> I'm rather bewildered as to how the CXFServlet, which works the same way, avoids this.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email