Re: Struts mapping failing when using struts2-convention-plugin

2011-01-24 Thread Paweł Wielgus
 [com.tousa.ws.rest.SubdivisionController] in package
 [com.tousa.ws.rest]

 DEBUG [main] SEOActionNameBuilder.trace(69) | Changed action name from
 [SubdivisionController] to [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Got actionName
 for
 class [class com.tousa.ws.rest.SubdivisionController] of [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Created
 package
 config named [com.tousa.ws.rest#rest-default#] with a namespace []

 DEBUG [main] PackageBasedActionConfigBuilder.debug(57) | Creating
 action
 config for class [class com.tousa.ws.rest.SubdivisionController], name
 [subdivision] and package name [com.tousa.ws.rest#rest-default#] in
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Using final calculated
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the Servlet container at [/WEB-INF/content/] with result prefix of
 [/WEB-INF/content/subdivision]

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the class path at [WEB-INF/content/] with a result prefix of
 [/WEB-INF/content/subdivision] and action name [subdivision]
 [/code]

 on any of the above requests, this is the only logged output (to go
 along
 with the 404 response):
 [code]
 DEBUG [btpool0-2] ConfigurationManager.debug(57) | Checking
 ConfigurationProviders for reload.

 DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering
 nullPropertyValue
 [target=[com.opensymphony.xwork2.DefaultTextProvider@3e48f2],
 property=struts]

 WARN [btpool0-2] OgnlValueStack.warn(45) | Could not find property
 [struts.actionMapping]
 [/code]

 which seems totally irrelevant.

 I am spinning my wheels now and have tried numerous things, but I
 cannot
 understand why the supposed action configured at startup does not pick
 up
 my
 URLs.

 Here are my general configs - I have pared down the configuration to a
 bare
 minimum, to match the Showcase app, to no avail (yet):

 struts.xml
 [code]
    constant name=struts.convention.action.suffix
 value=Controller/
    constant name=struts.convention.action.mapAllMatches
 value=true/
    constant name=struts.convention.default.parent.package
 value=rest-default/
    constant name=struts.convention.package.locators value=rest/
 [/code]

 web.xml
 [code]
        context-param
        param-namecontextConfigLocation/param-name
        param-valueclasspath*:applicationContext*.xml/param-value
    /context-param

        !-- Filters --
    filter
        filter-namestruts2/filter-name

 filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class
    /filter
    filter-mapping
        filter-namestruts2/filter-name
        url-pattern/*/url-pattern
    /filter-mapping

    !-- Listeners --
    listener

 listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
    /listener

 [/code]

 pom.xml
 [code]
      dependencies

        !--  Struts 2 --
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-core/artifactId
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context:
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e

Re: Struts mapping failing when using struts2-convention-plugin

2011-01-24 Thread stanlick
 suggestions?  I guess I will be going through source code now -
 the
  showcase example makes it seem so simple, and I cannot see what
 little
  switch I have missing or need to remove.  Thanks for ideas.
  --
  View this message in context:
 
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
  Sent from the Struts - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org
 
 
 
 
 
  --
  Hey you! Would you help me to carry the stone? Pink Floyd
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org
 
 
 
 
  --
  View this message in context:
 
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22380845.html
  Sent from the Struts - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org
 
 
 
 
 
  --
  Hey you! Would you help me to carry the stone? Pink Floyd
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org
 
 
 
 
  --
  View this message in context:
 http://old.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p30743100.html
  Sent from the Struts - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
  For additional commands, e-mail: user-h...@struts.apache.org
 
 

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




Re: Struts mapping failing when using struts2-convention-plugin

2011-01-23 Thread stanlick
 [SubdivisionController] to [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Got actionName
 for
 class [class com.tousa.ws.rest.SubdivisionController] of [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Created
 package
 config named [com.tousa.ws.rest#rest-default#] with a namespace []

 DEBUG [main] PackageBasedActionConfigBuilder.debug(57) | Creating
 action
 config for class [class com.tousa.ws.rest.SubdivisionController], name
 [subdivision] and package name [com.tousa.ws.rest#rest-default#] in
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Using final calculated
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the Servlet container at [/WEB-INF/content/] with result prefix of
 [/WEB-INF/content/subdivision]

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the class path at [WEB-INF/content/] with a result prefix of
 [/WEB-INF/content/subdivision] and action name [subdivision]
 [/code]

 on any of the above requests, this is the only logged output (to go
 along
 with the 404 response):
 [code]
 DEBUG [btpool0-2] ConfigurationManager.debug(57) | Checking
 ConfigurationProviders for reload.

 DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering
 nullPropertyValue
 [target=[com.opensymphony.xwork2.DefaultTextProvider@3e48f2],
 property=struts]

 WARN [btpool0-2] OgnlValueStack.warn(45) | Could not find property
 [struts.actionMapping]
 [/code]

 which seems totally irrelevant.

 I am spinning my wheels now and have tried numerous things, but I
 cannot
 understand why the supposed action configured at startup does not pick
 up
 my
 URLs.

 Here are my general configs - I have pared down the configuration to a
 bare
 minimum, to match the Showcase app, to no avail (yet):

 struts.xml
 [code]
    constant name=struts.convention.action.suffix
 value=Controller/
    constant name=struts.convention.action.mapAllMatches
 value=true/
    constant name=struts.convention.default.parent.package
 value=rest-default/
    constant name=struts.convention.package.locators value=rest/
 [/code]

 web.xml
 [code]
        context-param
        param-namecontextConfigLocation/param-name
        param-valueclasspath*:applicationContext*.xml/param-value
    /context-param

        !-- Filters --
    filter
        filter-namestruts2/filter-name

 filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class
    /filter
    filter-mapping
        filter-namestruts2/filter-name
        url-pattern/*/url-pattern
    /filter-mapping

    !-- Listeners --
    listener

 listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
    /listener

 [/code]

 pom.xml
 [code]
      dependencies

        !--  Struts 2 --
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-core/artifactId
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context:
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org





 --
 Hey you! Would you help me to carry

Re: Struts mapping failing when using struts2-convention-plugin

2009-03-10 Thread wkbutler
] SEOActionNameBuilder.trace(69) | Changed action name from
 [SubdivisionController] to [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Got actionName
 for
 class [class com.tousa.ws.rest.SubdivisionController] of [subdivision]

 DEBUG [main] PackageBasedActionConfigBuilder.trace(69) | Created
 package
 config named [com.tousa.ws.rest#rest-default#] with a namespace []

 DEBUG [main] PackageBasedActionConfigBuilder.debug(57) | Creating
 action
 config for class [class com.tousa.ws.rest.SubdivisionController], name
 [subdivision] and package name [com.tousa.ws.rest#rest-default#] in
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Using final calculated
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the Servlet container at [/WEB-INF/content/] with result prefix of
 [/WEB-INF/content/subdivision]

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results
 in
 the class path at [WEB-INF/content/] with a result prefix of
 [/WEB-INF/content/subdivision] and action name [subdivision]
 [/code]

 on any of the above requests, this is the only logged output (to go
 along
 with the 404 response):
 [code]
 DEBUG [btpool0-2] ConfigurationManager.debug(57) | Checking
 ConfigurationProviders for reload.

 DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering
 nullPropertyValue
 [target=[com.opensymphony.xwork2.defaulttextprovi...@3e48f2],
 property=struts]

 WARN [btpool0-2] OgnlValueStack.warn(45) | Could not find property
 [struts.actionMapping]
 [/code]

 which seems totally irrelevant.

 I am spinning my wheels now and have tried numerous things, but I
 cannot
 understand why the supposed action configured at startup does not pick
 up
 my
 URLs.

 Here are my general configs - I have pared down the configuration to a
 bare
 minimum, to match the Showcase app, to no avail (yet):

 struts.xml
 [code]
    constant name=struts.convention.action.suffix
 value=Controller/
    constant name=struts.convention.action.mapAllMatches
 value=true/
    constant name=struts.convention.default.parent.package
 value=rest-default/
    constant name=struts.convention.package.locators value=rest/
 [/code]

 web.xml
 [code]
        context-param
        param-namecontextConfigLocation/param-name
        param-valueclasspath*:applicationContext*.xml/param-value
    /context-param

        !-- Filters --
    filter
        filter-namestruts2/filter-name

 filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class
    /filter
    filter-mapping
        filter-namestruts2/filter-name
        url-pattern/*/url-pattern
    /filter-mapping

    !-- Listeners --
    listener

 listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
    /listener

 [/code]

 pom.xml
 [code]
      dependencies

        !--  Struts 2 --
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-core/artifactId
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context:
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org

Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread wkbutler
  /dependency

dependency
groupIdorg.hibernate/groupId
artifactIdhibernate/artifactId
version3.2.1.ga/version
/dependency
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate-annotations/artifactId
version3.2.1.ga/version
/dependency
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate-entitymanager/artifactId
version3.2.1.ga/version
/dependency
dependency
groupIdjavax.persistence/groupId
artifactIdpersistence-api/artifactId
version1.0/version
/dependency
dependency
groupIdlog4j/groupId
artifactIdlog4j/artifactId
version1.2.13/version
  /dependency

  /dependencies

[/code]


Any suggestions?  I guess I will be going through source code now - the
showcase example makes it seem so simple, and I cannot see what little
switch I have missing or need to remove.  Thanks for ideas.
-- 
View this message in context: 
http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread Musachy Barroso
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context: 
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org





-- 
Hey you! Would you help me to carry the stone? Pink Floyd

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread wkbutler
 for results in
 the class path at [WEB-INF/content/] with a result prefix of
 [/WEB-INF/content/subdivision] and action name [subdivision]
 [/code]

 on any of the above requests, this is the only logged output (to go along
 with the 404 response):
 [code]
 DEBUG [btpool0-2] ConfigurationManager.debug(57) | Checking
 ConfigurationProviders for reload.

 DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering
 nullPropertyValue
 [target=[com.opensymphony.xwork2.defaulttextprovi...@3e48f2],
 property=struts]

 WARN [btpool0-2] OgnlValueStack.warn(45) | Could not find property
 [struts.actionMapping]
 [/code]

 which seems totally irrelevant.

 I am spinning my wheels now and have tried numerous things, but I cannot
 understand why the supposed action configured at startup does not pick up
 my
 URLs.

 Here are my general configs - I have pared down the configuration to a
 bare
 minimum, to match the Showcase app, to no avail (yet):

 struts.xml
 [code]
    constant name=struts.convention.action.suffix value=Controller/
    constant name=struts.convention.action.mapAllMatches value=true/
    constant name=struts.convention.default.parent.package
 value=rest-default/
    constant name=struts.convention.package.locators value=rest/
 [/code]

 web.xml
 [code]
        context-param
        param-namecontextConfigLocation/param-name
        param-valueclasspath*:applicationContext*.xml/param-value
    /context-param

        !-- Filters --
    filter
        filter-namestruts2/filter-name

 filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class
    /filter
    filter-mapping
        filter-namestruts2/filter-name
        url-pattern/*/url-pattern
    /filter-mapping

    !-- Listeners --
    listener

 listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
    /listener

 [/code]

 pom.xml
 [code]
      dependencies

        !--  Struts 2 --
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-core/artifactId
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context:
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org


 
 
 
 -- 
 Hey you! Would you help me to carry the stone? Pink Floyd
 
 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22380845.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts mapping failing when using struts2-convention-plugin

2009-03-06 Thread Musachy Barroso
 action
 config for class [class com.tousa.ws.rest.SubdivisionController], name
 [subdivision] and package name [com.tousa.ws.rest#rest-default#] in
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Using final calculated
 namespace []

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results in
 the Servlet container at [/WEB-INF/content/] with result prefix of
 [/WEB-INF/content/subdivision]

 DEBUG [main] DefaultResultMapBuilder.trace(69) | Searching for results in
 the class path at [WEB-INF/content/] with a result prefix of
 [/WEB-INF/content/subdivision] and action name [subdivision]
 [/code]

 on any of the above requests, this is the only logged output (to go along
 with the 404 response):
 [code]
 DEBUG [btpool0-2] ConfigurationManager.debug(57) | Checking
 ConfigurationProviders for reload.

 DEBUG [btpool0-2] InstantiatingNullHandler.debug(57) | Entering
 nullPropertyValue
 [target=[com.opensymphony.xwork2.defaulttextprovi...@3e48f2],
 property=struts]

 WARN [btpool0-2] OgnlValueStack.warn(45) | Could not find property
 [struts.actionMapping]
 [/code]

 which seems totally irrelevant.

 I am spinning my wheels now and have tried numerous things, but I cannot
 understand why the supposed action configured at startup does not pick up
 my
 URLs.

 Here are my general configs - I have pared down the configuration to a
 bare
 minimum, to match the Showcase app, to no avail (yet):

 struts.xml
 [code]
    constant name=struts.convention.action.suffix value=Controller/
    constant name=struts.convention.action.mapAllMatches value=true/
    constant name=struts.convention.default.parent.package
 value=rest-default/
    constant name=struts.convention.package.locators value=rest/
 [/code]

 web.xml
 [code]
        context-param
        param-namecontextConfigLocation/param-name
        param-valueclasspath*:applicationContext*.xml/param-value
    /context-param

        !-- Filters --
    filter
        filter-namestruts2/filter-name

 filter-classorg.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter/filter-class
    /filter
    filter-mapping
        filter-namestruts2/filter-name
        url-pattern/*/url-pattern
    /filter-mapping

    !-- Listeners --
    listener

 listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
    /listener

 [/code]

 pom.xml
 [code]
      dependencies

        !--  Struts 2 --
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-core/artifactId
            version2.1.6/version
        /dependency
        dependency
                groupIdorg.apache.struts/groupId
                artifactIdstruts2-convention-plugin/artifactId
                version2.1.6/version
        /dependency
        dependency
            groupIdorg.apache.struts/groupId
            artifactIdstruts2-spring-plugin/artifactId
            version2.1.6/version
        /dependency
        dependency
        groupIdorg.apache.struts/groupId
        artifactIdstruts2-rest-plugin/artifactId
        version2.1.6/version
      /dependency

        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-annotations/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdorg.hibernate/groupId
            artifactIdhibernate-entitymanager/artifactId
            version3.2.1.ga/version
        /dependency
        dependency
            groupIdjavax.persistence/groupId
            artifactIdpersistence-api/artifactId
            version1.0/version
        /dependency
        dependency
        groupIdlog4j/groupId
        artifactIdlog4j/artifactId
        version1.2.13/version
      /dependency

  /dependencies

 [/code]


 Any suggestions?  I guess I will be going through source code now - the
 showcase example makes it seem so simple, and I cannot see what little
 switch I have missing or need to remove.  Thanks for ideas.
 --
 View this message in context:
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22379807.html
 Sent from the Struts - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org





 --
 Hey you! Would you help me to carry the stone? Pink Floyd

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




 --
 View this message in context: 
 http://www.nabble.com/Struts-mapping-failing-when-using-struts2-convention-plugin-tp22379807p22380845.html
 Sent from the Struts - User mailing list