get-methode der Managed-bean wird immer 3 mal ausgeführt

Spaceman85

Mitglied
Hallo Zusammen,

ich habe eine kleine HTML Seite mit einen Datatable, das sich die Daten von einer Manage-Bean holt.
Dies klaptt sowiet, nur dass die get-Methode der Managed-Bean drei mal ausgeführt wird und somit die selben Daten 3 mal ins Datatable geladen werden.

Evtl könnte es mit den Server Settings zu tun haben? Hier mal die Ausgabe der Konsole wen ich den Server Starte.

Code:
Sep 24, 2014 2:02:09 PM org.apache.catalina.core.AprLifecycleListener init
INFORMATION: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;.
Sep 24, 2014 2:02:09 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:TestProject' did not find a matching property.
Sep 24, 2014 2:02:09 PM org.apache.coyote.http11.Http11Protocol init
INFORMATION: Initializing Coyote HTTP/1.1 on http-8080
Sep 24, 2014 2:02:09 PM org.apache.catalina.startup.Catalina load
INFORMATION: Initialization processed in 904 ms
Sep 24, 2014 2:02:09 PM org.apache.catalina.core.StandardService start
INFORMATION: Starting service Catalina
Sep 24, 2014 2:02:09 PM org.apache.catalina.core.StandardEngine start
INFORMATION: Starting Servlet Engine: Apache Tomcat/6.0.37
Sep 24, 2014 2:02:10 PM com.sun.faces.config.ConfigureListener contextInitialized
INFORMATION: Mojarra 2.2.0 ( 20130502-2118 https://svn.java.net/svn/mojarra~svn/tags/2.2.0@11930) für Kontext '/TestProject' wird initialisiert.
Sep 24, 2014 2:02:12 PM org.apache.coyote.http11.Http11Protocol start
INFORMATION: Starting Coyote HTTP/1.1 on http-8080
Sep 24, 2014 2:02:12 PM org.apache.jk.common.ChannelSocket init
INFORMATION: JK: ajp13 listening on /0.0.0.0:8009
Sep 24, 2014 2:02:12 PM org.apache.jk.server.JkMain start
INFORMATION: Jk running ID=0 time=0/47  config=null
Sep 24, 2014 2:02:12 PM org.apache.catalina.startup.Catalina start
INFORMATION: Server startup in 2766 ms
test
test
test

Für Hilfe wäre ich sehr Dankbar! :)
 
Zurück