Hi Benoît,

you could try this select to get those fields from the database:

select name_jahia_fields_def, pageid_jahia_fields_data, 
value_jahia_fields_data from jahia_fields_def def, jahia_fields_data f 
where f.id_jahia_obj is null and f.ctnid_jahia_fields_data=0 and 
f.workflow_state>=1 and f.version_id != -1 and def.id_jahia_fields_def = 
f.fielddefid_jahia_fields_data;

Regards,
Benjamin

On 03.11.2008 08:37 PIRONET Benoît wrote:
> Hello all,
>  
> I get this error when starting Jahia: 
>  
> 2008-11-03 08:34:02,453: WARN [org.jahia.settings.SettingsBean] - YOU ARE 
> USING FIELDS WITHOUT CONTAINERS, WHICH ARE DEPRECATED AND WILL NOT BE 
> SUPPORTED IN THE NEXT MAJOR RELEASE OF JAHIA.
>
> java.lang.Exception: Stack trace
>
> at java.lang.Thread.dumpStack(Thread.java:1158)
>
> at 
> org.jahia.settings.SettingsBean.setDeprecatedNonContainerFieldsUsed(SettingsBean.java:2310)
>
> at org.jahia.bin.Jahia.init(Jahia.java:442)
>
> at 
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
>
> at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:966)
>
> at 
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3956)
>
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:4230)
>
> at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
>
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
>
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
>
> at 
> org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:626)
>
> at 
> org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:553)
>
> at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:488)
>
> at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
>
> at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
>
> at 
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
>
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
>
> at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
>
> at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
>
> at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
>
> at org.apache.catalina.core.StandardService.start(StandardService.java:448)
>
> at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
>
> at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
>
> 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:585)
>
> at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
>
> at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
>
>  
>
>  
>
> How can I discover where is the field used without container in my template? 
> I'd really like to remove this error et I'm thinking that I don't use such 
> fields. 
>
>  
>
> Could anyone help me? 
>
>  
>
> Thank you in advance,
>
>  
>
> Benoit Pironet
>
> _______________________________________________
> template_list mailing list
> template_list@jahia.org
> http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
>
>   
_______________________________________________
template_list mailing list
template_list@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Reply via email to