> First things first...hurray for Shash! Keep going! Hurray! :-)
> Stefano Bagnara wrote: > > I'm a James (Apache mail server) committer and i would like to know > > your opinion about libraries upgrade. > > Our current trunk is build against avalon 4.1.4 and runs > under phoenix > > 4.0.5. > > Should we try to upgrade to the latest excalibur libs? > > Yes. *Try* being the keyword. We think everything is > backwards-compatible and as far as Gump can tell it is. But > from 4.0.5 (I think there's just a 4.0.4 actually?) to > current trunk is a long way (like, ehm, a few years). I've been successfull in upgrading phoenix-4.0.4 to latest cornerstone+ latest avalon and to use it to run an upgraded version of james. I know this probably is not the right place to talk about phoenix but I don't know another place. I've also downloaded the latest phoenix from https://svn.apache.org/repos/asf/avalon/cvs-migration-snapshot/avalon-phoeni x and tryed to upgrade it to the latest avalon. I've been successfull but when I try to run james in it I keep getting this error: Schema type specified as relax-ng was translated to URI http://relaxng.org/ns/structure/1.0 for component named database-connections of type org.apache.avalon.cornerstone.blocks.datasources.DefaultDataSourceSelector. It is recomended that the components Info specify the URI rather than the type for compatability reasons. There was an uncaught exception: --------------------------------------------------------- --- Message --- Unable to validate configuration of component database-connections of type org.apache.avalon.cornerstone.blocks.datasources.DefaultDataSourceSelector --- Stack Trace --- org.apache.avalon.phoenix.interfaces.DeploymentException: Unable to validate configuration of component database-connections of type org.apache.avalon.cornerstone.blocks.datasources.DefaultDataSourceSelector at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.validateConfig uration(DefaultDeployer.java:524) at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.validateConfig uration(DefaultDeployer.java:503) at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(Default Deployer.java:354) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(Def aultEmbeddor.java:542) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(Def aultEmbeddor.java:535) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(De faultEmbeddor.java:520) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultA pplications(DefaultEmbeddor.java:509) at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(Defaul tEmbeddor.java:268) at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:198) at org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:184) at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:145) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:128) at org.apache.avalon.phoenix.launcher.Main.main(Main.java:83) I'm using cornerstone-datasources-impl-2.1-RC2.jar but I don't know much about relax-ng... Any idea? Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
