Hello Mario,

I've taken the new orchestra core from [1] but then I have some
configuration problems.

In prev. orchestra version there was a filter defined in web.xml:

<filter>
<filter-name>frameworkAdapterFilter</filter-name>
<filter-class>org.apache.myfaces.orchestra.frameworkAdapter.jsf.FrameworkAdapterServletFilter</filter-class>
</filter>

In the new jar this filter does not exist. However in this package I
found a filter and a servlet.
I ve added only the filter:

<filter>
<filter-name>frameworkAdapterFilter</filter-name>
<filter-class>org.apache.myfaces.orchestra.frameworkAdapter.jsf.JsfFrameworkAdapterFilter</filter-class>
</filter>

...but I think its not enough cos it aint working.
What do I have to change comparing to the configuration desrcibed here:

http://myfaces.apache.org/orchestra/myfaces-orchestra-core/installation.html

Thanx for your help.

maciek


2007/10/11, Mario Ivankovits <[EMAIL PROTECTED]>:
> Hi!
>
> Could you please try the latest Orchestra so that I get valid line-numbers?
> Probably best will be to use the release candidate from [1] or the svn
> head source which effectively is the same currently.
>
> Thanks!
> Ciao,
> Mario
>
> [1]
> http://people.apache.org/builds/myfaces/m2-staging-repository/org/apache/myfaces/orchestra/myfaces-orchestra-core/1.0/
>
> > hello,
> >
> > I have configured my application to use: myfaces+orchestra;
> > Everything works fine until I set a tomcat security-constraint on a 
> > resource.
> >
> > There is en exception in orchestra everytime I want to access the
> > resource and I m redirected and I m redirected to the login page.
> >
> > ERROR 2007-10-11 14:15:46,167 [http-8443-1]
> > org.apache.myfaces.lifecycle.PhaseListenerManager - Exception in
> > PhaseListener RENDER_RESPONSE(6) afterPhase
> > java.lang.NullPointerException
> >       at 
> > org.apache.myfaces.orchestra.conversation.ConversationManager.getInstance(ConversationManager.java:114)
> >       at 
> > org.apache.myfaces.orchestra.conversation.ConversationManager.getInstance(ConversationManager.java:105)
> >       at 
> > org.apache.myfaces.orchestra.conversation.jsf.ConversationPhaseListener.invalidateFlashConversations(ConversationPhaseListener.java:60)
> >       at 
> > org.apache.myfaces.orchestra.conversation.jsf.ConversationPhaseListener.afterPhase(ConversationPhaseListener.java:50)
> >       at 
> > org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:92)
> >       at 
> > org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140)
> >       at javax.faces.webapp.FacesServlet.service(FacesServlet.java:141)
> >       at 
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> >       at 
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >       at 
> > org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
> >       at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
> >       at 
> > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> >       at 
> > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> >       at 
> > org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
> >       at 
> > org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
> >       at 
> > org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
> >       at 
> > org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
> >       at 
> > org.apache.catalina.authenticator.FormAuthenticator.forwardToLoginPage(FormAuthenticator.java:316)
> >       at 
> > org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:244)
> >       at 
> > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491)
> >       at 
> > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> >       at 
> > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> >       at 
> > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> >       at 
> > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
> >       at 
> > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
> >       at 
> > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
> >       at 
> > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> >       at java.lang.Thread.run(Thread.java:619)
> >
> >
>
>
> --
> mit freundlichen Grüßen
>
> Mario Ivankovits
> Software Engineering
>
> OPS EDV VertriebsgesmbH
> A-1120 Wien, Michael-Bernhard-Gasse 10
>
> Firmenbuch Nr.: FN51233v, Handelsgericht Wien
> Tel.: +43-1-8938810; Fax: +43-1-8938810/3700
> http://www.ops.co.at
>
> E-Mail: [EMAIL PROTECTED]
> Skype: mario_ivankovits
>
>

Reply via email to