List Info

Thread: Created: (WW-2006) StrutsSpringObjectFactory should create a child Spring ApplicationContext




Created: (WW-2006) StrutsSpringObjectFactory should create a child Spring ApplicationContext
country flaguser name
United States
2007-06-22 03:49:26
StrutsSpringObjectFactory should create a child Spring
ApplicationContext
------------------------------------------------------------
-------------

                 Key: WW-2006
                 URL: https
://issues.apache.org/struts/browse/WW-2006
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugins
    Affects Versions: 2.0.8
         Environment: spring 2.0.6
            Reporter: MaxGao


org.apache.struts2.spring.StrutsSpringObjectFactory

use root WebApplicationContext now :
.....
boolean useClassCache =
"true".equals(useClassCacheStr);
log.info("Initializing Struts-Spring
integration...");
org.springframework.context.ApplicationContext appContext =
WebApplicationContextUtils.getWebApplicationContext(servletC
ontext);
.....


i think it's better to create a child ApplicationContext, it
will be more clearly and it can use specific config( add a
constant in struts.xml )
like spring mvc do now:

org.springframework.web.servlet.FrameworkServlet

ConfigurableWebApplicationContext wac =
(ConfigurableWebApplicationContext)
BeanUtils.instantiateClass(getContextClass());
wac.setParent(parent);
wac.setServletContext(getServletContext());
wac.setServletConfig(getServletConfig());
wac.setNamespace(getNamespace());
if (getContextConfigLocation() != null) {
	wac.setConfigLocations(
	StringUtils.tokenizeToStringArray(
	getContextConfigLocation(),
ConfigurableWebApplicationContext.CONFIG_LOCATION_DELIMITERS
));
}
wac.refresh();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.


Commented: (WW-2006) StrutsSpringObjectFactory should create a child Spring ApplicationContex
country flaguser name
United States
2007-06-22 05:42:26
    [ https://issues.apache.org/struts/browse/WW
-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:c
omment-tabpanel#action_41271 ] 

MaxGao commented on WW-2006:
----------------------------

i think i can use a own fatory to do this

struts.objectFactory =
org.apache.struts2.spring.StrutsSpringObjectFactory

use my own ObjectFactory....i think this will reslove the
problem ...

> StrutsSpringObjectFactory should create a child Spring
ApplicationContext
>
------------------------------------------------------------
-------------
>
>                 Key: WW-2006
>                 URL: https
://issues.apache.org/struts/browse/WW-2006
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 2.0.8
>         Environment: spring 2.0.6
>            Reporter: MaxGao
>
> org.apache.struts2.spring.StrutsSpringObjectFactory
> use root WebApplicationContext now :
> .....
> boolean useClassCache =
"true".equals(useClassCacheStr);
> log.info("Initializing Struts-Spring
integration...");
> org.springframework.context.ApplicationContext
appContext =
WebApplicationContextUtils.getWebApplicationContext(servletC
ontext);
> .....
> i think it's better to create a child
ApplicationContext, it will be more clearly and it can use
specific config( add a constant in struts.xml )
> like spring mvc do now:
> org.springframework.web.servlet.FrameworkServlet
> ConfigurableWebApplicationContext wac =
(ConfigurableWebApplicationContext)
BeanUtils.instantiateClass(getContextClass());
> wac.setParent(parent);
> wac.setServletContext(getServletContext());
> wac.setServletConfig(getServletConfig());
> wac.setNamespace(getNamespace());
> if (getContextConfigLocation() != null) {
> 	wac.setConfigLocations(
> 	StringUtils.tokenizeToStringArray(
> 	getContextConfigLocation(),
ConfigurableWebApplicationContext.CONFIG_LOCATION_DELIMITERS
));
> }
> wac.refresh();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.


Updated: (WW-2006) StrutsSpringObjectFactory should create a child Spring ApplicationContext
country flaguser name
United States
2007-07-22 21:36:14
     [ https://issues.apache.org/struts/browse/WW-2006?page=com.at
lassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Ted Husted updated WW-2006:
---------------------------

    Fix Version/s: Future

Setting Fix Version to "future" for issues without
a set fix version. 


> StrutsSpringObjectFactory should create a child Spring
ApplicationContext
>
------------------------------------------------------------
-------------
>
>                 Key: WW-2006
>                 URL: https
://issues.apache.org/struts/browse/WW-2006
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions: 2.0.8
>         Environment: spring 2.0.6
>            Reporter: MaxGao
>            Priority: Trivial
>             Fix For: Future
>
>
> org.apache.struts2.spring.StrutsSpringObjectFactory
> use root WebApplicationContext now :
> .....
> boolean useClassCache =
"true".equals(useClassCacheStr);
> log.info("Initializing Struts-Spring
integration...");
> org.springframework.context.ApplicationContext
appContext =
WebApplicationContextUtils.getWebApplicationContext(servletC
ontext);
> .....
> i think it's better to create a child
ApplicationContext, it will be more clearly and it can use
specific config( add a constant in struts.xml )
> like spring mvc do now:
> org.springframework.web.servlet.FrameworkServlet
> ConfigurableWebApplicationContext wac =
(ConfigurableWebApplicationContext)
BeanUtils.instantiateClass(getContextClass());
> wac.setParent(parent);
> wac.setServletContext(getServletContext());
> wac.setServletConfig(getServletConfig());
> wac.setNamespace(getNamespace());
> if (getContextConfigLocation() != null) {
> 	wac.setConfigLocations(
> 	StringUtils.tokenizeToStringArray(
> 	getContextConfigLocation(),
ConfigurableWebApplicationContext.CONFIG_LOCATION_DELIMITERS
));
> }
> wac.refresh();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue
online.


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )