You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Martin Haimberger <ma...@gmail.com> on 2007/02/26 14:22:39 UTC

Running MyFaces 1.2

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

Re: Running MyFaces 1.2

Posted by Martin Haimberger <ma...@gmail.com>.
Yes, that was the problem. Thanks!

Greatings
Martin Haimberger

On 2/26/07, Matthias Wessendorf <ma...@apache.org> wrote:
> is your app folder containing javx.el ?
>
> -M
>
> On 2/26/07, Martin Haimberger <ma...@gmail.com> wrote:
> > Hy again,
> >
> > i have run the demoapplication with jetty and now i see an exception.
> > I dont know why Tomcat 6.0.9 has not shown this exeption.
> >
> > Maybe it helps:
> >
> > DEBUG [main] (DefaultFacesInitializer.java:83) - jspfactory =
> > org.apache.jasper.runtime.JspFactoryImpl@fcc13d
> > 2007-02-26 16:11:58.556::WARN:  failed
> > org.mortbay.jetty.webapp.WebAppContext@19fc25{/test-webapp,jar:file:/Developer/jetty-6.1.2rc0/webapps/test-webapp.war!/}
> > java.lang.LinkageError: Class javax/el/ExpressionFactory violates
> > loader constraints
> >         at java.lang.ClassLoader.defineClass1(Native Method)
> >         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
> >         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
> >         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
> >         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
> >         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> >         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
> >         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
> >         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> >         at java.lang.ClassLoader.defineClass1(Native Method)
> >         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
> >         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
> >         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
> >         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
> >         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> >         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
> >         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
> >         at javax.el.FactoryFinder.newInstance(FactoryFinder.java:52)
> >         at javax.el.FactoryFinder.find(FactoryFinder.java:162)
> >         at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:154)
> >         at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:125)
> >         at org.apache.jasper.runtime.JspApplicationContextImpl.getExpressionFactory(JspApplicationContextImpl.java:65)
> >         at org.apache.myfaces.webapp.DefaultFacesInitializer.initFaces(DefaultFacesInitializer.java:88)
> >         at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:57)
> >         at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:512)
> >         at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
> >         at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1201)
> >         at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:482)
> >         at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:444)
> >         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
> >         at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
> >         at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:141)
> >         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
> >         at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
> >         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
> >         at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
> >         at org.mortbay.jetty.Server.doStart(Server.java:210)
> >         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
> >         at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
> >         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:585)
> >         at org.mortbay.start.Main.invokeMain(Main.java:183)
> >         at org.mortbay.start.Main.start(Main.java:497)
> >         at org.mortbay.start.Main.main(Main.java:115)
> >
> > Do i have a wrong javax el package ?
> >
> > Regards and thanks for your help.
> > Martin Haimberger
> >
> > On 2/26/07, Martin Haimberger <ma...@gmail.com> wrote:
> > > 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 <ma...@apache.org> wrote:
> > > > You can run jetty as a m2 plugin. very neat !
> > > >
> > > > -M
> > > >
> > > > On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
> > > >
> > >
> >
>
>
> --
> Matthias Wessendorf
> http://tinyurl.com/fmywh
>
> further stuff:
> blog: http://jroller.com/page/mwessendorf
> mail: mwessendorf-at-gmail-dot-com
>

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
is your app folder containing javx.el ?

-M

On 2/26/07, Martin Haimberger <ma...@gmail.com> wrote:
> Hy again,
>
> i have run the demoapplication with jetty and now i see an exception.
> I dont know why Tomcat 6.0.9 has not shown this exeption.
>
> Maybe it helps:
>
> DEBUG [main] (DefaultFacesInitializer.java:83) - jspfactory =
> org.apache.jasper.runtime.JspFactoryImpl@fcc13d
> 2007-02-26 16:11:58.556::WARN:  failed
> org.mortbay.jetty.webapp.WebAppContext@19fc25{/test-webapp,jar:file:/Developer/jetty-6.1.2rc0/webapps/test-webapp.war!/}
> java.lang.LinkageError: Class javax/el/ExpressionFactory violates
> loader constraints
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
>         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
>         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
>         at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
>         at javax.el.FactoryFinder.newInstance(FactoryFinder.java:52)
>         at javax.el.FactoryFinder.find(FactoryFinder.java:162)
>         at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:154)
>         at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:125)
>         at org.apache.jasper.runtime.JspApplicationContextImpl.getExpressionFactory(JspApplicationContextImpl.java:65)
>         at org.apache.myfaces.webapp.DefaultFacesInitializer.initFaces(DefaultFacesInitializer.java:88)
>         at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:57)
>         at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:512)
>         at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
>         at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1201)
>         at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:482)
>         at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:444)
>         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
>         at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
>         at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:141)
>         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
>         at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
>         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
>         at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
>         at org.mortbay.jetty.Server.doStart(Server.java:210)
>         at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
>         at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
>         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:585)
>         at org.mortbay.start.Main.invokeMain(Main.java:183)
>         at org.mortbay.start.Main.start(Main.java:497)
>         at org.mortbay.start.Main.main(Main.java:115)
>
> Do i have a wrong javax el package ?
>
> Regards and thanks for your help.
> Martin Haimberger
>
> On 2/26/07, Martin Haimberger <ma...@gmail.com> wrote:
> > 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 <ma...@apache.org> wrote:
> > > You can run jetty as a m2 plugin. very neat !
> > >
> > > -M
> > >
> > > On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
> > >
> >
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Running MyFaces 1.2

Posted by Martin Haimberger <ma...@gmail.com>.
Hy again,

i have run the demoapplication with jetty and now i see an exception.
I dont know why Tomcat 6.0.9 has not shown this exeption.

Maybe it helps:

DEBUG [main] (DefaultFacesInitializer.java:83) - jspfactory =
org.apache.jasper.runtime.JspFactoryImpl@fcc13d
2007-02-26 16:11:58.556::WARN:  failed
org.mortbay.jetty.webapp.WebAppContext@19fc25{/test-webapp,jar:file:/Developer/jetty-6.1.2rc0/webapps/test-webapp.war!/}
java.lang.LinkageError: Class javax/el/ExpressionFactory violates
loader constraints
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
        at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:365)
        at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:336)
        at javax.el.FactoryFinder.newInstance(FactoryFinder.java:52)
        at javax.el.FactoryFinder.find(FactoryFinder.java:162)
        at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:154)
        at javax.el.ExpressionFactory.newInstance(ExpressionFactory.java:125)
        at org.apache.jasper.runtime.JspApplicationContextImpl.getExpressionFactory(JspApplicationContextImpl.java:65)
        at org.apache.myfaces.webapp.DefaultFacesInitializer.initFaces(DefaultFacesInitializer.java:88)
        at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:57)
        at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:512)
        at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
        at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1201)
        at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:482)
        at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:444)
        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
        at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
        at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:141)
        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
        at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
        at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
        at org.mortbay.jetty.Server.doStart(Server.java:210)
        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
        at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
        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:585)
        at org.mortbay.start.Main.invokeMain(Main.java:183)
        at org.mortbay.start.Main.start(Main.java:497)
        at org.mortbay.start.Main.main(Main.java:115)

Do i have a wrong javax el package ?

Regards and thanks for your help.
Martin Haimberger

On 2/26/07, Martin Haimberger <ma...@gmail.com> wrote:
> 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 <ma...@apache.org> wrote:
> > You can run jetty as a m2 plugin. very neat !
> >
> > -M
> >
> > On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
> >
>

Re: Running MyFaces 1.2

Posted by Martin Haimberger <ma...@gmail.com>.
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 <ma...@apache.org> wrote:
> You can run jetty as a m2 plugin. very neat !
>
> -M
>
> On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
>

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
You can run jetty as a m2 plugin. very neat !

-M

On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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

Re: Running MyFaces 1.2

Posted by Paul McMahan <pa...@gmail.com>.
On 2/26/07, Matthias Wessendorf <ma...@apache.org> wrote:
> can you post the M3 announcement to this group as well?
> Perhaps JSF-user like to give it a try as well
>
> -M

Definitely! :-)

Best wishes,
Paul

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
> In the spec I see that javax.faces.* classes should not be included in
> WEB-INF/lib but I don't see any specific discussion about the the
> servlet container ignoring them when they are present.  I may be
> overlooking something, but at any rate I agree with you that they
> should be ignored.  In fact the current behavior in Geronimo is to not
> allow web apps to override classes in javax.*.

sweet!
Regarding the spec, perhaps I interpreted the "should not be included
in" as "should be ignored :-)


> As mentioned above, the spec says that apps should not include
> javax.faces in their webapps, so overriding MyFaces with another JSF
> impl would need to be configured at the server level.  Geronimo

yeah

> provides a pretty flexible dependency system that will allow the user
> to choose, for example, tomcat or jetty for the servlet container,
> cayenne or openjpa for JPA, axis2 or cxf for web services, etc... When
> all is said and done, I think Geronimo will provide the user with 1 or
> 2 configurations for download that have been specifically tested using
> the TCK and then allow them to customize their server if desired using
> plugins.  Right now the only JSF implementation on Geronimo's radar is
> MyFaces, but if there's a desire to implement an additional
> configuration based on the JSF RI or provide it as a plugin then that
> would certainly be doable.


can you post the M3 announcement to this group as well?
Perhaps JSF-user like to give it a try as well

-M

>
> Best wishes,
> Paul
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Running MyFaces 1.2

Posted by Paul McMahan <pa...@gmail.com>.
On 2/26/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > Since JSF is part of the JEE 5 spec users don't need to include the
> > JSF jars or their dependencies in their webapps when deploying into
> > Geronimo 2.0.  This makes developing a webapp much easier but makes
>
> the jsf-jars in the WEB-INF/lib should be ignored, AFAIK

In the spec I see that javax.faces.* classes should not be included in
WEB-INF/lib but I don't see any specific discussion about the the
servlet container ignoring them when they are present.  I may be
overlooking something, but at any rate I agree with you that they
should be ignored.  In fact the current behavior in Geronimo is to not
allow web apps to override classes in javax.*.

> > developing JSF a little more tricky because the MyFaces jars are part
> > of the server runtime.  But for a MyFaces developer the advantage of
> > taking this approach is that you can test your code in a full JEE
> > stack where new JSF 1.2 features like resource injection come into
> > play.  If you decide to use Geronimo for a MyFaces development or
> > testing environment then you'll want to overwrite the MyFaces jars in
> > geronimo/repository/org/apache/myfaces as you make code changes to
>
> so "replacing" JSF is straight forward w/ Geronimo?
>
> What if I have to use JSF RI ?
> Do you guys also have a strategy for that ? Is there a special GBean /
> Connector or else needed for ? Not that I have to use RI, but I am
> interested in that ;)

As mentioned above, the spec says that apps should not include
javax.faces in their webapps, so overriding MyFaces with another JSF
impl would need to be configured at the server level.  Geronimo
provides a pretty flexible dependency system that will allow the user
to choose, for example, tomcat or jetty for the servlet container,
cayenne or openjpa for JPA, axis2 or cxf for web services, etc... When
all is said and done, I think Geronimo will provide the user with 1 or
2 configurations for download that have been specifically tested using
the TCK and then allow them to customize their server if desired using
plugins.  Right now the only JSF implementation on Geronimo's radar is
MyFaces, but if there's a desire to implement an additional
configuration based on the JSF RI or provide it as a plugin then that
would certainly be doable.

Best wishes,
Paul

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
> Since JSF is part of the JEE 5 spec users don't need to include the
> JSF jars or their dependencies in their webapps when deploying into
> Geronimo 2.0.  This makes developing a webapp much easier but makes

the jsf-jars in the WEB-INF/lib should be ignored, AFAIK

> developing JSF a little more tricky because the MyFaces jars are part
> of the server runtime.  But for a MyFaces developer the advantage of
> taking this approach is that you can test your code in a full JEE
> stack where new JSF 1.2 features like resource injection come into
> play.  If you decide to use Geronimo for a MyFaces development or
> testing environment then you'll want to overwrite the MyFaces jars in
> geronimo/repository/org/apache/myfaces as you make code changes to

so "replacing" JSF is straight forward w/ Geronimo?

What if I have to use JSF RI ?
Do you guys also have a strategy for that ? Is there a special GBean /
Connector or else needed for ? Not that I have to use RI, but I am
interested in that ;)

-M

> MyFaces and recycle the server.
>
> Best wishes,
> Paul
>
>
> On 2/26/07, Matthias Wessendorf <ma...@apache.org> wrote:
> > geronimo2-SNAPSHOT
> >
> > you don't need to include the jsf-xxx jars
> >
> > A Java EE 5 compliant server has to ignore the jsf-xxx libs, shipped
> > in WEB-INF/lib
> > Since Tomcat 6.x and Jetty 6.x don't ship JSF, you have to include
> > them in your lib, like in the past
> >
> > -M
> >
> > On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
> >
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Running MyFaces 1.2

Posted by Paul McMahan <pa...@gmail.com>.
Like Matthias says, geronimo-2.0-SNAPSHOT includes the MyFaces 1.2
jars.   You can build it from :
http://svn.apache.org/repos/asf/geronimo/server/trunk
Or if you can wait until probably the middle of this week there should
be an official milestone driver (M3) available from
http://geronimo.apache.org/.  The Geronimo team is aiming to release a
stable JEE 5 server in the first half of this year.

There are two flavors (i.e. "assemblies") of Geronimo 2.0, one
currently uses Tomcat 6.0.8 and the other uses Jetty 6.1.0.  Either
should work fine for MyFaces dev though I have personally used the
Tomcat assembly more often.  Also I use Eclipse for IDE/debugging but
I know several of the Geronimo devs use IntelliJ so that should work
fine too.

Since JSF is part of the JEE 5 spec users don't need to include the
JSF jars or their dependencies in their webapps when deploying into
Geronimo 2.0.  This makes developing a webapp much easier but makes
developing JSF a little more tricky because the MyFaces jars are part
of the server runtime.  But for a MyFaces developer the advantage of
taking this approach is that you can test your code in a full JEE
stack where new JSF 1.2 features like resource injection come into
play.  If you decide to use Geronimo for a MyFaces development or
testing environment then you'll want to overwrite the MyFaces jars in
geronimo/repository/org/apache/myfaces as you make code changes to
MyFaces and recycle the server.

Best wishes,
Paul


On 2/26/07, Matthias Wessendorf <ma...@apache.org> wrote:
> geronimo2-SNAPSHOT
>
> you don't need to include the jsf-xxx jars
>
> A Java EE 5 compliant server has to ignore the jsf-xxx libs, shipped
> in WEB-INF/lib
> Since Tomcat 6.x and Jetty 6.x don't ship JSF, you have to include
> them in your lib, like in the past
>
> -M
>
> On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
>

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
geronimo2-SNAPSHOT

you don't need to include the jsf-xxx jars

A Java EE 5 compliant server has to ignore the jsf-xxx libs, shipped
in WEB-INF/lib
Since Tomcat 6.x and Jetty 6.x don't ship JSF, you have to include
them in your lib, like in the past

-M

On 2/26/07, Martin Haimberger <ma...@gmail.com> 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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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

Re: Running MyFaces 1.2

Posted by Martin Haimberger <ma...@gmail.com>.
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 <ma...@gmail.com> 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 <ma...@apache.org> 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 <ma...@gmail.com> 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
> >
>

Re: Running MyFaces 1.2

Posted by Martin Haimberger <ma...@gmail.com>.
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 <ma...@apache.org> 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 <ma...@gmail.com> 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
>

Re: Running MyFaces 1.2

Posted by Matthias Wessendorf <ma...@apache.org>.
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 <ma...@gmail.com> 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