0 Replies Latest reply on Oct 29, 2010 11:52 AM by fquadt

    Page specific properties are not evaluated (Weblogic 10.3.3.0)

    fquadt

      Hi,


      any ideas why my page specific properties (like home_en.properties, home_fr.properties etc.) in a Seam 2.1.2 project are not working after deployment to a Weblogic 10.3.3.0 server?


      Properties which are embedded with




      <core:resource-loader>
        <core:bundle-names>
          <value>atarrabiMessages</value>
          <value>messages</value>
        </core:bundle-names>
      <core:resource-loader>


      are working.


      Like others I get the following warning during deployment:


      org.jboss.seam.util.Resources getRealFile 
      WARNING: Unable to determine real path from servlet context for "/WEB-INF/dev" path does not exist.


      The same happens if I set debug=false or use the production profile...



      All is working well on jBoss 4.2.3 (of course).


      Florian