Descobrindo estrutura projeto

3 respostas
PePeLeGaL

pessoal,

tenho que resolver um problema num projeto desenvolvido usando jsf, jsp, struts, hibernate, mysql, tomcat , javascript. Um item de menu javascript aparece quando o proj colocado em um computador mas nao aparece quando o proj eh colocado em outro. Esse item esta relacionado a relatorios ireport. Alguem pode dar alguma dica?

3 Respostas

H

Essa anomália gera algum tipo de erro. Se sim poste o stacktrace.

PePeLeGaL
log4j:ERROR Parsing error on line 22 and column 23

log4j:ERROR The content of element type log4j:configuration must match (renderer*,appender*,(category|logger)<em>,root?,categoryFactory?)".

log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.

br.com.openk.infra.core.config.integration.IntegrationException: java.net.MalformedURLException: unknown protocol: c

at br.com.openk.infra.core.config.integration.common.AbstractXMLReader.openDocument(AbstractXMLReader.java:51)

at br.com.openk.infra.core.config.integration.application.ApplicationXMLReader.(ApplicationXMLReader.java:31)

at br.com.openk.infra.core.config.integration.ApplicationIntegrator.readXML(ApplicationIntegrator.java:37)

at br.com.openk.infra.core.config.ApplicationInitiator.init(ApplicationInitiator.java:58)

at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)

at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)

at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)

at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)

at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)

at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)

at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)

at org.apache.catalina.core.StandardService.start(StandardService.java:450)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)

at org.apache.catalina.startup.Catalina.start(Catalina.java:551)

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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)

at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

Caused by: java.net.MalformedURLException: unknown protocol: c

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)

at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)

at br.com.openk.infra.core.config.integration.common.AbstractXMLReader.openDocument(AbstractXMLReader.java:44)

… 29 more

log4j:ERROR Parsing error on line 42 and column 23

log4j:ERROR The content of element type “log4j:configuration” must match "(renderer</em>,appender*,(category|logger)<em>,root?,categoryFactory?)".

log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.

javax.servlet.ServletException: Cannot get context holder object. Check if the context holder application is working.

at br.com.openk.infra.core.config.ApplicationInitiator.init(ApplicationInitiator.java:82)

at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)

at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)

at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)

at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)

at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)

at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)

at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)

at org.apache.catalina.core.StandardService.start(StandardService.java:450)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)

at org.apache.catalina.startup.Catalina.start(Catalina.java:551)

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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)

at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

log4j:ERROR Parsing error on line 22 and column 23

log4j:ERROR The content of element type “log4j:configuration” must match "(renderer</em>,appender*,(category|logger)<em>,root?,categoryFactory?)".

log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.

Hibernate: select this_.id as id11_1_, this_.client_id as client6_11_1_, this_.deactivation_date as deactiva2_11_1_, this_.registration_date as registra3_11_1_, this_.language as language11_1_, this_.country as country11_1_, clientimpl2_.id as id9_0_, clientimpl2_.deactivation_date as deactiva2_9_0_, clientimpl2_.registration_date as registra3_9_0_, clientimpl2_.name as name9_0_ from infra.i18n_language this_ left outer join infra.client clientimpl2_ on this_.client_id=clientimpl2_.id

Hibernate: select this_.id as id11_1_, this_.client_id as client6_11_1_, this_.deactivation_date as deactiva2_11_1_, this_.registration_date as registra3_11_1_, this_.language as language11_1_, this_.country as country11_1_, clientimpl2_.id as id9_0_, clientimpl2_.deactivation_date as deactiva2_9_0_, clientimpl2_.registration_date as registra3_9_0_, clientimpl2_.name as name9_0_ from infra.i18n_language this_ left outer join infra.client clientimpl2_ on this_.client_id=clientimpl2_.id

Hibernate: select this_.id as id11_1_, this_.client_id as client6_11_1_, this_.deactivation_date as deactiva2_11_1_, this_.registration_date as registra3_11_1_, this_.language as language11_1_, this_.country as country11_1_, clientimpl2_.id as id9_0_, clientimpl2_.deactivation_date as deactiva2_9_0_, clientimpl2_.registration_date as registra3_9_0_, clientimpl2_.name as name9_0_ from infra.i18n_language this_ left outer join infra.client clientimpl2_ on this_.client_id=clientimpl2_.id

Hibernate: select this_.id as id11_1_, this_.client_id as client6_11_1_, this_.deactivation_date as deactiva2_11_1_, this_.registration_date as registra3_11_1_, this_.language as language11_1_, this_.country as country11_1_, clientimpl2_.id as id9_0_, clientimpl2_.deactivation_date as deactiva2_9_0_, clientimpl2_.registration_date as registra3_9_0_, clientimpl2_.name as name9_0_ from infra.i18n_language this_ left outer join infra.client clientimpl2_ on this_.client_id=clientimpl2_.id

Hibernate: select this_.id as id11_1_, this_.client_id as client6_11_1_, this_.deactivation_date as deactiva2_11_1_, this_.registration_date as registra3_11_1_, this_.language as language11_1_, this_.country as country11_1_, clientimpl2_.id as id9_0_, clientimpl2_.deactivation_date as deactiva2_9_0_, clientimpl2_.registration_date as registra3_9_0_, clientimpl2_.name as name9_0_ from infra.i18n_language this_ left outer join infra.client clientimpl2_ on this_.client_id=clientimpl2_.id

log4j:ERROR Parsing error on line 22 and column 23

log4j:ERROR The content of element type “log4j:configuration” must match "(renderer</em>,appender*,(category|logger)<em>,root?,categoryFactory?)".

log4j: Threshold =“null”.

log4j: Level value for root is  [INFO].

log4j: root level set to INFO

log4j: Class name: [org.apache.log4j.DailyRollingFileAppender]

log4j: Setting property [file] to [C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.5/logs/portal.log].

log4j: Setting property [append] to [true].

log4j: Setting property [datePattern] to [’.'yyyy-MM-dd].

log4j: Parsing layout of class: “org.apache.log4j.PatternLayout”

log4j: Setting property [conversionPattern] to [%d %-5p [%c] %m%n].

log4j: setFile called: C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.5/logs/portal.log, true

log4j: setFile ended

log4j: Appender [appender] to be rolled at midnight.

log4j: Adding appender named [appender] to category [root].

log4j: Retreiving an instance of org.apache.log4j.Logger.

log4j: Setting [portal] additivity to [true].

log4j: Level value for portal is  [DEBUG].

log4j: portal level set to DEBUG

log4j: Adding appender named [appender] to category [portal].

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_, languageim0_.client_id as client6_11_, languageim0_.deactivation_date as deactiva2_11_, languageim0_.registration_date as registra3_11_, languageim0_.language as language11_, languageim0_.country as country11_ from infra.i18n_language languageim0_ where (languageim0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select distinct domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )and(domainimpl0_.id in(select domainattr1_.domain_id from infra.domain_attribute domainattr1_ where (domainattr1_.client_id=? )and((upper(domainattr1_.name)=‘CAN_AUTO_LOGIN’ )and(upper(domainattr1_.value)=‘TRUE’ ))))

Hibernate: select domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Exception in thread “Timer-6” java.lang.NullPointerException

at com.mchange.v2.log.log4j.Log4jMLog$Log4jMLogger.isLoggable(Log4jMLog.java:252)

at com.mchange.v2.resourcepool.BasicResourcePool$CheckIdleResourcesTask.run(BasicResourcePool.java:1340)

at java.util.TimerThread.mainLoop(Unknown Source)

at java.util.TimerThread.run(Unknown Source)

log4j:ERROR Parsing error on line 22 and column 23

log4j:ERROR The content of element type “log4j:configuration” must match "(renderer</em>,appender*,(category|logger)*,root?,categoryFactory?).

log4j:WARN No such property [datePattern] in org.apache.log4j.FileAppender.

br.com.openk.infra.core.config.integration.IntegrationException: java.net.MalformedURLException: unknown protocol: c

at br.com.openk.infra.core.config.integration.common.AbstractXMLReader.openDocument(AbstractXMLReader.java:51)

at br.com.openk.infra.core.config.integration.application.ApplicationXMLReader.(ApplicationXMLReader.java:31)

at br.com.openk.infra.core.config.integration.ApplicationIntegrator.readXML(ApplicationIntegrator.java:37)

at br.com.openk.infra.core.config.ApplicationInitiator.init(ApplicationInitiator.java:58)

at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)

at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)

at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)

at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)

at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)

at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)

at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)

at org.apache.catalina.core.StandardService.start(StandardService.java:450)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)

at org.apache.catalina.startup.Catalina.start(Catalina.java:551)

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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)

at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

Caused by: java.net.MalformedURLException: unknown protocol: c

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)

at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)

at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)

at br.com.openk.infra.core.config.integration.common.AbstractXMLReader.openDocument(AbstractXMLReader.java:44)

 29 more
PePeLeGaL

continuacao

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_, languageim0_.client_id as client6_11_, languageim0_.deactivation_date as deactiva2_11_, languageim0_.registration_date as registra3_11_, languageim0_.language as language11_, languageim0_.country as country11_ from infra.i18n_language languageim0_ where (languageim0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select distinct domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )and(domainimpl0_.id in(select domainattr1_.domain_id from infra.domain_attribute domainattr1_ where (domainattr1_.client_id=? )and((upper(domainattr1_.name)=CAN_AUTO_LOGIN )and(upper(domainattr1_.value)=TRUE ))))

Hibernate: select domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select domainimpl0_.id as id1_1_, domainimpl0_.client_id as client5_1_1_, domainimpl0_.security_engine_class as security2_1_1_, domainimpl0_.name as name1_1_, domainimpl0_.description as descript4_1_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.domain domainimpl0_ left outer join infra.client clientimpl1_ on domainimpl0_.client_id=clientimpl1_.id where domainimpl0_.id=?

Hibernate: select domainimpl0_.id as id1_1_, domainimpl0_.client_id as client5_1_1_, domainimpl0_.security_engine_class as security2_1_1_, domainimpl0_.name as name1_1_, domainimpl0_.description as descript4_1_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.domain domainimpl0_ left outer join infra.client clientimpl1_ on domainimpl0_.client_id=clientimpl1_.id where domainimpl0_.id=?

Hibernate: select memberimpl0_.id as id3_, memberimpl0_.domain_id as domain8_3_, memberimpl0_.client_id as client9_3_, memberimpl0_.deactivation_date as deactiva2_3_, memberimpl0_.registration_date as registra3_3_, memberimpl0_.login as login3_, memberimpl0_.pwd as pwd3_, memberimpl0_.email as email3_, memberimpl0_.name as name3_ from infra.member memberimpl0_ where (upper(memberimpl0_.login)=? )and(memberimpl0_.domain_id=? )and(memberimpl0_.client_id=? )

Hibernate: select memberimpl0_.id as id3_, memberimpl0_.domain_id as domain8_3_, memberimpl0_.client_id as client9_3_, memberimpl0_.deactivation_date as deactiva2_3_, memberimpl0_.registration_date as registra3_3_, memberimpl0_.login as login3_, memberimpl0_.pwd as pwd3_, memberimpl0_.email as email3_, memberimpl0_.name as name3_ from infra.member memberimpl0_ where (upper(memberimpl0_.login)=? )and(memberimpl0_.domain_id=? )and(memberimpl0_.client_id=? )

Hibernate: select domainimpl0_.id as id1_1_, domainimpl0_.client_id as client5_1_1_, domainimpl0_.security_engine_class as security2_1_1_, domainimpl0_.name as name1_1_, domainimpl0_.description as descript4_1_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.domain domainimpl0_ left outer join infra.client clientimpl1_ on domainimpl0_.client_id=clientimpl1_.id where domainimpl0_.id=?

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select languageim0_.id as id11_, languageim0_.client_id as client6_11_, languageim0_.deactivation_date as deactiva2_11_, languageim0_.registration_date as registra3_11_, languageim0_.language as language11_, languageim0_.country as country11_ from infra.i18n_language languageim0_ where (languageim0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select languageim0_.id as id11_, languageim0_.client_id as client6_11_, languageim0_.deactivation_date as deactiva2_11_, languageim0_.registration_date as registra3_11_, languageim0_.language as language11_, languageim0_.country as country11_ from infra.i18n_language languageim0_ where (languageim0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select languageim0_.id as id11_, languageim0_.client_id as client6_11_, languageim0_.deactivation_date as deactiva2_11_, languageim0_.registration_date as registra3_11_, languageim0_.language as language11_, languageim0_.country as country11_ from infra.i18n_language languageim0_ where (languageim0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select memberimpl0_.id as id3_3_, memberimpl0_.domain_id as domain8_3_3_, memberimpl0_.client_id as client9_3_3_, memberimpl0_.deactivation_date as deactiva2_3_3_, memberimpl0_.registration_date as registra3_3_3_, memberimpl0_.login as login3_3_, memberimpl0_.pwd as pwd3_3_, memberimpl0_.email as email3_3_, memberimpl0_.name as name3_3_, domainimpl1_.id as id1_0_, domainimpl1_.client_id as client5_1_0_, domainimpl1_.security_engine_class as security2_1_0_, domainimpl1_.name as name1_0_, domainimpl1_.description as descript4_1_0_, clientimpl2_.id as id9_1_, clientimpl2_.deactivation_date as deactiva2_9_1_, clientimpl2_.registration_date as registra3_9_1_, clientimpl2_.name as name9_1_, clientimpl3_.id as id9_2_, clientimpl3_.deactivation_date as deactiva2_9_2_, clientimpl3_.registration_date as registra3_9_2_, clientimpl3_.name as name9_2_ from infra.member memberimpl0_ inner join infra.domain domainimpl1_ on memberimpl0_.domain_id=domainimpl1_.id left outer join infra.client clientimpl2_ on domainimpl1_.client_id=clientimpl2_.id inner join infra.client clientimpl3_ on memberimpl0_.client_id=clientimpl3_.id where memberimpl0_.id=?

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select memberreso0_.permission_type as col_0_0_ from infra.member_resource_permission memberreso0_ inner join infra.application_resource resourceim1_ on memberreso0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on memberreso0_.permission_id=permission3_.id inner join infra.member memberimpl4_ on memberreso0_.member_id=memberimpl4_.id where (memberimpl4_.id=? )and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(memberimpl4_.client_id=? )

Hibernate: select profileres0_.id as col_0_0_ from infra.profile_resource_permission profileres0_ inner join infra.application_resource resourceim1_ on profileres0_.resource_id=resourceim1_.id inner join infra.application applicatio2_ on resourceim1_.application_id=applicatio2_.id inner join infra.permission permission3_ on profileres0_.permission_id=permission3_.id where (profileres0_.profile_id in(select profileimp6_.id from infra.member memberimpl4_, infra.member_profile profiles5_, infra.profile profileimp6_ where memberimpl4_.id=profiles5_.member_id and profiles5_.profile_id=profileimp6_.id and ((memberimpl4_.id=? )and(memberimpl4_.client_id=? ))))and(resourceim1_.name=? )and(permission3_.name=? )and(applicatio2_.name=? )and(profileres0_.permission_type=? )

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select urlimpl0_.id as id10_, urlimpl0_.client_id as client3_10_, urlimpl0_.url_address as url2_10_ from infra.client_url urlimpl0_ where (upper(urlimpl0_.url_address)=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?

Hibernate: select languageim0_.id as id11_1_, languageim0_.client_id as client6_11_1_, languageim0_.deactivation_date as deactiva2_11_1_, languageim0_.registration_date as registra3_11_1_, languageim0_.language as language11_1_, languageim0_.country as country11_1_, clientimpl1_.id as id9_0_, clientimpl1_.deactivation_date as deactiva2_9_0_, clientimpl1_.registration_date as registra3_9_0_, clientimpl1_.name as name9_0_ from infra.i18n_language languageim0_ left outer join infra.client clientimpl1_ on languageim0_.client_id=clientimpl1_.id where languageim0_.id=?

Hibernate: select distinct domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )and(domainimpl0_.id in(select domainattr1_.domain_id from infra.domain_attribute domainattr1_ where (domainattr1_.client_id=? )and((upper(domainattr1_.name)=CAN_AUTO_LOGIN )and(upper(domainattr1_.value)=TRUE ))))

Hibernate: select domainimpl0_.id as id1_, domainimpl0_.client_id as client5_1_, domainimpl0_.security_engine_class as security2_1_, domainimpl0_.name as name1_, domainimpl0_.description as descript4_1_ from infra.domain domainimpl0_ where (domainimpl0_.client_id=? )

Hibernate: select clientimpl0_.id as id9_0_, clientimpl0_.deactivation_date as deactiva2_9_0_, clientimpl0_.registration_date as registra3_9_0_, clientimpl0_.name as name9_0_ from infra.client clientimpl0_ where clientimpl0_.id=?
Criado 23 de outubro de 2007
Ultima resposta 23 de out. de 2007
Respostas 3
Participantes 2