Hi Martin,

They have to be somewhere on your system (maybe in the system's classpath),
otherwise tomcat would not be able to call com.sun.faces.config.
ConfigureListener.

Regards,
Jakob


Am 21. Mai 2010 10:38 schrieb Martin Häusler <[email protected]>:

> Hi Gerhard,
>
> that is weird, because I don't use JSF RI of SUN. I just have these
> libraries in my WEB-INF/lib folder: myfaces-api-1.2.8.jar and
> myfaces-impl-1.2.8.jar. There is no jsf-api.jar or jsf-impl.jar in my
> webproject nor in the tomcat library direction. I will check the libraries
> again but I'm sure there is no JSF RI available in my environment.
>
> Regards,
> Martin
>
> Am 21.05.2010 um 02:32 schrieb Gerhard Petracek:
>
>
>  hi martin,
>>
>> first of all: welcome @ myfaces!
>>
>> as you see in the stack trace mojarra (jsf ri -- com.sun.faces.*) is used
>> instead of myfaces core.
>> old versions of mojarra have a bug which leads to strange config issues
>> [1].
>> i impl. a workaround which is available in the current snapshot [2] or you
>> directly use the current svn version [3] (or you really use myfaces core
>> 1.2
>> instead of mojarra).
>>
>> regards,
>> gerhard
>>
>> [1] http://www.mail-archive.com/[email protected]/msg55297.html
>> [2]
>>
>> http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/extensions/validator/
>> [3] http://wiki.apache.org/myfaces/Extensions/Validator/Build
>>
>> http://www.irian.at
>>
>> Your JSF powerhouse -
>> JSF Consulting, Development and
>> Courses in English and German
>>
>> Professional Support for Apache MyFaces
>>
>>
>>
>> Am 20. Mai 2010 21:01 schrieb Martin Häusler <[email protected]>:
>>
>>  Hi there,
>>>
>>> this is my first post here. I trying to get myfaces extval to work. So I
>>> started a new dynamic web project in eclipse and added all the needed
>>> libraries to my WEB-INF/lib directory. These were:
>>>
>>> - commons-beanutils-1.7.0.jar
>>> - commons-codec-1.3.jar
>>> - commons-collections-3.2.jar
>>> - commons-digester-1.8.jar
>>> - commons-discovery-0.4.jar
>>> - commons-logging-1.1.1jar
>>> - myfaces-api-1.2.8.jar
>>> - myfaces-impl-1.2.8.jar
>>> - myfaces-extval-core-1.2.3.jar
>>> - myfaces-extval-property-validation-1.2.3.jar
>>>
>>> I did not add further libraries and just wanted to start this application
>>> with my tomcat 6.0 locally installed. But everytime I try to start I get
>>> the
>>> following error:
>>>
>>> exception sending context initialized event to listener instance of class
>>> com.sun.faces.config.ConfigureListener
>>> com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
>>>
>>> org.apache.myfaces.extensions.validator.core.renderkit.ExtValRenderKitFactory
>>>      at
>>> com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:213)
>>>      at
>>>
>>> com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:196)
>>>      at
>>>
>>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
>>>      at
>>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4350)
>>>      at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>>>      at
>>> org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
>>>      at
>>> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
>>>      at
>>> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
>>>      at
>>> org.apache.catalina.core.StandardService.start(StandardService.java:516)
>>>      at
>>> org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
>>>      at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
>>>      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:592)
>>>      at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
>>>      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
>>>
>>> Can anybody explain me what this error means and how I resolves this
>>> problem? I really want to start developing applications with extval, but
>>> I
>>> cannot create a very simple project because of this error!
>>>
>>> Thanks a lot!
>>>
>>> Regards,
>>> Martin
>>>
>>>
> -----------------------------------------
> martinhäusler
> WEBENTWICKLUNG UND ECOMMERCE
>
> Köllestr. 5
> 95447 Bayreuth
>
> Telefon: +49 (0) 921 - 516 79 16
> Telefax: +49 (0) 921 - 516 79 16
>
> E-Mail: [email protected]
> www.martin-haeusler.de
>
> Steuernummer: 208/224/30989
> Finanzamt Bayreuth
>
>


-- 
Jakob Korherr

blog: http://www.jakobk.com
twitter: http://twitter.com/jakobkorherr
work: http://www.irian.at

Reply via email to