Is to possible to define a view handler extension in Trinidad without getting the following warnings?
org.apache.myfaces.trinidad.context.RenderingContext attach
WARNING: Trying to attach RenderingContext to a thread that already had one.
org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit encodeFinally
WARNING: No AdfRenderingContext available
<application>
...
<view-handler>
some.viewhandler.class.path.TheViewHandler
</view-handler>
...
</application>

