So, do we have to open an issue in jira to solve this problem?
2009/8/20 Lukasz Lenart <[email protected]> > 2009/8/7 Musachy Barroso <[email protected]>: > > The beans in xwork are currently defined in code, in the classes > > mentioned before, not in xml files. > > Ok, but the problem is in > ConfigurationManager.getContainerProviders(), there is reference to > xwork.xml file which doesn't exist. Instead xwork-default.xml shoud be > used. > > public List<ContainerProvider> getContainerProviders() { > providerLock.lock(); > try { > if (containerProviders.size() == 0) { > containerProviders.add(new XWorkConfigurationProvider()); > containerProviders.add(new > XmlConfigurationProvider("xwork.xml", false)); > } > > return containerProviders; > } finally { > providerLock.unlock(); > } > } > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > http://dailylog.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
