> From: Stephen McConnell [mailto:[EMAIL PROTECTED]]
>
> Carsten Ziegeler wrote:
>
> >Nice list, Stephen!
> >
> >Some additions to excalibur:
> >
> >As far as I know, the store and the sourceresolver packages
> have never
> >been released until now. We *could* release store, but we
> can't release
> >the sourceresolver package as some changes still have to be
> made, so you
> >can consider it ALPHA stage.
> >
>
> Can you provde the details of what needs to be done on sourceresolver?
We need to get rid of any ClassCastExceptions. I have a critical error
in the Fortress examples which means we can't release it yet. Below
is the stack trace:
[FATAL ERROR] Unable to initialize the contextManager.
java.lang.ClassCastException
at
org.apache.excalibur.source.impl.SourceResolverImpl.service(SourceResolverIm
pl.java:177)
at
org.apache.avalon.framework.container.ContainerUtil.service(ContainerUtil.ja
va:181)
at
org.apache.excalibur.fortress.util.ContextManager.initializeOwnComponentMana
ger(ContextManager.java:603)
at
org.apache.excalibur.fortress.util.ContextManager.initialize(ContextManager.
java:228)
at
org.apache.excalibur.fortress.DefaultContainerManager.getInitializedContextM
anager(DefaultContainerManager.java:122)
at
org.apache.excalibur.fortress.DefaultContainerManager.<init>(DefaultContaine
rManager.java:107)
at
org.apache.excalibur.fortress.DefaultContainerManager.<init>(DefaultContaine
rManager.java:101)
at
org.apache.excalibur.fortress.examples.viewer.Main.main(Main.java:84)
Exception in thread "main" java.lang.NullPointerException
at
org.apache.excalibur.fortress.DefaultContainerManager.<init>(DefaultContaine
rManager.java:95)
at
org.apache.excalibur.fortress.DefaultContainerManager.<init>(DefaultContaine
rManager.java:107)
at
org.apache.excalibur.fortress.DefaultContainerManager.<init>(DefaultContaine
rManager.java:101)
at
org.apache.excalibur.fortress.examples.viewer.Main.main(Main.java:84)
I am in the process of debugging it. I need Fortress RSN for a
private project, so I need to make sure it works.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>