You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "blue wang (JIRA)" <ji...@apache.org> on 2012/09/21 04:31:07 UTC

[jira] [Commented] (WW-3851) Startup Fail because Plugin OSGi can't load bundle's struts.xml throw NullPointerException

    [ https://issues.apache.org/jira/browse/WW-3851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460134#comment-13460134 ] 

blue wang commented on WW-3851:
-------------------------------

Thanks for Solving! 
                
> Startup Fail because Plugin OSGi can't load bundle's struts.xml throw NullPointerException
> ------------------------------------------------------------------------------------------
>
>                 Key: WW-3851
>                 URL: https://issues.apache.org/jira/browse/WW-3851
>             Project: Struts 2
>          Issue Type: Bug
>          Components: XML Configuration
>    Affects Versions: 2.3.4
>            Reporter: blue wang
>            Assignee: Lukasz Lenart
>              Labels: OSGi, Plugin
>             Fix For: 2.3.5
>
>
> see the code of org.apache.struts2.osgi.BundlePackageLoader:
> <code>
> BundleConfigurationProvider prov = new BundleConfigurationProvider("struts.xml", bundle, bundleContext);
>         for (PackageConfig pkg : pkgConfigs.values()) {
>             config.addPackageConfig(pkg.getName(), pkg);
>         }
>         prov.setObjectFactory(objectFactory);
>         prov.init(config);
>         prov.loadPackages();
> </code>
> because XmlConfigurationProvider need be injected FileManager, but there isn't

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira