[esb-issues] [JBoss JIRA] Assigned: (JBESB-2358) Change the default value of ExistsSql

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Tue Feb 17 21:32:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JBESB-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Bevenius reassigned JBESB-2358:
--------------------------------------

    Assignee: Daniel Bevenius


> Change the default value of ExistsSql
> -------------------------------------
>
>                 Key: JBESB-2358
>                 URL: https://jira.jboss.org/jira/browse/JBESB-2358
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Configuration
>    Affects Versions: 4.4
>            Reporter: Taro Yasuma
>            Assignee: Daniel Bevenius
>             Fix For: 4.4 FP1
>
>
> Please change the default value of ExistsSql to gain performance to initialize DatabaseInitializer.
> The current jbossesb.esb/jbossesb-service.xml is like:
> <server>
>   <mbean code="org.jboss.internal.soa.esb.dependencies.DatabaseInitializer"
>       name="jboss.esb:service=MessageStoreDatabaseInitializer">
> ...
>      <attribute name="ExistsSql">select * from message</attribute>
>  ...
>   </mbean>
> </server>
> But it should be "select count(*) from message".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list