RE: I'm having problems integrating myfaces 1.2.6 with SAP Java Server WebXMLParser

2009-12-10 Thread Dagnino.Thierry
[mailto:darkar...@gmail.com] Envoyé : mercredi 9 décembre 2009 17:08 À : MyFaces Discussion Cc : users@myfaces.apache.org Objet : Re: I'm having problems integrating myfaces 1.2.6 with SAP Java Server WebXMLParser Hmm interresting. Generally the webapp mapping is in the default namespace

I'm having problems integrating myfaces 1.2.6 with SAP Java Server WebXMLParser

2009-12-09 Thread Dagnino.Thierry
Hi, I'm having problems integrating myfaces 1.2.6 with SAP Java Server (Java 1.5) The problem , I found was in the code for org.apache.myfaces.shared_impl.webapp.webxml.WebXmlParser parse() method. the parse method does the following

Re: I'm having problems integrating myfaces 1.2.6 with SAP Java Server WebXMLParser

2009-12-09 Thread Scott O'Bryan
Hmm interresting. Generally the webapp mapping is in the default namespace is it not? I don't know if J2EE is spec'd this way but most webapp that I've seen are done this way. I'm not a bit fan of using getLocalName in general becuase it can lead to conflicts. That said, if someone