Hy,
i have found the place in the code where the problem resists:
In the Method:
private void configureResolverForJSP(JspApplicationContext appCtx,
RuntimeConfig runtimeConfig)
{
FacesCompositeELResolver facesCompositeELResolver = new
FacesCompositeELResolver(Scope.JSP);
This is the last line which gets executed. But no exception is thrown:
------->>>> appCtx.addELResolver(facesCompositeELResolver);
PhaseListener resolverForJSPInitializer = new ResolverForJSPInitializer(
createResolverBuilderForJSP(runtimeConfig),
facesCompositeELResolver);
LifecycleFactory factory = (LifecycleFactory)
FactoryFinder.getFactory(FactoryFinder.LIFECYCLE_FACTORY);
for (Iterator<String> iter = factory.getLifecycleIds(); iter.hasNext();)
{
factory.getLifecycle(iter.next()).addPhaseListener(resolverForJSPInitializer);
}
}
Any Idea or is the current code from the svn repos not working ?
Regards,
Martin
On 2/26/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
You can run jetty as a m2 plugin. very neat !
-M
On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote:
> Sorry for spamming, but is there another Application Server which will
> work with MyFaces 1.2 and Intellij Idea ?
>
> Regards,
> Martin Haimberger
>
> On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote:
> > No nothing more. No Exception, nothing. I will try Jetty6.1.x, i hope
> > the myfaces1.2 will start.
> >
> > Regards,
> > Martin Haimberger
> >
> > On 2/26/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > > does the tomcat log say more?
> > >
> > > I am able to deploy a jsf 1.2 app with Jetty6.1.x
> > >
> > > -M
> > >
> > > On 2/26/07, Martin Haimberger <[EMAIL PROTECTED]> wrote:
> > > > Hy *,
> > > >
> > > > i am going to help to develop myfaces 1.2. I have checked it out,
> > > > compiled it (with some difficulties, because some jars were not
> > > > found). I installed tomcat 6.0.9 alpha and i got this error:
> > > >
> > > > DEBUG [main] (HtmlRenderKitImpl.java:112) - add Renderer family =
> > > > javax.faces.SelectOne rendererType = javax.faces.Radio renderer class
> > > > = org.apache.myfaces.renderkit.html.HtmlRadioRenderer
> > > > INFO [main] (FacesConfigurator.java:972) - Serialization provider :
> > > > class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
> > > > Feb 26, 2007 2:14:34 PM org.apache.catalina.core.StandardContext start
> > > > SEVERE: Error listenerStart
> > > > Feb 26, 2007 2:14:34 PM org.apache.catalina.core.StandardContext start
> > > >
> > > > I am running Intellij 6.0.4 and tomcat 6.0.9 on MacOsX.
> > > >
> > > > Has someone any idea what i did wrong?
> > > >
> > > > Regards,
> > > > Martin Haimberger
> > > >
> > >
> > >
> > > --
> > > Matthias Wessendorf
> > > http://tinyurl.com/fmywh
> > >
> > > further stuff:
> > > blog: http://jroller.com/page/mwessendorf
> > > mail: mwessendorf-at-gmail-dot-com
> > >
> >
>
--
Matthias Wessendorf
http://tinyurl.com/fmywh
further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com