10 Replies Latest reply on Feb 21, 2006 7:46 AM by epbernard

    Error with fetching nested entities

    onezzstt

      I have a problem with fetching nested entites in JBossAS4.0.3SP1 with EJB3, please refer to my Client Application Error Output:

      log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation).
      log4j:WARN Please initialize the log4j system properly.
      LazyInitializationException.java:19 ERROR : could not initialize proxy - no Session
      org.hibernate.LazyInitializationException: could not initialize proxy - no Session
       at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:53)
       at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)
       at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:133)
       at eu.cleversoft.infonds2.entities.InfondsMandant$$EnhancerByCGLIB$$c73b9a32.getName(<generated>)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$3.getGetterValue(TableViewerUpdatableCollectionExtended.java:211)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$3.getValue(TableViewerUpdatableCollectionExtended.java:222)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getValue(TableViewerUpdatableCollectionExtended.java:54)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getConvertedValue(TableViewerUpdatableCollectionExtended.java:62)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getColumnText(TableViewerUpdatableCollectionExtended.java:89)
       at org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableViewer.java:472)
       at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:434)
       at org.eclipse.jface.util.SafeRunnable$1.run(SafeRunnable.java:112)
       at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
       at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1763)
       at org.eclipse.jface.viewers.TableViewer.createItem(TableViewer.java:344)
       at org.eclipse.jface.viewers.TableViewer.add(TableViewer.java:331)
       at org.eclipse.jface.viewers.TableViewer.add(TableViewer.java:367)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.internalAddElement(TableViewerUpdatableCollection.java:74)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.access$1(TableViewerUpdatableCollection.java:71)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection$2.run(TableViewerUpdatableCollection.java:65)
       at org.eclipse.jface.internal.databinding.swt.SyncRunnable.runOn(SyncRunnable.java:33)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.addElement(TableViewerUpdatableCollection.java:68)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended.addElement(TableViewerUpdatableCollectionExtended.java:381)
       at org.eclipse.jface.databinding.UpdatableCollection.setElements(UpdatableCollection.java:76)
       at org.eclipse.jface.databinding.SelectionAwareUpdatableCollection.setElements(SelectionAwareUpdatableCollection.java:37)
       at org.eclipse.jface.internal.databinding.CollectionBinding.copyContents(CollectionBinding.java:189)
       at org.eclipse.jface.internal.databinding.CollectionBinding.updateTargetFromModel(CollectionBinding.java:171)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:307)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:342)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:399)
       at eu.cleversoft.infonds2.ui.tools.databinding.SWTDBFactory.bindToTable(SWTDBFactory.java:167)
       at eu.cleversoft.infonds2.ui.partner.FindPartner.suchen(FindPartner.java:138)
       at eu.cleversoft.infonds2.ui.partner.FindPartner.access$1(FindPartner.java:89)
       at eu.cleversoft.infonds2.ui.partner.FindPartner$2.widgetSelected(FindPartner.java:211)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:277)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:271)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.setScreen(ScreenFactory.java:266)
       at eu.cleversoft.infonds2.ui.main.InfondsMenuItem$2.widgetSelected(InfondsMenuItem.java:87)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:277)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:271)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.setScreen(ScreenFactory.java:266)
       at eu.cleversoft.infonds2.ui.main.Launcher.initLoginAndStartupApp(Launcher.java:100)
       at eu.cleversoft.infonds2.ui.main.Launcher$1.widgetSelected(Launcher.java:200)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.Launcher.run(Launcher.java:234)
       at eu.cleversoft.infonds2.ui.main.Launcher.main(Launcher.java:248)
      LazyInitializationException.java:19 ERROR : could not initialize proxy - no Session
      org.hibernate.LazyInitializationException: could not initialize proxy - no Session
       at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:53)
       at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:98)
       at org.hibernate.proxy.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:133)
       at eu.cleversoft.infonds2.entities.InfondsMandant$$EnhancerByCGLIB$$c73b9a32.getName(<generated>)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$3.getGetterValue(TableViewerUpdatableCollectionExtended.java:211)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$3.getValue(TableViewerUpdatableCollectionExtended.java:222)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getValue(TableViewerUpdatableCollectionExtended.java:54)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getConvertedValue(TableViewerUpdatableCollectionExtended.java:62)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended$TableLabelProvider.getColumnText(TableViewerUpdatableCollectionExtended.java:89)
       at org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableViewer.java:472)
       at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:434)
       at org.eclipse.jface.util.SafeRunnable$1.run(SafeRunnable.java:112)
       at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
       at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1763)
       at org.eclipse.jface.viewers.TableViewer.createItem(TableViewer.java:344)
       at org.eclipse.jface.viewers.TableViewer.add(TableViewer.java:331)
       at org.eclipse.jface.viewers.TableViewer.add(TableViewer.java:367)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.internalAddElement(TableViewerUpdatableCollection.java:74)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.access$1(TableViewerUpdatableCollection.java:71)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection$2.run(TableViewerUpdatableCollection.java:65)
       at org.eclipse.jface.internal.databinding.swt.SyncRunnable.runOn(SyncRunnable.java:33)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollection.addElement(TableViewerUpdatableCollection.java:68)
       at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdatableCollectionExtended.addElement(TableViewerUpdatableCollectionExtended.java:381)
       at org.eclipse.jface.databinding.UpdatableCollection.setElements(UpdatableCollection.java:76)
       at org.eclipse.jface.databinding.SelectionAwareUpdatableCollection.setElements(SelectionAwareUpdatableCollection.java:37)
       at org.eclipse.jface.internal.databinding.CollectionBinding.copyContents(CollectionBinding.java:189)
       at org.eclipse.jface.internal.databinding.CollectionBinding.updateTargetFromModel(CollectionBinding.java:171)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:307)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:342)
       at org.eclipse.jface.internal.databinding.DataBindingContext.bind(DataBindingContext.java:399)
       at eu.cleversoft.infonds2.ui.tools.databinding.SWTDBFactory.bindToTable(SWTDBFactory.java:167)
       at eu.cleversoft.infonds2.ui.partner.FindPartner.suchen(FindPartner.java:138)
       at eu.cleversoft.infonds2.ui.partner.FindPartner.access$1(FindPartner.java:89)
       at eu.cleversoft.infonds2.ui.partner.FindPartner$2.widgetSelected(FindPartner.java:211)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:277)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:271)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.setScreen(ScreenFactory.java:266)
       at eu.cleversoft.infonds2.ui.main.InfondsMenuItem$2.widgetSelected(InfondsMenuItem.java:87)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:277)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.run(ScreenFactory.java:271)
       at eu.cleversoft.infonds2.ui.main.ScreenFactory.setScreen(ScreenFactory.java:266)
       at eu.cleversoft.infonds2.ui.main.Launcher.initLoginAndStartupApp(Launcher.java:100)
       at eu.cleversoft.infonds2.ui.main.Launcher$1.widgetSelected(Launcher.java:200)
       at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
       at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
       at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
       at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
       at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
       at eu.cleversoft.infonds2.ui.main.Launcher.run(Launcher.java:234)
       at eu.cleversoft.infonds2.ui.main.Launcher.main(Launcher.java:248)
      


      and the Output in JBoss:
      03:17:28,703 INFO [Server] Starting JBoss (MX MicroKernel)...
      03:17:28,703 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)
      03:17:28,703 INFO [Server] Home Dir: D:\server\jboss-4.0.3SP1
      03:17:28,703 INFO [Server] Home URL: file:/D:/server/jboss-4.0.3SP1/
      03:17:28,703 INFO [Server] Patch URL: null
      03:17:28,703 INFO [Server] Server Name: default
      03:17:28,703 INFO [Server] Server Home Dir: D:\server\jboss-4.0.3SP1\server\default
      03:17:28,703 INFO [Server] Server Home URL: file:/D:/server/jboss-4.0.3SP1/server/default/
      03:17:28,703 INFO [Server] Server Temp Dir: D:\server\jboss-4.0.3SP1\server\default\tmp
      03:17:28,703 INFO [Server] Root Deployment Filename: jboss-service.xml
      03:17:29,234 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
      03:17:29,234 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc.
      03:17:29,234 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      03:17:29,750 INFO [Server] Core system initialized
      03:17:30,906 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      03:17:33,406 INFO [EJB3Deployer] Default persistence.properties: {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect, hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.connection.datasource=java:/infonds2, hibernate.show_sql=true, hibernate.connection.release_mode=after_statement}
      03:17:33,421 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://10.150.181.116:3873/?socketTimeout=360000]
      03:17:34,593 INFO [AspectDeployer] Deployed AOP: file:/D:/server/jboss-4.0.3SP1/server/default/deploy/ejb3-interceptors-aop.xml
      03:17:37,531 INFO [WebService] Using RMI server codebase: http://himmel:8083/
      03:17:37,906 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.3;mcast_port=45551;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      03:17:37,937 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      03:17:37,953 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
      03:17:37,984 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.CacheLoaderInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      class org.jboss.cache.interceptors.CacheStoreInterceptor
      03:17:38,140 INFO [TreeCache] cache mode is REPL_SYNC
      03:17:38,562 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is himmel:3317
      -------------------------------------------------------
      03:17:40,578 INFO [TreeCache] viewAccepted(): new members: [himmel:3317]
      03:17:40,640 INFO [TreeCache] state could not be retrieved (must be first member in group)
      03:17:40,640 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.ejb3.cache.tree.StatefulEvictionPolicy
      03:17:40,640 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 1
      03:17:40,656 INFO [TreeCache] new cache is null (maybe first member in cluster)
      03:17:40,796 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=2;loopback=false;mcast_addr=228.1.2.3;mcast_port=43333;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      03:17:40,812 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      03:17:43,734 INFO [MailService] Mail Service bound to java:/Mail
      03:17:44,421 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      03:17:44,453 INFO [DefaultPartition] Initializing
      03:17:44,515 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is himmel:3320 (additional data: 19 bytes)
      -------------------------------------------------------
      03:17:46,531 INFO [DefaultPartition] Number of cluster members: 1
      03:17:46,531 INFO [DefaultPartition] Other members: 0
      03:17:46,531 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
      03:17:46,531 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [10.150.181.116:1099]
      03:17:46,546 INFO [DefaultPartition] I am (10.150.181.116:1099) received membershipChanged event:
      03:17:46,546 INFO [DefaultPartition] Dead members: 0 ([])
      03:17:46,546 INFO [DefaultPartition] New Members : 0 ([])
      03:17:46,546 INFO [DefaultPartition] All Members : 1 ([10.150.181.116:1099])
      03:17:46,609 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
      03:17:46,625 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.150.181.116:1100
      03:17:47,109 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      03:17:47,109 INFO [TreeCache] cache mode is REPL_SYNC
      03:17:47,171 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is himmel:3323
      -------------------------------------------------------
      03:17:49,171 INFO [TreeCache] state could not be retrieved (must be first member in group)
      03:17:49,171 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.cache.eviction.LRUPolicy
      03:17:49,171 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 5
      03:17:49,171 INFO [TreeCache] viewAccepted(): new members: [himmel:3323]
      03:17:49,171 INFO [TreeCache] new cache is null (maybe first member in cluster)
      03:17:50,640 INFO [Embedded] Catalina naming disabled
      03:17:51,250 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
      03:17:51,250 INFO [Catalina] Initialization processed in 532 ms
      03:17:51,250 INFO [StandardService] Starting service jboss.web
      03:17:51,265 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5
      03:17:51,312 INFO [StandardHost] XML validation disabled
      03:17:51,359 INFO [Catalina] Server startup in 109 ms
      03:17:51,531 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
      03:17:52,000 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
      03:17:52,703 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp37274jboss-ws4ee-exp.war/
      03:17:52,906 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
      03:17:53,093 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      03:17:53,312 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
      03:17:55,234 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=true;up_thread=true)
      03:17:55,250 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      03:17:55,250 INFO [TreeCache] cache mode is REPL_ASYNC
      03:17:55,312 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is himmel:3327
      -------------------------------------------------------
      03:17:57,343 INFO [TreeCache] viewAccepted(): new members: [himmel:3327]
      03:17:57,343 INFO [TreeCache] state could not be retrieved (must be first member in group)
      03:17:57,406 INFO [TreeCache] new cache is null (maybe first member in cluster)
      03:17:57,859 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
      03:17:58,046 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
      03:17:58,203 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
      03:17:58,390 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
      03:17:58,546 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
      03:17:58,703 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
      03:18:00,734 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      03:18:01,140 INFO [A] Bound to JNDI name: queue/A
      03:18:01,140 INFO [B] Bound to JNDI name: queue/B
      03:18:01,140 INFO [C] Bound to JNDI name: queue/C
      03:18:01,140 INFO [D] Bound to JNDI name: queue/D
      03:18:01,156 INFO [ex] Bound to JNDI name: queue/ex
      03:18:01,203 INFO [testTopic] Bound to JNDI name: topic/testTopic
      03:18:01,203 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
      03:18:01,203 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
      03:18:01,203 INFO [testQueue] Bound to JNDI name: queue/testQueue
      03:18:01,296 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
      03:18:01,375 INFO [DLQ] Bound to JNDI name: queue/DLQ
      03:18:01,656 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      03:18:01,781 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=infonds2' to JNDI name 'java:infonds2'
      03:18:01,828 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      03:18:02,046 INFO [EARDeployer] Init J2EE application: file:/D:/server/jboss-4.0.3SP1/server/default/deploy/infonds2.ear
      03:18:02,218 INFO [JaccHelper] Initialising JACC Context for deployment: infonds2.ejb3
      03:18:02,546 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=eu.cleversoft.infonds2.business.InfondsErrorBean, class=eu.cleversoft.infonds2.business.InfondsErrorBean, type=STATEFUL
      03:18:02,890 INFO [JaccHelper] eu.cleversoft.infonds2.business.InfondsErrorBean has no @SecurityDomain - skipping JACC configuration
      03:18:02,921 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=eu.cleversoft.infonds2.business.InfondsLoginBean, class=eu.cleversoft.infonds2.business.InfondsLoginBean, type=STATEFUL
      03:18:02,953 INFO [JaccHelper] eu.cleversoft.infonds2.business.InfondsLoginBean has no @SecurityDomain - skipping JACC configuration
      03:18:02,968 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=eu.cleversoft.infonds2.business.InfondsPersistenceBean, class=eu.cleversoft.infonds2.business.InfondsPersistenceBean, type=STATEFUL
      03:18:03,046 INFO [JaccHelper] eu.cleversoft.infonds2.business.InfondsPersistenceBean has no @SecurityDomain - skipping JACC configuration
      03:18:03,093 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=eu.cleversoft.infonds2.business.InfondsQueryBean, class=eu.cleversoft.infonds2.business.InfondsQueryBean, type=STATELESS
      03:18:03,156 INFO [JaccHelper] eu.cleversoft.infonds2.business.InfondsQueryBean has no @SecurityDomain - skipping JACC configuration
      03:18:03,187 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=eu.cleversoft.infonds2.business.InfondsSecurityBean, class=eu.cleversoft.infonds2.business.InfondsSecurityBean, type=STATEFUL
      03:18:03,312 INFO [JaccHelper] eu.cleversoft.infonds2.business.InfondsSecurityBean has no @SecurityDomain - skipping JACC configuration
      03:18:03,328 INFO [JaccHelper] JACC Policy Configuration for deployment has been put in service
      03:18:03,328 INFO [Ejb3Deployment] EJB3 deployment time took: 1125
      03:18:03,343 INFO [JaccHelper] Initialising JACC Context for deployment: infonds2.par
      03:18:03,562 INFO [Ejb3Deployment] Found persistence.xml file in EJB3 jar
      03:18:03,671 INFO [Environment] Hibernate 3.1
      03:18:03,687 INFO [Environment] hibernate.properties not found
      03:18:03,687 INFO [Environment] using CGLIB reflection optimizer
      03:18:03,687 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
      03:18:03,890 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnung
      03:18:03,890 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungAbschluss
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungFreeze
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungProvision
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungSonderzahlung
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungStorno
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungStornoGrund
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAbrechnungStornoProvision
      03:18:03,906 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsAnredeStatus
      03:18:03,921 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsBestandClearing
      03:18:03,921 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsBestandMeldung
      03:18:03,921 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsBestandMeldungDokument
      03:18:03,921 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsClearingTransaktion
      03:18:03,921 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsClearstreamKonto
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsContact
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 @Embeddable: eu.cleversoft.infonds2.entities.InfondsCurrencyRates
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsDokument
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsExcelImportLog
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsExternalId
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsExternalIdValue
      03:18:03,937 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFunds
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsBenchmark
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsCarry
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsDokument
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheet
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfo
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoBranche
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoHolding
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoKennzahl
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoLand
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoRanking
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoVermoegen
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsFactsheetInfoWaehrung
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsKurs
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsMV
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsMVSatz
      03:18:03,953 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsPosten
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsSMV
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsFundsSMVSatz
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsGespraech
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsGutschriftVergeben
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsImage
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsIndex
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 @Embeddable: eu.cleversoft.infonds2.entities.InfondsIndexWert
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsKag
      03:18:03,968 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsKonto
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsKunde
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsKundeExternalId
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsKundeExternalIdValue
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsLoginPermission
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsMandant
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsMandantContact
      03:18:03,984 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsMandantZahlungEingang
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartner
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerBestandsDokument
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerContact
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerDokument
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerExternalId
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerExternalIdValue
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerGespraech
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPartnerKonto
      03:18:04,000 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPermission
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPrognose
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPrognoseBestand
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPrognoseBuchung
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsPrognoseProvision
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsRechnungTemplate
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsReportTemplate
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSettings
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSettlementKontoType
      03:18:04,015 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsStornoGrund
      03:18:04,031 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSubmanager
      03:18:04,031 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSubmanagerAbrechnung
      03:18:04,031 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSubmanagerAbrechnungVerguetung
      03:18:04,031 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsSubmanagerContact
      03:18:04,031 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsUeberweisung
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVV
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVDokument
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVGesamtBestand
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVProvision
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVProvisionAbschluss
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVProvisionOverwrite
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVVVertriebsweg
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVermittler
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVermittlerExternalId
      03:18:04,046 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsVermittlerExternalIdValue
      03:18:04,062 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsZahlung
      03:18:04,062 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsZahlungFunds
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.InfondsZeichnung
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxCountry
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxCurrency
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxEntityChangeEntry
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxErrorLog
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxExchangeRate
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxFieldChangeEntry
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxHoliday
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxLogin
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxLoginLog
      03:18:04,078 INFO [Ejb3Configuration] found EJB3 Entity bean: eu.cleversoft.infonds2.entities.SodiaxTransactionLog
      03:18:06,531 INFO [Configuration] processing extends queue
      03:18:06,531 INFO [Configuration] processing collection mappings
      03:18:06,531 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.SodiaxTransactionLog.entityChanges -> sodiax_entity_change_entry
      03:18:06,531 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.SodiaxLogin.permission -> infonds_login_permission
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsZahlung.fundsZahlungen -> infonds_zahlung_funds
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVermittler.externalIdValues -> InfondsExternalIdValue
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.provisionenOverwrite -> infonds_vv_provision_overwrite
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.dokumente -> infonds_dokument
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsSubmanagerAbrechnung.verguetungen -> infonds_submanager_abrechnung_verguetung
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPrognose.buchungen -> infonds_prognose_buchung
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPrognose.bestaende -> infonds_prognose_bestand
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPrognose.provisionen -> infonds_prognose_provision
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.clearstreamKonten -> infonds_partner_clearstream_konto
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.konten -> infonds_konto
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.externalIdValues -> InfondsExternalIdValue
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.ansprechpartner -> infonds_contact
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsMandant.ansprechpartner -> infonds_contact
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsMandant.rechnungTemplate -> infonds_rechnung_template
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsKunde.externalIdValues -> InfondsExternalIdValue
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFundsSMV.saetze -> infonds_funds_smv_satz
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFundsMV.saetze -> infonds_funds_mv_satz
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFundsFactsheet.kennzahlen -> infonds_funds_factsheet_info
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFundsFactsheet.rankings -> infonds_funds_factsheet_info
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.factsheets -> infonds_funds_factsheet
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.submanagerVereinbarung -> infonds_funds_smv
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.benchmarks -> infonds_funds_benchmark
      03:18:06,546 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.dokumente -> infonds_dokument
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsBestandMeldung.dokumente -> infonds_bestand_meldung_dokument
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnungStorno.stornierteAbrechnungProvisionen -> infonds_abrechnung_storno_provision
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnungStorno.stornoGruende -> infonds_abrechnung_storno_grund
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnung.zahlungen -> infonds_zahlung
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnung.provisionenAbschluss -> infonds_abrechnung_abschluss
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnung.sonderzahlungen -> infonds_abrechnung_sonderzahlung
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsAbrechnung.provisionen -> infonds_abrechnung_provision
      03:18:06,562 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.managerVereinbarung -> infonds_funds_mv
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsFunds.kurse -> infonds_funds_kurs
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsKunde.zeichnungen -> infonds_zeichnung
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsMandant.logos -> infonds_image
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.dokumente -> infonds_dokument
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.bestandsDokumente -> infonds_dokument
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.gespraeche -> infonds_gespraech
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.tochterPartner -> infonds_partner
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartner.vvs -> infonds_vv
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsPartnerContact.gespraeche -> infonds_gespraech
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsSubmanager.ansprechpartner -> infonds_contact
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.provisionenOverwriteAufBestand -> infonds_vv_provision_overwrite
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.alleProvisionen -> infonds_vv_provision
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.alleAbschlussProvisionen -> infonds_vv_provision_abschluss
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.vertriebswege -> infonds_vv_vertriebsweg
      03:18:06,578 INFO [CollectionBinder] Mapping collection: eu.cleversoft.infonds2.entities.InfondsVV.gesamtBestand -> infonds_vv_gesamt_bestand
      03:18:06,578 INFO [Configuration] processing association property references
      03:18:06,578 INFO [Configuration] processing foreign key constraints
      03:18:07,296 INFO [Configuration] processing extends queue
      03:18:07,296 INFO [Configuration] processing collection mappings
      03:18:07,296 INFO [Configuration] processing association property references
      03:18:07,296 INFO [Configuration] processing foreign key constraints
      03:18:07,343 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.InjectedDataSourceConnectionProvider
      03:18:07,359 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
      03:18:07,640 INFO [SettingsFactory] RDBMS: MySQL, version: 4.1.15-nt
      03:18:07,640 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.10 ( $Date: 2005/05/19 15:52:23 $, $Revision: 1.1.2.2 $ )
      03:18:07,718 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
      03:18:07,750 INFO [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
      03:18:07,765 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
      03:18:07,781 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
      03:18:07,781 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
      03:18:07,781 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
      03:18:07,781 INFO [SettingsFactory] JDBC batch size: 15
      03:18:07,781 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
      03:18:07,781 INFO [SettingsFactory] Scrollable result sets: enabled
      03:18:07,781 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
      03:18:07,781 INFO [SettingsFactory] Connection release mode: after_statement
      03:18:07,781 INFO [SettingsFactory] Maximum outer join fetch depth: 2
      03:18:07,781 INFO [SettingsFactory] Default batch fetch size: 1
      03:18:07,781 INFO [SettingsFactory] Generate SQL with comments: disabled
      03:18:07,781 INFO [SettingsFactory] Order SQL updates by primary key: disabled
      03:18:07,781 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
      03:18:07,796 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
      03:18:07,796 INFO [SettingsFactory] Query language substitutions: {}
      03:18:07,796 INFO [SettingsFactory] Second-level cache: enabled
      03:18:07,796 INFO [SettingsFactory] Query cache: disabled
      03:18:07,796 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
      03:18:07,812 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
      03:18:07,812 INFO [SettingsFactory] Structured second-level cache entries: disabled
      03:18:07,828 INFO [SettingsFactory] Echoing all SQL to stdout
      03:18:07,828 INFO [SettingsFactory] Statistics: disabled
      03:18:07,828 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: enabled
      03:18:07,828 INFO [SettingsFactory] Default entity-mode: POJO
      03:18:08,296 INFO [SessionFactoryImpl] building session factory
      03:18:14,390 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
      03:18:14,390 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
      03:18:14,390 INFO [SessionFactoryImpl] Checking 0 named queries
      03:18:14,390 INFO [Ejb3Deployment] Create EntityManager with JNDI name: infonds2
      03:18:14,406 INFO [JaccHelper] JACC Policy Configuration for deployment has been put in service
      03:18:14,406 INFO [Ejb3Deployment] EJB3 deployment time took: 11063
      03:18:14,609 INFO [ProxyDeployer] no declared remote bindings for : eu.cleversoft.infonds2.business.InfondsErrorBean
      03:18:14,625 INFO [ProxyDeployer] there is remote interfaces for eu.cleversoft.infonds2.business.InfondsErrorBean
      03:18:14,625 INFO [ProxyDeployer] default remote binding has jndiName of eu.cleversoft.infonds2.remote.IInfondsError
      03:18:14,812 INFO [ProxyDeployer] no declared remote bindings for : eu.cleversoft.infonds2.business.InfondsLoginBean
      03:18:14,812 INFO [ProxyDeployer] there is remote interfaces for eu.cleversoft.infonds2.business.InfondsLoginBean
      03:18:14,812 INFO [ProxyDeployer] default remote binding has jndiName of eu.cleversoft.infonds2.remote.IInfondsLogin
      03:18:14,875 INFO [ProxyDeployer] no declared remote bindings for : eu.cleversoft.infonds2.business.InfondsPersistenceBean
      03:18:14,875 INFO [ProxyDeployer] there is remote interfaces for eu.cleversoft.infonds2.business.InfondsPersistenceBean
      03:18:14,875 INFO [ProxyDeployer] default remote binding has jndiName of eu.cleversoft.infonds2.remote.IInfondsPersistence
      03:18:14,937 INFO [ProxyDeployer] no declared remote bindings for : eu.cleversoft.infonds2.business.InfondsQueryBean
      03:18:14,937 INFO [ProxyDeployer] there is remote interfaces for eu.cleversoft.infonds2.business.InfondsQueryBean
      03:18:14,937 INFO [ProxyDeployer] default remote binding has jndiName of eu.cleversoft.infonds2.remote.IInfondsQuery
      03:18:15,109 INFO [ProxyDeployer] no declared remote bindings for : eu.cleversoft.infonds2.business.InfondsSecurityBean
      03:18:15,109 INFO [ProxyDeployer] there is remote interfaces for eu.cleversoft.infonds2.business.InfondsSecurityBean
      03:18:15,109 INFO [ProxyDeployer] default remote binding has jndiName of eu.cleversoft.infonds2.remote.IInfondsSecurity
      03:18:15,125 INFO [EJB3Deployer] Deployed: file:/D:/server/jboss-4.0.3SP1/server/default/tmp/deploy/tmp37344infonds2.ear-contents/infonds2.ejb3
      03:18:15,125 INFO [EJB3Deployer] Deployed: file:/D:/server/jboss-4.0.3SP1/server/default/tmp/deploy/tmp37344infonds2.ear-contents/infonds2.par
      03:18:15,156 INFO [EARDeployer] Started J2EE application: file:/D:/server/jboss-4.0.3SP1/server/default/deploy/infonds2.ear
      03:18:15,265 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      03:18:15,531 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      03:18:15,546 INFO [JkMain] Jk running ID=0 time=0/46 config=null
      03:18:15,562 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231751)] Started in 46s:844ms
      03:18:34,843 INFO [STDOUT] Hibernate: select infondsman0_.mandant_id as mandant1_42_, infondsman0_.name as name42_, infondsman0_.country_id as country23_42_, infondsman0_.konto_id as konto24_42_, infondsman0_.strasse as strasse42_, infondsman0_.plz as plz42_, infondsman0_.ort as ort42_, infondsman0_.vat_id as vat6_42_, infondsman0_.steuer_nr as steuer7_42_, infondsman0_.bemerkungen as bemerkun8_42_, infondsman0_.aktiv as aktiv42_, infondsman0_.konstenstelle as konsten10_42_, infondsman0_.provisionsaufwandskonto as provisi11_42_, infondsman0_.rechnung_contact_id as rechnung25_42_, infondsman0_.vertrag_contact_id as vertrag26_42_, infondsman0_.abrechnung_contact_id as abrechnung27_42_, infondsman0_.abrechnung2_contact_id as abrechnung28_42_, infondsman0_.default_rechnung_template_id as default29_42_, infondsman0_.gutschrift_nr_prefix as gutschrift12_42_, infondsman0_.bundesbank_firmen_nr as bundesbank13_42_, infondsman0_.bundesbank_bundesland as bundesbank14_42_, infondsman0_.registergericht as registe15_42_, infondsman0_.vorstand as vorstand42_, infondsman0_.aufsichtsrat as aufsich17_42_, infondsman0_.fusszeilen_zusatz as fusszeilen18_42_, infondsman0_.internet as internet42_, infondsman0_.logo as logo42_, infondsman0_.logo_file_name as logo21_42_, infondsman0_.logo_type as logo22_42_ from infonds_mandant infondsman0_
      03:18:39,859 INFO [STDOUT] Hibernate: select infondsman0_.mandant_id as mandant1_42_0_, infondsman0_.name as name42_0_, infondsman0_.country_id as country23_42_0_, infondsman0_.konto_id as konto24_42_0_, infondsman0_.strasse as strasse42_0_, infondsman0_.plz as plz42_0_, infondsman0_.ort as ort42_0_, infondsman0_.vat_id as vat6_42_0_, infondsman0_.steuer_nr as steuer7_42_0_, infondsman0_.bemerkungen as bemerkun8_42_0_, infondsman0_.aktiv as aktiv42_0_, infondsman0_.konstenstelle as konsten10_42_0_, infondsman0_.provisionsaufwandskonto as provisi11_42_0_, infondsman0_.rechnung_contact_id as rechnung25_42_0_, infondsman0_.vertrag_contact_id as vertrag26_42_0_, infondsman0_.abrechnung_contact_id as abrechnung27_42_0_, infondsman0_.abrechnung2_contact_id as abrechnung28_42_0_, infondsman0_.default_rechnung_template_id as default29_42_0_, infondsman0_.gutschrift_nr_prefix as gutschrift12_42_0_, infondsman0_.bundesbank_firmen_nr as bundesbank13_42_0_, infondsman0_.bundesbank_bundesland as bundesbank14_42_0_, infondsman0_.registergericht as registe15_42_0_, infondsman0_.vorstand as vorstand42_0_, infondsman0_.aufsichtsrat as aufsich17_42_0_, infondsman0_.fusszeilen_zusatz as fusszeilen18_42_0_, infondsman0_.internet as internet42_0_, infondsman0_.logo as logo42_0_, infondsman0_.logo_file_name as logo21_42_0_, infondsman0_.logo_type as logo22_42_0_ from infonds_mandant infondsman0_ where infondsman0_.mandant_id=?
      03:18:40,156 INFO [STDOUT] Hibernate: select sodiaxlogi0_.pers_id as pers1_85_, sodiaxlogi0_.password as password85_, sodiaxlogi0_.initials as initials85_, sodiaxlogi0_.login as login85_, sodiaxlogi0_.access_type as access5_85_, sodiaxlogi0_.active_from as active6_85_, sodiaxlogi0_.active_until as active7_85_, sodiaxlogi0_.fontsize as fontsize85_, sodiaxlogi0_.vorname as vorname85_, sodiaxlogi0_.nachname as nachname85_, sodiaxlogi0_.anrede as anrede85_, sodiaxlogi0_.email as email85_, sodiaxlogi0_.telephone as telephone85_, sodiaxlogi0_.telefax as telefax85_, sodiaxlogi0_.phone_line as phone14_85_, sodiaxlogi0_.phone_password as phone15_85_, sodiaxlogi0_.phone_username as phone16_85_ from sodiax_login sodiaxlogi0_ where login=? and password=?
      03:18:40,265 INFO [STDOUT] Hibernate: select infondslog0_.login_permission_id as col_0_0_ from infonds_login_permission infondslog0_ inner join infonds_permission infondsper1_ on infondslog0_.permission_id=infondsper1_.permission_id inner join sodiax_login sodiaxlogi2_ on infondslog0_.pers_id=sodiaxlogi2_.pers_id where sodiaxlogi2_.pers_id=? and infondsper1_.code=? and (infondslog0_.mandant_id=? or infondslog0_.mandant_id is null or infondsper1_.mandant_link=0)
      03:18:40,515 INFO [STDOUT] Hibernate: select infondsman0_.mandant_id as mandant1_42_0_, infondsman0_.name as name42_0_, infondsman0_.country_id as country23_42_0_, infondsman0_.konto_id as konto24_42_0_, infondsman0_.strasse as strasse42_0_, infondsman0_.plz as plz42_0_, infondsman0_.ort as ort42_0_, infondsman0_.vat_id as vat6_42_0_, infondsman0_.steuer_nr as steuer7_42_0_, infondsman0_.bemerkungen as bemerkun8_42_0_, infondsman0_.aktiv as aktiv42_0_, infondsman0_.konstenstelle as konsten10_42_0_, infondsman0_.provisionsaufwandskonto as provisi11_42_0_, infondsman0_.rechnung_contact_id as rechnung25_42_0_, infondsman0_.vertrag_contact_id as vertrag26_42_0_, infondsman0_.abrechnung_contact_id as abrechnung27_42_0_, infondsman0_.abrechnung2_contact_id as abrechnung28_42_0_, infondsman0_.default_rechnung_template_id as default29_42_0_, infondsman0_.gutschrift_nr_prefix as gutschrift12_42_0_, infondsman0_.bundesbank_firmen_nr as bundesbank13_42_0_, infondsman0_.bundesbank_bundesland as bundesbank14_42_0_, infondsman0_.registergericht as registe15_42_0_, infondsman0_.vorstand as vorstand42_0_, infondsman0_.aufsichtsrat as aufsich17_42_0_, infondsman0_.fusszeilen_zusatz as fusszeilen18_42_0_, infondsman0_.internet as internet42_0_, infondsman0_.logo as logo42_0_, infondsman0_.logo_file_name as logo21_42_0_, infondsman0_.logo_type as logo22_42_0_ from infonds_mandant infondsman0_ where infondsman0_.mandant_id=?
      03:18:44,656 INFO [STDOUT] Hibernate: select infondslog0_.login_permission_id as col_0_0_ from infonds_login_permission infondslog0_ inner join infonds_permission infondsper1_ on infondslog0_.permission_id=infondsper1_.permission_id inner join sodiax_login sodiaxlogi2_ on infondslog0_.pers_id=sodiaxlogi2_.pers_id where sodiaxlogi2_.pers_id=? and infondsper1_.code=? and (infondslog0_.mandant_id=? or infondslog0_.mandant_id is null or infondsper1_.mandant_link=0)
      03:18:44,703 INFO [STDOUT] Hibernate: select sodiaxlogi0_.login_log_id as login1_86_0_, sodiaxlogi0_.mandant_id as mandant6_86_0_, sodiaxlogi0_.pers_id as pers7_86_0_, sodiaxlogi0_.login_entered as login2_86_0_, sodiaxlogi0_.login_am as login3_86_0_, sodiaxlogi0_.logout_am as logout4_86_0_, sodiaxlogi0_.ergebnis as ergebnis86_0_ from sodiax_login_log sodiaxlogi0_ where sodiaxlogi0_.login_log_id=?
      03:18:49,046 INFO [STDOUT] Hibernate: select infondspar0_.partner_id as partner1_44_, infondspar0_.name as name44_, infondspar0_.country_id as country15_44_, infondspar0_.v_id as v3_44_, infondspar0_.mandant_id as mandant16_44_, infondspar0_.strasse as strasse44_, infondspar0_.plz as plz44_, infondspar0_.ort as ort44_, infondspar0_.vat_id as vat7_44_, infondspar0_.steuer_nr as steuer8_44_, infondspar0_.bemerkungen as bemerkun9_44_, infondspar0_.aktiv as aktiv44_, infondspar0_.rechnung_partner_contact_id as rechnung17_44_, infondspar0_.juristischer_name as juristi11_44_, infondspar0_.mutter_konzern_partner_id as mutter18_44_, infondspar0_.konzern_mutter as konzern12_44_, infondspar0_.full_partner as full13_44_, infondspar0_.hat_clearstream_konten as hat14_44_, infondspar0_.vertraege_partner_contact_id as vertraege19_44_, infondspar0_.default_konto_id as default20_44_, (select (p.hat_clearstream_konten or (not isnull(ck.partner_id))) from infonds_partner p left join infonds_partner_clearstream_konto ck on p.partner_id=ck.partner_id where p.partner_id=infondspar0_.partner_id limit 1) as formula6_ from infonds_partner infondspar0_