Error when deployed as ear

2007-05-17 Thread Daniel del Río
Hello all, I have a strange problem with a JSF project that uses myfaces and shale. I'm using Netbeans 5.5 and the Sun App Server 9, and all works fine when the web application is deployed independently as a war, but when deploy the full ear i have the following error:

Re: How to use ConfigParser()?

2007-05-17 Thread Paul Spencer
I found the problem. The test was using a Tomahawk component. Since the ConfigParser does not load Tomahawk's JSF configuration, the render was not defined. My concerns around the absents of FacesContext where unfounded because the context is not need when adding renderers. Paul Spencer Paul