The Hibernate serialisation issues look weird. What is your exact situation? Do 
you have an example of your app to share?

LieGrue,
strub





>________________________________
> From: Gerhard Petracek <gerhard.petra...@gmail.com>
>To: MyFaces Discussion <users@myfaces.apache.org> 
>Sent: Tuesday, November 20, 2012 8:16 PM
>Subject: Re: Can start in debug, but not in release
> 
>hi ludovic,
>
>to get rid of
>  "... no
>org.apache.myfaces.extensions.cdi.core.api.provider.BeanManagerProvider in
>place! ..."
>you have to ensure that all config-files and owb jar-files you are using
>are packaged correctly.
>
>you can compare your war-file e.g. with a war-file of a generated demo
>generate it e.g. with #4 of:
>mvn archetype:generate -DarchetypeCatalog=
>http://people.apache.org/~gpetracek/myfaces/
>
>regards,
>gerhard
>
>
>
>2012/11/20 l.pe...@senat.fr <l.pe...@senat.fr>
>
>> Dear all,
>>
>> I hope I am in the right forum as a Myfaces/CODI user, it seemed a natural
>> entry point to me...
>>
>> I have a webapp which perfectly works in debug in eclipse, but does not
>> start on the same tomcat 7.0.32 container.
>>
>> The app is build with maven. I am using Eclipse juno with wtp integration.
>>
>> In eclipse,  tomcat startup parameters are :
>>
>> -Dcatalina.base="/home/lpenet/**workspace_cellule/.metadata/.**
>> plugins/org.eclipse.wst.**server.core/tmp0" -Dcatalina.home="/opt/apache-*
>> *tomcat-7.0.32" -Dwtp.deploy="/home/lpenet/**workspace_cellule/.metadata/.
>> **plugins/org.eclipse.wst.**server.core/tmp0/wtpwebapps"
>> -Djava.endorsed.dirs="/opt/**apache-tomcat-7.0.32/endorsed"
>> -XX:MaxPermSize=512M -XX:+CMSClassUnloadingEnabled
>> -Dorg.apache.el.parser.COERCE_**TO_ZERO=false
>>
>> (nothing special to me...)
>>
>> In "bare" tomcat, the following JAVA_OPTS are used :
>>
>> JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=1024M -XX:+CMSClassUnloadingEnabled
>> -Dorg.apache.el.parser.COERCE_**TO_ZERO=false"
>>
>> (nothing special to me too...).
>>
>> Please find enclosed the corresponding logs.
>>
>> I also attach my web.xml, beans.xml and faces-context.xml.
>>
>> Do you have an idea ? Which logs can I turn on to get more info ?
>>
>> Thanks in advance.
>>
>> Ludovic Pénet
>>
>> |
>> | AVANT D'IMPRIMER, PENSEZ A L'ENVIRONNEMENT.
>> |
>>
>
>
>

Reply via email to